aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2020-10-28x86/msi: Provide msi message shadow structsThomas Gleixner2-16/+68
2020-10-28x86/hpet: Move MSI support into hpet.cDavid Woodhouse3-128/+112
2020-10-28x86/apic: Always provide irq_compose_msi_msg() method for vector domainDavid Woodhouse4-42/+41
2020-10-28x86/apic: Cleanup destination modeThomas Gleixner15-28/+20
2020-10-28x86/apic: Get rid of apic:: Dest_logicalThomas Gleixner12-38/+15
2020-10-28x86/apic: Replace pointless apic:: Dest_logical usageThomas Gleixner3-5/+5
2020-10-28x86/apic: Cleanup delivery mode definesThomas Gleixner12-28/+28
2020-10-28x86/devicetree: Fix the ioapic interrupt type tableThomas Gleixner1-15/+15
2020-10-28x86/apic/uv: Fix inconsistent destination modeThomas Gleixner1-1/+1
2020-10-28x86/msi: Only use high bits of MSI address for DMAR unitDavid Woodhouse1-6/+27
2020-10-28x86/apic: Fix x2apic enablement without interrupt remappingDavid Woodhouse3-6/+18
2020-10-28x86/kvm: Reserve KVM_FEATURE_MSI_EXT_DEST_IDDavid Woodhouse1-0/+1
2020-10-28x86/setup: Remove unused MCA variablesBorislav Petkov1-5/+0
2020-10-28x86/mm/ident_map: Check for errors from ident_pud_init()Arvind Sankar1-2/+10
2020-10-27x86/debug: Fix DR_STEP vs ptrace_get_debugreg(6)Peter Zijlstra1-3/+6
2020-10-27x86/debug: Only clear/set ->virtual_dr6 for userspace #DBPeter Zijlstra1-6/+6
2020-10-27x86/debug: Fix BTF handlingPeter Zijlstra1-7/+21
2020-10-27Merge tag 'x86-urgent-2020-10-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-14/+17
2020-10-27x86/resctrl: Correct MBM total and local valuesFenghua Yu3-2/+85
2020-10-27x86: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin1-0/+6
2020-10-26arch/um: partially revert the conversion to __section() macroLinus Torvalds1-1/+1
2020-10-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+1
2020-10-26x86, libnvdimm/test: Remove COPY_MC_TESTDan Williams4-92/+0
2020-10-26x86/hyperv: Clarify comment on x2apic modeMichael Kelley1-5/+9
2020-10-26x86: Reclaim TIF_IA32 and TIF_X32Gabriel Krisman Bertazi2-10/+0
2020-10-26x86/mm: Convert mmu context ia32_compat into a proper flags fieldGabriel Krisman Bertazi4-10/+20
2020-10-26x86/elf: Use e_machine to check for x32/ia32 in setup_additional_pages()Gabriel Krisman Bertazi2-4/+6
2020-10-26x86/elf: Use e_machine to select start_thread for x32Gabriel Krisman Bertazi2-5/+5
2020-10-26x86/elf: Use e_machine to choose DLINFO in compatGabriel Krisman Bertazi1-1/+1
2020-10-26x86/oprofile: Avoid TIF_IA32 when checking 64bit modeGabriel Krisman Bertazi1-1/+1
2020-10-26x86/compat: Simplify compat syscall userspace allocationGabriel Krisman Bertazi1-7/+6
2020-10-26perf/x86: Avoid TIF_IA32 when checking 64bit modeGabriel Krisman Bertazi4-4/+4
2020-10-26x86/mce: Remove unneeded breakTom Rix1-2/+0
2020-10-26x86/microcode/amd: Remove unneeded breakTom Rix1-1/+0
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 Perches18-29/+29
2020-10-25Merge tag 'for-linus-5.10b-rc1c-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-8/+13
2020-10-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-9/+6
2020-10-24Merge tag 'x86_seves_fixes_for_v5.10_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-16/+40
2020-10-24KVM: ioapic: break infinite recursion on lazy EOIVitaly Kuznetsov1-4/+1
2020-10-24KVM: vmx: rename pi_init to avoid conflict with paridePaolo Bonzini3-4/+4
2020-10-24KVM: x86/mmu: Avoid modulo operator on 64-bit value to fix i386 buildSean Christopherson1-1/+1
2020-10-24crypto: x86/poly1305 - add back a needed assignmentEric Biggers1-0/+1
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 Torvalds44-2354/+5008
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+2
2020-10-23xen/events: only register debug interrupt for 2-level eventsJuergen Gross2-8/+13
2020-10-23kvm: x86/mmu: NX largepage recovery for TDP MMUBen Gardon3-4/+18
2020-10-23kvm: x86/mmu: Don't clear write flooding count for direct rootsBen Gardon1-1/+7
2020-10-23kvm: x86/mmu: Support MMIO in the TDP MMUBen Gardon3-21/+72