Age | Commit message (Expand) | Author | Files | Lines |
2009-05-14 | MIPS: Synchronize dma_map_page and dma_map_single | Atsushi Nemoto | 1 | -2/+7 |
2009-05-14 | MIPS: Enable CLO / CLZ instructions via separate CPU property | Ralf Baechle | 2 | -2/+11 |
2009-05-14 | MIPS: Loongson 2 needs no hazard barriers. | Zhang Le | 1 | -2/+3 |
2009-05-14 | MIPS: Do not include seccomp.h from compat.h | Atsushi Nemoto | 1 | -1/+0 |
2009-05-14 | MIPS: Fix build error if CONFIG_CEVT_R4K is undefined. | Ralf Baechle | 1 | -1/+1 |
2009-05-14 | MIPS: Add Loongson cpu-feature-overrides.h | Zhang Le | 1 | -0/+59 |
2009-05-14 | MIPS: au1xxx-ide: Fix build with CONFIG_PM | Manuel Lauss | 1 | -17/+0 |
2009-05-14 | MIPS: Alchemy: Add missing Au1200 GPIO203 interrupt | Manuel Lauss | 1 | -2/+2 |
2009-05-14 | MIPS: Alchemy: Fix AU1100 interrupt numbers off-by-one | Manuel Lauss | 1 | -1/+1 |
2009-05-14 | MIPS: SMTC: Fix xxx_clockevent_init() naming conflict for SMTC | Kevin D. Kissell | 1 | -1/+5 |
2009-05-14 | MIPS: SMTC: Bring set/clear/change_c0_## return value semantics uptodate. | Kevin D. Kissell | 1 | -8/+11 |
2009-04-08 | Merge branch 'next' into for-linus | Dmitry Torokhov | 1 | -0/+3 |
2009-04-06 | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 4 | -0/+42 |
2009-04-05 | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+1 |
2009-04-02 | Allow rwlocks to re-enable interrupts | Robin Holt | 1 | -0/+2 |
2009-04-02 | preadv/pwritev: MIPS: Add preadv(2) and pwritev(2) syscalls. | Ralf Baechle | 1 | -6/+12 |
2009-04-02 | Merge branch 'tracing/core-v2' into tracing-for-linus | Ingo Molnar | 1 | -0/+1 |
2009-04-01 | bcm47xx: fix GPIO API return codes | Michael Buesch | 1 | -8/+12 |
2009-03-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask | Linus Torvalds | 1 | -1/+0 |
2009-03-30 | MIPS: Alchemy: MIPS hazard workarounds are not required. | Manuel Lauss | 1 | -2/+2 |
2009-03-30 | MIPS: Alchemy: provide cpu feature overrides. | Manuel Lauss | 1 | -0/+49 |
2009-03-30 | MIPS: Alchemy: unify CPU model constants. | Manuel Lauss | 1 | -2/+1 |
2009-03-30 | MIPS: Malta: make a needlessly global integer variable static | Dmitri Vorobiev | 1 | -2/+0 |
2009-03-30 | MIPS: Au1000: convert to using gpiolib | Florian Fainelli | 1 | -53/+17 |
2009-03-30 | MIPS: Stop using <asm-generic/int-l64.h>. | Ralf Baechle | 1 | -1/+7 |
2009-03-30 | MIPS: __raw_spin_lock() may spin forever on ticket wrap. | David Daney | 1 | -4/+4 |
2009-03-30 | MIPS: Forward declare struct task_struct to avoid potencial warning. | Ralf Baechle | 1 | -0/+2 |
2009-03-30 | cpumask: remove node_to_first_cpu | Rusty Russell | 1 | -1/+0 |
2009-03-27 | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 | Ingo Molnar | 1 | -1/+1 |
2009-03-26 | Merge branch 'header-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -1/+2 |
2009-03-26 | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 6 | -17/+27 |
2009-03-26 | Merge commit 'v2.6.29' into core/header-fixes | Ingo Molnar | 13 | -66/+124 |
2009-03-23 | MIPS: Change {set,clear,change}_c0_<foo> to return old value. | Ralf Baechle | 1 | -11/+11 |
2009-03-20 | [MTD] RBTX4939: add MTD support | Atsushi Nemoto | 1 | -0/+9 |
2009-03-20 | [MTD] [NAND] TXx9: add NDFMC support | Atsushi Nemoto | 3 | -0/+33 |
2009-03-16 | Merge branches 'tracing/ftrace', 'tracing/syscalls' and 'linus' into tracing/... | Ingo Molnar | 2 | -4/+6 |
2009-03-13 | MIPS: Fix TIF_32BIT undefined problem when seccomp is disabled | Zhang Le | 2 | -4/+6 |
2009-03-13 | Merge branch 'core/locking' into tracing/ftrace | Ingo Molnar | 2 | -2/+3 |
2009-03-11 | MIPS: NEC VR5500 processor support fixup | Shinya Kuribayashi | 2 | -2/+3 |
2009-03-10 | Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'linus' ... | Ingo Molnar | 1 | -0/+7 |
2009-03-09 | Input: add driver for S1 button of rb532 | Phil Sutter | 1 | -0/+3 |
2009-03-08 | MIPS: compat: Implement is_compat_task. | Ralf Baechle | 1 | -0/+7 |
2009-03-06 | Merge branch 'x86/core' into tracing/textedit | Ingo Molnar | 3 | -2/+3 |
2009-03-05 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+0 |
2009-03-04 | Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc7' into tracing/core | Ingo Molnar | 1 | -1/+0 |
2009-03-04 | Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x... | Ingo Molnar | 1 | -1/+0 |
2009-03-02 | x86-64: seccomp: fix 32/64 syscall hole | Roland McGrath | 1 | -1/+0 |
2009-03-02 | tracing: make CALLER_ADDRx overwriteable | Uwe Kleine-Koenig | 1 | -0/+1 |
2009-02-15 | net: new user space API for time stamping of incoming and outgoing packets | Patrick Ohly | 1 | -0/+3 |
2009-02-13 | Merge branch 'core/header-fixes' into x86/headers | Ingo Molnar | 2 | -1/+2 |