summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-06-09maple_tree: relocate the declaration of mas_empty_area_rev().Peng Zhang
2023-06-09mm: compaction: add trace event for fast freepages isolationBaolin Wang
2023-06-09mm: multi-gen LRU: cleanup lru_gen_soft_reclaim()T.J. Alumbaugh
2023-06-09mm: compaction: have compaction_suitable() return boolJohannes Weiner
2023-06-09mm: compaction: refactor __compaction_suitable()Johannes Weiner
2023-06-09mm: compaction: remove compaction result helpersJohannes Weiner
2023-06-09mm: add vma_iter_{next,prev}_range() to vma iteratorLiam R. Howlett
2023-06-09maple_tree: add mas_prev_range() and mas_find_range_rev interfaceLiam R. Howlett
2023-06-09maple_tree: add mas_next_range() and mas_find_range() interfacesLiam R. Howlett
2023-06-09mm: update validate_mm() to use vma iteratorLiam R. Howlett
2023-06-09maple_tree: change RCU checks to WARN_ON() instead of BUG_ON()Liam R. Howlett
2023-06-09maple_tree: add debug BUG_ON and WARN_ON variantsLiam R. Howlett
2023-06-09maple_tree: add format option to mt_dump()Liam R. Howlett
2023-06-09mm: convert migrate_pages() to work on foliosMatthew Wilcox (Oracle)
2023-06-09mm/gup: remove vmas array from internal GUP functionsLorenzo Stoakes
2023-06-09mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes
2023-06-09mm/gup: remove vmas parameter from get_user_pages_remote()Lorenzo Stoakes
2023-06-09mm/gup: remove unused vmas parameter from pin_user_pages_remote()Lorenzo Stoakes
2023-06-09mm/gup: remove unused vmas parameter from get_user_pages()Lorenzo Stoakes
2023-06-09mm/hugetlb: remove hugetlb_page_subpool()Sidhartha Kumar
2023-06-09mm: page_alloc: move sysctls into it own filsKefeng Wang
2023-06-09mm: page_alloc: move pm_* function into powerKefeng Wang
2023-06-09mm: page_alloc: move mark_free_page() into snapshot.cKefeng Wang
2023-06-09mm: page_alloc: split out DEBUG_PAGEALLOCKefeng Wang
2023-06-09mm: page_alloc: split out FAIL_PAGE_ALLOCKefeng Wang
2023-06-09mm: page_alloc: move set_zone_contiguous() into mm_init.cKefeng Wang
2023-06-09mm: memory_failure: move memory_failure_attr_group under MEMORY_FAILUREKefeng Wang
2023-06-09kasan: use internal prototypes matching gcc-13 builtinsArnd Bergmann
2023-06-09filemap: remove page_endio()Pankaj Raghav
2023-06-09cachestat: implement cachestat syscallNhat Pham
2023-06-09workingset: refactor LRU refault to expose refault recency checkNhat Pham
2023-06-09cgroup: remove cgroup_rstat_flush_atomic()Yosry Ahmed
2023-06-09memcg: remove mem_cgroup_flush_stats_atomic()Yosry Ahmed
2023-05-28Merge tag 'objtool-urgent-2023-05-28' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2023-05-28Merge tag 'core-debugobjects-2023-05-28' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2023-05-27Merge tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-05-26Merge tag 'arm-fixes-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-05-26Merge tag 'drm-fixes-2023-05-26' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2023-05-26Merge tag 'ffa-fixes-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/su...Arnd Bergmann
2023-05-26Merge tag 'drm-misc-fixes-2023-05-24' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2023-05-25module: error out early on concurrent load of the same module fileLinus Torvalds
2023-05-25Merge tag 'vfs/v6.4-rc3/misc.fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-05-25Merge tag 'net-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-05-25Merge tag 'for-v6.4-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Linus Torvalds
2023-05-25Merge tag 'sound-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2023-05-24net/handshake: Enable the SNI extension to work properlyChuck Lever
2023-05-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-05-24x86/pci/xen: populate MSI sysfs entriesMaximilian Heyne
2023-05-24Merge tag 'mlx5-fixes-2023-05-22' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller
2023-05-23page_pool: fix inconsistency for page_pool_ring_[un]lock()Yunsheng Lin