summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-5.19a-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-06-105-8/+8
|\
| * xen/virtio: Enable restricted memory access using Xen grant mappingsJuergen Gross2022-06-062-0/+4
| * virtio: replace arch_has_restricted_virtio_memory_access()Juergen Gross2022-06-063-8/+4
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-06-0812-37/+113
|\ \ | |/ |/|
| * KVM: x86: do not report a vCPU as preempted outside instruction boundariesPaolo Bonzini2022-06-084-0/+28
| * KVM: x86: do not set st->preempted when going back to user spacePaolo Bonzini2022-06-082-14/+18
| * KVM: SVM: fix tsc scaling cache logicMaxim Levitsky2022-06-073-15/+23
| * KVM: x86/MMU: Zap non-leaf SPTEs when disabling dirty loggingBen Gardon2022-06-073-6/+42
| * x86: drop bogus "cc" clobber from __try_cmpxchg_user_asm()Jan Beulich2022-06-071-1/+1
| * KVM: x86/mmu: Check every prev_roots in __kvm_mmu_free_obsolete_roots()Shaoqin Huang2022-06-071-1/+1
* | Merge tag 'mm-hotfixes-stable-2022-06-05' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-06-051-3/+9
|\ \
| * | x86/kexec: fix memory leak of elf header bufferBaoquan He2022-06-011-3/+9
* | | Merge tag 'x86-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-06-053-6/+115
|\ \ \
| * | | x86/sgx: Set active memcg prior to shmem allocationKristen Carlson Accardi2022-06-023-6/+115
* | | | Merge tag 'x86-mm-2022-06-05' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-06-051-4/+4
|\ \ \ \
| * | | | x86/mm: Use PAGE_ALIGNED(x) instead of IS_ALIGNED(x, PAGE_SIZE)Fanjun Kong2022-05-271-4/+4
* | | | | Merge tag 'x86-microcode-2022-06-05' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-06-053-112/+20
|\ \ \ \ \
| * | | | | x86/microcode: Remove unnecessary perf callbackBorislav Petkov2022-05-311-3/+0
| * | | | | x86/microcode: Taint and warn on late loadingBorislav Petkov2022-05-311-0/+5
| * | | | | x86/microcode: Default-disable late loadingBorislav Petkov2022-05-313-1/+19
| * | | | | x86/microcode: Rip out the OLD_INTERFACEBorislav Petkov2022-05-312-112/+0
| |/ / / /
* | | | | Merge tag 'x86-cleanups-2022-06-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-06-055-71/+66
|\ \ \ \ \
| * | | | | x86: Fix all occurences of the "the the" typoBo Liu2022-05-273-3/+3
| * | | | | x86/idt: Remove unused headerssunliming2022-05-251-3/+0
| * | | | | x86/Kconfig: Fix indentation of arch/x86/Kconfig.debugJuerg Haefliger2022-05-251-15/+14
| * | | | | x86/Kconfig: Fix indentation and add endif comments to arch/x86/KconfigJuerg Haefliger2022-05-251-52/+49
| |/ / / /
* | | | | Merge tag 'x86-boot-2022-06-05' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-06-051-3/+3
|\ \ \ \ \
| * | | | | x86/setup: Use strscpy() to replace deprecated strlcpy()XueBing Chen2022-05-251-3/+3
| |/ / / /
* | | | | Merge tag 'perf-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-06-051-1/+1
|\ \ \ \ \
| * | | | | perf/x86/intel: Fix event constraints for ICLKan Liang2022-05-251-1/+1
| |/ / / /
* | | | | Merge tag 'perf-core-2022-06-05' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-06-051-6/+6
|\ \ \ \ \
| * | | | | perf/x86/Kconfig: Fix indentation in the Kconfig fileJuerg Haefliger2022-05-251-6/+6
| |/ / / /
* | | | | Merge tag 'objtool-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-06-054-5/+10
|\ \ \ \ \
| * | | | | x86/extable: Annotate ex_handler_msr_mce() as a dead endBorislav Petkov2022-05-271-2/+6
| * | | | | x86: Always inline on_thread_stack() and current_top_of_stack()Peter Zijlstra2022-05-271-2/+2
| * | | | | x86/cpu: Elide KCSAN for cpu_has() and friendsPeter Zijlstra2022-05-271-1/+1
| * | | | | objtool: Add CONFIG_HAVE_UACCESS_VALIDATIONJosh Poimboeuf2022-05-271-0/+1
* | | | | | Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds2022-06-041-6/+6
|\ \ \ \ \ \
| * | | | | | KVM: x86: hyper-v: replace bitmap_weight() with hweight64()Yury Norov2022-06-031-2/+2
| * | | | | | KVM: x86: hyper-v: fix type of valid_bank_maskYury Norov2022-06-031-2/+2
| * | | | | | arch/x86: replace nodes_weight with nodes_empty where appropriateYury Norov2022-06-032-3/+3
| * | | | | | arch/x86: replace cpumask_weight with cpumask_empty where appropriateYury Norov2022-06-033-9/+9
| * | | | | | KVM: x86: replace bitmap_weight with bitmap_empty where appropriateYury Norov2022-05-021-4/+4
* | | | | | | Merge tag 'for-linus-5.19-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-06-041-3/+0
|\ \ \ \ \ \ \
| * | | | | | | xen: replace xen_remap() with memremap()Juergen Gross2022-06-011-3/+0
* | | | | | | | Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-06-031-2/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | ptrace: Reimplement PTRACE_KILL by always sending SIGKILLEric W. Biederman2022-05-111-2/+1
* | | | | | | | | Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-034-15/+17
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fork: Generalize PF_IO_WORKER handlingEric W. Biederman2022-05-074-14/+13
| * | | | | | | | | fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman2022-05-071-2/+5
| |/ / / / / / / /