aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-20extable, core_kernel_data(): Make sure all archs define _sdataSteven Rostedt1-0/+1
2011-05-19Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds7-121/+9
2011-05-19Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2011-05-19MIPS: Move arch_get_unmapped_area and gang to new file.Ralf Baechle1-113/+0
2011-05-19MIPS: Cleanup arch_get_unmapped_areaRalf Baechle1-12/+5
2011-05-19MIPS: Set ELF AT_PLATFORM string for Loongson2 processorsRobert Millan1-0/+10
2011-05-19MIPS: Set ELF AT_PLATFORM string for BMIPS processorsKevin Cernekee1-0/+5
2011-05-19MIPS: Introduce set_elf_platform() helper functionRobert Millan1-4/+8
2011-05-19MIPS: Split do_syscall_trace into two functions.Ralf Baechle6-19/+41
2011-05-19MIPS: Use single define for pending work on syscall exitRalf Baechle1-1/+1
2011-05-19MIPS: Enable kmemleak for MIPSMaxin John1-0/+1
2011-05-19MIPS: Kconfig and Makefile update for Netlogic XLR/XLSJayachandran C1-0/+1
2011-05-19MIPS: Netlogic XLR/XLS processor IDs.Jayachandran C1-0/+56
2011-05-18MIPS: Fix duplicate invocation of notify_die.Ralf Baechle1-4/+2
2011-05-14Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-arm into timers/clocksourceThomas Gleixner28-583/+496
2011-05-14clocksource: convert mips to generic i8253 clocksourceRussell King1-77/+1
2011-05-10MIPS: Audit: Fix success success argument pass to audit_syscall_exitRalf Baechle1-2/+2
2011-05-10MIPS: Document former use of timerfd(2) syscall number.Ralf Baechle4-4/+4
2011-05-10MIPS: Rename .data..mostly and properly handle it in linker scriptCatalin Marinas1-0/+1
2011-05-10MIPS: Mask jump target in ftrace_dyn_arch_init_insns().David Daney1-2/+3
2011-04-14sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi6-6/+6
2011-03-29MIPS: Convert the irq functions to the new namesThomas Gleixner10-19/+23
2011-03-25MIPS: Wire up syncfs(2).Ralf Baechle4-0/+4
2011-03-25MIPS: Hook up name_to_handle_at, open_by_handle_at and clock_adjtime syscalls.David Daney4-0/+12
2011-03-25MIPS: Use generic show_interrupts()Thomas Gleixner1-41/+2
2011-03-25MIPS: SMTC: Cleanup the hook mess and use irq_dataThomas Gleixner2-10/+8
2011-03-25MIPS: SMTC: Use irq_data in smtc_forward_irq()Thomas Gleixner1-1/+2
2011-03-25MIPS: TXx9: Convert core to new irq_chip functionsThomas Gleixner1-14/+14
2011-03-25MIPS: irq_cpu: Convert to new irq_chip functionsThomas Gleixner1-25/+21
2011-03-25MIPS: RM9000: Convert to new irq_chip functionsThomas Gleixner1-26/+23
2011-03-25MIPS: rm7000: Convert to new irq_chip functionsThomas Gleixner1-9/+9
2011-03-25MIPS: MSC01: Convert to new irq_chip functionsThomas Gleixner1-27/+24
2011-03-25MIPS: GT641xx: Convert to new irq_chip functionsThomas Gleixner1-13/+13
2011-03-25MIPS: GIC: Convert to new irq_chip functionsThomas Gleixner1-25/+18
2011-03-25MIPS: i8259: Convert to new irq_chip functionsThomas Gleixner1-20/+17
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1
2011-03-14MIPS: Move idle task creation to work queueMaksim Rayskiy1-2/+29
2011-03-14MIPS, Perf-events: Use unsigned delta for right shift in event updateDeng-Cheng Zhu1-1/+1
2011-03-14MIPS, Perf-events: Work with the new callchain interfaceDeng-Cheng Zhu1-57/+6
2011-03-14MIPS, Perf-events: Fix event check in validate_event()Deng-Cheng Zhu1-2/+3
2011-03-14MIPS, Perf-events: Work with the new PMU interfaceDeng-Cheng Zhu2-119/+158
2011-03-14MIPS, Perf-events: Work with irq_workDeng-Cheng Zhu1-1/+1
2011-03-14MIPS: Remove unused code from arch/mips/kernel/syscall.cDavid Daney1-2/+1
2011-03-14MIPS: Fix GCC-4.6 'set but not used' warning in signal*.cDavid Daney2-2/+2
2011-03-14MIPS: Clear the correct flag in sysmips(MIPS_FIXADE, ...).Stefan Oberhumer1-1/+1
2011-03-14MIPS, Tracing: Fix set_graph_function of function graph tracerWu Zhangjin1-2/+9
2011-03-14MIPS, Tracing: Clean up ftrace_make_nop()Wu Zhangjin1-32/+38
2011-03-14MIPS, Tracing: Clean up prepare_ftrace_return()Wu Zhangjin1-27/+25
2011-03-14MIPS, Tracing: Substitute in_kernel_space() for in_module()Wu Zhangjin1-27/+27