summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2023-10-10x86/cpu: Move logical package and die IDs into topology infoThomas Gleixner
2023-10-10x86/cpu: Move cu_id into topology infoThomas Gleixner
2023-10-10x86/cpu: Move cpu_core_id into topology infoThomas Gleixner
2023-10-10x86/cpu: Move cpu_die_id into topology infoThomas Gleixner
2023-10-10x86/cpu: Move phys_proc_id into topology infoThomas Gleixner
2023-10-10x86/cpu: Encapsulate topology information in cpuinfo_x86Thomas Gleixner
2023-10-09KVM: x86: Don't sync user-written TSC against startup valuesLike Xu
2023-10-09locking/atomic/x86: Introduce arch_sync_try_cmpxchg()Uros Bizjak
2023-10-09Merge tag 'v6.6-rc5' into locking/core, to pick up fixesIngo Molnar
2023-10-09perf/x86/amd/uncore: Add memory controller supportSandipan Das
2023-10-07x86/speculation: Add __update_spec_ctrl() helperWaiman Long
2023-10-06platform/x86/intel/ifs: Store IFS generation numberJithu Joseph
2023-10-05x86/entry/32: Convert do_fast_syscall_32() to bool return typeBrian Gerst
2023-10-05Merge tag 'v6.6-rc4' into x86/entry, to pick up fixesIngo Molnar
2023-10-05x86/percpu: Use C for percpu read/write accessorsUros Bizjak
2023-10-05x86/percpu: Use compiler segment prefix qualifierNadav Amit
2023-10-04KVM: x86: Refactor can_emulate_instruction() return to be more expressiveSean Christopherson
2023-10-04KVM: X86: Reduce size of kvm_vcpu_arch structure when CONFIG_KVM_XEN=nPeng Hao
2023-10-04x86: kdump: use generic interface to simplify crashkernel reservation codeBaoquan He
2023-10-04locking/local, arch: Rewrite local_add_unless() as a static inline functionUros Bizjak
2023-10-03x86/headers: Remove <asm/export.h>Masahiro Yamada
2023-10-02x86/of: Move the x86_flattree_get_config() call out of x86_dtb_init()Saurabh Sengar
2023-10-01Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Linus Torvalds
2023-09-29mm: abstract moving to the next PFNMatthew Wilcox (Oracle)
2023-09-28KVM: x86: Fix lapic timer interrupt lost after loading a snapshot.Haitao Shan
2023-09-28KVM: x86: Add CONFIG_KVM_MAX_NR_VCPUS to allow up to 4096 vCPUsKyle Meyer
2023-09-25KVM: x86/pmu: Synthesize at most one PMI per VM-exitJim Mattson
2023-09-25iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user()David Howells
2023-09-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-09-23Merge tag 'kvm-riscv-fixes-6.6-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini
2023-09-23KVM: x86/mmu: Stop zapping invalidated TDP MMU roots asynchronouslySean Christopherson
2023-09-22Merge tag 'x86-urgent-2023-09-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-09-22x86/hyperv: Remove hv_vtl_early_init initcallSaurabh Sengar
2023-09-22x86/speculation, objtool: Use absolute relocations for annotationsFangrui Song
2023-09-22x86/cpu: Clear SVM feature if disabled by BIOSPaolo Bonzini
2023-09-22x86/mm: Move arch_memory_failure() and arch_is_platform_page() definitions fr...Ingo Molnar
2023-09-21x86/percpu: Do not clobber %rsi in percpu_{try_,}cmpxchg{64,128}_opUros Bizjak
2023-09-19x86/shstk: Handle vfork clone failure correctlyRick Edgecombe
2023-09-19x86/srso: Set CPUID feature bits independently of bug or mitigation statusJosh Poimboeuf
2023-09-19x86/xen: allow nesting of same lazy modeJuergen Gross
2023-09-19x86/xen: move paravirt lazy codeJuergen Gross
2023-09-18x86/asm: Fix build of UML with KASANVincent Whitchurch
2023-09-18x86/tdx: Fix __noreturn build warning around __tdx_hypercall_failed()Kai Huang
2023-09-17Merge tag 'x86-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-09-17x86/boot/compressed: Reserve more memory for page tablesKirill A. Shutemov
2023-09-15x86/percpu: Use raw_cpu_try_cmpxchg() in preempt_count_set()Uros Bizjak
2023-09-15x86/percpu: Define raw_cpu_try_cmpxchg and this_cpu_try_cmpxchg()Uros Bizjak
2023-09-15x86/percpu: Define {raw,this}_cpu_try_cmpxchg{64,128}Uros Bizjak
2023-09-14x86/entry: Make IA32 syscalls' availability depend on ia32_enabled()Nikolay Borisov
2023-09-14x86/elf: Make loading of 32bit processes depend on ia32_enabled()Nikolay Borisov