summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm/hugetlb: add support for mempolicy MPOL_PREFERRED_MANYBen Widawsky2021-09-031-0/+12
* mm/mempolicy: add MPOL_PREFERRED_MANY for multiple preferred nodesDave Hansen2021-09-031-0/+1
* mm: compaction: support triggering of proactive compaction by userCharan Teja Reddy2021-09-032-0/+3
* mm/vmscan: remove unneeded return value of kswapd_run()Miaohe Lin2021-09-031-1/+1
* mm/vmpressure: replace vmpressure_to_css() with vmpressure_to_memcg()Hui Su2021-09-031-1/+1
* mm/migrate: add sysfs interface to enable reclaim migrationHuang Ying2021-09-031-0/+4
* mm/vmscan: add page demotion counterYang Shi2021-09-031-0/+2
* mm/migrate: demote pages during reclaimDave Hansen2021-09-032-1/+11
* mm/migrate: enable returning precise migrate_pages() success countYang Shi2021-09-031-2/+3
* userfaultfd: change mmap_changing to atomicNadav Amit2021-09-031-4/+4
* hugetlb: fix hugetlb cgroup refcounting during vma splitMike Kravetz2021-09-031-0/+12
* mm: hwpoison: don't drop slab caches for offlining non-LRU pageYang Shi2021-09-031-1/+1
* mm/sparse: set SECTION_NID_SHIFT to 6Naoya Horiguchi2021-09-031-1/+1
* mm: sparse: remove __section_nr() functionOhhoon Kwon2021-09-031-1/+0
* mm: sparse: pass section_nr to find_memory_blockOhhoon Kwon2021-09-031-1/+1
* mm: change fault_in_pages_* to have an unsigned size parameterGreg Kroah-Hartman2021-09-031-2/+2
* mm: remove flush_kernel_dcache_pageChristoph Hellwig2021-09-031-4/+1
* mm, memcg: remove unused functionsMiaohe Lin2021-09-031-12/+0
* memcg: replace in_interrupt() by !in_task() in active_memcg()Vasily Averin2021-09-031-1/+1
* memcg: cleanup racy sum avoidance codeShakeel Butt2021-09-031-13/+2
* memcg: infrastructure to flush memcg statsShakeel Butt2021-09-031-0/+6
* memcg: switch lruvec stats to rstatShakeel Butt2021-09-031-22/+20
* mm, memcg: inline swap-related functions to improve disabled memcg configSuren Baghdasaryan2021-09-031-3/+23
* mm, memcg: inline mem_cgroup_{charge/uncharge} to improve disabled memcg configSuren Baghdasaryan2021-09-031-3/+25
* huge tmpfs: shmem_is_huge(vma, inode, index)Hugh Dickins2021-09-031-3/+6
* huge tmpfs: SGP_NOALLOC to stop collapse_file() on raceHugh Dickins2021-09-031-0/+1
* huge tmpfs: fix split_huge_page() after FALLOC_FL_KEEP_SIZEHugh Dickins2021-09-031-0/+13
* shmem: use raw_spinlock_t for ->stat_lockSebastian Andrzej Siewior2021-09-031-1/+1
* mm: delete unused get_kernel_page()John Hubbard2021-09-031-1/+0
* mm/gup: remove try_get_page(), call try_get_compound_head() directlyJohn Hubbard2021-09-031-9/+1
* mm/gup: small refactoring: simplify try_grab_page()John Hubbard2021-09-031-2/+2
* include/linux/buffer_head.h: fix boolreturn.cocci warningsJing Yangyang2021-09-031-1/+1
* writeback: memcg: simplify cgroup_writeback_by_idShakeel Butt2021-09-032-1/+16
* writeback: fix bandwidth estimate for spiky workloadJan Kara2021-09-032-0/+2
* writeback: reliably update bandwidth estimationJan Kara2021-09-032-1/+19
* writeback: track number of inodes under writebackJan Kara2021-09-031-0/+1
* mm: report a more useful address for reclaim acquisitionMatthew Wilcox (Oracle)2021-09-031-4/+4
* Merge tag 'net-5.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-08-262-8/+3
|\
| * Revert "net: really fix the build..."Kalle Valo2021-08-261-6/+1
| * ipv6: correct comments about fib6_node sernumzhang kai2021-08-241-2/+2
* | Revert "media: dvb header files: move some headers to staging"Linus Torvalds2021-08-233-0/+502
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-08-203-18/+22
|\ \ | |/ |/|
| * kfence: fix is_kfence_address() for addresses below KFENCE_POOL_SIZEMarco Elver2021-08-201-3/+4
| * mm: memcontrol: fix occasional OOMs due to proportional memory.low reclaimJohannes Weiner2021-08-201-14/+15
| * mmflags.h: add missing __GFP_ZEROTAGS and __GFP_SKIP_KASAN_POISON namesMike Rapoport2021-08-201-1/+3
* | Merge tag 'net-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-08-191-7/+5
|\ \
| * | Revert "flow_offload: action should not be NULL when it is referenced"Ido Schimmel2021-08-191-7/+5
* | | pipe: avoid unnecessary EPOLLET wakeups under normal loadsLinus Torvalds2021-08-181-0/+2
| |/ |/|
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-08-164-4/+19
|\ \
| * | vdpa/mlx5: Fix queue type selection logicEli Cohen2021-08-111-4/+6