summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2017-10-21x86/mm: Disable preemption during CR3 read+writeSebastian Andrzej Siewior1-0/+7
2017-10-18KVM: nVMX: fix guest CR4 loading when emulating L2 to L1 exitHaozhong Zhang1-1/+1
2017-10-08parisc: perf: Fix potential NULL pointer dereferenceArvind Yadav1-45/+49
2017-10-08ARM: 8635/1: nommu: allow enabling REMAP_VECTORS_TO_RAMAfzal Mohammed1-2/+1
2017-10-08MIPS: Ensure bss section ends on a long-aligned addressPaul Burton1-1/+1
2017-10-05swiotlb-xen: implement xen_swiotlb_dma_mmap callbackStefano Stabellini1-0/+1
2017-10-05x86/fpu: Don't let userspace set bogus xcomp_bvEric Biggers2-1/+14
2017-10-05kvm: nVMX: Don't allow L2 to access the hardware CR8Jim Mattson1-0/+5
2017-10-05arm64: Make sure SPsel is always setMarc Zyngier1-0/+1
2017-10-05powerpc/pseries: Fix parent_dn reference leak in add_dt_node()Tyrel Datwyler1-1/+3
2017-10-05KVM: PPC: Book3S: Fix race and leak in kvm_vm_ioctl_create_spapr_tce()Paul Mackerras1-19/+27
2017-09-27ARC: Re-enable MMU upon Machine Check exceptionJose Abreu2-3/+6
2017-09-27powerpc: Fix DAR reporting when alignment handler faultsMichael Ellerman1-45/+74
2017-09-14ARM: 8692/1: mm: abort uaccess retries upon fatal signalMark Rutland1-1/+4
2017-09-02x86/tools: Fix gcc-7 warning in relocs.cMarkus Trippelsdorf1-1/+2
2017-09-02x86-64: Handle PC-relative relocations on per-CPU dataJan Beulich2-10/+40
2017-09-02arm64: fpsimd: Prevent registers leaking across execDave Martin1-0/+2
2017-09-02arm64: flush FP/SIMD state correctly after execve()Ard Biesheuvel1-0/+1
2017-09-02x86/io: Add "memory" clobber to insb/insw/insl/outsb/outsw/outslArnd Bergmann1-2/+2
2017-09-02arm64: mm: abort uaccess retries upon fatal signalMark Rutland1-1/+4
2017-08-11ARM: 8632/1: ftrace: fix syscall name matchingRabin Vincent1-0/+18
2017-08-11x86/boot: Add missing declaration of string functionsNicholas Mc Guire2-0/+10
2017-08-11KVM: async_pf: make rcu irq exit if not triggered from idle taskWanpeng Li1-2/+4
2017-08-11tile: use global strscpy() rather than private copyChris Metcalf1-29/+4
2017-08-11arch/powerpc: provide zero_bytemask() for big-endianChris Metcalf1-0/+5
2017-08-11Make asm/word-at-a-time.h available on all architecturesChris Metcalf20-0/+20
2017-08-11word-at-a-time.h: support zero_bytemask() on alpha and tileChris Metcalf2-1/+9
2017-08-11tile: add <asm/word-at-a-time.h> and enable support functionsChris Metcalf6-150/+48
2017-08-11ARM: dts: n900: Mark eMMC slot with no-sdio and no-sd flagsPali Rohár1-0/+2
2017-08-11x86/mce/AMD: Make the init code more robustThomas Gleixner1-0/+3
2017-08-11Revert "powerpc/numa: Fix percpu allocations to be NUMA aware"Greg Kroah-Hartman2-16/+2
2017-08-11KVM: PPC: Book3S HV: Save/restore host values of debug registersPaul Mackerras1-5/+30
2017-08-11KVM: PPC: Book3S HV: Reload HTM registers explicitlyPaul Mackerras1-1/+15
2017-08-11KVM: PPC: Book3S HV: Restore critical SPRs to host values on guest exitPaul Mackerras2-2/+13
2017-08-11powerpc/pseries: Fix of_node_put() underflow during reconfig removeLaurent Vivier1-1/+0
2017-07-28MIPS: Send SIGILL for BPOSGE32 in `__compute_return_epc_for_insn'Maciej W. Rozycki1-3/+4
2017-07-28KVM: PPC: Book3S HV: Context-switch EBB registers properlyPaul Mackerras1-0/+16
2017-07-28MIPS: math-emu: Prevent wrong ISA mode instruction emulationMaciej W. Rozycki1-0/+38
2017-07-28MIPS: Fix unaligned PC interpretation in `compute_return_epc'Maciej W. Rozycki1-4/+1
2017-07-28MIPS: Actually decode JALX in `__compute_return_epc_for_insn'Maciej W. Rozycki1-0/+1
2017-07-28MIPS: Save static registers before sysmipsJames Hogan5-4/+10
2017-07-28x86/acpi: Prevent out of bound access caused by broken ACPI tablesSeunghun Han1-0/+8
2017-07-28MIPS: Negate error syscall return in traceJames Hogan1-1/+1
2017-07-28MIPS: Fix mips_atomic_set() with EVAJames Hogan1-2/+5
2017-07-28MIPS: Fix mips_atomic_set() retry conditionJames Hogan1-1/+1
2017-07-28s390/syscalls: Fix out of bounds arguments accessJiri Olsa1-0/+6
2017-07-28powerpc/asm: Mark cr0 as clobbered in mftb()Oliver O'Halloran1-1/+1
2017-07-28powerpc: Fix emulation of mfocrf in emulate_step()Anton Blanchard1-0/+13
2017-07-28powerpc: Fix emulation of mcrf in emulate_step()Anton Blanchard1-2/+4
2017-07-28powerpc/64: Fix atomic64_inc_not_zero() to return an intMichael Ellerman1-2/+2