summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
Commit message (Expand)AuthorAgeFilesLines
* MIPS: asm-offset.c: Patch up various comments refering to the old filename.Ralf Baechle2015-07-141-1/+1
* MIPS: O32: Use compat_sys_getsockopt.Ralf Baechle2015-07-101-1/+1
* MIPS: c-r4k: Fix cache flushing for MT coresMarkos Chandras2015-07-101-1/+43
* MIPS: cps-vec: Use macros for various arithmetics and memory operationsMarkos Chandras2015-07-091-16/+16
* MIPS: kernel: cps-vec: Replace KSEG0 with CKSEG0Markos Chandras2015-07-091-2/+2
* MIPS: kernel: cps-vec: Use ta0-ta3 pseudo-registers for 64-bitMarkos Chandras2015-07-091-21/+21
* MIPS: kernel: cps-vec: Replace mips32r2 ISA level with mips64r2Markos Chandras2015-07-091-2/+2
* MIPS: kernel: cps-vec: Replace 'la' macro with PTR_LAMarkos Chandras2015-07-091-10/+10
* MIPS: kernel: smp-cps: Fix 64-bit compatibility errors due to pointer castingMarkos Chandras2015-07-091-3/+3
* MIPS: Fix branch emulation for BLTC and BGEC instructionsMarkos Chandras2015-07-091-2/+2
* MIPS: kernel: traps: Fix broken indentationMarkos Chandras2015-07-091-4/+4
* MIPS: bootmem: Don't use memory holes for page bitmapAlexander Sverdlin2015-07-091-8/+5Star
* MIPS: O32: Do not handle require 32 bytes from the stack to be readable.Ralf Baechle2015-07-082-18/+52
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-06-2711-240/+156Star
|\
| * MIPS: IRQ/IP27: Move IRQ allocation API to platform code.Ralf Baechle2015-06-211-38/+0Star
| * MIPS: i8259: DT supportPaul Burton2015-06-211-2/+41
| * MIPS: Add support for vmlinux.bin appended dtbJonas Gorski2015-06-212-1/+23
| * MIPS: prepare for user enabling of CONFIG_OFRob Herring2015-06-211-0/+1
| * MIPS: R12000: Enable branch prediction global historyJoshua Kinard2015-06-211-2/+6
| * MIPS: Get rid of 'kgdb_early_setup' cruft.Sergei Shtylyov2015-06-213-23/+0Star
| * MIPS/IRQCHIP: Move irq_chip from arch/mips to drivers/irqchip.Ralf Baechle2015-06-212-170/+0Star
| * MIPS: ingenic: Add newer vendor IDsPaul Burton2015-06-211-1/+3
| * MIPS: Add SysRq operation to dump TLBs on all CPUsJames Hogan2015-06-212-0/+78
| * MIPS: traps: print Exception Code in __show_regs()Petri Gynther2015-06-211-3/+4
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-06-231-7/+2Star
|\ \ | |/ |/|
| * Merge branch 'linus' into sched/core, to resolve conflictIngo Molnar2015-06-022-2/+2
| |\
| * | sched/preempt, MIPS: Properly lock access to the FPUDavid Hildenbrand2015-05-191-7/+2Star
* | | MIPS: Fix enabling of DEBUG_STACKOVERFLOWJames Hogan2015-06-061-1/+1
* | | MIPS: Avoid an FPE exception in FCSR mask probingMaciej W. Rozycki2015-06-031-2/+1Star
| |/ |/|
* | MIPS: BMIPS: Fix bmips_wr_vec()Petri Gynther2015-05-291-1/+1
* | MIPS: irq: Use DECLARE_BITMAPJoe Perches2015-05-261-1/+1
|/
* MIPS: Fix up obsolete cpu_set usageEzequiel Garcia2015-05-151-1/+1
* MIPS: traps: remove extra Tainted: line from __show_regs() outputPetri Gynther2015-05-121-1/+0Star
* MIPS: Fix a preemption issue with thread's FPU defaultsMaciej W. Rozycki2015-05-121-1/+1
* MIPS: fix FP mode selection in lieu of .MIPS.abiflags dataPaul Burton2015-05-121-15/+17
* MIPS: SMP: Fix build error.Ralf Baechle2015-05-121-2/+4
* Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-209-30/+30
|\
| * mips: fix up obsolete cpu function usage.Rusty Russell2015-03-059-30/+30
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-04-1725-339/+794
|\ \
| * \ Merge branch '4.0-fixes' into mips-for-linux-nextRalf Baechle2015-04-135-110/+244
| |\ \
| | * | MIPS: smp-cps: cpu_set FPU mask if FPU presentNiklas Cassel2015-04-101-0/+6
| | * | MIPS: kernel: entry.S: Set correct ISA level for mips_ihbMarkos Chandras2015-04-101-1/+2
| | * | MIPS: unaligned: Fix regular load/store instruction emulation for EVAMarkos Chandras2015-04-101-5/+47
| | * | MIPS: unaligned: Surround load/store macros in do {} while statementsMarkos Chandras2015-04-101-26/+90
| | * | MIPS: unaligned: Prevent EVA instructions on kernel unaligned accessesMarkos Chandras2015-04-101-78/+94
| | * | MIPS: Add support for XPA.Steven J. Hill2015-03-192-0/+5
| | |/
| * | Merge branch '4.1-fp' into mips-for-linux-nextRalf Baechle2015-04-134-74/+35Star
| |\ \
| * | | MIPS: Fix double inclusion of headers in misalignment emulator.Ralf Baechle2015-04-081-2/+0Star
| * | | MIPS: Factor out FPU feature probingMaciej W. Rozycki2015-04-081-54/+71
| * | | MIPS: Respect the ISA level in FCSR handlingMaciej W. Rozycki2015-04-084-12/+65