summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-09-03mm: wire up syscall process_mreleaseSuren Baghdasaryan
2021-09-03memblock: make memblock_find_in_range method privateMike Rapoport
2021-09-03mm/hugetlb: add support for mempolicy MPOL_PREFERRED_MANYBen Widawsky
2021-09-03mm/mempolicy: add MPOL_PREFERRED_MANY for multiple preferred nodesDave Hansen
2021-09-03mm: compaction: support triggering of proactive compaction by userCharan Teja Reddy
2021-09-03mm/vmscan: remove unneeded return value of kswapd_run()Miaohe Lin
2021-09-03mm/vmpressure: replace vmpressure_to_css() with vmpressure_to_memcg()Hui Su
2021-09-03mm/migrate: add sysfs interface to enable reclaim migrationHuang Ying
2021-09-03mm/vmscan: add page demotion counterYang Shi
2021-09-03mm/migrate: demote pages during reclaimDave Hansen
2021-09-03mm/migrate: enable returning precise migrate_pages() success countYang Shi
2021-09-03userfaultfd: change mmap_changing to atomicNadav Amit
2021-09-03hugetlb: fix hugetlb cgroup refcounting during vma splitMike Kravetz
2021-09-03mm: hwpoison: don't drop slab caches for offlining non-LRU pageYang Shi
2021-09-03mm/sparse: set SECTION_NID_SHIFT to 6Naoya Horiguchi
2021-09-03mm: sparse: remove __section_nr() functionOhhoon Kwon
2021-09-03mm: sparse: pass section_nr to find_memory_blockOhhoon Kwon
2021-09-03mm: change fault_in_pages_* to have an unsigned size parameterGreg Kroah-Hartman
2021-09-03mm: remove flush_kernel_dcache_pageChristoph Hellwig
2021-09-03mm, memcg: remove unused functionsMiaohe Lin
2021-09-03memcg: replace in_interrupt() by !in_task() in active_memcg()Vasily Averin
2021-09-03memcg: cleanup racy sum avoidance codeShakeel Butt
2021-09-03memcg: infrastructure to flush memcg statsShakeel Butt
2021-09-03memcg: switch lruvec stats to rstatShakeel Butt
2021-09-03mm, memcg: inline swap-related functions to improve disabled memcg configSuren Baghdasaryan
2021-09-03mm, memcg: inline mem_cgroup_{charge/uncharge} to improve disabled memcg configSuren Baghdasaryan
2021-09-03huge tmpfs: shmem_is_huge(vma, inode, index)Hugh Dickins
2021-09-03huge tmpfs: SGP_NOALLOC to stop collapse_file() on raceHugh Dickins
2021-09-03huge tmpfs: fix split_huge_page() after FALLOC_FL_KEEP_SIZEHugh Dickins
2021-09-03shmem: use raw_spinlock_t for ->stat_lockSebastian Andrzej Siewior
2021-09-03mm: delete unused get_kernel_page()John Hubbard
2021-09-03mm/gup: remove try_get_page(), call try_get_compound_head() directlyJohn Hubbard
2021-09-03mm/gup: small refactoring: simplify try_grab_page()John Hubbard
2021-09-03include/linux/buffer_head.h: fix boolreturn.cocci warningsJing Yangyang
2021-09-03writeback: memcg: simplify cgroup_writeback_by_idShakeel Butt
2021-09-03writeback: fix bandwidth estimate for spiky workloadJan Kara
2021-09-03writeback: reliably update bandwidth estimationJan Kara
2021-09-03writeback: track number of inodes under writebackJan Kara
2021-09-03mm: report a more useful address for reclaim acquisitionMatthew Wilcox (Oracle)
2021-08-26Merge tag 'net-5.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-08-26Revert "net: really fix the build..."Kalle Valo
2021-08-24ipv6: correct comments about fib6_node sernumzhang kai
2021-08-23Revert "media: dvb header files: move some headers to staging"Linus Torvalds
2021-08-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-08-20kfence: fix is_kfence_address() for addresses below KFENCE_POOL_SIZEMarco Elver
2021-08-20mm: memcontrol: fix occasional OOMs due to proportional memory.low reclaimJohannes Weiner
2021-08-20mmflags.h: add missing __GFP_ZEROTAGS and __GFP_SKIP_KASAN_POISON namesMike Rapoport
2021-08-19Merge tag 'net-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-08-19Revert "flow_offload: action should not be NULL when it is referenced"Ido Schimmel
2021-08-18pipe: avoid unnecessary EPOLLET wakeups under normal loadsLinus Torvalds