summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-241-0/+1
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-112-8/+10
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-031-1/+0
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-174-9/+55
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-113-16/+3
| |\ \ \ \
| * \ \ \ \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-02-101-0/+1
| |\ \ \ \ \
| | * | | | | x86/alternative: Introduce text_poke_copySong Liu2022-02-081-0/+1
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-03-243-84/+108
|\ \ \ \ \ \ \
| * | | | | | | KVM: x86: Introduce KVM_CAP_DISABLE_QUIRKS2Oliver Upton2022-03-211-0/+7
| * | | | | | | KVM: x86: do not use KVM_X86_OP_OPTIONAL_RET0 for get_mt_maskMaxim Levitsky2022-03-211-1/+1
| * | | | | | | KVM: SVM: Allow AVIC support on system w/ physical APIC ID > 255Suravee Suthikulpanit2022-03-081-1/+1
| * | | | | | | KVM: x86/mmu: Zap invalidated roots via asynchronous workerPaolo Bonzini2022-03-081-0/+2
| * | | | | | | Merge branch 'kvm-bugfixes' into HEADPaolo Bonzini2022-03-051-1/+0
| |\ \ \ \ \ \ \
| * | | | | | | | KVM: x86/mmu: Zap only obsolete roots if a root shadow page is zappedSean Christopherson2022-03-011-0/+2
| * | | | | | | | KVM: x86/mmu: do not pass vcpu to root freeing functionsPaolo Bonzini2022-02-251-2/+2
| * | | | | | | | KVM: x86: use struct kvm_mmu_root_info for mmu->rootPaolo Bonzini2022-02-251-2/+1
| * | | | | | | | KVM: x86: Provide per VM capability for disabling PMU virtualizationDavid Dunn2022-02-251-0/+1
| * | | | | | | | KVM: x86: Fix pointer mistmatch warning when patching RET0 static callsSean Christopherson2022-02-251-2/+2
| * | | | | | | | KVM: x86/mmu: Remove MMU auditingSean Christopherson2022-02-181-4/+0
| * | | | | | | | KVM: x86: allow defining return-0 static callsPaolo Bonzini2022-02-182-6/+13
| * | | | | | | | KVM: x86: make several APIC virtualization callbacks optionalPaolo Bonzini2022-02-181-5/+5
| * | | | | | | | KVM: x86: warn on incorrectly NULL members of kvm_x86_opsPaolo Bonzini2022-02-181-2/+5
| * | | | | | | | KVM: x86: remove KVM_X86_OP_NULL and mark optional kvm_x86_opsPaolo Bonzini2022-02-182-45/+45
| * | | | | | | | KVM: x86: return 1 unconditionally for availability of KVM_CAP_VAPICPaolo Bonzini2022-02-182-2/+0
| * | | | | | | | KVM: x86/mmu: Split huge pages mapped by the TDP MMU during KVM_CLEAR_DIRTY_LOGDavid Matlack2022-02-101-0/+4
| * | | | | | | | KVM: x86/mmu: Split huge pages mapped by the TDP MMU when dirty logging is en...David Matlack2022-02-101-0/+3
| * | | | | | | | KVM: x86: Use more verbose names for mem encrypt kvm_x86_ops hooksSean Christopherson2022-02-102-6/+6
| * | | | | | | | KVM: x86: Move get_cs_db_l_bits() helper to SVMSean Christopherson2022-02-101-1/+0
| * | | | | | | | KVM: x86: Use static_call() for copy/move encryption context ioctls()Sean Christopherson2022-02-101-0/+2
| * | | | | | | | KVM: x86: Use static_call() for .vcpu_deliver_sipi_vector()Sean Christopherson2022-02-101-0/+1
| * | | | | | | | KVM: x86: Rename kvm_x86_ops pointers to align w/ preferred vendor namesSean Christopherson2022-02-102-20/+20
| * | | | | | | | KVM: x86: Remove unused "vcpu" of kvm_scale_tsc()Jinrong Liang2022-02-101-1/+1
* | | | | | | | | Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds2022-03-244-5/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-174-5/+5
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-241-32/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | uaccess: generalize access_ok()Arnd Bergmann2022-02-251-12/+2
| * | | | | | | | | uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann2022-02-251-2/+0
| * | | | | | | | | x86: use more conventional access_ok() definitionArnd Bergmann2022-02-251-22/+3
| * | | | | | | | | x86: remove __range_not_ok()Arnd Bergmann2022-02-251-4/+6
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-222-4/+7
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'v5.17-rc8' into sched/core, to pick up fixesIngo Molnar2022-03-153-9/+10
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | sched/headers: Add initial new headers as identity mappingsIngo Molnar2022-02-231-0/+1
| * | | | | | | | | Merge tag 'v5.17-rc5' into sched/core, to resolve conflictsIngo Molnar2022-02-217-27/+61
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | sched/preempt: Refactor sched_dynamic_update()Mark Rutland2022-02-191-4/+6
* | | | | | | | | | Merge tag 'locking-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-03-222-1/+11
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/ptrace: Always inline v8086_mode() for instrumentationBorislav Petkov2022-02-121-1/+1
| * | | | | | | | | | cpumask: Add a x86-specific cpumask_clear_cpu() helperBorislav Petkov2022-02-121-0/+10
| |/ / / / / / / / /
* | | | | | | | | | Merge tag 'perf-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-226-4/+20
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | perf/x86/intel/pt: Add a capability and config bit for disabling TNTsAlexander Shishkin2022-02-152-0/+2
| * | | | | | | | | | perf/x86/intel/pt: Add a capability and config bit for event tracingAlexander Shishkin2022-02-152-0/+2