summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2020-12-175-7/+46
|\
| * livepatch: Use the default ftrace_ops instead of REGS when ARGS is availableSteven Rostedt (VMware)2020-11-133-2/+9
| * ftrace/x86: Allow for arguments to be passed in to ftrace_regs by defaultSteven Rostedt (VMware)2020-11-133-2/+25
| * ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)2020-11-131-1/+2
| * ftrace: Add recording of functions that caused recursionSteven Rostedt (VMware)2020-11-061-1/+1
| * kprobes/ftrace: Add recursion protection to the ftrace callbackSteven Rostedt (VMware)2020-11-061-2/+10
* | Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-12-161-1/+2
|\ \
| * | Backmerge tag 'v5.10-rc2' into arm/driversArnd Bergmann2020-11-2715-60/+80
| |\|
| * | dma-mapping: remove the dma_direct_set_offset exportChristoph Hellwig2020-11-181-1/+2
* | | Merge branch 'stable/for-linus-5.11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-12-163-0/+39
|\ \ \
| * | | x86,swiotlb: Adjust SWIOTLB bounce buffer size for SEV guestsAshish Kalra2020-12-113-0/+39
* | | | Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-161-0/+20
|\ \ \ \
| * | | | x86: Enable seccomp architecture trackingKees Cook2020-11-201-0/+20
* | | | | Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-12-161-1/+0
|\ \ \ \ \
| * | | | | timekeeping: default GENERIC_CLOCKEVENTS to enabledArnd Bergmann2020-10-301-1/+0
| | |_|/ / | |/| | |
* | | | | Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-12-151-0/+6
|\ \ \ \ \
| * | | | | x86: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin2020-10-271-0/+6
| |/ / / /
* | | | | Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2020-12-151-1/+2
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---. \ \ \ \ Merge branches 'pm-sleep', 'pm-acpi', 'pm-domains' and 'powercap'Rafael J. Wysocki2020-12-151-1/+2
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | | | * | | | powercap: Add AMD Fam17h RAPL supportVictor Ding2020-11-101-0/+1
| | | | * | | | x86/msr-index: sort AMD RAPL MSRs by addressVictor Ding2020-11-101-1/+1
| | | |/ / / / | | |/| | | |
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-156-23/+7
|\ \ \ \ \ \ \
| * | | | | | | arch, mm: make kernel_page_present() always availableMike Rapoport2020-12-152-3/+2
| * | | | | | | arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOCMike Rapoport2020-12-152-3/+3
| * | | | | | | mm: forbid splitting special mappingsDmitry Safonov2020-12-151-17/+0
| * | | | | | | mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aioDmitry Safonov2020-12-151-1/+1
| * | | | | | | x86: mremap speedup - Enable HAVE_MOVE_PUDKalesh Singh2020-12-151-0/+1
| * | | | | | | mm/gup: prevent gup_fast from racing with COW during forkJason Gunthorpe2020-12-151-0/+1
* | | | | | | | Merge tag 'x86-apic-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-1435-686/+757
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/ioapic: Cleanup the timer_works() irqflags messThomas Gleixner2020-12-101-16/+6
| * | | | | | | | iommu/amd: Fix IOMMU interrupt generation in X2APIC modeDavid Woodhouse2020-11-181-0/+1
| * | | | | | | | x86/ioapic: Correct the PCI/ISA trigger type selectionThomas Gleixner2020-11-101-2/+2
| * | | | | | | | x86/ioapic: Use I/O-APIC ID for finding irqdomain, not indexDavid Woodhouse2020-11-041-2/+2
| * | | | | | | | x86/hyperv: Enable 15-bit APIC ID if the hypervisor supports itDexuan Cui2020-11-042-0/+36
| * | | | | | | | x86/kvm: Enable 15-bit extension when KVM_FEATURE_MSI_EXT_DEST_ID detectedDavid Woodhouse2020-10-281-0/+6
| * | | | | | | | x86/apic: Support 15 bits of APIC ID in MSI where availableDavid Woodhouse2020-10-284-3/+29
| * | | | | | | | x86/ioapic: Handle Extended Destination ID field in RTEDavid Woodhouse2020-10-282-6/+17
| * | | | | | | | x86: Kill all traces of irq_remapping_get_irq_domain()David Woodhouse2020-10-282-11/+0
| * | | | | | | | x86/ioapic: Use irq_find_matching_fwspec() to find remapping irqdomainDavid Woodhouse2020-10-281-12/+13
| * | | | | | | | x86/hpet: Use irq_find_matching_fwspec() to find remapping irqdomainDavid Woodhouse2020-10-281-10/+14
| * | | | | | | | x86/apic: Add select() method on vector irqdomainDavid Woodhouse2020-10-282-0/+46
| * | | | | | | | x86/ioapic: Generate RTE directly from parent irqchip's MSI messageDavid Woodhouse2020-10-282-37/+77
| * | | | | | | | x86/ioapic: Cleanup IO/APIC route entry structsThomas Gleixner2020-10-282-129/+93
| * | | | | | | | x86/io_apic: Cleanup trigger/polarity helpersThomas Gleixner2020-10-283-136/+122
| * | | | | | | | x86/msi: Remove msidef.hThomas Gleixner2020-10-281-57/+0
| * | | | | | | | x86/pci/xen: Use msi_msg shadow structsThomas Gleixner2020-10-281-15/+11
| * | | | | | | | x86/kvm: Use msi_msg shadow structsThomas Gleixner2020-10-281-18/+13
| * | | | | | | | x86/msi: Provide msi message shadow structsThomas Gleixner2020-10-282-16/+68
| * | | | | | | | x86/hpet: Move MSI support into hpet.cDavid Woodhouse2020-10-283-128/+112
| * | | | | | | | x86/apic: Always provide irq_compose_msi_msg() method for vector domainDavid Woodhouse2020-10-284-42/+41