summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2019-11-15x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli
2019-11-15x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL CPUsJosh Poimboeuf
2019-11-15x86/tsx: Add config options to set tsx=on|off|autoMichal Hocko
2019-11-15x86/tsx: Add "auto" option to the tsx= cmdline parameterPawan Gupta
2019-11-15kvm/x86: Export MDS_NO=0 to guests when TSX is enabledPawan Gupta
2019-11-15x86/speculation/taa: Add sysfs reporting for TSX Async AbortPawan Gupta
2019-11-15x86/speculation/taa: Add mitigation for TSX Async AbortPawan Gupta
2019-11-15x86/cpu: Add a "tsx=" cmdline option with TSX disabled by defaultPawan Gupta
2019-11-15x86/cpu: Add a helper function x86_read_arch_cap_msr()Pawan Gupta
2019-11-15x86/msr: Add the IA32_TSX_CTRL MSRPawan Gupta
2019-11-15KVM: x86: use Intel speculation bugs and features as derived in generic x86 codePaolo Bonzini
2019-11-15KVM: Introduce kvm_get_arch_capabilities()Ben Hutchings
2019-10-31KVM: x86/vPMU: refine kvm_pmu err msg when event creation failedLike Xu
2019-10-31parisc: Fix kernel panic due invalid values in IAOQ0 or IAOQ1Helge Deller
2019-10-31ARC: hide unused function unw_hdr_allocArnd Bergmann
2019-10-31x86/tls: Fix possible spectre-v1 in do_get_thread_area()Dianzhang Chen
2019-10-31x86/ptrace: Fix possible spectre-v1 in ptrace_get_debugreg()Dianzhang Chen
2019-10-31s390: fix stfle zero paddingHeiko Carstens
2019-10-31powerpc/watchpoint: Restore NV GPRs while returning from exceptionRavi Bangoria
2019-10-31powerpc/32s: fix suspend/resume when IBATs 4-7 are usedChristophe Leroy
2019-10-31ARM: riscpc: fix DMARussell King
2019-10-05x86/speculation: Allow guests to use SSBD even if host does notAlejandro Jimenez
2019-10-05MIPS: Add missing EHB in mtc0 -> mfc0 sequence.Dmitry Korotin
2019-10-05x86/apic: Fix integer overflow on 10 bit left shift of cpu_khzColin Ian King
2019-10-05KVM: arm64: Filter out invalid core register IDs in KVM_GET_REG_LISTDave Martin
2019-10-05s390/crypto: fix possible sleep during spinlock aquiredHarald Freudenberger
2019-10-05powerpc/perf: Fix MMCRA corruption by bhrb_filterRavi Bangoria
2019-10-05powerpc/perf: add missing put_cpu_var in power_pmu_event_initJan Stancek
2019-09-23x86/speculation/mds: Revert CPU buffer clear on double fault exitAndy Lutomirski
2019-09-23powerpc/booke64: set RI in default MSRLaurentiu Tudor
2019-09-23x86/uaccess: Dont leak the AC flag into __put_user() argument evaluationPeter Zijlstra
2019-09-23powerpc/83xx: Add missing of_node_put() after of_device_is_available()Julia Lawall
2019-09-23crypto: arm/aes-neonbs - don't access already-freed walk.ivEric Biggers
2019-09-23ARM: pxa: ssp: Fix "WARNING: invalid free of devm_ allocated data"YueHaibing
2019-09-23arm64: compat: Reduce address limitVincenzo Frascino
2019-09-23crypto: x86/crct10dif-pcl - fix use via crypto_shash_digest()Eric Biggers
2019-09-23ARM: OMAP2+: Fix potentially uninitialized return value for _setup_reset()Tony Lindgren
2019-09-23ARM: dts: exynos: Fix interrupt for shared EINTs on Exynos5260Stuart Menefy
2019-08-13powerpc/tm: Fix oops on sigreturn on systems without TMMichael Neuling
2019-08-13x86/speculation/swapgs: Exclude ATOMs from speculation through SWAPGSThomas Gleixner
2019-08-13x86/entry/64: Use JMP instead of JMPQJosh Poimboeuf
2019-08-13x86/speculation: Enable Spectre v1 swapgs mitigationsJosh Poimboeuf
2019-08-13x86/speculation: Prepare entry code for Spectre v1 swapgs mitigationsJosh Poimboeuf
2019-08-13x86/entry/64: Fix context tracking state warning when load_gs_index failsWanpeng Li
2019-08-13x86/entry/64: Really create an error-entry-from-usermode code pathAndy Lutomirski
2019-08-13x86/asm/entry/64: Disentangle error_entry/exit gsbase/ebx/usermode codeAndy Lutomirski
2019-08-13x86: cpufeatures: Renumber feature word 7Ben Hutchings
2019-08-13x86/kprobes: Avoid kretprobe recursion bugMasami Hiramatsu
2019-08-13x86/kprobes: Verify stack frame on kretprobeMasami Hiramatsu
2019-08-13kvm: mmu: Fix overflow on kvm mmu page limit calculationBen Gardon