summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-165-6/+6
|\
| * treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-1/+1
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-114-5/+5
* | Merge tag 'for-linus-6.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-10-124-60/+123
|\ \
| * | xen/pv: support selecting safe/unsafe msr accessesJuergen Gross2022-10-112-10/+23
| * | xen/pv: refactor msr access functions to support safe and unsafe accessesJuergen Gross2022-10-111-19/+56
| * | xen/pv: fix vendor checks for pmu emulationJuergen Gross2022-10-111-3/+6
| * | xen/pv: add fault recovery control to pmu msr accessesJuergen Gross2022-10-111-28/+38
| * | xen/virtio: enable grant based virtio on x86Juergen Gross2022-10-102-2/+2
* | | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-121-3/+0
|\ \ \
| * | | kernel: exit: cleanup release_thread()Kefeng Wang2022-09-111-3/+0
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-10-116-124/+59
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge tag 'kvm-riscv-6.1-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2022-10-033-10/+3
| |\ \ \
| * \ \ \ Merge tag 'kvmarm-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2022-10-031-1/+2
| |\ \ \ \
| | * | | | KVM: x86: Select CONFIG_HAVE_KVM_DIRTY_RING_ACQ_RELMarc Zyngier2022-09-291-0/+1
| | * | | | KVM: Add KVM_CAP_DIRTY_LOG_RING_ACQ_REL capability and config optionMarc Zyngier2022-09-291-1/+1
| | | |/ / | | |/| |
| * | | | kvm: vmx: keep constant definition format consistentPeng Hao2022-09-301-1/+1
| * | | | kvm: mmu: fix typos in struct kvm_archPeng Hao2022-09-301-6/+6
| * | | | Merge tag 'kvm-x86-6.1-2' of https://github.com/sean-jc/linux into HEADPaolo Bonzini2022-09-3031-959/+1490
| |\ \ \ \
| | * | | | KVM: x86/svm/pmu: Rewrite get_gp_pmc_amd() for more counters scalabilityLike Xu2022-09-281-68/+20
| | * | | | KVM: x86/svm/pmu: Direct access pmu->gp_counter[] to implement amd_*_to_pmc()Like Xu2022-09-281-36/+5
| | * | | | KVM: x86/pmu: Avoid using PEBS perf_events for normal countersLike Xu2022-09-282-2/+4
| | * | | | KVM: x86/pmu: Refactor PERF_GLOBAL_CTRL update helper for reuse by PEBSLike Xu2022-09-281-7/+5
| | * | | | KVM: x86/pmu: Don't generate PEBS records for emulated instructionsLike Xu2022-09-281-3/+13
| | * | | | KVM: x86/pmu: Avoid setting BIT_ULL(-1) to pmu->host_cross_mapped_maskLike Xu2022-09-281-6/+9
* | | | | | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-1030-34/+302
|\ \ \ \ \ \
| * | | | | | x86: kmsan: handle CPU entry areaAlexander Potapenko2022-10-033-0/+55
| * | | | | | x86: kmsan: enable KMSAN builds for x86Alexander Potapenko2022-10-032-0/+56
| * | | | | | x86: kmsan: don't instrument stack walking functionsAlexander Potapenko2022-10-032-0/+17
| * | | | | | x86: fs: kmsan: disable CONFIG_DCACHE_WORD_ACCESSAlexander Potapenko2022-10-031-1/+3
| * | | | | | x86: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSANAlexander Potapenko2022-10-033-6/+16
| * | | | | | x86: kmsan: sync metadata pages on page faultAlexander Potapenko2022-10-031-1/+22
| * | | | | | x86: kmsan: use __msan_ string functions where possible.Alexander Potapenko2022-10-031-2/+21
| * | | | | | x86: kmsan: handle open-coded assembly in lib/iomem.cAlexander Potapenko2022-10-031-0/+5
| * | | | | | x86: kmsan: skip shadow checks in __switch_to()Alexander Potapenko2022-10-031-0/+1
| * | | | | | x86: kmsan: disable instrumentation of unsupported codeAlexander Potapenko2022-10-037-0/+11
| * | | | | | mm: kmsan: maintain KMSAN metadata for page operationsAlexander Potapenko2022-10-032-0/+10
| * | | | | | x86: kmsan: pgtable: reduce vmalloc spaceAlexander Potapenko2022-10-032-2/+47
| * | | | | | x86: asm: instrument usercopy in get_user() and put_user()Alexander Potapenko2022-10-031-7/+15
| * | | | | | x86: add missing include to sparsemem.hDmitry Vyukov2022-10-031-0/+2
| * | | | | | x86: remove vma linked list walksMatthew Wilcox (Oracle)2022-09-261-4/+5
| * | | | | | mm: remove rb tree.Liam R. Howlett2022-09-261-1/+0
| * | | | | | mm: start tracking VMAs with maple treeLiam R. Howlett2022-09-261-0/+1
| * | | | | | mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNGYu Zhao2022-09-263-2/+7
| * | | | | | mm: x86, arm64: add arch_has_hw_pte_young()Yu Zhao2022-09-261-3/+3
| * | | | | | mm/swap: cache maximum swapfile size when init swapPeter Xu2022-09-261-1/+1
| * | | | | | mm/x86: use SWP_TYPE_BITS in 3-level swap macrosPeter Xu2022-09-261-4/+4
* | | | | | | Merge tag 'x86_mm_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-10-104-15/+64
|\ \ \ \ \ \ \
| * | | | | | | x86/mm: Ease W^X enforcement back to just a warningDave Hansen2022-10-041-5/+9
| * | | | | | | x86/mm: Disable W^X detection and enforcement on 32-bitDave Hansen2022-10-031-0/+8