summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-1556-429/+252
|\
| * arch, mm: make kernel_page_present() always availableMike Rapoport2020-12-156-6/+34
| * arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOCMike Rapoport2020-12-1511-23/+19
| * m68k: deprecate DISCONTIGMEMMike Rapoport2020-12-151-1/+25
| * m68k/mm: enable use of generic memory_model.h for !DISCONTIGMEMMike Rapoport2020-12-155-9/+10
| * m68k/mm: make node data and node setup depend on CONFIG_DISCONTIGMEMMike Rapoport2020-12-154-6/+6
| * arc: use FLATMEM with freeing of unused memory map instead of DISCONTIGMEMMike Rapoport2020-12-153-11/+41
| * arm, arm64: move free_unused_memmap() to generic mmMike Rapoport2020-12-155-152/+5
| * arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODELMike Rapoport2020-12-158-13/+2
| * ia64: make SPARSEMEM default and disable DISCONTIGMEMMike Rapoport2020-12-151-3/+3
| * ia64: forbid using VIRTUAL_MEM_MAP with FLATMEMMike Rapoport2020-12-154-44/+22
| * ia64: split virtual map initialization out of paging_init()Mike Rapoport2020-12-152-31/+40
| * ia64: discontig: paging_init(): remove local max_pfn calculationMike Rapoport2020-12-151-4/+1
| * ia64: remove 'ifdef CONFIG_ZONE_DMA32' statementsMike Rapoport2020-12-152-4/+0
| * ia64: remove custom __early_pfn_to_nid()Mike Rapoport2020-12-152-33/+0
| * alpha: switch from DISCONTIGMEM to SPARSEMEMMike Rapoport2020-12-156-22/+38
| * mm: forbid splitting special mappingsDmitry Safonov2020-12-155-76/+4
| * mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aioDmitry Safonov2020-12-151-1/+1
| * sparc: fix handling of page table constructor failureMatthew Wilcox (Oracle)2020-12-151-1/+1
| * x86: mremap speedup - Enable HAVE_MOVE_PUDKalesh Singh2020-12-151-0/+1
| * arm64: mremap speedup - enable HAVE_MOVE_PUDKalesh Singh2020-12-152-0/+2
| * mm: speedup mremap on 1GB or larger regionsKalesh Singh2020-12-151-0/+7
| * mm: memcontrol: account pagetables per nodeShakeel Butt2020-12-151-3/+3
| * mm/gup: prevent gup_fast from racing with COW during forkJason Gunthorpe2020-12-151-0/+1
| * mm/gup_benchmark: rename to mm/gup_testJohn Hubbard2020-12-152-2/+2
| * arch/Kconfig: fix spelling mistakesColin Ian King2020-12-151-4/+4
* | 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
| * | x86/apic: Cleanup destination modeThomas Gleixner2020-10-2815-28/+20
| * | x86/apic: Get rid of apic:: Dest_logicalThomas Gleixner2020-10-2812-38/+15