summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | MIPS: Don't assume 64-bit FP registers for context switchPaul Burton2014-03-261-0/+66
| * | | | MIPS: Don't assume 64-bit FP registers for FP regsetPaul Burton2014-03-261-6/+40
| * | | | MIPS: Don't assume 64-bit FP registers for dump_{,task_}fpuPaul Burton2014-03-261-2/+14
| * | | | MIPS: Replace hardcoded 32 with NUM_FPU_REGS in ptracePaul Burton2014-03-262-4/+4
| * | | | MIPS: Don't require FPU on sigcontext setup/restorePaul Burton2014-03-262-16/+28
| * | | | MIPS: Move & rename fpu_emulator_{save,restore}_contextPaul Burton2014-03-262-12/+76
| * | | | MIPS: Simplify FP context accessPaul Burton2014-03-262-39/+25
| * | | | MIPS: seccomp: Handle indirect system calls (o32)Markos Chandras2014-03-265-4/+25
| * | | | MIPS: kernel: scalls: Skip the syscall if denied by the seccomp filterMarkos Chandras2014-03-264-4/+12
| * | | | MIPS: ptrace: Move away from secure_computing_strictMarkos Chandras2014-03-261-4/+6
| * | | | MIPS: asm: syscall: Define syscall_get_archMarkos Chandras2014-03-261-1/+1
| * | | | MIPS: Remove gcmpregs.hPaul Burton2014-03-261-1/+0
| * | | | MIPS: Coherent Processing System SMP implementationPaul Burton2014-03-265-0/+542
| * | | | MIPS: Add CPC probe, access functionsPaul Burton2014-03-062-0/+53
| * | | | MIPS: Add generic CM probe & access codePaul Burton2014-03-062-0/+123
| * | | | MIPS: Move GIC IPI functions out of smp-cmp.cPaul Burton2014-03-063-50/+56
| * | | | MIPS: Add 1074K CPU support explicitly.Steven J. Hill2014-03-065-1/+10
| | |/ / | |/| |
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-011-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | mips: Use the core irq stats functionThomas Gleixner2014-03-041-1/+1
| |/ /
* | | MIPS: ftrace: Fix icache flush range errorViller Hsiao2014-03-171-3/+2
* | | MIPS: FPU: Fix conflict of register usageHuacai Chen2014-03-141-4/+4
* | | MIPS: Replace CONFIG_MIPS64 and CONFIG_MIPS32_R2Paul Bolle2014-03-141-4/+4
* | | MIPS: APRP: Unregister rtlx interrupt hook at module exitDeng-Cheng Zhu2014-03-062-0/+6
|/ /
* | MIPS: Wire up sched_setattr/sched_getattr syscallsJames Hogan2014-02-044-0/+8
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2014-01-3128-1217/+1921
|\ \
| * | mips: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-244-4/+0
| * | MIPS: Netlogic: Identify XLP 9XX chipJayachandran C2014-01-241-0/+1
| * | MIPS: /proc/cpuinfo: always print the supported ISAAaro Koskinen2014-01-241-20/+19
| * | MIPS: replace open-coded init_dspPaul Burton2014-01-241-2/+1
| * | MIPS: APRP: Code formatting clean-ups.Steven J. Hill2014-01-223-222/+167
| * | MIPS: APRP: Add RTLX API support for CMP platforms.Deng-Cheng Zhu2014-01-222-0/+117
| * | MIPS: APRP: Split RTLX support into separate files.Deng-Cheng Zhu2014-01-223-132/+159
| * | MIPS: APRP: Add VPE loader support for CMP platforms.Deng-Cheng Zhu2014-01-222-0/+181
| * | MIPS: APRP: Split VPE loader into separate files.Deng-Cheng Zhu2014-01-223-628/+543
| * | MIPS: kernel: cpu-probe: Add support for probing interAptiv coresLeonid Yegoshin2014-01-221-0/+8
| * | MIPS: Add support for interAptiv coresLeonid Yegoshin2014-01-223-0/+3
| * | MIPS: Add debugfs file to print the segmentation control registersSteven J. Hill2014-01-222-0/+111
| * | MIPS: Add support for FTLBsLeonid Yegoshin2014-01-223-7/+103
| * | MIPS: kernel: cpu-probe: Add support for probing proAptiv coresLeonid Yegoshin2014-01-221-0/+8
| * | MIPS: Add support for the proAptiv coresLeonid Yegoshin2014-01-223-0/+3
| * | MIPS: features: Add initial support for Segmentation Control registersSteven J. Hill2014-01-221-0/+2
| * | MIPS: features: Add initial support for TLBINVF capable coresLeonid Yegoshin2014-01-221-0/+5
| * | MIPS: MT: proc: Add support for printing VPE and TC idsMarkos Chandras2014-01-221-1/+8
| * | MIPS: Add printing of ES bit for Imgtec cores when cache error occurs.Leonid Yegoshin2014-01-221-8/+21
| * | MIPS: GIC: Send IPIs using the GICSteven J. Hill2014-01-221-0/+27
| * | MIPS: MT: Mark existing TCs as presentMarkos Chandras2014-01-221-0/+1
| * | MIPS: kernel: smp-cmp: MIPS MT code needs CONFIG_MIPS_MTMarkos Chandras2014-01-221-0/+3
| * | MIPS: BMIPS: change compile time checks to runtime checksJonas Gorski2014-01-222-135/+232
| * | MIPS: Support for 64-bit FP with O32 binariesPaul Burton2014-01-1310-72/+209
| |/
* / MIPS: VPE: Remove vpe_getuid and vpe_getgidEric W. Biederman2014-01-231-28/+0
|/