summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2017-11-05x86/microcode/intel: Disable late loading on model 79Borislav Petkov1-0/+18
2017-11-05parisc: Fix double-word compare and exchange in LWS code on 32-bit kernelsJohn David Anglin1-3/+3
2017-11-05parisc: Avoid trashing sr2 and sr3 in LWS codeJohn David Anglin1-29/+24
2017-11-05sparc64: Migrate hvcons irq to panicked cpuVijay Kumar2-2/+9
2017-11-05x86/alternatives: Fix alt_max_short macro to really be a max()Mathias Krause2-4/+6
2017-11-05KVM: nVMX: fix guest CR4 loading when emulating L2 to L1 exitHaozhong Zhang1-1/+1
2017-11-05parisc: perf: Fix potential NULL pointer dereferenceArvind Yadav1-45/+49
2017-11-05ARM: 8635/1: nommu: allow enabling REMAP_VECTORS_TO_RAMAfzal Mohammed1-2/+1
2017-11-05MIPS: Ensure bss section ends on a long-aligned addressPaul Burton1-1/+1
2017-11-04kvm: nVMX: Don't allow L2 to access the hardware CR8Jim Mattson1-0/+5
2017-11-04arm64: Make sure SPsel is always setMarc Zyngier1-0/+1
2017-11-04powerpc/pseries: Fix parent_dn reference leak in add_dt_node()Tyrel Datwyler1-1/+3
2017-11-04KVM: PPC: Book3S: Fix race and leak in kvm_vm_ioctl_create_spapr_tce()Paul Mackerras1-19/+27
2017-10-04ARC: Re-enable MMU upon Machine Check exceptionJose Abreu2-3/+6
2017-10-04powerpc: Fix DAR reporting when alignment handler faultsMichael Ellerman1-45/+74
2017-10-03x86/fsgsbase/64: Report FSBASE and GSBASE correctly in core dumpsAndy Lutomirski1-2/+3
2017-10-03ARM: 8692/1: mm: abort uaccess retries upon fatal signalMark Rutland1-1/+4
2017-10-03alpha: uapi: Add support for __SANE_USERSPACE_TYPES__Ben Hutchings2-2/+12
2017-10-03arm64: fpsimd: Prevent registers leaking across execDave Martin1-0/+2
2017-10-03x86/io: Add "memory" clobber to insb/insw/insl/outsb/outsw/outslArnd Bergmann1-2/+2
2017-10-03arm64: mm: abort uaccess retries upon fatal signalMark Rutland1-1/+4
2017-09-10KVM: arm/arm64: Handle hva aging while destroying the vmSuzuki K Poulose1-0/+4
2017-09-10sparc64: Prevent perf from running during super critical sectionsRob Gardner3-7/+22
2017-09-10bpf, s390: fix jit branch offset related to ldimm64Daniel Borkmann1-1/+2
2017-09-10ARM: 8632/1: ftrace: fix syscall name matchingRabin Vincent1-0/+18
2017-09-10x86/boot: Add missing declaration of string functionsNicholas Mc Guire2-0/+10
2017-09-10sparc64: Measure receiver forward progress to avoid send mondo timeoutJane Chu4-70/+132
2017-09-10ARM: dts: armada-38x: Fix irq type for pca955Gregory CLEMENT1-2/+2
2017-09-10KVM: async_pf: make rcu irq exit if not triggered from idle taskWanpeng Li1-2/+4
2017-09-10arm64: mm: fix show_pte KERN_CONT falloutMark Rutland1-4/+4
2017-09-10ARM: s3c2410_defconfig: Fix invalid values for NF_CT_PROTO_*Krzysztof Kozlowski1-3/+3
2017-09-10ARM64: zynqmp: Fix i2c node's compatible stringMoritz Fischer1-2/+2
2017-09-10ARM64: zynqmp: Fix W=1 dtc 1.4 warningsMichal Simek2-2/+2
2017-09-10openrisc: Add _text symbol to fix ksym build errorStafford Horne1-0/+2
2017-09-10ARM: dts: n900: Mark eMMC slot with no-sdio and no-sd flagsPali Rohár1-0/+2
2017-09-10x86/mce/AMD: Make the init code more robustThomas Gleixner1-0/+3
2017-09-10KVM: PPC: Book3S HV: Save/restore host values of debug registersPaul Mackerras1-7/+32
2017-09-10KVM: PPC: Book3S HV: Restore critical SPRs to host values on guest exitPaul Mackerras2-2/+13
2017-09-10KVM: PPC: Book3S HV: Context-switch EBB registers properlyPaul Mackerras1-0/+16
2017-09-10powerpc/pseries: Fix of_node_put() underflow during reconfig removeLaurent Vivier1-1/+0
2017-09-10MIPS: Send SIGILL for BPOSGE32 in `__compute_return_epc_for_insn'Maciej W. Rozycki1-3/+4
2017-09-10MIPS: math-emu: Prevent wrong ISA mode instruction emulationMaciej W. Rozycki1-0/+38
2017-09-10MIPS: Fix unaligned PC interpretation in `compute_return_epc'Maciej W. Rozycki1-4/+1
2017-09-10MIPS: Actually decode JALX in `__compute_return_epc_for_insn'Maciej W. Rozycki1-0/+1
2017-09-10MIPS: Save static registers before sysmipsJames Hogan5-4/+10
2017-09-10MIPS: Fix MIPS I ISA /proc/cpuinfo reportingMaciej W. Rozycki1-1/+1
2017-09-10x86/acpi: Prevent out of bound access caused by broken ACPI tablesSeunghun Han1-0/+8
2017-09-10MIPS: Negate error syscall return in traceJames Hogan1-1/+1
2017-09-10MIPS: Fix mips_atomic_set() with EVAJames Hogan1-2/+5
2017-09-10MIPS: Fix mips_atomic_set() retry conditionJames Hogan1-1/+1