aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
AgeCommit message (Expand)AuthorFilesLines
2020-11-06x86/mm/highmem: Use generic kmap atomic implementationThomas Gleixner5-29/+21
2020-11-06x86/mce: Correct the detection of invalid notifier prioritiesZhen Lei1-1/+2
2020-11-06ima: generalize x86/EFI arch glue for other EFI architecturesChester Lin1-0/+3
2020-11-04x86/entry: Move nmi entry/exit into common codeThomas Gleixner1-3/+0
2020-11-04x86/hyperv: Enable 15-bit APIC ID if the hypervisor supports itDexuan Cui1-0/+7
2020-11-02x86/mce: Enable additional error logging on certain Intel CPUsTony Luck1-0/+1
2020-10-29x86/build: Fix vmlinux size check on 64-bitArvind Sankar3-15/+17
2020-10-29x86: Wire up TIF_NOTIFY_SIGNALJens Axboe1-0/+2
2020-10-28x86/apic: Support 15 bits of APIC ID in MSI where availableDavid Woodhouse2-1/+4
2020-10-28x86/ioapic: Handle Extended Destination ID field in RTEDavid Woodhouse1-1/+2
2020-10-28x86: Kill all traces of irq_remapping_get_irq_domain()David Woodhouse2-11/+0
2020-10-28x86/apic: Add select() method on vector irqdomainDavid Woodhouse1-0/+3
2020-10-28x86/ioapic: Generate RTE directly from parent irqchip's MSI messageDavid Woodhouse1-6/+5
2020-10-28x86/ioapic: Cleanup IO/APIC route entry structsThomas Gleixner1-50/+28
2020-10-28x86/io_apic: Cleanup trigger/polarity helpersThomas Gleixner1-3/+3
2020-10-28x86/msi: Remove msidef.hThomas Gleixner1-57/+0
2020-10-28x86/msi: Provide msi message shadow structsThomas Gleixner1-0/+49
2020-10-28x86/hpet: Move MSI support into hpet.cDavid Woodhouse1-11/+0
2020-10-28x86/apic: Always provide irq_compose_msi_msg() method for vector domainDavid Woodhouse1-5/+3
2020-10-28x86/apic: Cleanup destination modeThomas Gleixner1-1/+1
2020-10-28x86/apic: Get rid of apic:: Dest_logicalThomas Gleixner1-2/+0
2020-10-28x86/apic: Cleanup delivery mode definesThomas Gleixner2-10/+9
2020-10-28x86/apic: Fix x2apic enablement without interrupt remappingDavid Woodhouse1-0/+1
2020-10-27x86: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin1-0/+6
2020-10-26x86, libnvdimm/test: Remove COPY_MC_TESTDan Williams1-75/+0
2020-10-26x86: Reclaim TIF_IA32 and TIF_X32Gabriel Krisman Bertazi1-4/+0
2020-10-26x86/mm: Convert mmu context ia32_compat into a proper flags fieldGabriel Krisman Bertazi2-3/+8
2020-10-26x86/elf: Use e_machine to check for x32/ia32 in setup_additional_pages()Gabriel Krisman Bertazi1-2/+4
2020-10-26x86/elf: Use e_machine to select start_thread for x32Gabriel Krisman Bertazi1-2/+3
2020-10-26x86/elf: Use e_machine to choose DLINFO in compatGabriel Krisman Bertazi1-1/+1
2020-10-26x86/compat: Simplify compat syscall userspace allocationGabriel Krisman Bertazi1-7/+6
2020-10-26efi/libstub/x86: simplify efi_is_native()Heinrich Schuchardt1-2/+0
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches6-7/+7
2020-10-23x86/uaccess: fix code generation in put_user()Rasmus Villemoes1-1/+9
2020-10-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-43/+117
2020-10-23kvm: x86/mmu: Allocate struct kvm_mmu_pages for all pages in TDP MMUBen Gardon1-0/+4
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-86/+51
2020-10-21kvm: x86/mmu: Allocate and free TDP MMU rootsBen Gardon1-0/+1
2020-10-21kvm: x86/mmu: Init / Uninit the TDP MMUBen Gardon1-0/+9
2020-10-21KVM: x86: allow kvm_x86_ops.set_efer to return an error valueMaxim Levitsky1-1/+1
2020-10-21KVM: x86: bump KVM_MAX_CPUID_ENTRIESVitaly Kuznetsov1-1/+1
2020-10-21KVM: x86: allocate vcpu->arch.cpuid_entries dynamicallyVitaly Kuznetsov1-1/+1
2020-10-21kvm: x86: only provide PV features if enabled in guest's CPUIDOliver Upton1-0/+15
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-8/+8
2020-10-15Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-11/+9
2020-10-15Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-0/+1
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+0
2020-10-14Drivers: hv: vmbus: Add parsing of VMbus interrupt in ACPI DSDTMichael Kelley1-0/+1
2020-10-14Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+2
2020-10-14Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds24-71/+431