Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | | m68k/mm: enable use of generic memory_model.h for !DISCONTIGMEM | Mike Rapoport | 2020-12-15 | 5 | -9/+10 | |
| * | | | | | | | | | | | | | | | m68k/mm: make node data and node setup depend on CONFIG_DISCONTIGMEM | Mike Rapoport | 2020-12-15 | 4 | -6/+6 | |
| * | | | | | | | | | | | | | | | arc: use FLATMEM with freeing of unused memory map instead of DISCONTIGMEM | Mike Rapoport | 2020-12-15 | 3 | -11/+41 | |
| * | | | | | | | | | | | | | | | arm, arm64: move free_unused_memmap() to generic mm | Mike Rapoport | 2020-12-15 | 5 | -152/+5 | |
| * | | | | | | | | | | | | | | | arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODEL | Mike Rapoport | 2020-12-15 | 8 | -13/+2 | |
| * | | | | | | | | | | | | | | | ia64: make SPARSEMEM default and disable DISCONTIGMEM | Mike Rapoport | 2020-12-15 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | ia64: forbid using VIRTUAL_MEM_MAP with FLATMEM | Mike Rapoport | 2020-12-15 | 4 | -44/+22 | |
| * | | | | | | | | | | | | | | | ia64: split virtual map initialization out of paging_init() | Mike Rapoport | 2020-12-15 | 2 | -31/+40 | |
| * | | | | | | | | | | | | | | | ia64: discontig: paging_init(): remove local max_pfn calculation | Mike Rapoport | 2020-12-15 | 1 | -4/+1 | |
| * | | | | | | | | | | | | | | | ia64: remove 'ifdef CONFIG_ZONE_DMA32' statements | Mike Rapoport | 2020-12-15 | 2 | -4/+0 | |
| * | | | | | | | | | | | | | | | ia64: remove custom __early_pfn_to_nid() | Mike Rapoport | 2020-12-15 | 2 | -33/+0 | |
| * | | | | | | | | | | | | | | | alpha: switch from DISCONTIGMEM to SPARSEMEM | Mike Rapoport | 2020-12-15 | 6 | -22/+38 | |
| * | | | | | | | | | | | | | | | mm: forbid splitting special mappings | Dmitry Safonov | 2020-12-15 | 5 | -76/+4 | |
| * | | | | | | | | | | | | | | | mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio | Dmitry Safonov | 2020-12-15 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | sparc: fix handling of page table constructor failure | Matthew Wilcox (Oracle) | 2020-12-15 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | x86: mremap speedup - Enable HAVE_MOVE_PUD | Kalesh Singh | 2020-12-15 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | arm64: mremap speedup - enable HAVE_MOVE_PUD | Kalesh Singh | 2020-12-15 | 2 | -0/+2 | |
| * | | | | | | | | | | | | | | | mm: speedup mremap on 1GB or larger regions | Kalesh Singh | 2020-12-15 | 1 | -0/+7 | |
| * | | | | | | | | | | | | | | | mm: memcontrol: account pagetables per node | Shakeel Butt | 2020-12-15 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | mm/gup: prevent gup_fast from racing with COW during fork | Jason Gunthorpe | 2020-12-15 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | mm/gup_benchmark: rename to mm/gup_test | John Hubbard | 2020-12-15 | 2 | -2/+2 | |
| * | | | | | | | | | | | | | | | arch/Kconfig: fix spelling mistakes | Colin Ian King | 2020-12-15 | 1 | -4/+4 | |
* | | | | | | | | | | | | | | | | Merge tag 'x86-apic-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2020-12-14 | 35 | -686/+757 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | x86/ioapic: Cleanup the timer_works() irqflags mess | Thomas Gleixner | 2020-12-10 | 1 | -16/+6 | |
| * | | | | | | | | | | | | | | | | iommu/amd: Fix IOMMU interrupt generation in X2APIC mode | David Woodhouse | 2020-11-18 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | | x86/ioapic: Correct the PCI/ISA trigger type selection | Thomas Gleixner | 2020-11-10 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | x86/ioapic: Use I/O-APIC ID for finding irqdomain, not index | David Woodhouse | 2020-11-04 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | x86/hyperv: Enable 15-bit APIC ID if the hypervisor supports it | Dexuan Cui | 2020-11-04 | 2 | -0/+36 | |
| * | | | | | | | | | | | | | | | | x86/kvm: Enable 15-bit extension when KVM_FEATURE_MSI_EXT_DEST_ID detected | David Woodhouse | 2020-10-28 | 1 | -0/+6 | |
| * | | | | | | | | | | | | | | | | x86/apic: Support 15 bits of APIC ID in MSI where available | David Woodhouse | 2020-10-28 | 4 | -3/+29 | |
| * | | | | | | | | | | | | | | | | x86/ioapic: Handle Extended Destination ID field in RTE | David Woodhouse | 2020-10-28 | 2 | -6/+17 | |
| * | | | | | | | | | | | | | | | | x86: Kill all traces of irq_remapping_get_irq_domain() | David Woodhouse | 2020-10-28 | 2 | -11/+0 | |
| * | | | | | | | | | | | | | | | | x86/ioapic: Use irq_find_matching_fwspec() to find remapping irqdomain | David Woodhouse | 2020-10-28 | 1 | -12/+13 | |
| * | | | | | | | | | | | | | | | | x86/hpet: Use irq_find_matching_fwspec() to find remapping irqdomain | David Woodhouse | 2020-10-28 | 1 | -10/+14 | |
| * | | | | | | | | | | | | | | | | x86/apic: Add select() method on vector irqdomain | David Woodhouse | 2020-10-28 | 2 | -0/+46 | |
| * | | | | | | | | | | | | | | | | x86/ioapic: Generate RTE directly from parent irqchip's MSI message | David Woodhouse | 2020-10-28 | 2 | -37/+77 | |
| * | | | | | | | | | | | | | | | | x86/ioapic: Cleanup IO/APIC route entry structs | Thomas Gleixner | 2020-10-28 | 2 | -129/+93 | |
| * | | | | | | | | | | | | | | | | x86/io_apic: Cleanup trigger/polarity helpers | Thomas Gleixner | 2020-10-28 | 3 | -136/+122 | |
| * | | | | | | | | | | | | | | | | x86/msi: Remove msidef.h | Thomas Gleixner | 2020-10-28 | 1 | -57/+0 | |
| * | | | | | | | | | | | | | | | | x86/pci/xen: Use msi_msg shadow structs | Thomas Gleixner | 2020-10-28 | 1 | -15/+11 | |
| * | | | | | | | | | | | | | | | | x86/kvm: Use msi_msg shadow structs | Thomas Gleixner | 2020-10-28 | 1 | -18/+13 | |
| * | | | | | | | | | | | | | | | | x86/msi: Provide msi message shadow structs | Thomas Gleixner | 2020-10-28 | 2 | -16/+68 | |
| * | | | | | | | | | | | | | | | | x86/hpet: Move MSI support into hpet.c | David Woodhouse | 2020-10-28 | 3 | -128/+112 | |
| * | | | | | | | | | | | | | | | | x86/apic: Always provide irq_compose_msi_msg() method for vector domain | David Woodhouse | 2020-10-28 | 4 | -42/+41 | |
| * | | | | | | | | | | | | | | | | x86/apic: Cleanup destination mode | Thomas Gleixner | 2020-10-28 | 15 | -28/+20 | |
| * | | | | | | | | | | | | | | | | x86/apic: Get rid of apic:: Dest_logical | Thomas Gleixner | 2020-10-28 | 12 | -38/+15 | |
| * | | | | | | | | | | | | | | | | x86/apic: Replace pointless apic:: Dest_logical usage | Thomas Gleixner | 2020-10-28 | 3 | -5/+5 | |
| * | | | | | | | | | | | | | | | | x86/apic: Cleanup delivery mode defines | Thomas Gleixner | 2020-10-28 | 12 | -28/+28 | |
| * | | | | | | | | | | | | | | | | x86/devicetree: Fix the ioapic interrupt type table | Thomas Gleixner | 2020-10-28 | 1 | -15/+15 | |
| * | | | | | | | | | | | | | | | | x86/apic/uv: Fix inconsistent destination mode | Thomas Gleixner | 2020-10-28 | 1 | -1/+1 |