summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-08-13powerpc/tm: Fix oops on sigreturn on systems without TMMichael Neuling2-0/+8
2019-08-13x86/speculation/swapgs: Exclude ATOMs from speculation through SWAPGSThomas Gleixner3-29/+32
2019-08-13x86/entry/64: Use JMP instead of JMPQJosh Poimboeuf1-1/+1
2019-08-13x86/speculation: Enable Spectre v1 swapgs mitigationsJosh Poimboeuf1-9/+106
2019-08-13x86/speculation: Prepare entry code for Spectre v1 swapgs mitigationsJosh Poimboeuf3-3/+49
2019-08-13x86/entry/64: Fix context tracking state warning when load_gs_index failsWanpeng Li1-2/+2
2019-08-13x86/entry/64: Really create an error-entry-from-usermode code pathAndy Lutomirski1-12/+16
2019-08-13x86/asm/entry/64: Disentangle error_entry/exit gsbase/ebx/usermode codeAndy Lutomirski1-5/+23
2019-08-13x86: cpufeatures: Renumber feature word 7Ben Hutchings1-18/+21
2019-08-13x86/kprobes: Avoid kretprobe recursion bugMasami Hiramatsu1-2/+20
2019-08-13x86/kprobes: Verify stack frame on kretprobeMasami Hiramatsu1-0/+26
2019-08-13kvm: mmu: Fix overflow on kvm mmu page limit calculationBen Gardon4-16/+15
2019-08-13MIPS: scall64-o32: Fix indirect syscall number loadAurelien Jarno1-1/+1
2019-08-13x86/speculation: Prevent deadlock on ssb_state::lockThomas Gleixner1-2/+6
2019-08-13powerpc/vdso32: fix CLOCK_MONOTONIC on PPC64Christophe Leroy1-1/+1
2019-08-13xen: Prevent buffer overflow in privcmd ioctlDan Carpenter1-0/+3
2019-08-13xtensa: fix return_addressMax Filippov1-1/+5
2019-08-13KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson3-15/+15
2019-08-13kvm: x86: IA32_ARCH_CAPABILITIES is always supportedJim Mattson1-0/+5
2019-08-13ARM: dts: pfla02: increase phy reset durationMarco Felsch1-0/+1
2019-08-13ARM: imx6q: cpuidle: fix bug that CPU might not wake up at expected timeKohji Okuno1-17/+10
2019-08-13powerpc/vdso64: Fix CLOCK_MONOTONIC inconsistencies across Y2038Michael Ellerman2-5/+5
2019-07-09powerpc/32: Clear on-stack exception marker upon exception returnChristophe Leroy1-0/+9
2019-07-09powerpc/powernv: Make opal log only readable by rootJordan Niethe1-1/+1
2019-07-09powerpc/mm/hash: Handle mmap_min_addr correctly in get_unmapped_area topdown ...Aneesh Kumar K.V1-4/+6
2019-07-09powerpc/wii: properly disable use of BATs when requested.Christophe Leroy1-0/+4
2019-07-09powerpc/83xx: Also save/restore SPRG4-7 during suspendChristophe Leroy1-7/+27
2019-07-09KVM: x86/mmu: Do not cache MMIO accesses while memslots are in fluxSean Christopherson1-1/+6
2019-07-09crypto: arm64/aes-ccm - fix logical bug in AAD MAC handlingArd Biesheuvel1-2/+3
2019-07-09m68k: Add -ffreestanding to CFLAGSFinn Thain1-1/+4
2019-07-09powerpc/irq: drop arch_early_irq_init()Christophe Leroy1-5/+0
2019-07-09ARM: s3c24xx: Fix boolean expressions in osiris_dvs_notifyGustavo A. R. Silva1-4/+4
2019-07-09clk: vf610: fix refcount leak in vf610_clocks_init()Yangtao Li1-0/+1
2019-07-09clk: imx6sx: fix refcount leak in imx6sx_clocks_init()Yangtao Li1-0/+1
2019-07-09clk: imx6q: fix refcount leak in imx6q_clocks_init()Yangtao Li1-0/+1
2019-05-22x86/bugs: Change L1TF mitigation string to match upstreamBen Hutchings1-1/+1
2019-05-22x86/cpu/bugs: Use __initconst for 'const' init dataAndi Kleen1-3/+3
2019-05-22x86/speculation/mds: Add 'mitigations=' support for MDSJosh Poimboeuf1-1/+1
2019-05-22x86/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf2-3/+7
2019-05-22x86/speculation/mds: Print SMT vulnerable on MSBDS with mitigations offKonrad Rzeszutek Wilk1-1/+2
2019-05-22x86/speculation/mds: Fix commentBoris Ostrovsky1-1/+1
2019-05-22x86/speculation/mds: Add SMT warning messageJosh Poimboeuf1-0/+8
2019-05-22x86/speculation: Move arch_smt_update() call to after mitigation decisionsJosh Poimboeuf1-3/+2
2019-05-22Documentation: Move L1TF to separate directoryThomas Gleixner1-1/+1
2019-05-22x86/speculation/mds: Add mitigation mode VMWERVThomas Gleixner2-6/+13
2019-05-22x86/speculation/mds: Add sysfs reporting for MDSThomas Gleixner1-0/+27
2019-05-22x86/speculation/mds: Add mitigation control for MDSThomas Gleixner2-0/+76
2019-05-22x86/speculation/mds: Conditionally clear CPU buffers on idle entryThomas Gleixner4-0/+25
2019-05-22x86/speculation/mds: Clear CPU buffers on exit to userThomas Gleixner7-1/+57
2019-05-22x86/speculation/mds: Add mds_clear_cpu_buffers()Thomas Gleixner1-0/+25