summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
Commit message (Expand)AuthorAgeFilesLines
* MIPS: Remove usage of CEVT_R4K_LIB config option.Ralf Baechle2012-12-131-1/+1
* MIPS: Remove usage of CSRC_R4K_LIB config option.Steven J. Hill2012-12-131-1/+1
* MIPS: Octeon: Add kexec and kdump supportRalf Baechle2012-12-132-2/+19
* MIPS: kdump: Add supportRalf Baechle2012-12-138-6/+343
* MIPS: Fix harmlessly missing else statement.Ralf Baechle2012-12-121-5/+8
* MIPS: Remove leftovers from the IRIX binary compat code.Ralf Baechle2012-12-121-4/+0Star
* MIPS: Transparent Huge Pages supportRalf Baechle2012-12-121-1/+1
* MIPS: N32: Remove unused defines.Ralf Baechle2012-11-261-6/+0Star
* MIPS: Merge overlapping bootmem rangesRalf Baechle2012-11-231-6/+20
* MIPS: CMP: Fix physical core number calculation logicjerin jacob2012-10-181-1/+1
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-10-148-627/+144Star
|\
| * MIPS: MT: Remove kspd.Ralf Baechle2012-10-113-448/+0Star
| * MIPS: asm-offset.c: Delete unused irq_cpustat_t struct offsets.Ralf Baechle2012-10-111-10/+0Star
| * MIPS: proc: Cleanup printing of ASEs.Ralf Baechle2012-10-111-9/+11
| * MIPS: Add detection of DSP ASE Revision 2.Steven J. Hill2012-10-112-2/+5
| * MIPS: perf: Add perf functionality for BMIPS5000Al Cooper2012-10-111-1/+102
| * MIPS: perf: Split the Kconfig option CONFIG_MIPS_MT_SMPAl Cooper2012-10-111-8/+8
| * MIPS: perf: Remove unnecessary #ifdefAl Cooper2012-10-111-5/+0Star
| * MIPS: perf: Add cpu feature bit for PCI (performance counter interrupt)Al Cooper2012-10-112-2/+5
| * MIPS: perf: Change the "mips_perf_event" table unsupported indicator.Al Cooper2012-10-111-150/+4Star
| * MIPS: Align swapper_pg_dir to 64K for better TLB Refill code.David Daney2012-10-111-2/+19
* | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-143-120/+147
|\ \
| * | Make most arch asm/module.h files use asm-generic/module.hDavid Howells2012-09-281-1/+1
| * | MIPS: Fix module.c build for 32 bitRalf Baechle2012-09-283-120/+147
* | | Merge tag 'for_linus-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds2012-10-131-0/+9
|\ \ \
| * | | mips,kgdb: fix recursive page fault with CONFIG_KPROBESJason Wessel2012-10-121-0/+9
* | | | vfs: define struct filename and have getname() return itJeff Layton2012-10-132-4/+4
| |_|/ |/| |
* | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-10-0911-128/+149
|\ \ \
| * \ \ Merge branch 'master' of git://dev.phrozen.org/mips-next into mips-for-linux-...Ralf Baechle2012-10-052-18/+3Star
| |\ \ \
| | * | | MIPS: Fix build error for non-malta VSMP kernelAnoop P A2012-08-221-0/+2
| | * | | MIPS: introduce CPU_R4K_FPUFlorian Fainelli2012-08-221-18/+1Star
| * | | | Merge branch 'ralf-3.7' of git://git.linux-mips.org/pub/scm/sjhill/linux-sjhi...Ralf Baechle2012-09-283-50/+121
| |\ \ \ \
| | * | | | MIPS: Make VPE count to be one-based.Steven J. Hill2012-09-131-0/+1
| | * | | | MIPS: Add new end of interrupt functionality for GIC.Steven J. Hill2012-09-131-1/+1
| | * | | | MIPS: Add EIC support for GIC.Steven J. Hill2012-09-132-8/+95
| | * | | | MIPS: Code clean-ups for the GIC.Steven J. Hill2012-09-131-24/+16Star
| | * | | | MIPS: Make GIC code platform independent.Steven J. Hill2012-09-131-24/+11Star
| | * | | | MIPS: Add support for the 1074K core.Steven J. Hill2012-09-131-0/+4
| | |/ / /
| * | | | Merge branch 'rixi-3.7' of git://git.linux-mips.org/pub/scm/sjhill/linux-sjhi...Ralf Baechle2012-09-281-1/+5
| |\ \ \ \
| | * | | | MIPS: Add base architecture support for RI and XI.Steven J. Hill2012-09-131-1/+5
| | |/ / /
| * | | | Merge branch 'cn68xx-ciu2' of git://git.linux-mips.org/pub/scm/daney/upstream...Ralf Baechle2012-09-273-26/+47
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | MIPS: Wire kcmp syscall.Ralf Baechle2012-09-264-0/+4
| * | | | MIPS: Merge the identical "return from syscall" per-ABI codeAl Viro2012-09-225-51/+13Star
| * | | | MIPS: Prevent hitting do_notify_resume() with !user_mode(regs).Al Viro2012-09-222-8/+3Star
* | | | | Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds2012-10-081-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | kbuild: Fix gcc -x syntaxJean Delvare2012-10-031-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-09-221-1/+1
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | MIPS: CMP/SMTC: Fix tc_id calculationRongQing.Li2012-08-271-1/+1
| |/
* | MIPS: Synchronize MIPS count one CPU at a timeJayachandran C2012-08-172-17/+13Star
* | MIPS: Module: Deal with malformed HI16/LO16 relocation sequences.Ralf Baechle2012-08-171-7/+28