| Age | Commit message (Expand) | Author | Files | Lines |
| 2011-05-11 | dt/flattree: explicitly pass command line pointer to early_init_dt_scan_chosen | Grant Likely | 1 | -1/+2 |
| 2011-05-10 | MIPS: Audit: Fix success success argument pass to audit_syscall_exit | Ralf Baechle | 1 | -2/+2 |
| 2011-05-10 | MIPS: Document former use of timerfd(2) syscall number. | Ralf Baechle | 4 | -4/+4 |
| 2011-05-10 | MIPS: Rename .data..mostly and properly handle it in linker script | Catalin Marinas | 1 | -0/+1 |
| 2011-05-10 | MIPS: Mask jump target in ftrace_dyn_arch_init_insns(). | David Daney | 1 | -2/+3 |
| 2011-04-26 | Merge branch 'master' into for-next | Jiri Kosina | 20 | -235/+195 |
| 2011-04-14 | sched: Provide scheduler_ipi() callback in response to smp_send_reschedule() | Peter Zijlstra | 1 | -1/+1 |
| 2011-04-06 | update David Miller's old email address | Justin P. Mattock | 6 | -6/+6 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 6 | -6/+6 |
| 2011-03-29 | MIPS: Convert the irq functions to the new names | Thomas Gleixner | 10 | -19/+23 |
| 2011-03-25 | MIPS: Wire up syncfs(2). | Ralf Baechle | 4 | -0/+4 |
| 2011-03-25 | MIPS: Hook up name_to_handle_at, open_by_handle_at and clock_adjtime syscalls. | David Daney | 4 | -0/+12 |
| 2011-03-25 | MIPS: Use generic show_interrupts() | Thomas Gleixner | 1 | -41/+2 |
| 2011-03-25 | MIPS: SMTC: Cleanup the hook mess and use irq_data | Thomas Gleixner | 2 | -10/+8 |
| 2011-03-25 | MIPS: SMTC: Use irq_data in smtc_forward_irq() | Thomas Gleixner | 1 | -1/+2 |
| 2011-03-25 | MIPS: TXx9: Convert core to new irq_chip functions | Thomas Gleixner | 1 | -14/+14 |
| 2011-03-25 | MIPS: irq_cpu: Convert to new irq_chip functions | Thomas Gleixner | 1 | -25/+21 |
| 2011-03-25 | MIPS: RM9000: Convert to new irq_chip functions | Thomas Gleixner | 1 | -26/+23 |
| 2011-03-25 | MIPS: rm7000: Convert to new irq_chip functions | Thomas Gleixner | 1 | -9/+9 |
| 2011-03-25 | MIPS: MSC01: Convert to new irq_chip functions | Thomas Gleixner | 1 | -27/+24 |
| 2011-03-25 | MIPS: GT641xx: Convert to new irq_chip functions | Thomas Gleixner | 1 | -13/+13 |
| 2011-03-25 | MIPS: GIC: Convert to new irq_chip functions | Thomas Gleixner | 1 | -25/+18 |
| 2011-03-25 | MIPS: i8259: Convert to new irq_chip functions | Thomas Gleixner | 1 | -20/+17 |
| 2011-03-24 | percpu: Always align percpu output section to PAGE_SIZE | Tejun Heo | 1 | -1/+1 |
| 2011-03-16 | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj... | Linus Torvalds | 1 | -1/+1 |
| 2011-03-14 | MIPS: Move idle task creation to work queue | Maksim Rayskiy | 1 | -2/+29 |
| 2011-03-14 | MIPS, Perf-events: Use unsigned delta for right shift in event update | Deng-Cheng Zhu | 1 | -1/+1 |
| 2011-03-14 | MIPS, Perf-events: Work with the new callchain interface | Deng-Cheng Zhu | 1 | -57/+6 |
| 2011-03-14 | MIPS, Perf-events: Fix event check in validate_event() | Deng-Cheng Zhu | 1 | -2/+3 |
| 2011-03-14 | MIPS, Perf-events: Work with the new PMU interface | Deng-Cheng Zhu | 2 | -119/+158 |
| 2011-03-14 | MIPS, Perf-events: Work with irq_work | Deng-Cheng Zhu | 1 | -1/+1 |
| 2011-03-14 | MIPS: Remove unused code from arch/mips/kernel/syscall.c | David Daney | 1 | -2/+1 |
| 2011-03-14 | MIPS: Fix GCC-4.6 'set but not used' warning in signal*.c | David Daney | 2 | -2/+2 |
| 2011-03-14 | MIPS: Clear the correct flag in sysmips(MIPS_FIXADE, ...). | Stefan Oberhumer | 1 | -1/+1 |
| 2011-03-14 | MIPS, Tracing: Fix set_graph_function of function graph tracer | Wu Zhangjin | 1 | -2/+9 |
| 2011-03-14 | MIPS, Tracing: Clean up ftrace_make_nop() | Wu Zhangjin | 1 | -32/+38 |
| 2011-03-14 | MIPS, Tracing: Clean up prepare_ftrace_return() | Wu Zhangjin | 1 | -27/+25 |
| 2011-03-14 | MIPS, Tracing: Substitute in_kernel_space() for in_module() | Wu Zhangjin | 1 | -27/+27 |
| 2011-03-14 | MIPS, Tracing: Speed up function graph tracer | Wu Zhangjin | 1 | -7/+7 |
| 2011-03-14 | MIPS: Replace deprecated spinlock initialization | Thomas Gleixner | 1 | -2/+2 |
| 2011-02-21 | mips: convert to clocksource_register_hz/khz | John Stultz | 7 | -48/+9 |
| 2011-01-25 | percpu: align percpu readmostly subsection to cacheline | Tejun Heo | 1 | -1/+1 |
| 2011-01-18 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 9 | -3/+167 |
| 2011-01-18 | MIPS: Implement __read_mostly | David Daney | 1 | -1/+1 |
| 2011-01-18 | MIPS: jump label: Add MIPS support. | David Daney | 3 | -0/+61 |
| 2011-01-18 | MIPS: Use C0_KScratch (if present) to hold PGD pointer. | David Daney | 1 | -1/+1 |
| 2011-01-18 | MIPS: Probe for presence of KScratch registers. | David Daney | 2 | -0/+4 |
| 2011-01-18 | MIPS: Add generic support for multiple machines within a single kernel | Gabor Juhos | 4 | -1/+100 |
| 2011-01-15 | dt/flattree: Return virtual address from early_init_dt_alloc_memory_arch() | Grant Likely | 1 | -4/+2 |
| 2011-01-13 | mm: unify module_alloc code for vmalloc | David Rientjes | 1 | -11/+3 |