summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | KVM: x86/xen: Support per-vCPU event channel upcall via local APICDavid Woodhouse2022-04-021-0/+1
| | * | | | | | | KVM: x86/xen: Kernel acceleration for XENVER_versionDavid Woodhouse2022-04-021-0/+1
| | * | | | | | | KVM: x86/xen: handle PV timers oneshot modeJoao Martins2022-04-021-0/+4
| | * | | | | | | KVM: x86/xen: Add KVM_XEN_VCPU_ATTR_TYPE_VCPU_IDDavid Woodhouse2022-04-021-0/+1
| | * | | | | | | KVM: x86/xen: intercept EVTCHNOP_send from guestsJoao Martins2022-04-021-0/+1
| | * | | | | | | KVM: x86/xen: Use gfn_to_pfn_cache for vcpu_time_infoDavid Woodhouse2022-04-021-2/+1
| | * | | | | | | KVM: x86/xen: Use gfn_to_pfn_cache for vcpu_infoDavid Woodhouse2022-04-021-2/+1
| | * | | | | | | KVM: x86: Use gfn_to_pfn_cache for pv_timeDavid Woodhouse2022-04-021-2/+1
| | * | | | | | | KVM: x86/xen: Use gfn_to_pfn_cache for runstate areaDavid Woodhouse2022-04-021-2/+1
| | * | | | | | | KVM: x86: Allow userspace to opt out of hypercall patchingOliver Upton2022-04-021-1/+2
* | | | | | | | | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-265-16/+146
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | mm: page_table_check: add hooks to public helpersTong Tiangen2022-05-131-10/+0
| * | | | | | | | | mm: page_table_check: move pxx_user_accessible_page into x86Kefeng Wang2022-05-131-0/+17
| * | | | | | | | | mm: avoid unnecessary flush on change_huge_pmd()Nadav Amit2022-05-131-0/+5
| * | | | | | | | | mm/mprotect: do not flush when not required architecturallyNadav Amit2022-05-132-0/+99
| * | | | | | | | | x86/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2022-05-093-1/+25
| * | | | | | | | | x86/mm: enable ARCH_HAS_VM_GET_PAGE_PROTChristoph Hellwig2022-04-281-5/+0
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...Linus Torvalds2022-05-258-178/+16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | swiotlb-xen: fix DMA_ATTR_NO_KERNEL_MAPPING on armChristoph Hellwig2022-05-112-24/+6
| * | | | | | | | | x86: remove cruft from <asm/dma-mapping.h>Christoph Hellwig2022-04-182-11/+2
| * | | | | | | | | swiotlb: merge swiotlb-xen initialization into swiotlbChristoph Hellwig2022-04-181-5/+0
| * | | | | | | | | x86: remove the IOMMU table infrastructureChristoph Hellwig2022-04-186-138/+8
* | | | | | | | | | Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-05-251-0/+1
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-05-231-0/+1
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | |
| | * | | | | | | | | x86/alternative: Introduce text_poke_setSong Liu2022-05-231-0/+1
| | |/ / / / / / / /
* | | | | | | | | | Merge tag 'pm-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2022-05-241-0/+1
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'pm-tools'Rafael J. Wysocki2022-05-231-0/+1
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len...Rafael J. Wysocki2022-04-191-0/+1
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | |
| | | * | | | | | | | tools/power turbostat: Add Power Limit4 supportSumeet Pawnikar2022-04-161-0/+1
* | | | | | | | | | | Merge tag 'kernel-hardening-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-241-0/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | mm/usercopy: Check kmap addresses properlyMatthew Wilcox (Oracle)2022-04-131-0/+1
* | | | | | | | | | | | Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-05-242-4/+12
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86/tsc: Use fallback for random_get_entropy() instead of zeroJason A. Donenfeld2022-05-132-4/+12
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge tag 'perf-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-244-2/+55
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | perf/ibs: Fix commentRavi Bangoria2022-05-111-1/+1
| * | | | | | | | | | | | perf/amd/ibs: Add support for L3 miss filteringRavi Bangoria2022-05-111-0/+3
| * | | | | | | | | | | | Merge branch 'v5.18-rc5'Peter Zijlstra2022-05-1114-40/+50
| |\| | | | | | | | | | |
| * | | | | | | | | | | | perf/x86/amd/core: Detect available countersSandipan Das2022-05-041-0/+17
| * | | | | | | | | | | | x86/msr: Add PerfCntrGlobal* registersSandipan Das2022-05-041-0/+5
| * | | | | | | | | | | | x86/cpufeatures: Add PerfMonV2 feature bitSandipan Das2022-05-041-1/+1
| * | | | | | | | | | | | perf/x86/amd: Add idle hooks for branch samplingStephane Eranian2022-04-051-0/+23
| * | | | | | | | | | | | perf/x86/amd: Add AMD Fam19h Branch Sampling supportStephane Eranian2022-04-051-0/+4
| * | | | | | | | | | | | x86/cpufeatures: Add AMD Fam19h Branch Sampling featureStephane Eranian2022-04-051-0/+1
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-05-241-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | objtool: Make jump label hack optionalJosh Poimboeuf2022-04-221-3/+3
| * | | | | | | | | | | | objtool: Add CONFIG_OBJTOOLJosh Poimboeuf2022-04-221-3/+3
* | | | | | | | | | | | | Merge tag 'locking-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-05-245-6/+33
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | locking/atomic/x86: Introduce arch_try_cmpxchg64Uros Bizjak2022-05-182-0/+27
| * | | | | | | | | | | | | x86/mm: Force-inline __phys_addr_nodebug()Borislav Petkov2022-04-041-1/+1
| * | | | | | | | | | | | | x86/kvm/svm: Force-inline GHCB accessorsBorislav Petkov2022-04-041-4/+4