summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* minmax: add a few more MIN_T/MAX_T usersLinus Torvalds2024-07-281-1/+1
* Merge tag 'for-linus-6.11-rc1a-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-07-276-64/+74
|\
| * x86/xen: fix memblock_reserve() usage on PVHRoger Pau Monne2024-07-253-11/+12
| * x86/xen: move xen_reserve_extra_memory()Roger Pau Monne2024-07-251-48/+48
| * xen: fix multicall debug data referencingJuergen Gross2024-07-233-7/+16
* | minmax: avoid overly complex min()/max() macro arguments in xenLinus Torvalds2024-07-271-2/+3
* | Merge tag 'constfy-sysctl-6.11-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-07-251-1/+1
|\ \
| * | sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-241-1/+1
* | | Merge tag 'uml-for-linus-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-07-2510-608/+43
|\ \ \ | |/ / |/| |
| * | um: Enable preemption in UMLAnton Ivanov2024-07-031-1/+0
| * | um: remove copy_context_skas0Benjamin Berg2024-07-033-51/+0
| * | um: remove LDT supportBenjamin Berg2024-07-034-438/+2
| * | um: Rework syscall handlingBenjamin Berg2024-07-035-134/+16
| * | um: Add generic stub_syscall6 functionBenjamin Berg2024-07-032-0/+38
| * | um: Remove stub-data.h include from common-offsets.hBenjamin Berg2024-07-032-6/+8
| * | arch: um: rust: Use the generated target.json againDavid Gow2024-07-031-0/+1
* | | Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-07-248-1/+273
|\ \ \
| * | | x86: vdso: Wire up getrandom() vDSO implementationJason A. Donenfeld2024-07-198-1/+273
| |/ /
* | | Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-07-231-0/+2
|\ \ \
| * | | kbuild: Abort make on install failuresZhang Bingwu2024-07-201-0/+2
| |/ /
* | | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-222-16/+2
|\ \ \
| * | | arch/x86: do not explicitly clear Reserved flag in free_pagetableOscar Salvador2024-07-041-2/+0
| * | | mm: drop leftover comment references to pxx_huge()Peter Xu2024-07-041-2/+2
| * | | mm/mm_init: use node's number of cpus in deferred_page_init_max_threadsEric Chanudet2024-07-041-12/+0
| |/ /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-07-2048-1541/+2852
|\ \ \
| * | | KVM: x86/pmu: Add kvm_pmu_call() to simplify static calls of kvm_pmu_opsWei Wang2024-07-162-12/+13
| * | | KVM: x86: Introduce kvm_x86_call() to simplify static calls of kvm_x86_opsWei Wang2024-07-1616-236/+248
| * | | KVM: x86: Replace static_call_cond() with static_call()Wei Wang2024-07-167-35/+33
| * | | Merge branch 'kvm-6.11-sev-attestation' into HEADPaolo Bonzini2024-07-163-0/+241
| |\ \ \
| | * | | KVM: SEV: Provide support for SNP_EXTENDED_GUEST_REQUEST NAE eventMichael Roth2024-07-161-0/+56
| | * | | x86/sev: Move sev_guest.h into common SEV headerMichael Roth2024-07-161-0/+48
| | * | | KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE eventBrijesh Singh2024-07-162-0/+137
| * | | | KVM: x86: Suppress MMIO that is triggered during task switch emulationSean Christopherson2024-07-161-1/+7
| * | | | KVM: x86/mmu: Clean up make_huge_page_split_spte() definition and introSean Christopherson2024-07-161-5/+3
| * | | | KVM: x86/mmu: Bug the VM if KVM tries to split a !hugepage SPTESean Christopherson2024-07-161-5/+1
| * | | | Merge tag 'kvm-x86-vmx-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-07-1610-55/+78
| |\ \ \ \
| | * | | | KVM: x86: WARN if a vCPU gets a valid wakeup that KVM can't yet injectSean Christopherson2024-06-281-1/+4
| | * | | | KVM: nVMX: Fold requested virtual interrupt check into has_nested_events()Sean Christopherson2024-06-287-33/+5
| | * | | | KVM: nVMX: Check for pending posted interrupts when looking for nested eventsSean Christopherson2024-06-281-2/+34
| | * | | | KVM: VMX: Split out the non-virtualization part of vmx_interrupt_blocked()Sean Christopherson2024-06-282-3/+9
| | * | | | KVM: nVMX: Request immediate exit iff pending nested event needs injectionSean Christopherson2024-06-283-4/+4
| | * | | | KVM: nVMX: Add a helper to get highest pending from Posted Interrupt vectorSean Christopherson2024-06-282-2/+13
| | * | | | KVM: VMX: Switch __vmx_exit() and kvm_x86_vendor_exit() in vmx_exit()Kai Huang2024-06-281-1/+1
| | * | | | KVM: VMX: Remove unnecessary INVEPT[GLOBAL] from hardware enable pathSean Christopherson2024-06-281-3/+0
| | * | | | KVM: nVMX: Update VMCS12_REVISION comment to state it should never changeSean Christopherson2024-06-281-6/+8
| * | | | | Merge tag 'kvm-x86-svm-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-07-164-20/+29
| |\ \ \ \ \
| | * | | | | KVM: SVM: Use sev_es_host_save_area() helper when initializing tsc_auxSean Christopherson2024-06-281-9/+6
| | * | | | | KVM: SVM: Force sev_es_host_save_area() to be inlined (for noinstr usage)Sean Christopherson2024-06-281-1/+1
| | * | | | | KVM: SVM: Consider NUMA affinity when allocating per-CPU save_areaLi RongQing2024-06-043-9/+9
| | * | | | | KVM: SVM: not account memory allocation for per-CPU svm_dataLi RongQing2024-06-043-6/+17