summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-07-22arm64: KVM: Handle guest's ARCH_WORKAROUND_2 requestsMarc Zyngier2-1/+38
2018-07-22arm64: KVM: Add ARCH_WORKAROUND_2 support for guestsMarc Zyngier6-0/+79
2018-07-22arm64: KVM: Add HYP per-cpu accessorsMarc Zyngier1-2/+25
2018-07-22arm64: ssbd: Add prctl interface for per-thread mitigationMarc Zyngier2-0/+109
2018-07-22arm64: ssbd: Introduce thread flag to control userspace mitigationMarc Zyngier2-0/+3
2018-07-22arm64: ssbd: Restore mitigation status on CPU resumeMarc Zyngier4-1/+26
2018-07-22arm64: ssbd: Skip apply_ssbd if not using dynamic mitigationMarc Zyngier2-0/+17
2018-07-22arm64: ssbd: Add global mitigation state accessorMarc Zyngier1-0/+10
2018-07-22arm64: Add 'ssbd' command-line optionMarc Zyngier2-16/+93
2018-07-22arm64: Add ARCH_WORKAROUND_2 probingMarc Zyngier3-1/+80
2018-07-22arm64: Add per-cpu infrastructure to call ARCH_WORKAROUND_2Marc Zyngier2-4/+9
2018-07-22arm64: Call ARCH_WORKAROUND_2 on transitions between EL0 and EL1Marc Zyngier2-0/+46
2018-07-22KVM: arm64: Avoid storing the vcpu pointer on the stackChristoffer Dall7-27/+48
2018-07-22KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_stateMarc Zyngier2-0/+27
2018-07-22arm64: alternatives: Add dynamic patching featureMarc Zyngier2-16/+70
2018-07-22KVM: arm64: Stop save/restoring host tpidr_el1 on VHEJames Morse3-11/+12
2018-07-22arm64: alternatives: use tpidr_el2 on VHE hostsJames Morse5-6/+42
2018-07-22KVM: arm64: Change hyp_panic()s dependency on tpidr_el2James Morse4-12/+30
2018-07-22KVM: arm/arm64: Convert kvm_host_cpu_state to a static per-cpu allocationJames Morse1-15/+3
2018-07-22KVM: arm64: Store vcpu on the stack during __guest_enter()James Morse2-6/+10
2018-07-22arm64: assembler: introduce ldr_this_cpuMark Rutland2-5/+16
2018-07-22x86/paravirt: Make native_save_fl() extern inlineNick Desaulniers3-1/+28
2018-07-22x86/asm: Add _ASM_ARG* constants for argument registers to <asm/asm.h>H. Peter Anvin1-0/+59
2018-07-22MIPS: Use async IPIs for arch_trigger_cpumask_backtrace()Paul Burton1-15/+30
2018-07-17uprobes/x86: Remove incorrect WARN_ON() in uprobe_init_insn()Oleg Nesterov1-1/+1
2018-07-17MIPS: Fix ioremap() RAM checkPaul Burton1-12/+25
2018-07-17MIPS: Call dump_stack() from show_regs()Paul Burton2-2/+3
2018-07-11s390: Correct register corruption in critical section cleanupChristian Borntraeger1-2/+2
2018-07-11x86/cpu: Re-apply forced caps every time CPU caps are re-readAndy Lutomirski1-0/+7
2018-07-11x86/xen: Add call of speculative_store_bypass_ht_init() to PV pathsJuergen Gross1-0/+5
2018-07-11ARM: dts: imx6q: Use correct SDMA script for SPI5 coreSean Nyekjaer1-1/+1
2018-07-11kprobes/x86: Do not modify singlestep buffer while resumingMasami Hiramatsu1-22/+20
2018-07-03mm: fix devmem_is_allowed() for sub-page System RAM intersectionsDan Williams1-1/+3
2018-07-03MIPS: io: Add barrier after register read in inX()Huacai Chen1-0/+2
2018-07-03MIPS: BCM47XX: Enable 74K Core ExternalSync for PCIe erratumTokunori Ikegami2-0/+9
2018-07-03arm64: mm: Ensure writes to swapper are ordered wrt subsequent cache maintenanceWill Deacon1-2/+3
2018-07-03arm64: kpti: Use early_param for kpti= command-line optionWill Deacon1-1/+1
2018-07-03ARM: 8764/1: kgdb: fix NUMREGBYTES so that gdb_regs[] is the correct sizeDavid Rivshin1-1/+1
2018-07-03powerpc/fadump: Unregister fadump on kexec down path.Mahesh Salgaonkar1-0/+3
2018-07-03powerpc/powernv/ioda2: Remove redundant free of TCE pagesAlexey Kardashevskiy1-1/+0
2018-07-03powerpc/ptrace: Fix enforcement of DAWR constraintsMichael Neuling1-2/+2
2018-07-03powerpc/ptrace: Fix setting 512B aligned breakpoints with PTRACE_SET_DEBUGREGMichael Neuling1-0/+1
2018-07-03powerpc/mm/hash: Add missing isync prior to kernel stack SLB switchAneesh Kumar K.V1-0/+1
2018-07-03mips: ftrace: fix static function graph tracingMatthias Schiffer1-15/+12
2018-07-03signal/xtensa: Consistenly use SIGBUS in do_unaligned_userEric W. Biederman1-1/+1
2018-07-03m68k/mm: Adjust VM area to be unmapped by gap size for __iounmap()Michael Schmitz1-1/+2
2018-07-03x86: Call fixup_exception() before notify_die() in math_error()Siarhei Liakh1-6/+8
2018-07-03x86/mce: Do not overwrite MCi_STATUS in mce_no_way_out()Borislav Petkov1-8/+10
2018-07-03x86/mce: Fix incorrect "Machine check from unknown source" messageTony Luck1-8/+18
2018-07-03x86/mce: Check for alternate indication of machine check recovery on SkylakeTony Luck1-2/+9