aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kernel
AgeCommit message (Expand)AuthorFilesLines
2011-05-28Merge branch 'setns'Gravatar Linus Torvalds 4-0/+4
2011-05-28ns: Wire up the setns system callGravatar Eric W. Biederman 4-0/+4
2011-05-26Merge branch 'for-rmk' of git://github.com/at91linux/linux-2.6-at91 into deve...Gravatar Russell King 1-1/+1
2011-05-25Merge branch 'devicetree/arm-next' of git://git.secretlab.ca/git/linux-2.6 in...Gravatar Russell King 1-1/+2
2011-05-24Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Gravatar Linus Torvalds 1-1/+1
2011-05-24Merge branch 'fixes-2.6.39' into for-2.6.40Gravatar Tejun Heo 14-210/+166
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 6-6/+6
2011-05-20extable, core_kernel_data(): Make sure all archs define _sdataGravatar Steven Rostedt 1-0/+1
2011-05-19Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/l...Gravatar Linus Torvalds 7-121/+9
2011-05-19Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://g...Gravatar Linus Torvalds 1-1/+1
2011-05-19MIPS: Move arch_get_unmapped_area and gang to new file.Gravatar Ralf Baechle 1-113/+0
2011-05-19MIPS: Cleanup arch_get_unmapped_areaGravatar Ralf Baechle 1-12/+5
2011-05-19MIPS: Set ELF AT_PLATFORM string for Loongson2 processorsGravatar Robert Millan 1-0/+10
2011-05-19MIPS: Set ELF AT_PLATFORM string for BMIPS processorsGravatar Kevin Cernekee 1-0/+5
2011-05-19MIPS: Introduce set_elf_platform() helper functionGravatar Robert Millan 1-4/+8
2011-05-19MIPS: Split do_syscall_trace into two functions.Gravatar Ralf Baechle 6-19/+41
2011-05-19MIPS: Use single define for pending work on syscall exitGravatar Ralf Baechle 1-1/+1
2011-05-19MIPS: Enable kmemleak for MIPSGravatar Maxin John 1-0/+1
2011-05-19MIPS: Kconfig and Makefile update for Netlogic XLR/XLSGravatar Jayachandran C 1-0/+1
2011-05-19MIPS: Netlogic XLR/XLS processor IDs.Gravatar Jayachandran C 1-0/+56
2011-05-18MIPS: Fix duplicate invocation of notify_die.Gravatar Ralf Baechle 1-4/+2
2011-05-14Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-a...Gravatar Thomas Gleixner 28-583/+496
2011-05-14clocksource: convert mips to generic i8253 clocksourceGravatar Russell King 1-77/+1
2011-05-11dt/flattree: explicitly pass command line pointer to early_init_dt_scan_chosenGravatar Grant Likely 1-1/+2
2011-05-10MIPS: Audit: Fix success success argument pass to audit_syscall_exitGravatar Ralf Baechle 1-2/+2
2011-05-10MIPS: Document former use of timerfd(2) syscall number.Gravatar Ralf Baechle 4-4/+4
2011-05-10MIPS: Rename .data..mostly and properly handle it in linker scriptGravatar Catalin Marinas 1-0/+1
2011-05-10MIPS: Mask jump target in ftrace_dyn_arch_init_insns().Gravatar David Daney 1-2/+3
2011-04-26Merge branch 'master' into for-nextGravatar Jiri Kosina 20-235/+195
2011-04-14sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Gravatar Peter Zijlstra 1-1/+1
2011-04-06update David Miller's old email addressGravatar Justin P. Mattock 6-6/+6
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 6-6/+6
2011-03-29MIPS: Convert the irq functions to the new namesGravatar Thomas Gleixner 10-19/+23
2011-03-25MIPS: Wire up syncfs(2).Gravatar Ralf Baechle 4-0/+4
2011-03-25MIPS: Hook up name_to_handle_at, open_by_handle_at and clock_adjtime syscalls.Gravatar David Daney 4-0/+12
2011-03-25MIPS: Use generic show_interrupts()Gravatar Thomas Gleixner 1-41/+2
2011-03-25MIPS: SMTC: Cleanup the hook mess and use irq_dataGravatar Thomas Gleixner 2-10/+8
2011-03-25MIPS: SMTC: Use irq_data in smtc_forward_irq()Gravatar Thomas Gleixner 1-1/+2
2011-03-25MIPS: TXx9: Convert core to new irq_chip functionsGravatar Thomas Gleixner 1-14/+14
2011-03-25MIPS: irq_cpu: Convert to new irq_chip functionsGravatar Thomas Gleixner 1-25/+21
2011-03-25MIPS: RM9000: Convert to new irq_chip functionsGravatar Thomas Gleixner 1-26/+23
2011-03-25MIPS: rm7000: Convert to new irq_chip functionsGravatar Thomas Gleixner 1-9/+9
2011-03-25MIPS: MSC01: Convert to new irq_chip functionsGravatar Thomas Gleixner 1-27/+24
2011-03-25MIPS: GT641xx: Convert to new irq_chip functionsGravatar Thomas Gleixner 1-13/+13
2011-03-25MIPS: GIC: Convert to new irq_chip functionsGravatar Thomas Gleixner 1-25/+18
2011-03-25MIPS: i8259: Convert to new irq_chip functionsGravatar Thomas Gleixner 1-20/+17
2011-03-24percpu: Always align percpu output section to PAGE_SIZEGravatar Tejun Heo 1-1/+1
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Gravatar Linus Torvalds 1-1/+1
2011-03-14MIPS: Move idle task creation to work queueGravatar Maksim Rayskiy 1-2/+29
2011-03-14MIPS, Perf-events: Use unsigned delta for right shift in event updateGravatar Deng-Cheng Zhu 1-1/+1