summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2020-11-15Merge tag 'perf-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-11-13livepatch: Use the default ftrace_ops instead of REGS when ARGS is availableSteven Rostedt (VMware)
2020-11-13ftrace/x86: Allow for arguments to be passed in to ftrace_regs by defaultSteven Rostedt (VMware)
2020-11-13ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)
2020-11-13x86/platform/uv: Fix copied UV5 output archtypeMike Travis
2020-11-10x86/ioapic: Correct the PCI/ISA trigger type selectionThomas Gleixner
2020-11-09perf/arch: Remove perf_sample_data::regs_user_copyPeter Zijlstra
2020-11-08Merge tag 'x86-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-11-07x86/platform/uv: Recognize UV5 hubless system identifierMike Travis
2020-11-07x86/platform/uv: Remove spaces from OEM IDsMike Travis
2020-11-07x86/platform/uv: Fix missing OEM_TABLE_IDMike Travis
2020-11-06x86/cpu: Avoid cpuinfo-induced IPIing of idle CPUsPaul E. McKenney
2020-11-06x86/cpu: Avoid cpuinfo-induced IPI pileupsPaul E. McKenney
2020-11-06x86/mce: Correct the detection of invalid notifier prioritiesZhen Lei
2020-11-06ftrace: Add recording of functions that caused recursionSteven Rostedt (VMware)
2020-11-06kprobes/ftrace: Add recursion protection to the ftrace callbackSteven Rostedt (VMware)
2020-11-06x86/mce: Assign boolean values to a bool variableKaixu Xia
2020-11-06ima: generalize x86/EFI arch glue for other EFI architecturesChester Lin
2020-11-05x86/speculation: Allow IBPB to be conditionally enabled on CPUs with always-o...Anand K Mistry
2020-11-04x86/entry: Move nmi entry/exit into common codeThomas Gleixner
2020-11-04Merge branch 'core/urgent' into core/entryThomas Gleixner
2020-11-04x86/ioapic: Use I/O-APIC ID for finding irqdomain, not indexDavid Woodhouse
2020-11-04x86/hyperv: Enable 15-bit APIC ID if the hypervisor supports itDexuan Cui
2020-11-03Merge tag 'x86_seves_for_v5.10_rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-11-02x86/mtrr: Fix a kernel-doc markupMauro Carvalho Chehab
2020-11-02x86/mce: Enable additional error logging on certain Intel CPUsTony Luck
2020-10-29x86/build: Fix vmlinux size check on 64-bitArvind Sankar
2020-10-29x86/sev-es: Do not support MMIO to/from encrypted memoryJoerg Roedel
2020-10-29x86/head/64: Check SEV encryption before switching to kernel page-tableJoerg Roedel
2020-10-29x86/boot/compressed/64: Check SEV encryption in 64-bit boot-pathJoerg Roedel
2020-10-29x86/boot/compressed/64: Sanity-check CPUID results in the early #VC handlerJoerg Roedel
2020-10-29entry: Add support for TIF_NOTIFY_SIGNALJens Axboe
2020-10-28x86/kvm: Enable 15-bit extension when KVM_FEATURE_MSI_EXT_DEST_ID detectedDavid Woodhouse
2020-10-28x86/apic: Support 15 bits of APIC ID in MSI where availableDavid Woodhouse
2020-10-28x86/ioapic: Handle Extended Destination ID field in RTEDavid Woodhouse
2020-10-28x86/ioapic: Use irq_find_matching_fwspec() to find remapping irqdomainDavid Woodhouse
2020-10-28x86/hpet: Use irq_find_matching_fwspec() to find remapping irqdomainDavid Woodhouse
2020-10-28x86/apic: Add select() method on vector irqdomainDavid Woodhouse
2020-10-28x86/ioapic: Generate RTE directly from parent irqchip's MSI messageDavid Woodhouse
2020-10-28x86/ioapic: Cleanup IO/APIC route entry structsThomas Gleixner
2020-10-28x86/io_apic: Cleanup trigger/polarity helpersThomas Gleixner
2020-10-28x86/msi: Provide msi message shadow structsThomas Gleixner
2020-10-28x86/hpet: Move MSI support into hpet.cDavid Woodhouse
2020-10-28x86/apic: Always provide irq_compose_msi_msg() method for vector domainDavid Woodhouse
2020-10-28x86/apic: Cleanup destination modeThomas Gleixner
2020-10-28x86/apic: Get rid of apic:: Dest_logicalThomas Gleixner
2020-10-28x86/apic: Replace pointless apic:: Dest_logical usageThomas Gleixner
2020-10-28x86/apic: Cleanup delivery mode definesThomas Gleixner
2020-10-28x86/devicetree: Fix the ioapic interrupt type tableThomas Gleixner
2020-10-28x86/apic/uv: Fix inconsistent destination modeThomas Gleixner