aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.clang-format (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-03selftests/vm: use kselftest skip code for skipped testsPo-Hsu Lin2-2/+8
2021-09-03memcg: make memcg->event_list_lock irqsafeShakeel Butt1-4/+4
2021-09-03memcg: fix up drain_local_stock commentMichal Hocko1-2/+3
2021-09-03mm, memcg: save some atomic ops when flush is already trueMiaohe Lin1-1/+1
2021-09-03mm, memcg: remove unused functionsMiaohe Lin1-12/+0
2021-09-03mm: memcontrol: set the correct memcg swappiness restrictionBaolin Wang1-1/+1
2021-09-03memcg: replace in_interrupt() by !in_task() in active_memcg()Vasily Averin2-2/+2
2021-09-03memcg: cleanup racy sum avoidance codeShakeel Butt1-13/+2
2021-09-03memcg: enable accounting for ldt_struct objectsVasily Averin1-3/+3
2021-09-03memcg: enable accounting for posix_timers_cache slabVasily Averin1-2/+2
2021-09-03memcg: enable accounting for signalsVasily Averin1-1/+1
2021-09-03memcg: enable accounting of ipc resourcesVasily Averin3-6/+7
2021-09-03memcg: enable accounting for new namesapces and struct nsproxyVasily Averin7-8/+8
2021-09-03memcg: enable accounting for fasync_cacheVasily Averin1-1/+2
2021-09-03memcg: enable accounting for file lock cachesVasily Averin1-2/+4
2021-09-03memcg: enable accounting for pollfd and select bits arraysVasily Averin1-2/+2
2021-09-03memcg: enable accounting for mnt_cache entriesVasily Averin1-2/+3
2021-09-03memcg: charge fs_context and legacy_fs_contextYutian Yang1-2/+2
2021-09-03memcg: infrastructure to flush memcg statsShakeel Butt3-0/+46
2021-09-03memcg: switch lruvec stats to rstatShakeel Butt2-98/+58
2021-09-03memcg: enable accounting for pids in nested pid namespacesVasily Averin1-1/+2
2021-09-03mm, memcg: inline swap-related functions to improve disabled memcg configSuren Baghdasaryan3-17/+28
2021-09-03mm, memcg: inline mem_cgroup_{charge/uncharge} to improve disabled memcg configSuren Baghdasaryan2-24/+37
2021-09-03mm, memcg: add mem_cgroup_disabled checks in vmpressure and swap-related functionsSuren Baghdasaryan3-1/+12
2021-09-03shmem: shmem_writepage() split unlikely i915 THPHugh Dickins1-1/+13
2021-09-03huge tmpfs: decide stat.st_blksize by shmem_is_huge()Hugh Dickins1-11/+1
2021-09-03huge tmpfs: shmem_is_huge(vma, inode, index)Hugh Dickins2-62/+31
2021-09-03huge tmpfs: SGP_NOALLOC to stop collapse_file() on raceHugh Dickins3-13/+19
2021-09-03huge tmpfs: move shmem_huge_enabled() upwardsHugh Dickins1-37/+35
2021-09-03huge tmpfs: revert shmem's use of transhuge_vma_enabled()Hugh Dickins1-1/+2
2021-09-03huge tmpfs: remove shrinklist addition from shmem_setattr()Hugh Dickins1-19/+0
2021-09-03huge tmpfs: fix split_huge_page() after FALLOC_FL_KEEP_SIZEHugh Dickins3-3/+31
2021-09-03huge tmpfs: fix fallocate(vanilla) advance over huge pagesHugh Dickins1-3/+16
2021-09-03shmem: include header file to declare swap_infoMiaohe Lin1-2/+1
2021-09-03shmem: remove unneeded function forward declarationMiaohe Lin1-3/+0
2021-09-03shmem: remove unneeded header fileMiaohe Lin1-2/+0
2021-09-03shmem: remove unneeded variable retMiaohe Lin1-2/+1
2021-09-03shmem: use raw_spinlock_t for ->stat_lockSebastian Andrzej Siewior2-15/+18
2021-09-03mm: delete unused get_kernel_page()John Hubbard2-23/+0
2021-09-03fs, mm: fix race in unlinking swapfileHugh Dickins2-1/+13
2021-09-03mm/gup: remove try_get_page(), call try_get_compound_head() directlyJohn Hubbard4-15/+20
2021-09-03mm/gup: small refactoring: simplify try_grab_page()John Hubbard2-32/+7
2021-09-03mm/gup: documentation corrections for gup/pupJohn Hubbard1-7/+20
2021-09-03mm: gup: use helper PAGE_ALIGNED in populate_vma_page_range()Miaohe Lin1-2/+2
2021-09-03mm: gup: fix potential pgmap refcnt leak in __gup_device_huge()Miaohe Lin1-5/+7
2021-09-03mm: gup: remove useless BUG_ON in __get_user_pages()Miaohe Lin1-1/+0
2021-09-03mm: gup: remove unneed local variable orig_refsMiaohe Lin1-3/+1
2021-09-03mm: gup: remove set but unused local variable majorMiaohe Lin1-2/+1
2021-09-03include/linux/buffer_head.h: fix boolreturn.cocci warningsJing Yangyang1-1/+1
2021-09-03writeback: memcg: simplify cgroup_writeback_by_idShakeel Butt4-24/+26