summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-hotfixes-stable-2022-06-05' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-06-061-3/+9
|\
| * x86/kexec: fix memory leak of elf header bufferBaoquan He2022-06-021-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-microcode-2022-06-05' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-06-052-104/+13
|\ \
| * | 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-312-1/+8
| * | x86/microcode: Rip out the OLD_INTERFACEBorislav Petkov2022-05-311-100/+0
* | | 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 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-06-041-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-042-10/+12
|\ \ \ \ | |_|_|/ |/| | |
| * | | fork: Generalize PF_IO_WORKER handlingEric W. Biederman2022-05-072-9/+8
| * | | fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman2022-05-071-2/+5
| |/ /
* | | Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2022-05-301-2/+2
|\ \ \
| * \ \ Merge back reboot/poweroff notifiers rework for 5.19-rc1.Rafael J. Wysocki2022-05-251-2/+2
| |\ \ \
| | * | | x86: Use do_kernel_power_off()Dmitry Osipenko2022-05-191-2/+2
* | | | | Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2022-05-292-10/+2
|\ \ \ \ \
| * | | | | x86/traceponit: Fix comment about irq vector tracepointssunliming2022-05-271-3/+0
| * | | | | x86,tracing: Remove unused headerssunliming2022-05-271-3/+0
| * | | | | ftrace: Remove return value of ftrace_arch_modify_*()Li kunyu2022-05-271-4/+2
* | | | | | Merge tag 'hyperv-next-signed-20220528' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-05-281-0/+2
|\ \ \ \ \ \
| * | | | | | x86/hyperv: Disable hardlockup detector by default in Hyper-V guestsMichael Kelley2022-05-111-0/+2
* | | | | | | Merge tag 'libnvdimm-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-05-281-3/+3
|\ \ \ \ \ \ \
| * | | | | | | mce: fix set_mce_nospec to always unmap the whole pageJane Chu2022-05-161-3/+3
| |/ / / / / /
* | | | | | | Merge tag 'pci-v5.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-05-281-8/+17
|\ \ \ \ \ \ \
| * | | | | | | x86/PCI: Clip only host bridge windows for E820 regionsBjorn Helgaas2022-04-081-7/+7
| * | | | | | | x86: Log resource clipping for E820 regionsBjorn Helgaas2022-04-081-0/+7
| * | | | | | | x86/PCI: Eliminate remove_e820_regions() common subexpressionsBjorn Helgaas2022-04-041-2/+4
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-272-56/+21
|\ \ \ \ \ \ \
| * | | | | | | vmcore: convert read_from_oldmem() to take an iov_iterMatthew Wilcox (Oracle)2022-04-291-1/+6
| * | | | | | | vmcore: convert copy_oldmem_page() to take an iov_iterMatthew Wilcox (Oracle)2022-04-292-55/+15
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-05-264-56/+85
|\ \ \ \ \ \ \
| * | | | | | | x86, kvm: use correct GFP flags for preemption disabledPaolo Bonzini2022-05-251-1/+1
| * | | | | | | x86/kvm: Alloc dummy async #PF token outside of raw spinlockSean Christopherson2022-05-251-14/+27
| * | | | | | | x86/fpu: KVM: Set the base guest FPU uABI size to sizeof(struct kvm_xsave)Sean Christopherson2022-05-251-1/+16
| * | | | | | | Merge tag 'kvm-riscv-5.19-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2022-05-251-41/+26
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2022-05-259-31/+120
| |\ \ \ \ \ \ \
| * | | | | | | | x86/kvm: Don't waste kvmclock memory if there is nopv parameterWanpeng Li2022-04-131-1/+1
| * | | | | | | | Merge branch 'kvm-older-features' into HEADPaolo Bonzini2022-04-132-40/+41
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| | * | | | | | | KVM: x86: Support the vCPU preemption check with nopvspin and realtime hintLi RongQing2022-04-022-39/+40
* | | | | | | | | Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...Linus Torvalds2022-05-269-211/+99
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | swiotlb: merge swiotlb-xen initialization into swiotlbChristoph Hellwig2022-04-181-10/+10
| * | | | | | | | | swiotlb: make the swiotlb_init interface more usefulChristoph Hellwig2022-04-181-8/+7
| * | | | | | | | | x86: centralize setting SWIOTLB_FORCE when guest memory encryption is enabledChristoph Hellwig2022-04-182-8/+8
| * | | | | | | | | x86: remove the IOMMU table infrastructureChristoph Hellwig2022-04-188-203/+92
* | | | | | | | | | Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-05-261-0/+2
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge tag 'drm-intel-next-2022-05-06' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-05-111-0/+1
| |\ \ \ \ \ \ \ \ \ \