summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2025-04-10x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'Ingo Molnar6-8/+8
2025-04-10x86/msr: Standardize on 'u32' MSR indices in <asm/msr.h>Ingo Molnar1-15/+14
2025-04-10x86/msr: Harmonize the prototype and definition of do_trace_rdpmc()Ingo Molnar1-2/+2
2025-04-10x86/msr: Use u64 in rdmsrl_safe() and paravirt_read_pmc()Ingo Molnar1-2/+2
2025-04-10x86/msr: Standardize on u64 in <asm/msr-index.h>Ingo Molnar1-6/+6
2025-04-10x86/msr: Standardize on u64 in <asm/msr.h>Ingo Molnar1-9/+9
2025-04-10x86: Remove __FORCE_ORDER workaroundUros Bizjak2-22/+11
2025-04-09x86/mm: Consolidate initmem_init()Mike Rapoport (Microsoft)1-1/+0
2025-04-09Merge tag 'v6.15-rc1' into x86/mm, to pick up fixesIngo Molnar15-99/+83
2025-04-09x86/uaccess: Predict valid_user_address() returning trueMateusz Guzik1-1/+1
2025-04-09Merge tag 'v6.15-rc1' into x86/asm, to refresh the branchIngo Molnar34-218/+228
2025-04-09x86/bugs: Fix RSB clearing in indirect_branch_prediction_barrier()Josh Poimboeuf1-3/+3
2025-04-09x86/bugs: Rename entry_ibpb() to write_ibpb()Josh Poimboeuf1-3/+3
2025-04-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+6
2025-04-08objtool: Remove ANNOTATE_IGNORE_ALTERNATIVE from CLAC/STACJosh Poimboeuf1-6/+6
2025-04-08perf/x86/intel: Support auto counter reloadKan Liang1-0/+4
2025-04-08perf/x86/intel: Add CPUID enumeration for the auto counter reloadKan Liang1-0/+1
2025-04-07Merge branch 'kvm-tdx-initial' into HEADPaolo Bonzini9-11/+239
2025-04-07Merge branch 'kvm-6.15-rc2-fixes' into HEADPaolo Bonzini1-1/+6
2025-04-06x86/boot/compressed: Merge the local pgtable.h include into <asm/boot.h>Ard Biesheuvel1-0/+10
2025-04-06x86/boot: Use __ALIGN_KERNEL_MASK() instead of open coded analogueAndy Shevchenko1-3/+1
2025-04-04Merge tag 'x86-urgent-2025-04-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-7/+0
2025-04-04KVM: x86/mmu: Wrap sanity check on number of TDP MMU pages with KVM_PROVE_MMUSean Christopherson1-1/+6
2025-04-03x86/idle: Use MONITOR and MWAIT mnemonics in <asm/mwait.h>Uros Bizjak1-9/+12
2025-04-03x86/idle: Change arguments of mwait_idle_with_hints() to u32Uros Bizjak1-1/+1
2025-04-03x86/idle: Remove CONFIG_AS_TPAUSEUros Bizjak1-9/+2
2025-04-03x86/idle: Remove .s output beautifying delimiters from simpler asm() templatesUros Bizjak1-7/+7
2025-04-02x86/idle: Standardize argument types for MONITOR{,X} and MWAIT{,X} instructio...Uros Bizjak1-8/+5
2025-04-02x86/idle: Remove MFENCEs for X86_BUG_CLFLUSH_MONITOR in mwait_idle_with_hints...Andrew Cooper1-6/+3
2025-04-02Merge tag 'x86_tdx_for_6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-32/+35
2025-04-02Merge tag 'objtool-urgent-2025-04-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-14/+21
2025-04-01x86/mm: Remove the arch-specific p4d_leaf() definitionBaoquan He1-7/+0
2025-04-01x86/mm: Remove the arch-specific pgd_leaf() definitionBaoquan He1-3/+0
2025-04-01x86/nmi: Add missing description x86_platform_ops::get_nmi_reason to <asm/x86...Sohil Mehta1-0/+1
2025-04-01x86/nmi: Improve <asm/nmi.h> documentationSohil Mehta1-1/+42
2025-04-01x86/nmi: Consolidate NMI panic variablesSohil Mehta1-0/+2
2025-04-01x86/nmi: Simplify unknown NMI panic handlingSohil Mehta1-2/+2
2025-04-01x86/platform/iosf_mbi: Remove unused iosf_mbi_unregister_pmic_bus_access_noti...Dr. David Alan Gilbert1-7/+0
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds7-46/+27
2025-03-30Merge tag 'x86-urgent-2025-03-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+0
2025-03-30Merge tag 'bpf_res_spin_lock' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+33
2025-03-28x86/bitops: Simplify variable_ffz() as variable__ffs(~word)Uros Bizjak1-4/+1
2025-03-26x86/tdx: Fix arch_safe_halt() execution for TDX VMsVishal Annapurve1-2/+2
2025-03-26x86/paravirt: Move halt paravirt calls under CONFIG_PARAVIRTKirill A. Shutemov3-30/+33
2025-03-25Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds1-0/+1
2025-03-25Merge tag 'pm-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-8/+10
2025-03-25Merge tag 'hyperv-next-signed-20250324' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-7/+1
2025-03-25x86/bitops: Use TZCNT mnemonic in <asm/bitops.h>Uros Bizjak1-2/+2
2025-03-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-27/+45
2025-03-25Merge tag 'ras_core_for_v6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+0