- 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
- 4ca1085 kthread: remove incorrect comment in kthread_create_on_cpu() by Ilias Stamatis · 4 years, 7 months ago
- 38cf307 mm: fix kthread_use_mm() vs TLB invalidate by Peter Zijlstra · 4 years, 7 months ago
- 4a93025 mm/shuffle: don't move pages between zones and don't read garbage memmaps by David Hildenbrand · 4 years, 7 months ago
- c1a06df mm/migrate: fix migrate_pgmap_owner w/o CONFIG_MMU_NOTIFIER by Ralph Campbell · 4 years, 7 months ago
- d6efb3a Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 4 years, 7 months ago
- c0c419c Merge tag 'staging-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 4 years, 7 months ago
- 3f9df56 Merge tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 4 years, 7 months ago
- 921d259 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 7 months ago
- 7b4ea94 Revert "x86/mm/64: Do not sync vmalloc/ioremap mappings" by Linus Torvalds · 4 years, 7 months ago
- 6d2b84a Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
- 4cec929 Merge tag 'integrity-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 4 years, 7 months ago
- e3243e2a Merge branch 'for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawall/linux by Linus Torvalds · 4 years, 7 months ago
- 1e21b5c Merge tag 'livepatching-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching by Linus Torvalds · 4 years, 7 months ago
- bfdd5aa Merge tag 'Smack-for-5.9' of git://github.com/cschaufler/smack-next by Linus Torvalds · 4 years, 7 months ago
- b62e419 Merge tag 'mips_5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 4 years, 7 months ago
- 40ddad1 Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 4 years, 7 months ago
- 2044513 Merge tag 'csky-for-linus-5.9-rc1' of https://github.com/c-sky/csky-linux by Linus Torvalds · 4 years, 7 months ago
- bbcf9cd Merge tag 'xtensa-20200805' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 4 years, 7 months ago
- 9ab9bc5 Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux by Linus Torvalds · 4 years, 7 months ago
- c7fabbc ALSA: pci: delete repeated words in comments by Randy Dunlap · 4 years, 7 months ago
- c729385 ALSA: isa: delete repeated words in comments by Randy Dunlap · 4 years, 7 months ago
- 47ec530 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 7 months ago
- 8186749 Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 7 months ago
- e4a7b2d Merge tag 'leds-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pavel/linux-leds by Linus Torvalds · 4 years, 7 months ago
- c1055b7 net: thunderx: initialize VF's mailbox mutex before first usage by Dean Nelson · 4 years, 7 months ago
- 0063fc3 Merge branch 'misc-bug-fixes-for-the-hso-driver' by David S. Miller · 4 years, 7 months ago