aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+1
2012-03-13Merge tag 'v3.3-rc7' into sched/coreIngo Molnar3-3/+1
2012-03-12Merge branch 'perf/hw-branch-sampling' into perf/coreIngo Molnar1-0/+4
2012-03-05perf: Disable PERF_SAMPLE_BRANCH_* when not supportedStephane Eranian1-0/+4
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner1-3/+1
2012-02-20MIPS: traps.c: Fix typoMasanari Iida1-1/+1
2012-02-20MIPS: vmlinux.lds.S: remove duplicate _sdata symbolTony Wu1-1/+0
2012-02-20MIPS: BMIPS: smp-bmips.c does not need to include version.hJesper Juhl1-1/+0
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/auditLinus Torvalds1-7/+4
2012-01-17audit: inline audit_syscall_entry to reduce burden on archsEric Paris1-4/+3
2012-01-17Audit: push audit success and retcode into arch ptrace.hEric Paris1-3/+1
2012-01-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds18-154/+1046
2012-01-12treewide: convert uses of ATTRIB_NORETURN to __noreturnJoe Perches1-1/+1
2012-01-12treewide: remove useless NORET_TYPE macro and usesJoe Perches1-1/+1
2012-01-11Merge branches 'next/ar7', 'next/ath79', 'next/bcm63xx', 'next/bmips', 'next/cavium', 'next/generic', 'next/kprobes', 'next/lantiq', 'next/perf' and 'next/raza' into mips-for-linux-nextRalf Baechle8-137/+988
2012-01-11Merge branch 'next/alchemy' into mips-for-linux-nextRalf Baechle1-0/+7
2012-01-11Merge branch 'next/generic' into mips-for-linux-nextRalf Baechle10-13/+47
2012-01-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+4
2011-12-20Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into core/memblockIngo Molnar1-1/+2
2011-12-11nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker1-2/+4
2011-12-11nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker1-2/+2
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker1-2/+2
2011-12-08mips: Use HAVE_MEMBLOCK_NODE_MAPTejun Heo1-1/+2
2011-12-07MIPS: Netlogic: Add support for XLP 3XX coresJayachandran C1-1/+2
2011-12-07MIPS: Netlogic: Add XLP makefiles and configJayachandran C1-0/+1
2011-12-07MIPS: Netlogic: XLP CPU support.Jayachandran C1-3/+16
2011-12-07MIPS: Netlogic: add r4k_wait as the cpu_waitJayachandran C1-0/+1
2011-12-07MIPS/Perf-events: Cleanup event->destroy at event initDeng-Cheng Zhu1-9/+6
2011-12-07MIPS/Perf-events: Remove pmu and event state checking in validate_event()Deng-Cheng Zhu1-15/+3
2011-12-07MIPS/Perf-events: Remove erroneous check on active_eventsDeng-Cheng Zhu1-5/+0
2011-12-07MIPS/Perf-events: Don't do validation on raw eventsDeng-Cheng Zhu1-32/+2
2011-12-07MIPS Kprobes: Support branch instructions probingManeesh Soni1-33/+112
2011-12-07MIPS Kprobes: Refactor branch emulationManeesh Soni1-44/+84
2011-12-07MIPS Kprobes: Deny probes on ll/sc instructionsManeesh Soni1-0/+31
2011-12-07MIPS Kprobes: Fix OOPS in arch_prepare_kprobe()Maneesh Soni1-3/+12
2011-12-07MIPS: irq: Remove IRQF_DISABLEDYong Zhang9-9/+8
2011-12-07MIPS: Handle initmem in systems with kernel not in add_memory_region() memDavid Daney1-4/+39
2011-12-07MIPS: BMIPS: Add SMP support code for BMIPS43xx/BMIPS5000Kevin Cernekee3-0/+714
2011-12-07MIPS: Add board_ebase_setup()Kevin Cernekee1-0/+3
2011-12-07MIPS: Add NMI notifierKevin Cernekee1-0/+9
2011-12-07MIPS: Alchemy: Au1300 SoC supportManuel Lauss1-0/+7
2011-12-07MIPS: Fix up inconsistency in panic() string argument.Ralf Baechle2-4/+4
2011-12-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+4
2011-11-14perf: Don't use -ENOSPC for out of PMU resourcesPeter Zijlstra1-4/+4
2011-11-10MIPS: ASID conflict after CPU hotplugMaksim Rayskiy1-1/+2
2011-11-10MIPS: errloongson2_clock: Fix build error by including linux/module.hAaro Koskinen1-0/+1
2011-11-09MIPS: Hook up process_vm_readv and process_vm_writev system calls.David Daney4-0/+8
2011-11-08MIPS: Kernel hangs occasionally during boot.Al Cooper1-19/+19
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds20-20/+13
2011-10-31mips: add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1