summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* powerpc/tm: Fix oops on sigreturn on systems without TMMichael Neuling2019-08-132-0/+8
* x86/speculation/swapgs: Exclude ATOMs from speculation through SWAPGSThomas Gleixner2019-08-133-29/+32
* x86/entry/64: Use JMP instead of JMPQJosh Poimboeuf2019-08-131-1/+1
* x86/speculation: Enable Spectre v1 swapgs mitigationsJosh Poimboeuf2019-08-131-9/+106
* x86/speculation: Prepare entry code for Spectre v1 swapgs mitigationsJosh Poimboeuf2019-08-133-3/+49
* x86/entry/64: Fix context tracking state warning when load_gs_index failsWanpeng Li2019-08-131-2/+2
* x86/entry/64: Really create an error-entry-from-usermode code pathAndy Lutomirski2019-08-131-12/+16
* x86/asm/entry/64: Disentangle error_entry/exit gsbase/ebx/usermode codeAndy Lutomirski2019-08-131-5/+23
* x86: cpufeatures: Renumber feature word 7Ben Hutchings2019-08-131-18/+21
* x86/kprobes: Avoid kretprobe recursion bugMasami Hiramatsu2019-08-131-2/+20
* x86/kprobes: Verify stack frame on kretprobeMasami Hiramatsu2019-08-131-0/+26
* kvm: mmu: Fix overflow on kvm mmu page limit calculationBen Gardon2019-08-134-16/+15
* MIPS: scall64-o32: Fix indirect syscall number loadAurelien Jarno2019-08-131-1/+1
* x86/speculation: Prevent deadlock on ssb_state::lockThomas Gleixner2019-08-131-2/+6
* powerpc/vdso32: fix CLOCK_MONOTONIC on PPC64Christophe Leroy2019-08-131-1/+1
* xen: Prevent buffer overflow in privcmd ioctlDan Carpenter2019-08-131-0/+3
* xtensa: fix return_addressMax Filippov2019-08-131-1/+5
* KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson2019-08-133-15/+15
* kvm: x86: IA32_ARCH_CAPABILITIES is always supportedJim Mattson2019-08-131-0/+5
* ARM: dts: pfla02: increase phy reset durationMarco Felsch2019-08-131-0/+1
* ARM: imx6q: cpuidle: fix bug that CPU might not wake up at expected timeKohji Okuno2019-08-131-17/+10
* powerpc/vdso64: Fix CLOCK_MONOTONIC inconsistencies across Y2038Michael Ellerman2019-08-132-5/+5
* powerpc/32: Clear on-stack exception marker upon exception returnChristophe Leroy2019-07-091-0/+9
* powerpc/powernv: Make opal log only readable by rootJordan Niethe2019-07-091-1/+1
* powerpc/mm/hash: Handle mmap_min_addr correctly in get_unmapped_area topdown ...Aneesh Kumar K.V2019-07-091-4/+6
* powerpc/wii: properly disable use of BATs when requested.Christophe Leroy2019-07-091-0/+4
* powerpc/83xx: Also save/restore SPRG4-7 during suspendChristophe Leroy2019-07-091-7/+27
* KVM: x86/mmu: Do not cache MMIO accesses while memslots are in fluxSean Christopherson2019-07-091-1/+6
* crypto: arm64/aes-ccm - fix logical bug in AAD MAC handlingArd Biesheuvel2019-07-091-2/+3
* m68k: Add -ffreestanding to CFLAGSFinn Thain2019-07-091-1/+4
* powerpc/irq: drop arch_early_irq_init()Christophe Leroy2019-07-091-5/+0
* ARM: s3c24xx: Fix boolean expressions in osiris_dvs_notifyGustavo A. R. Silva2019-07-091-4/+4
* clk: vf610: fix refcount leak in vf610_clocks_init()Yangtao Li2019-07-091-0/+1
* clk: imx6sx: fix refcount leak in imx6sx_clocks_init()Yangtao Li2019-07-091-0/+1
* clk: imx6q: fix refcount leak in imx6q_clocks_init()Yangtao Li2019-07-091-0/+1
* x86/bugs: Change L1TF mitigation string to match upstreamBen Hutchings2019-05-221-1/+1
* x86/cpu/bugs: Use __initconst for 'const' init dataAndi Kleen2019-05-221-3/+3
* x86/speculation/mds: Add 'mitigations=' support for MDSJosh Poimboeuf2019-05-221-1/+1
* x86/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf2019-05-222-3/+7
* x86/speculation/mds: Print SMT vulnerable on MSBDS with mitigations offKonrad Rzeszutek Wilk2019-05-221-1/+2
* x86/speculation/mds: Fix commentBoris Ostrovsky2019-05-221-1/+1
* x86/speculation/mds: Add SMT warning messageJosh Poimboeuf2019-05-221-0/+8
* x86/speculation: Move arch_smt_update() call to after mitigation decisionsJosh Poimboeuf2019-05-221-3/+2
* Documentation: Move L1TF to separate directoryThomas Gleixner2019-05-221-1/+1
* x86/speculation/mds: Add mitigation mode VMWERVThomas Gleixner2019-05-222-6/+13
* x86/speculation/mds: Add sysfs reporting for MDSThomas Gleixner2019-05-221-0/+27
* x86/speculation/mds: Add mitigation control for MDSThomas Gleixner2019-05-222-0/+76
* x86/speculation/mds: Conditionally clear CPU buffers on idle entryThomas Gleixner2019-05-224-0/+25
* x86/speculation/mds: Clear CPU buffers on exit to userThomas Gleixner2019-05-227-1/+57
* x86/speculation/mds: Add mds_clear_cpu_buffers()Thomas Gleixner2019-05-221-0/+25