Age | Commit message (Expand) | Author | Files | Lines |
2011-08-27 | All Arch: remove linkage for sys_nfsservctl system call | NeilBrown | 4 | -4/+4 |
2011-07-27 | atomic: cleanup asm-generic atomic*.h inclusion | Arun Sharma | 1 | -6/+0 |
2011-07-27 | atomic: move atomic_add_unless to generic code | Arun Sharma | 1 | -5/+5 |
2011-07-27 | atomic: use <linux/atomic.h> | Arun Sharma | 16 | -16/+15 |
2011-07-27 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 55 | -286/+695 |
2011-07-26 | MIPS: Close races in TLB modify handlers. | David Daney | 1 | -98/+194 |
2011-07-26 | MIPS: Add uasm UASM_i_SRL_SAFE macro. | David Daney | 1 | -0/+2 |
2011-07-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 8 | -17/+10 |
2011-07-25 | MIPS: RB532: Use hex_to_bin() | Andy Shevchenko | 1 | -15/+9 |
2011-07-25 | MIPS: Enable cpu_has_clo_clz for MIPS Technologies' platforms | Shinya Kuribayashi | 2 | -0/+4 |
2011-07-25 | MIPS: PowerTV: Provide cpu-feature-overrides.h | David VomLehn | 1 | -0/+59 |
2011-07-25 | MIPS: Remove pointless return statement from empty void functions. | Ralf Baechle | 11 | -15/+0 |
2011-07-25 | MIPS: Limit fixrange_init() to the FIXMAP region | Kevin Cernekee | 3 | -5/+5 |
2011-07-25 | MIPS: Install handlers for software IRQs | Kevin Cernekee | 1 | -8/+6 |
2011-07-25 | MIPS: Move FIXADDR_TOP into spaces.h | Kevin Cernekee | 5 | -9/+56 |
2011-07-25 | MIPS: Add SYNC after cacheflush | Kevin Cernekee | 1 | -0/+4 |
2011-07-25 | MIPS: pfn_valid() is broken on low memory HIGHMEM systems | Kevin Cernekee | 1 | -1/+1 |
2011-07-25 | MIPS: HIGHMEM DMA on noncoherent MIPS32 processors | Dezhong Diao | 1 | -46/+68 |
2011-07-25 | MIPS: topdown mmap support | Jian Peng | 2 | -23/+171 |
2011-07-25 | MIPS: Remove redundant addr_limit assignment on exec. | Mathias Krause | 1 | -1/+0 |
2011-07-25 | MIPS: AR7: Replace __attribute__((__packed__)) with __packed | Florian Fainelli | 1 | -1/+1 |
2011-07-25 | MIPS: AR7: Remove 'space before tabs' in platform.c | Florian Fainelli | 1 | -1/+1 |
2011-07-24 | modules: make arch's use default loader hooks | Jonas Bonn | 1 | -18/+2 |
2011-07-23 | virtio: expose for non-virtualization users too | Ohad Ben-Cohen | 1 | -16/+0 |
2011-07-23 | Merge branch 'timers-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 8 | -128/+12 |
2011-07-23 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 12 | -21/+236 |
2011-07-22 | mips: Fix i8253 clockevent fallout | Thomas Gleixner | 1 | -1/+1 |
2011-07-21 | treewide: fix potentially dangerous trailing ';' in #defined values/expressions | Phil Carmody | 1 | -1/+1 |
2011-07-21 | MIPS: Lantiq: Add missing clk_enable and clk_disable functions. | John Crispin | 1 | -0/+13 |
2011-07-21 | MIPS: AR7: Fix trailing semicolon bug in clock.c | Florian Fainelli | 1 | -1/+1 |
2011-07-21 | MIPS: BCM63xx: Remove duplicate PERF_IRQSTAT_REG definition | Jonas Gorski | 1 | -1/+0 |
2011-07-21 | MIPS: Netlogic: SMP fixes for XLR/XLS platform code. | Jayachandran C | 2 | -12/+3 |
2011-07-21 | MIPS: SB1250: Restore dropped irq_mask function | Thomas Gleixner | 1 | -0/+8 |
2011-07-21 | MIPS: MIPSsim: Fix uniprocessor build. | Ralf Baechle | 1 | -0/+1 |
2011-07-21 | MIPS: ARC: Fix build of firmware library on uniprocessor. | Ralf Baechle | 1 | -0/+2 |
2011-07-21 | MIPS: XLR, XLS: Move makefile bits to were they belong. | Ralf Baechle | 3 | -12/+12 |
2011-07-21 | MIPS: Malta: Fix crash in SMP kernel on non-CMP systems. | Ralf Baechle | 4 | -24/+56 |
2011-07-21 | MIPS: Wire up sendmmsg and renumber setns syscall. | Ralf Baechle | 5 | -9/+16 |
2011-07-21 | MIPS: SMTC: Fix build. | Ralf Baechle | 1 | -0/+1 |
2011-07-21 | MIPS: Malta SMTC: Fix build. | Ralf Baechle | 1 | -1/+1 |
2011-07-21 | MIPS: GT64120: Remove useless inclusion of clocksource.h. | Ralf Baechle | 1 | -2/+0 |
2011-07-21 | MIPS: NILE4: Remove useless inclusion of GT64120 header. | Ralf Baechle | 1 | -1/+0 |
2011-07-16 | PM / MIPS: Convert i8259.c to using syscore_ops | Rafael J. Wysocki | 1 | -16/+6 |
2011-07-11 | Merge branch 'master' into for-next | Jiri Kosina | 1 | -1/+1 |
2011-07-11 | MIPS: static should be at beginning of declaration | Jesper Juhl | 1 | -3/+2 |
2011-07-07 | Update my e-mail address | Michael Büsch | 1 | -1/+1 |
2011-07-04 | Merge branch 'core' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opr... | Ingo Molnar | 6 | -6/+197 |
2011-07-01 | perf, arch: Add generic NODE cache events | Peter Zijlstra | 1 | -0/+28 |
2011-07-01 | perf: Remove the nmi parameter from the swevent and overflow interface | Peter Zijlstra | 5 | -15/+11 |
2011-07-01 | mips: Use common i8253 clockevent | Thomas Gleixner | 2 | -95/+3 |