summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-03-23x86,objtool: Split UNWIND_HINT_EMPTY in twoJosh Poimboeuf4-21/+18
2023-03-23x86,objtool: Separate unret validation from unwind hintsJosh Poimboeuf1-5/+0
2023-03-23x86,objtool: Introduce ORC_TYPE_*Josh Poimboeuf1-6/+6
2023-03-22x86: Simplify one-level sysctl registration for itmt_kern_tableLuis Chamberlain1-10/+1
2023-03-22x86/ACPI/boot: Improve __acpi_acquire_global_lockUros Bizjak1-3/+8
2023-03-22x86/fpu/xstate: Prevent false-positive warning in __copy_xstate_uabi_buf()Chang S. Bae1-16/+14
2023-03-21ftrace: selftest: remove broken trace_direct_trampMark Rutland2-0/+9
2023-03-21x86/sev: Change snp_guest_issue_request()'s fw_err argumentDionna Glaze1-7/+8
2023-03-21x86/smpboot: Reference count on smpboot_setup_warm_reset_vector()David Woodhouse1-7/+12
2023-03-21x86/smpboot: Remove initial_gsBrian Gerst3-17/+8
2023-03-21x86/smpboot: Remove early_gdt_descr on 64-bitBrian Gerst3-8/+7
2023-03-21x86/smpboot: Remove initial_stack on 64-bitBrian Gerst4-18/+53
2023-03-21x86/apic/x2apic: Allow CPU cluster_mask to be populated in parallelDavid Woodhouse1-44/+82
2023-03-19x86/MCE/AMD: Use an u64 for bank_mapMuralidhara M K1-7/+7
2023-03-19Merge tag 'ras_urgent_for_v6.3_rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2023-03-19Merge tag 'x86_urgent_for_v6.3_rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-18/+41
2023-03-17x86/umwait: move to use bus_get_dev_root()Greg Kroah-Hartman1-2/+6
2023-03-17x86/microcode: move to use bus_get_dev_root()Greg Kroah-Hartman1-4/+9
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman3-3/+3
2023-03-17x86/paravirt: Convert simple paravirt functions to asmJuergen Gross1-21/+6
2023-03-17x86/hyperv: Block root partition functionality in a Confidential VMMichael Kelley1-4/+8
2023-03-16x86/mm/iommu/sva: Make LAM and SVA mutually exclusiveKirill A. Shutemov1-0/+7
2023-03-16iommu/sva: Replace pasid_valid() helper with mm_valid_pasid()Kirill A. Shutemov1-3/+3
2023-03-16x86/mm: Provide arch_prctl() interface for LAMKirill A. Shutemov2-1/+57
2023-03-16x86/uaccess: Provide untagged_addr() and remove tags before address checkKirill A. Shutemov1-0/+3
2023-03-16x86: Allow atomic MM_CONTEXT flags settingKirill A. Shutemov1-2/+2
2023-03-16x86/split_lock: Enumerate architectural split lock disable bitFenghua Yu1-37/+22
2023-03-16x86/CPU/AMD: Make sure EFER[AIBRSE] is setBorislav Petkov (AMD)3-9/+20
2023-03-15x86/resctrl: Avoid redundant counter read in __mon_event_count()Peter Newman1-24/+19
2023-03-15x86/resctrl: Clear staged_config[] before and after it is usedShawn Wang3-9/+24
2023-03-14Merge tag 'trace-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+2
2023-03-13virt/coco/sev-guest: Add throttling awarenessDionna Glaze1-0/+4
2023-03-13virt/coco/sev-guest: Convert the sw_exit_info_2 checking to a switch-caseBorislav Petkov (AMD)1-5/+11
2023-03-13virt/coco/sev-guest: Simplify extended guest request handlingBorislav Petkov (AMD)1-5/+6
2023-03-13virt/coco/sev-guest: Check SEV_SNP attribute at probe timeBorislav Petkov (AMD)1-3/+0
2023-03-12x86/mce: Make sure logged MCEs are processed after sysfs updateYazen Ghannam1-0/+1
2023-03-12Merge tag 'x86_urgent_for_v6.3_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+9
2023-03-09ftrace,kcfi: Define ftrace_stub_graph conditionallyArnd Bergmann1-0/+2
2023-03-09module: replace module_layout with module_memorySong Liu2-4/+4
2023-03-08x86/resctl: fix scheduler confusion with 'current'Linus Torvalds3-4/+4
2023-03-08x86/cpu: Expose arch_cpu_idle_dead()'s prototype definitionPhilippe Mathieu-Daudé1-0/+1
2023-03-08sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf1-1/+1
2023-03-08x86/cpu: Mark play_dead() __noreturnJosh Poimboeuf1-1/+1
2023-03-08x86/CPU/AMD: Disable XSAVES on AMD family 0x17Andrew Cooper1-0/+9
2023-03-08x86/mce: Always inline old MCA stubsBorislav Petkov (AMD)1-5/+5
2023-03-06x86/MCE/AMD: Make kobj_type structure constantThomas Weißschuh1-1/+1
2023-03-06x86/paravirt: Merge activate_mm() and dup_mmap() callbacksJuergen Gross1-2/+1
2023-03-05Merge tag 'x86-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-7/+18
2023-03-02Merge tag 'objtool-core-2023-03-02' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+2
2023-02-27x86/speculation: Allow enabling STIBP with legacy IBRSKP Singh1-7/+18