summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2017-06-28MIPS: generic: Set RTC_ALWAYS_BCD to 0Paul Burton1-1/+1
2017-06-28MIPS: generic: Abstract FDT fixup applicationPaul Burton3-22/+69
2017-06-28MIPS: generic/yamon-dt: Use serial* rather than uart* aliasesPaul Burton2-5/+5
2017-06-28MIPS: generic/yamon-dt: Support > 256MB of RAMPaul Burton3-25/+106
2017-06-28MIPS: generic/yamon-dt: Pull YAMON DT shim code out of SEAD-3 boardPaul Burton5-174/+251
2017-06-28MIPS: SEAD-3: Remove GIC timer from DTPaul Burton1-5/+0
2017-06-28MIPS: Branch straight to ll in mips_atomic_set()James Hogan1-5/+1
2017-06-28MIPS: Fix mips_atomic_set() with EVAJames Hogan1-2/+5
2017-06-28MIPS: Save static registers before sysmipsJames Hogan5-4/+10
2017-06-28MIPS: Fix mips_atomic_set() retry conditionJames Hogan1-1/+1
2017-06-28MIPS: perf: add I6500 handlingMarcin Nowakowski1-4/+10
2017-06-28MIPS: Probe the I6500 CPUPaul Burton4-1/+10
2017-06-28MIPS: Perform post-DMA cache flushes on systems with MAARsPaul Burton1-5/+18
2017-06-28MIPS: Give __secure_computing() access to syscall arguments.David Daney1-2/+20
2017-06-28MIPS: Add support for eBPF JIT.David Daney2-2/+13
2017-06-28MIPS: Add some instructions to uasm.David Daney3-13/+96
2017-06-28MIPS: Correctly define DBSHFL type instruction opcodes.David Daney1-1/+8
2017-06-28MIPS: Optimize uasm insn lookup.David Daney3-209/+199
2017-06-28MIPS: module: Unify rel & rela reloc handlingPaul Burton4-252/+154
2017-06-28MIPS: module: Ensure we always clean up r_mips_hi16_listPaul Burton1-12/+16
2017-06-27MIPS: defconfig: Cleanup from old Kconfig optionsKrzysztof Kozlowski47-221/+0
2017-06-27MIPS: Sort MIPS Kconfig Alphabetically.Matt Redfearn1-49/+49
2017-06-25Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+1
2017-06-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-3/+3
2017-06-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2017-06-24x86/mshyperv: Remove excess #includes from mshyperv.hThomas Gleixner1-2/+1
2017-06-24Merge tag 'powerpc-4.12-7' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds7-50/+166
2017-06-23powerpc/64: Initialise thread_info for emergency stacksNicholas Piggin1-3/+28
2017-06-22KVM: x86: fix singlestepping over syscallPaolo Bonzini3-30/+34
2017-06-22Merge tag 'kvm-s390-master-4.12-2' of git://git.kernel.org/pub/scm/linux/kern...Radim Krčmář1-9/+6
2017-06-22powerpc/powernv/npu-dma: Add explicit flush when sending an ATSDAlistair Popple1-29/+65
2017-06-22KVM: s390: gaccess: fix real-space designation asce handling for gmap shadowsHeiko Carstens1-9/+6
2017-06-22perf/x86/intel: Add 1G DTLB load/store miss support for SKLKan Liang1-2/+2
2017-06-20KVM: MIPS: Fix maybe-uninitialized build failureJames Cowgill1-1/+5
2017-06-20Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Radim Krčmář3-20/+118
2017-06-20arm64/vdso: Fix nsec handling for CLOCK_MONOTONIC_RAWWill Deacon2-3/+3
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins16-27/+30
2017-06-19Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds5-13/+10
2017-06-19Merge tag 'sunxi-fixes-for-4.12' of https://git.kernel.org/pub/scm/linux/kern...Olof Johansson4-7/+8
2017-06-19Merge tag 'omap-for-v4.12/fixes-sl50' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson1-6/+2
2017-06-19Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds8-31/+34
2017-06-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-4/+8
2017-06-16Merge tag 'powerpc-4.12-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds5-10/+13
2017-06-16powerpc/perf: Fix oops when kthread execs user processRavi Bangoria1-1/+2
2017-06-16powerpc/64s: Handle data breakpoints in Radix modeNaveen N. Rao1-4/+7
2017-06-16powerpc/kprobes: Skip livepatch_handler() for jprobesNaveen N. Rao3-5/+41
2017-06-16powerpc/ftrace: Pass the correct stack pointer for DYNAMIC_FTRACE_WITH_REGSNaveen N. Rao1-8/+12
2017-06-16powerpc/kprobes: Pause function_graph tracing during jprobes handlingNaveen N. Rao1-0/+11
2017-06-16powerpc/debug: Add missing warn flag to WARN_ON's non-builtin pathAlexey Kardashevskiy1-1/+1
2017-06-16KVM: PPC: Book3S HV: Ignore timebase offset on POWER9 DD1Paul Mackerras1-0/+8