summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2023-06-19Backmerge tag 'v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tor...Dave Airlie21-46/+119
2023-06-13Merge tag 'mm-hotfixes-stable-2023-06-12-12-22' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+5
2023-06-12x86/purgatory: remove PGO flagsRicardo Ribalda1-0/+5
2023-06-11Merge tag 'x86_urgent_for_v6.4_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-9/+9
2023-06-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-4/+26
2023-06-03KVM: x86: Bail from kvm_recalculate_phys_map() if x2APIC ID is out-of-boundsSean Christopherson1-2/+18
2023-06-03x86/head/64: Switch to KERNEL_CS as soon as new GDT is installedTom Lendacky1-9/+9
2023-06-03KVM: x86: Account fastpath-only VM-Exits in vCPU statsSean Christopherson1-0/+3
2023-06-03KVM: SVM: vNMI pending bit is V_NMI_PENDING_MASK not V_NMI_BLOCKING_MASKMaciej S. Szmigiero1-1/+1
2023-06-03KVM: x86/mmu: Grab memslot for correct address space in NX recovery workerSean Christopherson1-1/+4
2023-06-02fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionMike Christie3-3/+3
2023-05-29Merge tag 'v6.4-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-2/+0
2023-05-28Merge tag 'x86-urgent-2023-05-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+3
2023-05-28Merge tag 'perf-urgent-2023-05-28' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-1/+12
2023-05-28Merge tag 'objtool-urgent-2023-05-28' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+5
2023-05-27Merge tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+5
2023-05-26x86: re-introduce support for ERMS copies for user space accessesLinus Torvalds1-1/+9
2023-05-26Merge tag 'drm-misc-next-2023-05-24' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-2/+0
2023-05-25x86/topology: Fix erroneous smp_num_siblings on Intel Hybrid platformsZhang Rui1-2/+3
2023-05-24perf/x86/uncore: Correct the number of CHAs on SPRKan Liang1-0/+11
2023-05-24x86/pci/xen: populate MSI sysfs entriesMaximilian Heyne1-3/+5
2023-05-24crypto: x86/aria - Use 16 byte alignment for GFNI constant vectorsArd Biesheuvel1-2/+0
2023-05-23perf/x86/intel: Save/restore cpuc->active_pebs_data_cfg when using guest PEBSLike Xu1-1/+1
2023-05-23Merge tag 'x86_urgent_for_6.4-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+25
2023-05-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-19/+16
2023-05-21KVM: VMX: add MSR_IA32_TSX_CTRL into msrs_to_saveMingwei Zhang1-1/+5
2023-05-21KVM: x86: Don't adjust guest's CPUID.0x12.1 (allowed SGX enclave XFRM)Sean Christopherson1-16/+0
2023-05-21KVM: VMX: Don't rely _only_ on CPUID to enforce XCR0 restrictions for ECREATESean Christopherson1-2/+9
2023-05-19KVM: VMX: Fix header file dependency of asm/vmx.hJacob Xu1-0/+2
2023-05-19Merge tag 'drm-misc-next-2023-05-11' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2-26/+25
2023-05-18Merge tag 'probes-fixes-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2023-05-18fbdev: Include <linux/fb.h> instead of <asm/fb.h>Thomas Zimmermann1-2/+0
2023-05-18rethook, fprobe: do not trace rethook related functionsZe Gao1-0/+1
2023-05-17x86/mm: Avoid incomplete Global INVLPG flushesDave Hansen1-0/+25
2023-05-16x86/show_trace_log_lvl: Ensure stack pointer is aligned, againVernon Lovejoy1-2/+5
2023-05-14Merge tag 'perf_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-28/+37
2023-05-14Merge tag 'x86_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2023-05-13x86/retbleed: Fix return thunk alignmentBorislav Petkov (AMD)1-2/+2
2023-05-09Merge drm/drm-next into drm-misc-nextMaxime Ripard201-3147/+4354
2023-05-08x86/amd_nb: Add PCI ID for family 19h model 78hMario Limonciello1-0/+2
2023-05-08perf/x86/intel/ds: Flush PEBS DS when changing PEBS_DATA_CFGKan Liang2-24/+35
2023-05-08perf/x86: Fix missing sample size update on AMD BRSNamhyung Kim1-4/+2
2023-05-05Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+17
2023-05-05Merge branch 'x86-uaccess-cleanup': x86 uaccess header cleanupsLinus Torvalds4-94/+122
2023-05-05Merge tag 'kvm-x86-mmu-6.4-2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-65/+56
2023-05-04Merge tag 'uml-for-linus-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-9/+9
2023-05-03x86-64: mm: clarify the 'positive addresses' user address rulesLinus Torvalds2-15/+33
2023-05-03x86: mm: remove 'sign' games from LAM untagged_addr*() macrosLinus Torvalds1-15/+3
2023-05-03x86: uaccess: move 32-bit and 64-bit parts into proper <asm/uaccess_N.h> headerLinus Torvalds3-85/+82
2023-05-03x86: mm: remove architecture-specific 'access_ok()' defineLinus Torvalds1-34/+0