- 1455083 proc/meminfo: avoid open coded reading of vm_committed_as by Feng Tang · 4 years, 7 months ago
- 7bba8f0 mm/mmap: optimize a branch judgment in ksys_mmap_pgoff() by Zhen Lei · 4 years, 7 months ago
- 2a681cf mm: move p?d_alloc_track to separate header file by Joerg Roedel · 4 years, 7 months ago
- ab05eab mm: move lib/ioremap.c to mm/ by Mike Rapoport · 4 years, 7 months ago
- f9cb654 asm-generic: pgalloc: provide generic pgd_free() by Mike Rapoport · 4 years, 7 months ago
- d9e8b92 asm-generic: pgalloc: provide generic pud_alloc_one() and pud_free_one() by Mike Rapoport · 4 years, 7 months ago
- 1355c31 asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one() by Mike Rapoport · 4 years, 7 months ago
- 7278914c xtensa: switch to generic version of pte allocation by Mike Rapoport · 4 years, 7 months ago
- fc2a6b8 opeinrisc: switch to generic version of pte allocation by Mike Rapoport · 4 years, 7 months ago
- ca15ca4 mm: remove unneeded includes of <asm/pgalloc.h> by Mike Rapoport · 4 years, 7 months ago
- 0c4123e mm/memory.c: make remap_pfn_range() reject unaligned addr by Alex Zhang · 4 years, 7 months ago
- 463b7a1 mm: remove redundant check non_swap_entry() by Ralph Campbell · 4 years, 7 months ago
- a6f23d14 mm/page_counter.c: fix protection usage propagation by Michal Koutný · 4 years, 7 months ago
- e22c6ed mm: memcontrol: don't count limit-setting reclaim as memory pressure by Johannes Weiner · 4 years, 7 months ago
- 19ce33a mm: memcontrol: restore proper dirty throttling when memory.high changes by Johannes Weiner · 4 years, 7 months ago
- 1378b37 memcg, oom: check memcg margin for parallel oom by Yafang Shao · 4 years, 7 months ago
- 45c7f7e mm, memcg: decouple e{low,min} state mutations from protection checks by Chris Down · 4 years, 7 months ago
- 22f7496 mm, memcg: avoid stale protection values when cgroup is above protection by Yafang Shao · 4 years, 7 months ago
- d977aa9 mm, memcg: unify reclaim retry limits with page allocator by Chris Down · 4 years, 7 months ago
- b3ff929 mm, memcg: reclaim more aggressively before high allocator throttling by Chris Down · 4 years, 7 months ago
- 536d3bf2 mm: memcontrol: avoid workload stalls when lowering memory.high by Roman Gushchin · 4 years, 7 months ago
- eda330e mm: kmem: switch to static_branch_likely() in memcg_kmem_enabled() by Roman Gushchin · 4 years, 7 months ago
- 74d555b mm: slab: rename (un)charge_slab_page() to (un)account_slab_page() by Roman Gushchin · 4 years, 7 months ago
- 8495048 mm: memcg/slab: remove unused argument by charge_slab_page() by Roman Gushchin · 4 years, 7 months ago
- 991e767 mm: memcontrol: account kernel stack per node by Shakeel Butt · 4 years, 7 months ago
- fbc1ac9d tools/cgroup: add memcg_slabinfo.py tool by Roman Gushchin · 4 years, 7 months ago
- 933dc80 kselftests: cgroup: add kernel memory accounting tests by Roman Gushchin · 4 years, 7 months ago
- 10befea mm: memcg/slab: use a single set of kmem_caches for all allocations by Roman Gushchin · 4 years, 7 months ago
- 15999ee mm: memcg/slab: remove redundant check in memcg_accumulate_slabinfo() by Roman Gushchin · 4 years, 7 months ago
- c709440 mm: memcg/slab: deprecate slab_root_caches by Roman Gushchin · 4 years, 7 months ago
- 272911a mm: memcg/slab: remove memcg_kmem_get_cache() by Roman Gushchin · 4 years, 7 months ago
- d797b7d mm: memcg/slab: simplify memcg cache creation by Roman Gushchin · 4 years, 7 months ago
- 9855609 mm: memcg/slab: use a single set of kmem_caches for all accounted allocations by Roman Gushchin · 4 years, 7 months ago
- 0f876e4 mm: memcg/slab: move memcg_kmem_bypass() to memcontrol.h by Roman Gushchin · 4 years, 7 months ago
- 4330a26 mm: memcg/slab: deprecate memory.kmem.slabinfo by Roman Gushchin · 4 years, 7 months ago
- f2fe7b0 mm: memcg/slab: charge individual slab objects instead of pages by Roman Gushchin · 4 years, 7 months ago
- 964d4bd mm: memcg/slab: save obj_cgroup for non-root slab objects by Roman Gushchin · 4 years, 7 months ago
- 286e04b mm: memcg/slab: allocate obj_cgroups for non-root slab pages by Roman Gushchin · 4 years, 7 months ago
- bf4f059 mm: memcg/slab: obj_cgroup API by Roman Gushchin · 4 years, 7 months ago
- 1a3e1f4 mm: memcontrol: decouple reference counting from page accounting by Johannes Weiner · 4 years, 7 months ago
- 4138fdf mm: slub: implement SLUB version of obj_to_index() by Roman Gushchin · 4 years, 7 months ago
- d42f324 mm: memcg: convert vmstat slab counters to bytes by Roman Gushchin · 4 years, 7 months ago
- ea426c2 mm: memcg: prepare for byte-sized vmstat items by Roman Gushchin · 4 years, 7 months ago
- eedc4e5 mm: memcg: factor out memcg- and lruvec-level changes out of __mod_lruvec_state() by Roman Gushchin · 4 years, 7 months ago
- d648bcc mm: kmem: make memcg_kmem_enabled() irreversible by Roman Gushchin · 4 years, 7 months ago
- ea3271f tmpfs: support 64-bit inums per-sb by Chris Down · 4 years, 7 months ago
- e809d5f tmpfs: per-superblock i_ino support by Chris Down · 4 years, 7 months ago
- 0f190a7 mm/page_io.c: use blk_io_schedule() for avoiding task hung in sync io by Xianting Tian · 4 years, 7 months ago
- 27ec487 mm: swap: fix kerneldoc of swap_vma_readahead() by Krzysztof Kozlowski · 4 years, 7 months ago
- e0f3ebb mm/swap_slots.c: remove redundant check for swap_slot_cache_initialized by Zhen Lei · 4 years, 7 months ago
- d69a957 mm/swap_slots.c: simplify enable_swap_slots_cache() by Zhen Lei · 4 years, 7 months ago
- f90eae2 mm/swap_slots.c: simplify alloc_swap_slot_cache() by Zhen Lei · 4 years, 7 months ago
- 0a36f7f mm/gup.c: fix the comment of return value for populate_vma_page_range() by Tang Yizhou · 4 years, 7 months ago
- 605cad8 mm: filemap: add missing FGP_ flags in kerneldoc comment for pagecache_get_page by Yang Shi · 4 years, 7 months ago
- b9306a7 mm: filemap: clear idle flag for writes by Yang Shi · 4 years, 7 months ago
- 6dc5ea1 mm, dump_page: do not crash with bad compound_mapcount() by John Hubbard · 4 years, 7 months ago
- 54a7515 mm/debug: print hashed address of struct page by Matthew Wilcox (Oracle) · 4 years, 7 months ago
- 9bdaf2c mm/debug: print the inode number in dump_page by Matthew Wilcox (Oracle) · 4 years, 7 months ago
- 9ad3826 mm/debug: switch dump_page to get_kernel_nofault by Matthew Wilcox (Oracle) · 4 years, 7 months ago
- 0b93d59 mm/debug: print head flags in dump_page by Matthew Wilcox (Oracle) · 4 years, 7 months ago
- 452b557 mm/debug: dump compound page information on a second line by Matthew Wilcox (Oracle) · 4 years, 7 months ago
- e1ab96f mm/debug: handle page->mapping better in dump_page by Matthew Wilcox (Oracle) · 4 years, 7 months ago
- b1d0000 Documentation/mm: add descriptions for arch page table helpers by Anshuman Khandual · 4 years, 7 months ago
- 6315df4 mm/debug_vm_pgtable: add debug prints for individual tests by Anshuman Khandual · 4 years, 7 months ago
- a5c3b9f mm/debug_vm_pgtable: add tests validating advanced arch page table helpers by Anshuman Khandual · 4 years, 7 months ago
- 0528940 mm/debug_vm_pgtable: add tests validating arch helpers for core MM features by Anshuman Khandual · 4 years, 7 months ago
- cfbe163 mm, kcsan: instrument SLAB/SLUB free with "ASSERT_EXCLUSIVE_ACCESS" by Marco Elver · 4 years, 7 months ago
- b3cb9fc mm/slub.c: drop lockdep_assert_held() from put_map() by Sebastian Andrzej Siewior · 4 years, 7 months ago
- e42f174 mm, slab/slub: improve error reporting and overhead of cache_from_obj() by Vlastimil Babka · 4 years, 7 months ago
- d3c58f2 mm, slab/slub: move and improve cache_from_obj() by Vlastimil Babka · 4 years, 7 months ago
- 8fc8d66 mm, slub: extend checks guarded by slub_debug static key by Vlastimil Babka · 4 years, 7 months ago
- 59052e8 mm, slub: introduce kmem_cache_debug_flags() by Vlastimil Babka · 4 years, 7 months ago
- ca0cab6 mm, slub: introduce static key for slub_debug() by Vlastimil Babka · 4 years, 7 months ago
- 8f58119a mm, slub: make reclaim_account attribute read-only by Vlastimil Babka · 4 years, 7 months ago
- 060807f mm, slub: make remaining slub_debug related attributes read-only by Vlastimil Babka · 4 years, 7 months ago
- 32a6f40 mm, slub: remove runtime allocation order changes by Vlastimil Babka · 4 years, 7 months ago
- ad38b5b mm, slub: make some slub_debug related attributes read-only by Vlastimil Babka · 4 years, 7 months ago
- e17f1df mm, slub: extend slub_debug syntax for multiple blocks by Vlastimil Babka · 4 years, 7 months ago
- 221503e mm/slab.c: update outdated kmem_list3 in a comment by Xiao Yang · 4 years, 7 months ago
- 4440509 mm, slab: check GFP_SLAB_BUG_MASK before alloc_pages in kmalloc_order by Long Li · 4 years, 7 months ago
- dabc3e2 mm/slab: add naive detection of double free by Kees Cook · 4 years, 7 months ago
- 3404be6 mm/slab: expand CONFIG_SLAB_FREELIST_HARDENED to include SLAB by Kees Cook · 4 years, 7 months ago
- fa9ba3aa mm: ksize() should silently accept a NULL pointer by William Kucharski · 4 years, 7 months ago
- 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 7 months ago
- 57c720d ocfs2: fix unbalanced locking by Pavel Machek · 4 years, 7 months ago
- 4510a5a ocfs2: replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 7 months ago
- 38d51b2 ocfs2: change slot number type s16 to u16 by Junxiao Bi · 4 years, 7 months ago
- 7eba77d ocfs2: suballoc.h: delete a duplicated word by Randy Dunlap · 4 years, 7 months ago
- 504ec37 ocfs2: fix remounting needed after setfacl command by Gang He · 4 years, 7 months ago
- 1146f7e2 ntfs: fix ntfs_test_inode and ntfs_init_locked_inode function type by Luca Stefani · 4 years, 7 months ago
- 70a175e scripts/spelling.txt: add more spellings to spelling.txt by Colin Ian King · 4 years, 7 months ago
- d2b0216 const_structs.checkpatch: add regulator_ops by Joe Perches · 4 years, 7 months ago
- f90dde4 scripts/decode_stacktrace.sh: guess path to vmlinux by release name by Konstantin Khlebnikov · 4 years, 7 months ago
- 431151b scripts/decode_stacktrace.sh: guess path to modules by Konstantin Khlebnikov · 4 years, 7 months ago
- ecda6e2 scripts/decode_stacktrace.sh: guess basepath if not specified by Konstantin Khlebnikov · 4 years, 7 months ago
- f643b9e scripts/decode_stacktrace.sh: skip missing symbols by Konstantin Khlebnikov · 4 years, 7 months ago
- 1d35b60 scripts/bloat-o-meter: Support comparing library archives by Nikolay Borisov · 4 years, 7 months ago
- 4f491bb scripts/tags.sh: collect compiled source precisely by Jialu Xu · 4 years, 7 months ago
- d830020 tools/testing/selftests/cgroup/cgroup_util.c: cg_read_strcmp: fix null pointer dereference by Gaurav Singh · 4 years, 7 months ago
- 79e3ea5 tools/: replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 7 months ago