summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* KVM: SVM: Fix uninitialized variable bugDan Carpenter2024-08-131-1/+1
* x86/mtrr: Check if fixed MTRRs exist before saving themAndi Kleen2024-08-081-1/+1
* x86/paravirt: Fix incorrect virt spinlock setting on bare metalChen Yu2024-08-072-9/+10
* x86/acpi: Remove __ro_after_init from acpi_mp_wake_mailboxZhiquan Li2024-08-071-1/+1
* x86/mm: Fix PTI for i386 some moreThomas Gleixner2024-08-071-16/+29
* Merge tag 'x86-urgent-2024-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-08-048-17/+36
|\
| * x86/uaccess: Zero the 8-byte get_range case on failure on 32-bitDavid Gow2024-08-011-1/+3
| * x86/mm: Fix pti_clone_entry_text() for i386Peter Zijlstra2024-08-011-1/+1
| * x86/mm: Fix pti_clone_pgtable() alignment assumptionPeter Zijlstra2024-08-011-3/+3
| * x86/setup: Parse the builtin command line before mergingBorislav Petkov (AMD)2024-07-313-8/+23
| * x86/CPU/AMD: Add models 0x60-0x6f to the Zen5 rangePerry Yuan2024-07-301-1/+1
| * x86/sev: Fix __reserved field in sev_configPavan Kumar Paluri2024-07-301-1/+1
| * x86/aperfmperf: Fix deadlock on cpu_hotplug_lockJonathan Cameron2024-07-291-2/+4
* | Merge tag 'perf-urgent-2024-08-04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-08-042-12/+15
|\ \
| * | perf/x86: Fix smp_processor_id()-in-preemptible warningsLi Huafei2024-07-311-10/+12
| * | perf/x86/intel/cstate: Add pkg C2 residency counter for Sierra ForestZhenyu Wang2024-07-291-2/+3
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-08-027-20/+24
|\ \
| * \ Merge branch 'kvm-fixes' into HEADPaolo Bonzini2024-08-027-20/+24
| |\ \ | | |/ | |/|
| | * KVM: x86/mmu: fix determination of max NPT mapping level for private pagesAckerley Tng2024-08-011-1/+1
| | * KVM: guest_memfd: let kvm_gmem_populate() operate only on private gfnsPaolo Bonzini2024-07-261-7/+0
| | * KVM: extend kvm_range_has_memory_attributes() to check subset of attributesPaolo Bonzini2024-07-261-1/+1
| | * KVM: guest_memfd: move check for already-populated page to common codePaolo Bonzini2024-07-261-1/+1
| | * KVM: remove kvm_arch_gmem_prepare_needed()Paolo Bonzini2024-07-261-5/+0
| | * KVM: rename CONFIG_HAVE_KVM_GMEM_* to CONFIG_HAVE_KVM_ARCH_GMEM_*Paolo Bonzini2024-07-262-4/+4
| | * KVM: x86: disallow pre-fault for SNP VMs before initializationPaolo Bonzini2024-07-265-0/+16
| | * KVM: x86: Eliminate log spam from limited APIC timer periodsJim Mattson2024-07-261-1/+1
* | | uretprobe: change syscall number, againArnd Bergmann2024-08-021-1/+1
|/ /
* | 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-261-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-212-16/+2
|\ \ \ \
| * | | | arch/x86: do not explicitly clear Reserved flag in free_pagetableOscar Salvador2024-07-031-2/+0
| * | | | mm: drop leftover comment references to pxx_huge()Peter Xu2024-07-031-2/+2