summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2023-03-23x86,objtool: Split UNWIND_HINT_EMPTY in twoJosh Poimboeuf
2023-03-23x86,objtool: Separate unret validation from unwind hintsJosh Poimboeuf
2023-03-23x86,objtool: Introduce ORC_TYPE_*Josh Poimboeuf
2023-03-22x86: Simplify one-level sysctl registration for itmt_kern_tableLuis Chamberlain
2023-03-22x86/ACPI/boot: Improve __acpi_acquire_global_lockUros Bizjak
2023-03-22x86/fpu/xstate: Prevent false-positive warning in __copy_xstate_uabi_buf()Chang S. Bae
2023-03-21ftrace: selftest: remove broken trace_direct_trampMark Rutland
2023-03-21x86/sev: Change snp_guest_issue_request()'s fw_err argumentDionna Glaze
2023-03-21x86/smpboot: Reference count on smpboot_setup_warm_reset_vector()David Woodhouse
2023-03-21x86/smpboot: Remove initial_gsBrian Gerst
2023-03-21x86/smpboot: Remove early_gdt_descr on 64-bitBrian Gerst
2023-03-21x86/smpboot: Remove initial_stack on 64-bitBrian Gerst
2023-03-21x86/apic/x2apic: Allow CPU cluster_mask to be populated in parallelDavid Woodhouse
2023-03-19x86/MCE/AMD: Use an u64 for bank_mapMuralidhara M K
2023-03-19Merge tag 'ras_urgent_for_v6.3_rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-03-19Merge tag 'x86_urgent_for_v6.3_rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-03-17x86/umwait: move to use bus_get_dev_root()Greg Kroah-Hartman
2023-03-17x86/microcode: move to use bus_get_dev_root()Greg Kroah-Hartman
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2023-03-17x86/paravirt: Convert simple paravirt functions to asmJuergen Gross
2023-03-17x86/hyperv: Block root partition functionality in a Confidential VMMichael Kelley
2023-03-16x86/mm/iommu/sva: Make LAM and SVA mutually exclusiveKirill A. Shutemov
2023-03-16iommu/sva: Replace pasid_valid() helper with mm_valid_pasid()Kirill A. Shutemov
2023-03-16x86/mm: Provide arch_prctl() interface for LAMKirill A. Shutemov
2023-03-16x86/uaccess: Provide untagged_addr() and remove tags before address checkKirill A. Shutemov
2023-03-16x86: Allow atomic MM_CONTEXT flags settingKirill A. Shutemov
2023-03-16x86/split_lock: Enumerate architectural split lock disable bitFenghua Yu
2023-03-16x86/CPU/AMD: Make sure EFER[AIBRSE] is setBorislav Petkov (AMD)
2023-03-15x86/resctrl: Avoid redundant counter read in __mon_event_count()Peter Newman
2023-03-15x86/resctrl: Clear staged_config[] before and after it is usedShawn Wang
2023-03-14Merge tag 'trace-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-03-13virt/coco/sev-guest: Add throttling awarenessDionna Glaze
2023-03-13virt/coco/sev-guest: Convert the sw_exit_info_2 checking to a switch-caseBorislav Petkov (AMD)
2023-03-13virt/coco/sev-guest: Simplify extended guest request handlingBorislav Petkov (AMD)
2023-03-13virt/coco/sev-guest: Check SEV_SNP attribute at probe timeBorislav Petkov (AMD)
2023-03-12x86/mce: Make sure logged MCEs are processed after sysfs updateYazen Ghannam
2023-03-12Merge tag 'x86_urgent_for_v6.3_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-03-09ftrace,kcfi: Define ftrace_stub_graph conditionallyArnd Bergmann
2023-03-09module: replace module_layout with module_memorySong Liu
2023-03-08x86/resctl: fix scheduler confusion with 'current'Linus Torvalds
2023-03-08x86/cpu: Expose arch_cpu_idle_dead()'s prototype definitionPhilippe Mathieu-Daudé
2023-03-08sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf
2023-03-08x86/cpu: Mark play_dead() __noreturnJosh Poimboeuf
2023-03-08x86/CPU/AMD: Disable XSAVES on AMD family 0x17Andrew Cooper
2023-03-08x86/mce: Always inline old MCA stubsBorislav Petkov (AMD)
2023-03-06x86/MCE/AMD: Make kobj_type structure constantThomas Weißschuh
2023-03-06x86/paravirt: Merge activate_mm() and dup_mmap() callbacksJuergen Gross
2023-03-05Merge tag 'x86-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-03-02Merge tag 'objtool-core-2023-03-02' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-02-27x86/speculation: Allow enabling STIBP with legacy IBRSKP Singh