summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-11-07Merge tag 'auxdisplay-for-linus-v5.16' of git://github.com/ojeda/linuxLinus Torvalds
2021-11-07Merge tag 'compiler-attributes-for-linus-v5.16' of git://github.com/ojeda/linuxLinus Torvalds
2021-11-06Merge tag 'fsnotify_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06mm/damon: remove return value from before_terminate callbackChangbin Du
2021-11-06mm/damon: simplify stop mechanismChangbin Du
2021-11-06mm/damon/dbgfs: add adaptive_targets list check before enable monitor_onXin Hao
2021-11-06mm/damon/schemes: activate schemes based on a watermarks mechanismSeongJae Park
2021-11-06mm/damon/vaddr,paddr: support pageout prioritizationSeongJae Park
2021-11-06mm/damon/schemes: prioritize regions within the quotasSeongJae Park
2021-11-06mm/damon/schemes: implement time quotaSeongJae Park
2021-11-06mm/damon/schemes: skip already charged targets and regionsSeongJae Park
2021-11-06mm/damon/schemes: implement size quota for schemes application speed controlSeongJae Park
2021-11-06mm/damon/paddr: support the pageout schemeSeongJae Park
2021-11-06mm/damon: implement primitives for physical address space monitoringSeongJae Park
2021-11-06mm/damon/schemes: implement statistics featureSeongJae Park
2021-11-06mm/damon/vaddr: support DAMON-based Operation SchemesSeongJae Park
2021-11-06mm/damon/core: implement DAMON-based Operation Schemes (DAMOS)SeongJae Park
2021-11-06mm/damon/core: account age of target regionsSeongJae Park
2021-11-06include/linux/damon.h: fix kernel-doc comments for 'damon_callback'SeongJae Park
2021-11-06kfence: always use static branches to guard kfence_alloc()Marco Elver
2021-11-06stacktrace: move filter_irq_stacks() to kernel/stacktrace.cMarco Elver
2021-11-06include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu
2021-11-06mm: remove HARDENED_USERCOPY_FALLBACKStephen Kitt
2021-11-06mm/highmem: remove deprecated kmap_atomicIra Weiny
2021-11-06memblock: add MEMBLOCK_DRIVER_MANAGED to mimic IORESOURCE_SYSRAM_DRIVER_MANAGEDDavid Hildenbrand
2021-11-06memblock: allow to specify flags with memblock_add_node()David Hildenbrand
2021-11-06memblock: improve MEMBLOCK_HOTPLUG documentationDavid Hildenbrand
2021-11-06mm/memory_hotplug: remove stale function declarationsDavid Hildenbrand
2021-11-06mm/memory_hotplug: remove HIGHMEM leftoversDavid Hildenbrand
2021-11-06mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSEDavid Hildenbrand
2021-11-06mm: migrate: make demotion knob depend on migrationYang Shi
2021-11-06mm/migrate: de-duplicate migrate_reason stringsJohn Hubbard
2021-11-06hugetlbfs: extend the definition of hugepages parameter to support node alloc...Zhenguo Yao
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport
2021-11-06memblock: stop aliasing __memblock_free_late with memblock_free_lateMike Rapoport
2021-11-06memblock: drop memblock_free_early_nid() and memblock_free_early()Mike Rapoport
2021-11-06mm/vmpressure: fix data-race with memcg->socket_pressureYuanzheng Song
2021-11-06mm/vmscan: throttle reclaim when no progress is being madeMel Gorman
2021-11-06mm/vmscan: throttle reclaim and compaction when too may pages are isolatedMel Gorman
2021-11-06mm/vmscan: throttle reclaim until some writeback completes if congestedMel Gorman
2021-11-06mm, hugepages: add mremap() support for hugepage backed vmaMina Almasry
2021-11-06mm: khugepaged: recalculate min_free_kbytes after stopping khugepagedLiangcai Fan
2021-11-06mm/cma: add cma_pages_valid to determine if pages are in CMAMike Kravetz
2021-11-06hugetlb: add demote hugetlb page sysfs interfacesMike Kravetz
2021-11-06mm/hugetlb: drop __unmap_hugepage_range definition from hugetlb.hPeter Xu
2021-11-06mm: fix data race in PagePoisoned()Marco Elver
2021-11-06mm: make generic arch_is_kernel_initmem_freed() do what it saysChristophe Leroy