summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2014-03-27MIPS: Basic MSA context switching supportPaul Burton10-34/+275
2014-03-27MIPS: Detect the MSA ASEPaul Burton6-0/+50
2014-03-27MIPS: Add MSA register definitions & accessPaul Burton4-0/+302
2014-03-27MIPS: Don't assume 64-bit FP registers for context switchPaul Burton3-128/+194
2014-03-27MIPS: Don't assume 64-bit FP registers for FP regsetPaul Burton1-6/+40
2014-03-27MIPS: Don't assume 64-bit FP registers for dump_{,task_}fpuPaul Burton1-2/+14
2014-03-27MIPS: Clear upper bits of FP registers on emulator writesPaul Burton1-5/+20
2014-03-27MIPS: Replace hardcoded 32 with NUM_FPU_REGS in ptracePaul Burton2-4/+4
2014-03-27MIPS: Don't require FPU on sigcontext setup/restorePaul Burton2-16/+28
2014-03-27MIPS: Move & rename fpu_emulator_{save,restore}_contextPaul Burton3-87/+76
2014-03-27MIPS: Update outdated commentPaul Burton1-4/+3
2014-03-27MIPS: Simplify FP context accessPaul Burton6-65/+90
2014-03-27MIPS: Select HAVE_ARCH_SECCOMP_FILTERMarkos Chandras1-0/+1
2014-03-27MIPS: seccomp: Handle indirect system calls (o32)Markos Chandras7-6/+45
2014-03-27MIPS: kernel: scalls: Skip the syscall if denied by the seccomp filterMarkos Chandras4-4/+12
2014-03-27MIPS: ptrace: Move away from secure_computing_strictMarkos Chandras2-5/+7
2014-03-27MIPS: asm: thread_info: Add _TIF_SECCOMP flagMarkos Chandras1-1/+2
2014-03-27MIPS: asm: syscall: Define syscall_get_archMarkos Chandras2-3/+5
2014-03-27MIPS: asm: syscall: Add the syscall_rollback functionMarkos Chandras1-0/+6
2014-03-27MIPS: Deprecate CONFIG_MIPS_CMPPaul Burton1-1/+4
2014-03-27MIPS: MIPS_CMP should depend upon !SMTC, not upon SMVPPaul Burton1-1/+1
2014-03-27MIPS: More helpful CONFIG_MIPS_CMP label, help textPaul Burton1-2/+4
2014-03-27MIPS: Remove gcmpregs.hPaul Burton2-126/+0
2014-03-27MIPS: Malta: Allow use of MIPS CPS SMP implementationPaul Burton2-0/+3
2014-03-27MIPS: Malta: Probe CPC when supportedPaul Burton2-0/+12
2014-03-27MIPS: Malta: Make use of generic CM supportPaul Burton6-74/+38
2014-03-27MIPS: Coherent Processing System SMP implementationPaul Burton9-1/+606
2014-03-27MIPS: Add cpu_vpe_id macroPaul Burton1-0/+6
2014-03-07MIPS: Add CPC probe, access functionsPaul Burton4-0/+206
2014-03-07MIPS: Add generic CM probe & access codePaul Burton4-0/+448
2014-03-07MIPS: Move GIC IPI functions out of smp-cmp.cPaul Burton5-50/+63
2014-03-07MIPS: Introduce _EXT assembler macroPaul Burton1-0/+11
2014-03-07MIPS: Add missing includes to gic.hPaul Burton1-0/+3
2014-03-07MIPS: Add CP0 CMGCRBase definitions & accessorPaul Burton1-0/+6
2014-03-07MIPS: Define Config1 cache field shifts & sizesPaul Burton1-0/+12
2014-03-07MIPS: Add 1074K CPU support explicitly.Steven J. Hill12-4/+18
2014-03-07MIPS: mm: c-r4k: Detect instruction cache aliasesMarkos Chandras2-3/+11
2014-03-02Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+3
2014-03-02Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-4/+7
2014-02-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-6/+40
2014-02-28Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds3-6/+18
2014-02-28Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds10-178/+219
2014-02-28arm64: Fix !CONFIG_SMP kernel buildCatalin Marinas1-0/+8
2014-02-28arm64: mm: Add double logical invert to pte accessorsSteve Capper1-5/+5
2014-02-28powerpc/powernv: Fix indirect XSCOM unmanglingBenjamin Herrenschmidt1-9/+12
2014-02-28powerpc/powernv: Fix opal_xscom_{read,write} prototypeBenjamin Herrenschmidt1-2/+2
2014-02-28powerpc/powernv: Refactor PHB diag-data dumpGavin Shan1-95/+125
2014-02-28powerpc/powernv: Dump PHB diag-data immediatelyGavin Shan1-53/+43
2014-02-28powerpc: Increase stack redzone for 64-bit userspace to 512 bytesPaul Mackerras3-5/+20
2014-02-28powerpc/ftrace: bugfix for test_24bit_addrLiu Ping Fan1-0/+1