summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'perf_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-01-011-1/+1
|\
| * perf/x86/amd: fix potential integer overflow on shift of a intColin Ian King2022-12-271-1/+1
* | Merge tag 'x86_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-01-013-25/+17
|\ \
| * | x86/kprobes: Fix optprobe optimization check with CONFIG_RETHUNKMasami Hiramatsu (Google)2022-12-271-20/+8
| * | x86/kprobes: Fix kprobes instruction boudary check with CONFIG_RETHUNKMasami Hiramatsu (Google)2022-12-271-3/+7
| * | x86/calldepth: Fix incorrect init section referencesArnd Bergmann2022-12-271-2/+2
| |/
* | Merge branch 'kvm-late-6.1-fixes' into HEADPaolo Bonzini2022-12-2811-115/+164
|\ \ | |/ |/|
| * KVM: x86: fix deadlock for KVM_XEN_EVTCHN_RESETPaolo Bonzini2022-12-281-3/+27
| * KVM: x86/xen: Add KVM_XEN_INVALID_GPA and KVM_XEN_INVALID_GFN to uapiDavid Woodhouse2022-12-271-7/+7
| * KVM: x86/xen: Simplify eventfd IOCTLsMichal Luczaj2022-12-271-7/+1
| * KVM: x86/xen: Fix SRCU/RCU usage in readers of evtchn_portsPaolo Bonzini2022-12-271-11/+18
| * KVM: x86/xen: Use kvm_read_guest_virt() instead of open-coding it badlyDavid Woodhouse2022-12-271-38/+18
| * KVM: x86/xen: Fix memory leak in kvm_xen_write_hypercall_page()Michal Luczaj2022-12-271-3/+4
| * kvm: x86/mmu: Remove duplicated "be split" in spte.hLai Jiangshan2022-12-271-1/+1
| * KVM: x86/mmu: Don't install TDP MMU SPTE if SP has unexpected levelSean Christopherson2022-12-231-1/+3
| * KVM: x86/mmu: Re-check under lock that TDP MMU SP hugepage is disallowedSean Christopherson2022-12-231-1/+2
| * KVM: x86/mmu: Map TDP MMU leaf SPTE iff target level is reachedSean Christopherson2022-12-231-3/+11
| * KVM: x86/mmu: Don't attempt to map leaf if target TDP MMU SPTE is frozenSean Christopherson2022-12-231-3/+3
| * KVM: nVMX: Don't stuff secondary execution control if it's not supportedSean Christopherson2022-12-231-0/+7
| * KVM: nVMX: Properly expose ENABLE_USR_WAIT_PAUSE control to L1Sean Christopherson2022-12-231-1/+2
| * KVM: nVMX: Document that ignoring memory failures for VMCLEAR is deliberateSean Christopherson2022-12-231-4/+13
| * KVM: x86: Sanity check inputs to kvm_handle_memory_failure()Sean Christopherson2022-12-231-0/+3
| * KVM: x86: Simplify kvm_apic_hw_enabledPeng Hao2022-12-231-2/+2
| * KVM: x86: hyper-v: Fix 'using uninitialized value' Coverity warningVitaly Kuznetsov2022-12-231-27/+36
| * KVM: x86: ioapic: Fix level-triggered EOI and userspace I/OAPIC reconfigure raceAdamos Ttofari2022-12-231-2/+3
| * KVM: x86/pmu: Prevent zero period event from being repeatedly releasedLike Xu2022-12-232-2/+4
* | prandom: remove prandom_u32_max()Jason A. Donenfeld2022-12-201-1/+1
* | Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-12-191-1/+1
|\ \
| * | kbuild: add test-{ge,gt,le,lt} macrosMasahiro Yamada2022-12-131-1/+1
* | | Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-12-191-0/+1
|\ \ \
| * | | objtool: Add --mnop as an option to --mcountSathvika Vasireddy2022-11-181-0/+1
* | | | Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-1726-280/+236
|\ \ \ \
| * | | | x86/mm: Ensure forced page table splittingDave Hansen2022-12-151-1/+2
| * | | | x86/kasan: Populate shadow for shared chunk of the CPU entry areaSean Christopherson2022-12-151-1/+11
| * | | | x86/kasan: Add helpers to align shadow addresses up and downSean Christopherson2022-12-151-18/+22
| * | | | x86/kasan: Rename local CPU_ENTRY_AREA variables to shorten namesSean Christopherson2022-12-151-11/+11
| * | | | x86/mm: Populate KASAN shadow for entire per-CPU range of CPU entry areaSean Christopherson2022-12-151-5/+3
| * | | | x86/mm: Recompute physical address for every page of per-CPU CEA mappingSean Christopherson2022-12-151-1/+1
| * | | | x86/mm: Rename __change_page_attr_set_clr(.checkalias)Peter Zijlstra2022-12-151-4/+4
| * | | | x86/mm: Inhibit _PAGE_NX changes from cpa_process_alias()Peter Zijlstra2022-12-151-5/+23
| * | | | x86/mm: Untangle __change_page_attr_set_clr(.checkalias)Peter Zijlstra2022-12-151-19/+11
| * | | | x86/mm: Add a few commentsPeter Zijlstra2022-12-151-0/+20
| * | | | x86/mm: Fix CR3_ADDR_MASKKirill A. Shutemov2022-12-151-1/+1
| * | | | x86/mm: Remove P*D_PAGE_MASK and P*D_PAGE_SIZE macrosPasha Tatashin2022-12-157-26/+20
| * | | | x86/mm/pae: Get rid of set_64bit()Peter Zijlstra2022-12-152-39/+12
| * | | | x86_64: Remove pointless set_64bit() usagePeter Zijlstra2022-12-151-5/+0
| * | | | x86/mm/pae: Be consistent with pXXp_get_and_clear()Peter Zijlstra2022-12-151-50/+17
| * | | | x86/mm/pae: Use WRITE_ONCE()Peter Zijlstra2022-12-151-6/+6
| * | | | x86/mm/pae: Don't (ab)use atomic64Peter Zijlstra2022-12-151-5/+4
| * | | | mm: Rename GUP_GET_PTE_LOW_HIGHPeter Zijlstra2022-12-151-1/+1