summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-252-2/+2
* Merge tag 'x86_seves_fixes_for_v5.10_rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-10-241-0/+2
|\
| * x86/head/64: Disable stack protection for head$(BITS).oArvind Sankar2020-10-191-0/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-10-231-1/+1
|\ \
| * | cpuidle-haltpoll: fix error comments in arch_haltpoll_disableLi Qiang2020-09-281-1/+1
| * | Merge branch 'x86-seves-for-paolo' of https://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini2020-09-2219-82/+105
| |\ \
* | \ \ Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-232-2/+2
|\ \ \ \
| * | | | task_work: cleanup notification modesJens Axboe2020-10-172-2/+2
* | | | | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-10-221-3/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | x86: remove address space overrides using set_fs()Christoph Hellwig2020-09-091-3/+0
* | | | | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-161-1/+6
|\ \ \ \ \
| * | | | | Drivers: hv: vmbus: Add parsing of VMbus interrupt in ACPI DSDTMichael Kelley2020-10-141-1/+6
| * | | | | x86/hyperv: Remove aliases with X64 in their nameJoseph Salisbury2020-09-281-4/+4
| |/ / / /
* | | | | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-153-6/+10
|\ \ \ \ \
| * | | | | dma-mapping: move dma-debug.h to kernel/dma/Christoph Hellwig2020-10-061-1/+0
| * | | | | dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+1
| * | | | | dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2020-10-063-0/+4
| * | | | | dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig2020-09-251-0/+2
| * | | | | Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv...Christoph Hellwig2020-09-253-38/+34
| |\ \ \ \ \
| * | | | | | dma-direct: remove dma_direct_{alloc,free}_pagesChristoph Hellwig2020-09-111-3/+3
| * | | | | | dma-mapping: introduce dma_get_seg_boundary_nr_pages()Nicolin Chen2020-09-031-2/+1
* | | | | | | Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-141-1/+1
|\ \ \ \ \ \ \
| * | | | | | | x86: switch to kernel_clone()Christian Brauner2020-08-201-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2020-10-141-0/+1
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Merge branch 'acpi-numa'Rafael J. Wysocki2020-10-131-0/+1
| |\ \ \ \ \ \
| | * | | | | | x86: Support Generic Initiator only proximity domainsJonathan Cameron2020-10-021-0/+1
* | | | | | | | Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-1417-150/+2373
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/sev-es: Use GHCB accessor for setting the MMIO scratch bufferTom Lendacky2020-09-251-1/+1
| * | | | | | | | x86/sev-es: Check required CPU features for SEV-ESMartin Radev2020-09-102-0/+18
| * | | | | | | | x86/efi: Add GHCB mappings when SEV-ES is activeTom Lendacky2020-09-101-0/+30
| * | | | | | | | x86/sev-es: Handle NMI StateJoerg Roedel2020-09-092-0/+24
| * | | | | | | | x86/sev-es: Support CPU offline/onlineJoerg Roedel2020-09-091-0/+63
| * | | | | | | | x86/head/64: Don't call verify_cpu() on starting APsJoerg Roedel2020-09-091-0/+12
| * | | | | | | | x86/smpboot: Load TSS and getcpu GDT entry before loading IDTJoerg Roedel2020-09-092-1/+24
| * | | | | | | | x86/realmode: Setup AP jump tableTom Lendacky2020-09-091-0/+69
| * | | | | | | | x86/vmware: Add VMware-specific handling for VMMCALL under SEV-ESDoug Covelli2020-09-091-5/+45
| * | | | | | | | x86/kvm: Add KVM-specific VMMCALL handling under SEV-ESTom Lendacky2020-09-091-6/+29
| * | | | | | | | x86/paravirt: Allow hypervisor-specific VMMCALL handling under SEV-ESJoerg Roedel2020-09-091-0/+12
| * | | | | | | | x86/sev-es: Handle #DB EventsJoerg Roedel2020-09-091-0/+17
| * | | | | | | | x86/sev-es: Handle #AC EventsJoerg Roedel2020-09-091-0/+19
| * | | | | | | | x86/sev-es: Handle VMMCALL EventsTom Lendacky2020-09-091-0/+23
| * | | | | | | | x86/sev-es: Handle MWAIT/MWAITX EventsTom Lendacky2020-09-091-0/+10
| * | | | | | | | x86/sev-es: Handle MONITOR/MONITORX EventsTom Lendacky2020-09-091-0/+13
| * | | | | | | | x86/sev-es: Handle INVD EventsTom Lendacky2020-09-091-0/+4
| * | | | | | | | x86/sev-es: Handle RDPMC EventsTom Lendacky2020-09-091-0/+22
| * | | | | | | | x86/sev-es: Handle RDTSC(P) EventsTom Lendacky2020-09-092-0/+27
| * | | | | | | | x86/sev-es: Handle WBINVD EventsTom Lendacky2020-09-091-0/+9
| * | | | | | | | x86/sev-es: Handle DR7 read/write eventsTom Lendacky2020-09-091-0/+85
| * | | | | | | | x86/sev-es: Handle MSR eventsTom Lendacky2020-09-091-0/+28
| * | | | | | | | x86/sev-es: Handle MMIO String InstructionsJoerg Roedel2020-09-091-0/+77