summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-01-181-7/+4Star
|\
| * audit: inline audit_syscall_entry to reduce burden on archsEric Paris2012-01-171-4/+3Star
| * Audit: push audit success and retcode into arch ptrace.hEric Paris2012-01-171-3/+1Star
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-01-1418-154/+1046
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *---------. \ Merge branches 'next/ar7', 'next/ath79', 'next/bcm63xx', 'next/bmips', 'next/...Ralf Baechle2012-01-118-137/+988
| |\ \ \ \ \ \ \
| | | | | | | * | MIPS: Netlogic: Add support for XLP 3XX coresJayachandran C2011-12-071-1/+2
| | | | | | | * | MIPS: Netlogic: Add XLP makefiles and configJayachandran C2011-12-071-0/+1
| | | | | | | * | MIPS: Netlogic: XLP CPU support.Jayachandran C2011-12-071-3/+16
| | | | | | | * | MIPS: Netlogic: add r4k_wait as the cpu_waitJayachandran C2011-12-071-0/+1
| | | |_|_|_|/ / | | |/| | | | |
| | | | | | * | MIPS/Perf-events: Cleanup event->destroy at event initDeng-Cheng Zhu2011-12-071-9/+6Star
| | | | | | * | MIPS/Perf-events: Remove pmu and event state checking in validate_event()Deng-Cheng Zhu2011-12-071-15/+3Star
| | | | | | * | MIPS/Perf-events: Remove erroneous check on active_eventsDeng-Cheng Zhu2011-12-071-5/+0Star
| | | | | | * | MIPS/Perf-events: Don't do validation on raw eventsDeng-Cheng Zhu2011-12-071-32/+2Star
| | | |_|_|/ / | | |/| | | |
| | | | | * | MIPS Kprobes: Support branch instructions probingManeesh Soni2011-12-071-33/+112
| | | | | * | MIPS Kprobes: Refactor branch emulationManeesh Soni2011-12-071-44/+84
| | | | | * | MIPS Kprobes: Deny probes on ll/sc instructionsManeesh Soni2011-12-071-0/+31
| | | | | * | MIPS Kprobes: Fix OOPS in arch_prepare_kprobe()Maneesh Soni2011-12-071-3/+12
| | | |_|/ / | | |/| | |
| | | * | | MIPS: BMIPS: Add SMP support code for BMIPS43xx/BMIPS5000Kevin Cernekee2011-12-073-0/+714
| | | * | | MIPS: Add board_ebase_setup()Kevin Cernekee2011-12-071-0/+3
| | | * | | MIPS: Add NMI notifierKevin Cernekee2011-12-071-0/+9
| | |/ / /
| * | | | Merge branch 'next/alchemy' into mips-for-linux-nextRalf Baechle2012-01-111-0/+7
| |\ \ \ \
| | * | | | MIPS: Alchemy: Au1300 SoC supportManuel Lauss2011-12-071-0/+7
| | |/ / /
| * | | | Merge branch 'next/generic' into mips-for-linux-nextRalf Baechle2012-01-1110-13/+47
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | MIPS: irq: Remove IRQF_DISABLEDYong Zhang2011-12-079-9/+8Star
| | * | | MIPS: Handle initmem in systems with kernel not in add_memory_region() memDavid Daney2011-12-071-4/+39
| | |/ /
| * / / MIPS: Fix up inconsistency in panic() string argument.Ralf Baechle2011-12-072-4/+4
| |/ /
* | | treewide: convert uses of ATTRIB_NORETURN to __noreturnJoe Perches2012-01-131-1/+1
* | | treewide: remove useless NORET_TYPE macro and usesJoe Perches2012-01-131-1/+1
| |/ |/|
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-01-061-2/+4
|\ \
| * | nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker2011-12-111-2/+4
| * | nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker2011-12-111-2/+2
| * | nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker2011-12-111-2/+2
* | | Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/l...Ingo Molnar2011-12-201-1/+2
|\ \ \ | |/ / |/| |
| * | mips: Use HAVE_MEMBLOCK_NODE_MAPTejun Heo2011-12-081-1/+2
| |/
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-12-061-4/+4
|\ \ | |/ |/|
| * perf: Don't use -ENOSPC for out of PMU resourcesPeter Zijlstra2011-11-141-4/+4
* | MIPS: ASID conflict after CPU hotplugMaksim Rayskiy2011-11-101-1/+2
* | MIPS: errloongson2_clock: Fix build error by including linux/module.hAaro Koskinen2011-11-101-0/+1
* | MIPS: Hook up process_vm_readv and process_vm_writev system calls.David Daney2011-11-094-0/+8
* | MIPS: Kernel hangs occasionally during boot.Al Cooper2011-11-081-19/+19
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-0720-20/+13Star
|\
| * mips: add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-11-011-0/+1
| * mips: remove needless include of module.h from core kernel files.Paul Gortmaker2011-11-019-9/+0Star
| * mips: migrate core kernel file from module.h --> export.hPaul Gortmaker2011-11-0111-11/+11
| * mips: fix implicit use of asm/elf.h in kernel/cpu-probe.cPaul Gortmaker2011-11-011-0/+1
* | MIPS: perf: Add Octeon support for hardware perf.David Daney2011-10-251-0/+147
* | MIPS: perf: Add support for 64-bit perf counters.David Daney2011-10-251-469/+389Star
* | MIPS: perf: Reorganize contents of perf support files.David Daney2011-10-253-519/+531
* | MIPS: perf: Cleanup formatting in arch/mips/kernel/perf_event.cDavid Daney2011-10-252-57/+37Star
* | MIPS: Add probes for more Octeon II CPUs.David Daney2011-10-251-0/+3