aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* x86/asm/64: Clear AC on NMI entriesAndy Lutomirski2017-08-241-0/+2
* mm: revert x86_64 and arm64 ELF_ET_DYN_BASE base changesKees Cook2017-08-242-4/+4
* crypto: x86/sha1 - Fix reads beyond the number of blocks passedmegha.dey@linux.intel.com2017-08-242-32/+37
* KVM: arm/arm64: Handle hva aging while destroying the vmSuzuki K Poulose2017-08-121-0/+4
* sparc64: Prevent perf from running during super critical sectionsRob Gardner2017-08-123-7/+22
* bpf, s390: fix jit branch offset related to ldimm64Daniel Borkmann2017-08-121-1/+2
* ARM: 8632/1: ftrace: fix syscall name matchingRabin Vincent2017-08-111-0/+18
* x86/boot: Add missing declaration of string functionsNicholas Mc Guire2017-08-112-0/+10
* sparc64: Measure receiver forward progress to avoid send mondo timeoutJane Chu2017-08-114-70/+132
* ARM: dts: armada-38x: Fix irq type for pca955Gregory CLEMENT2017-08-111-2/+2
* KVM: async_pf: make rcu irq exit if not triggered from idle taskWanpeng Li2017-08-111-2/+4
* arm64: mm: fix show_pte KERN_CONT falloutMark Rutland2017-08-061-4/+4
* ARM: s3c2410_defconfig: Fix invalid values for NF_CT_PROTO_*Krzysztof Kozlowski2017-08-061-3/+3
* ARM64: zynqmp: Fix i2c node's compatible stringMoritz Fischer2017-08-061-2/+2
* ARM64: zynqmp: Fix W=1 dtc 1.4 warningsMichal Simek2017-08-062-2/+2
* openrisc: Add _text symbol to fix ksym build errorStafford Horne2017-08-061-0/+2
* ARM: dts: n900: Mark eMMC slot with no-sdio and no-sd flagsPali Rohár2017-08-061-0/+2
* x86/mce/AMD: Make the init code more robustThomas Gleixner2017-08-061-0/+3
* Revert "powerpc/numa: Fix percpu allocations to be NUMA aware"Greg Kroah-Hartman2017-08-062-16/+2
* KVM: PPC: Book3S HV: Save/restore host values of debug registersPaul Mackerras2017-08-061-7/+32
* KVM: PPC: Book3S HV: Reload HTM registers explicitlyPaul Mackerras2017-08-061-1/+15
* KVM: PPC: Book3S HV: Restore critical SPRs to host values on guest exitPaul Mackerras2017-08-062-2/+13
* KVM: PPC: Book3S HV: Context-switch EBB registers properlyPaul Mackerras2017-08-061-0/+16
* powerpc/pseries: Fix of_node_put() underflow during reconfig removeLaurent Vivier2017-08-061-1/+0
* MIPS: Fix a typo: s/preset/present/ in r2-to-r6 emulation error messageMaciej W. Rozycki2017-07-271-1/+1
* MIPS: Send SIGILL for linked branches in `__compute_return_epc_for_insn'Maciej W. Rozycki2017-07-271-8/+4
* MIPS: Rename `sigill_r6' to `sigill_r2r6' in `__compute_return_epc_for_insn'Maciej W. Rozycki2017-07-271-8/+8
* MIPS: Send SIGILL for BPOSGE32 in `__compute_return_epc_for_insn'Maciej W. Rozycki2017-07-271-3/+4
* MIPS: math-emu: Prevent wrong ISA mode instruction emulationMaciej W. Rozycki2017-07-271-0/+38
* MIPS: Fix unaligned PC interpretation in `compute_return_epc'Maciej W. Rozycki2017-07-271-4/+1
* MIPS: Actually decode JALX in `__compute_return_epc_for_insn'Maciej W. Rozycki2017-07-271-0/+1
* MIPS: Save static registers before sysmipsJames Hogan2017-07-275-4/+10
* MIPS: Fix MIPS I ISA /proc/cpuinfo reportingMaciej W. Rozycki2017-07-271-1/+1
* x86/ioapic: Pass the correct data to unmask_ioapic_irq()Seunghun Han2017-07-271-1/+1
* x86/acpi: Prevent out of bound access caused by broken ACPI tablesSeunghun Han2017-07-271-0/+8
* MIPS: Negate error syscall return in traceJames Hogan2017-07-271-1/+1
* MIPS: Fix mips_atomic_set() with EVAJames Hogan2017-07-271-2/+5
* MIPS: Fix mips_atomic_set() retry conditionJames Hogan2017-07-271-1/+1
* s390/syscalls: Fix out of bounds arguments accessJiri Olsa2017-07-271-0/+6
* x86/xen: allow userspace access during hypercallsMarek Marczykowski-Górecki2017-07-271-0/+3
* powerpc/asm: Mark cr0 as clobbered in mftb()Oliver O'Halloran2017-07-271-1/+1
* powerpc: Fix emulation of mfocrf in emulate_step()Anton Blanchard2017-07-271-0/+13
* powerpc: Fix emulation of mcrf in emulate_step()Anton Blanchard2017-07-271-2/+4
* powerpc/64: Fix atomic64_inc_not_zero() to return an intMichael Ellerman2017-07-271-2/+2
* kvm: vmx: allow host to access guest MSR_IA32_BNDCFGSHaozhong Zhang2017-07-211-2/+4
* kvm: vmx: Check value written to IA32_BNDCFGSJim Mattson2017-07-212-0/+5
* kvm: x86: Guest BNDCFGS requires guest MPX supportJim Mattson2017-07-212-2/+10
* kvm: vmx: Do not disable intercepts for BNDCFGSJim Mattson2017-07-211-1/+0
* KVM: x86: disable MPX if host did not enable MPX XSAVE featuresPaolo Bonzini2017-07-213-18/+17
* crypto: sha1-ssse3 - Disable avx2Herbert Xu2017-07-211-1/+1