summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2017-06-29MIPS: Actually decode JALX in `__compute_return_epc_for_insn'Maciej W. Rozycki
2017-06-29MIPS: math-emu: Prevent wrong ISA mode instruction emulationMaciej W. Rozycki
2017-06-29MIPS: Use queued spinlocks (qspinlock)Paul Burton
2017-06-29MIPS: Use queued read/write locks (qrwlock)Paul Burton
2017-06-29MIPS: cmpxchg: Rearrange __xchg() arguments to match xchg()Paul Burton
2017-06-29MIPS: cmpxchg: Implement 1 byte & 2 byte cmpxchg()Paul Burton
2017-06-29MIPS: cmpxchg: Implement 1 byte & 2 byte xchg()Paul Burton
2017-06-29MIPS: cmpxchg: Implement __cmpxchg() as a functionPaul Burton
2017-06-29MIPS: cmpxchg: Drop __xchg_u{32,64} functionsPaul Burton
2017-06-29MIPS: cmpxchg: Error out on unsupported xchg() callsPaul Burton
2017-06-29MIPS: cmpxchg: Use __compiletime_error() for bad cmpxchg() pointersPaul Burton
2017-06-29MIPS: cmpxchg: Pull xchg() asm into a macroPaul Burton
2017-06-29MIPS: cmpxchg: Unify R10000_LLSC_WAR & non-R10000_LLSC_WAR casesPaul Burton
2017-06-29MIPS: unaligned: Add DSP lwx & lhx missaligned access supportMiodrag Dinic
2017-06-29MIPS: R6: Fix PREF instruction usage by memcpy for MIPS R6Leonid Yegoshin
2017-06-29MIPS: build: Fix "-modd-spreg" switch usage when compiling for mips32r6Miodrag Dinic
2017-06-29MIPS: cmdline: Add support for 'memmap' parameterMiodrag Dinic
2017-06-29MIPS: Loogson: Make enum loongson_cpu_type more clearHuacai Chen
2017-06-29MIPS: Loongson-3: support irq_set_affinity() in i8259 chipHuacai Chen
2017-06-29MIPS: Loongson-3: IRQ balancing for PCI devicesHuacai Chen
2017-06-29MIPS: Loongson: Add NMI handler supportHuacai Chen
2017-06-28MIPS: Loongson: Add Loongson-3A R3 basic supportHuacai Chen
2017-06-28MIPS: SEAD-3: Fix GIC interrupt specifiersPaul Burton
2017-06-28MIPS: SEAD-3: Set interrupt-parent per-device, not at root nodePaul Burton
2017-06-28MIPS: generic: Set RTC_ALWAYS_BCD to 0Paul Burton
2017-06-28MIPS: generic: Abstract FDT fixup applicationPaul Burton
2017-06-28MIPS: generic/yamon-dt: Use serial* rather than uart* aliasesPaul Burton
2017-06-28MIPS: generic/yamon-dt: Support > 256MB of RAMPaul Burton
2017-06-28MIPS: generic/yamon-dt: Pull YAMON DT shim code out of SEAD-3 boardPaul Burton
2017-06-28MIPS: SEAD-3: Remove GIC timer from DTPaul Burton
2017-06-28MIPS: Branch straight to ll in mips_atomic_set()James Hogan
2017-06-28MIPS: Fix mips_atomic_set() with EVAJames Hogan
2017-06-28MIPS: Save static registers before sysmipsJames Hogan
2017-06-28MIPS: Fix mips_atomic_set() retry conditionJames Hogan
2017-06-28MIPS: perf: add I6500 handlingMarcin Nowakowski
2017-06-28MIPS: Probe the I6500 CPUPaul Burton
2017-06-28MIPS: Perform post-DMA cache flushes on systems with MAARsPaul Burton
2017-06-28MIPS: Give __secure_computing() access to syscall arguments.David Daney
2017-06-28MIPS: Add support for eBPF JIT.David Daney
2017-06-28MIPS: Add some instructions to uasm.David Daney
2017-06-28MIPS: Correctly define DBSHFL type instruction opcodes.David Daney
2017-06-28MIPS: Optimize uasm insn lookup.David Daney
2017-06-28MIPS: module: Unify rel & rela reloc handlingPaul Burton
2017-06-28MIPS: module: Ensure we always clean up r_mips_hi16_listPaul Burton
2017-06-27MIPS: defconfig: Cleanup from old Kconfig optionsKrzysztof Kozlowski
2017-06-27MIPS: Sort MIPS Kconfig Alphabetically.Matt Redfearn
2017-06-25Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-06-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2017-06-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-06-24x86/mshyperv: Remove excess #includes from mshyperv.hThomas Gleixner