summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2023-08-02x86/shstk: Add ARCH_SHSTK_STATUSRick Edgecombe
2023-08-02x86/shstk: Add ARCH_SHSTK_UNLOCKMike Rapoport
2023-08-02x86: Add PTRACE interface for shadow stackRick Edgecombe
2023-08-02x86/cpufeatures: Enable CET CR4 bit for shadow stackRick Edgecombe
2023-08-02x86/shstk: Wire in shadow stack interfaceRick Edgecombe
2023-08-02x86: Expose thread features in /proc/$PID/statusRick Edgecombe
2023-08-02x86/shstk: Support WRSS for userspaceRick Edgecombe
2023-08-02x86/shstk: Introduce map_shadow_stack syscallRick Edgecombe
2023-08-02x86/shstk: Check that signal frame is shadow stack memRick Edgecombe
2023-08-02x86/shstk: Check that SSP is aligned on sigreturnRick Edgecombe
2023-08-02x86/shstk: Handle signals for shadow stackRick Edgecombe
2023-08-02x86/shstk: Introduce routines modifying shstkRick Edgecombe
2023-08-02x86/shstk: Handle thread shadow stackRick Edgecombe
2023-08-02x86/shstk: Add user-mode shadow stack supportRick Edgecombe
2023-08-02x86/shstk: Add user control-protection fault handlerRick Edgecombe
2023-08-02x86: Introduce userspace API for shadow stackRick Edgecombe
2023-08-02x86/fpu: Add helper for modifying xstateRick Edgecombe
2023-08-02x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor statesRick Edgecombe
2023-08-02x86/kprobes: Prohibit probing on compiler generated CFI checking codeMasami Hiramatsu
2023-07-31x86: always initialize xen-swiotlb when xen-pcifront is enablingChristoph Hellwig
2023-07-31x86/apic: Hide unused safe_smp_processor_id() on 32-bit UPArnd Bergmann
2023-07-31Merge 6.5-rc4 into char-misc-nextGreg Kroah-Hartman
2023-07-30Merge tag 'x86_urgent_for_v6.5_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-07-30x86/APM: drop the duplicate APM_MINOR_DEV macroRandy Dunlap
2023-07-29x86/srso: Fix return thunks in generated codeJosh Poimboeuf
2023-07-28x86/smpboot: Change smp_store_boot_cpu_info() to staticSohil Mehta
2023-07-28x86/smpboot: Remove a stray comment about CPU hotplugSohil Mehta
2023-07-28cpu/SMT: Remove topology_smt_supported()Laurent Dufour
2023-07-28cpu/SMT: Store the current/max number of threadsMichael Ellerman
2023-07-27x86/srso: Add IBPB on VMEXITBorislav Petkov (AMD)
2023-07-27x86/srso: Add IBPBBorislav Petkov (AMD)
2023-07-27x86/srso: Add SRSO_NO supportBorislav Petkov (AMD)
2023-07-27x86/srso: Add IBPB_BRTYPE supportBorislav Petkov (AMD)
2023-07-27x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)
2023-07-27x86/microcode/AMD: Rip out static buffersBorislav Petkov (AMD)
2023-07-25x86/traps: Fix load_unaligned_zeropad() handling for shared TDX memoryKirill A. Shutemov
2023-07-22x86/cpu: Enable STIBP on AMD if Automatic IBRS is enabledKim Phillips
2023-07-22x86/MCE/AMD: Decrement threshold_bank refcount when removing threshold blocksYazen Ghannam
2023-07-21KVM: Add GDS_NO support to KVMDaniel Sneddon
2023-07-21x86/speculation: Add Kconfig option for GDSDaniel Sneddon
2023-07-21x86/speculation: Add force option to GDS mitigationDaniel Sneddon
2023-07-21x86/mce: Prevent duplicate error recordsBorislav Petkov (AMD)
2023-07-19x86/speculation: Add Gather Data Sampling mitigationDaniel Sneddon
2023-07-19Merge tag 'v6.5-rc2' into sched/core, to pick up fixesIngo Molnar
2023-07-17x86/cpu/amd: Add a Zenbleed fixBorislav Petkov (AMD)
2023-07-17x86/cpu/amd: Move the errata checking functionality upBorislav Petkov (AMD)
2023-07-14Merge tag 'x86_urgent_for_6.5_rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-07-14x86/tsc: Extend watchdog check exemption to 4-Sockets platformFeng Tang
2023-07-13x86/sched: Enable cluster scheduling on HybridPeter Zijlstra
2023-07-11x86/mm: Introduce MAP_ABOVE4GRick Edgecombe