summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-0818-59/+442
|\
| * pid: cleanup the stale comment mentioning pidmap_init().Takahiro Itazuri2021-09-081-1/+1
| * fs/epoll: use a per-cpu counter for user's watches countNicholas Piggin2021-09-081-1/+2
| * units: add the HZ macrosDaniel Lezcano2021-09-081-0/+4
| * units: change from 'L' to 'UL'Daniel Lezcano2021-09-081-3/+3
| * include/linux/once.h: fix trivia typo Not -> NoteAndy Shevchenko2021-09-081-1/+1
| * mm/damon: implement a debugfs-based user space interfaceSeongJae Park2021-09-081-0/+3
| * mm/damon: add a tracepointSeongJae Park2021-09-081-0/+43
| * mm/damon: implement primitives for the virtual memory address spacesSeongJae Park2021-09-081-0/+13
| * mm/idle_page_tracking: make PG_idle reusableSeongJae Park2021-09-084-7/+7
| * mm/damon: adaptively adjust regionsSeongJae Park2021-09-081-8/+22
| * mm/damon/core: implement region-based samplingSeongJae Park2021-09-081-3/+74
| * mm: introduce Data Access MONitor (DAMON)SeongJae Park2021-09-081-0/+167
| * mm: introduce PAGEFLAGS_MASK to replace ((1UL << NR_PAGEFLAGS) - 1)Muchun Song2021-09-082-3/+5
| * highmem: don't disable preemption on RT in kmap_atomic()Sebastian Andrzej Siewior2021-09-081-5/+22
| * mm/early_ioremap.c: remove redundant early_ioremap_shutdown()Weizhao Ouyang2021-09-081-6/+0
| * mm: move ioremap_page_range to vmalloc.cChristoph Hellwig2021-09-081-3/+0
| * mm: remove redundant compound_head() callingMuchun Song2021-09-081-4/+3
| * mm/memory_hotplug: improved dynamic memory group aware "auto-movable" online ...David Hildenbrand2021-09-081-0/+3
| * mm/memory_hotplug: memory group aware "auto-movable" online policyDavid Hildenbrand2021-09-081-1/+2
| * mm/memory_hotplug: track present pages in memory groupsDavid Hildenbrand2021-09-082-4/+15
| * drivers/base/memory: introduce "memory groups" to logically group memory blocksDavid Hildenbrand2021-09-082-1/+50
| * mm: track present early pages per zoneDavid Hildenbrand2021-09-082-1/+8
| * mm/memory_hotplug: remove nid parameter from remove_memory() and friendsDavid Hildenbrand2021-09-081-5/+5
| * mm/memory_hotplug: remove nid parameter from arch_remove_memory()David Hildenbrand2021-09-081-2/+1
| * mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range()David Hildenbrand2021-09-081-2/+2
| * mm: remove pfn_valid_within() and CONFIG_HOLES_IN_ZONEMike Rapoport2021-09-081-12/+0
* | Merge tag 'mm-slub-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-09-082-0/+15
|\ \
| * | mm, slub: convert kmem_cpu_slab protection to local_lockVlastimil Babka2021-09-041-0/+6
| * | mm, slub: do initial checks in ___slab_alloc() with irqs enabledVlastimil Babka2021-09-041-0/+9
| |/
* | Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-076-132/+107
|\ \
| * \ Merge branch 'remotes/lorenzo/pci/endpoint'Bjorn Helgaas2021-09-022-27/+46
| |\ \
| | * | PCI: endpoint: Add virtual function number in pci_epc opsKishon Vijay Abraham I2021-08-191-26/+31
| | * | PCI: endpoint: Add support to add virtual function in endpoint coreKishon Vijay Abraham I2021-08-191-1/+15
| * | | Merge branch 'remotes/lorenzo/pci/hyper-v'Bjorn Helgaas2021-09-021-0/+11
| |\ \ \
| | * | | PCI: Introduce domain_nr in pci_host_bridgeBoqun Feng2021-08-231-0/+11
| | |/ /
| * | | Merge branch 'pci/misc'Bjorn Helgaas2021-09-022-21/+4
| |\ \ \
| | * | | PCI: Sync __pci_register_driver() stub for CONFIG_PCI=nAndy Shevchenko2021-08-211-2/+3
| | * | | PCI: Make saved capability state private to coreBjorn Helgaas2021-08-201-18/+0
| | * | | PCI: Correct the pci_iomap.h header guard #endif commentJonathan Cameron2021-08-201-1/+1
| | |/ /
| * | | Merge branch 'pci/vpd'Bjorn Helgaas2021-09-021-79/+32
| |\ \ \
| | * | | PCI/VPD: Clean up public VPD defines and inline functionsHeiner Kallweit2021-08-311-69/+0
| | * | | PCI/VPD: Add pci_vpd_find_id_string()Heiner Kallweit2021-08-311-0/+10
| | * | | PCI/VPD: Stop exporting pci_vpd_find_info_keyword()Heiner Kallweit2021-08-311-13/+0
| | * | | PCI/VPD: Stop exporting pci_vpd_find_tag()Heiner Kallweit2021-08-311-11/+0
| | * | | PCI/VPD: Add pci_vpd_check_csum()Heiner Kallweit2021-08-201-0/+9
| | * | | PCI/VPD: Add pci_vpd_find_ro_info_keyword()Heiner Kallweit2021-08-201-0/+13
| | * | | PCI/VPD: Add pci_vpd_alloc()Heiner Kallweit2021-08-201-0/+9
| | * | | PCI/VPD: Embed struct pci_vpd in struct pci_devHeiner Kallweit2021-08-121-2/+7
| | |/ /
| * | | Merge branch 'pci/virtualization'Bjorn Helgaas2021-09-021-1/+2
| |\ \ \