aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-22Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-1/+1
2012-08-27MIPS: CMP/SMTC: Fix tc_id calculationRongQing.Li1-1/+1
2012-08-17MIPS: Synchronize MIPS count one CPU at a timeJayachandran C2-17/+13
2012-08-17MIPS: Module: Deal with malformed HI16/LO16 relocation sequences.Ralf Baechle1-7/+28
2012-08-17MIPS: Fix race condition in module relocation code.Ralf Baechle1-7/+6
2012-08-17MIPS: Fix memory leak in error path of HI16/LO16 relocation handling.Ralf Baechle1-2/+7
2012-08-01MIPS: Loongson 2: Sort out clock managment.Ralf Baechle3-173/+21
2012-07-30Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds6-181/+233
2012-07-26posix_types.h: Cleanup stale __NFDBITS and related definitionsJosh Boyer1-1/+1
2012-07-25Merge branches 'next/generic', 'next/alchemy', 'next/bcm63xx', 'next/cavium', 'next/jz4740', 'next/lantiq', 'next/loongson1b' and 'next/netlogic' into mips-for-linux-nextRalf Baechle6-181/+233
2012-07-23MIPS: Add CPU support for Loongson1BKelvin Cheung3-143/+162
2012-07-23MIPS: SMTC: Support for Multi-threaded FPUsSteven J. Hill2-9/+71
2012-07-23MIPS: Prune some target specific code out of prom.cDavid Daney1-29/+0
2012-07-19MIPS: sync-r4k: remove redundant irq operationYong Zhang1-5/+0
2012-07-19MIPS: smp: Warn on too early irq enableYong Zhang1-0/+5
2012-07-19MIPS: call set_cpu_online() on cpu being brought up with irq disabledYong Zhang1-2/+2
2012-07-19MIPS: call ->smp_finish() a little lateYong Zhang1-1/+2
2012-07-19MIPS: SMTC: delay irq enable to ->smp_finish()Yong Zhang1-1/+2
2012-07-19MIPS: BMIPS: delay irq enable to ->smp_finish()Yong Zhang1-7/+7
2012-07-19MIPS: Oprofile: Fix build as a module.Ralf Baechle1-0/+1
2012-07-19MIPS: perf: Fix build error caused by unused counters_per_cpu_to_total()Florian Fainelli1-5/+0
2012-07-19MIPS: Fix Magic SysRq L kernel crash.Vincent Wen1-0/+3
2012-07-19MIPS: BMIPS: Fix duplicate header inclusion.Danny Kukawka1-1/+0
2012-07-19MIPS: SMTC: Spelling and grammar corrections.Ralf Baechle1-5/+5
2012-07-19MIPS: Properly align the .data..init_task section.David Daney1-1/+2
2012-07-19MIPS: Fix race condition with FPU thread task flag during context switch.Leonid Yegoshin3-22/+7
2012-07-19MIPS: Refactor 'clear_page' and 'copy_page' functions.Steven J. Hill1-1/+7
2012-07-19MIPS: Don't panic on 5KEc.Leonid Yegoshin2-0/+5
2012-07-06MIPS: Add support for the M14Kc core.Steven J. Hill1-1/+6
2012-07-06MIPS: Provide a symbol for the legacy performance counter interrupt.Ralf Baechle1-1/+1
2012-06-01new helper: signal_delivered()Al Viro1-1/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro4-7/+0
2012-06-01TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setAl Viro1-1/+1
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro1-15/+3
2012-06-01new helper: sigmask_to_save()Al Viro1-8/+3
2012-06-01new helper: restore_saved_sigmask()Al Viro1-4/+1
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-2/+0
2012-05-29Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds7-48/+69
2012-05-26Merge branches 'fixes-for-linus', 'generic', 'cavium', 'module.h-fixes', 'next/ath79' and 'next/lantiq' into mips-for-linux-nextRalf Baechle7-48/+69
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro1-2/+0
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds3-45/+5
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-05-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2012-05-21new helper: sigsuspend()Al Viro3-45/+5
2012-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+1
2012-05-18Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo3-46/+11
2012-05-16MIPS: Move cache setup to setup_arch().David Daney3-5/+8
2012-05-16MIPS: Make set_handler() __cpuinit.David Daney1-1/+1
2012-05-16MIPS: Introduce board_cache_error_setup() hook.David Daney1-1/+4
2012-05-15MIPS: parse chosen node on bootJohn Crispin1-0/+2