aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kernel
AgeCommit message (Expand)AuthorFilesLines
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/ke...Linus 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/kern...Linus Torvalds20-20/+13
2011-10-31mips: add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-10-31mips: remove needless include of module.h from core kernel files.Paul Gortmaker9-9/+0
2011-10-31mips: migrate core kernel file from module.h --> export.hPaul Gortmaker11-11/+11
2011-10-31mips: fix implicit use of asm/elf.h in kernel/cpu-probe.cPaul Gortmaker1-0/+1
2011-10-24MIPS: perf: Add Octeon support for hardware perf.David Daney1-0/+147
2011-10-24MIPS: perf: Add support for 64-bit perf counters.David Daney1-469/+389
2011-10-24MIPS: perf: Reorganize contents of perf support files.David Daney3-519/+531
2011-10-24MIPS: perf: Cleanup formatting in arch/mips/kernel/perf_event.cDavid Daney2-57/+37
2011-10-24MIPS: Add probes for more Octeon II CPUs.David Daney1-0/+3
2011-10-20MIPS: 32-bit: Fix number of argument to epoll_wait.Ralf Baechle1-1/+1
2011-10-01MIPS: Call oops_enter, oops_exit in dieNathan Lynch1-1/+9
2011-09-21MIPS: Compat: Use 32-bit wrapper for compat_sys_futex.Yong Zhang3-2/+9
2011-09-21MIPS: Handle __put_user() sleeping.Ralf Baechle1-0/+3
2011-09-21MIPS: i8259: Mark cascade interrupt non-threadedLiming Wang1-0/+1
2011-09-21MIPS: Make the die_lock be rawWu Zhangjin1-3/+3
2011-09-21MIPS: Ftrace: Fix the CONFIG_DYNAMIC_FTRACE=n compileThomas Gleixner1-19/+20
2011-09-17MIPS: i8259: Correct comment for i8259Hillf Danton1-1/+1
2011-09-17MIPS: VPE: Select correct tcHillf Danton1-1/+1
2011-08-26All Arch: remove linkage for sys_nfsservctl system callNeilBrown4-4/+4
2011-07-26atomic: use <linux/atomic.h>Arun Sharma10-10/+10
2011-07-26Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds8-12/+10
2011-07-25MIPS: Remove pointless return statement from empty void functions.Ralf Baechle2-3/+0
2011-07-25MIPS: Install handlers for software IRQsKevin Cernekee1-8/+6
2011-07-25MIPS: Remove redundant addr_limit assignment on exec.Mathias Krause1-1/+0
2011-07-24modules: make arch's use default loader hooksJonas Bonn1-18/+2
2011-07-22Merge branch 'timers-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-99/+3