1. fbc1ac9d tools/cgroup: add memcg_slabinfo.py tool by Roman Gushchin · 4 years, 7 months ago
  2. 933dc80 kselftests: cgroup: add kernel memory accounting tests by Roman Gushchin · 4 years, 7 months ago
  3. 10befea mm: memcg/slab: use a single set of kmem_caches for all allocations by Roman Gushchin · 4 years, 7 months ago
  4. 15999ee mm: memcg/slab: remove redundant check in memcg_accumulate_slabinfo() by Roman Gushchin · 4 years, 7 months ago
  5. c709440 mm: memcg/slab: deprecate slab_root_caches by Roman Gushchin · 4 years, 7 months ago
  6. 272911a mm: memcg/slab: remove memcg_kmem_get_cache() by Roman Gushchin · 4 years, 7 months ago
  7. d797b7d mm: memcg/slab: simplify memcg cache creation by Roman Gushchin · 4 years, 7 months ago
  8. 9855609 mm: memcg/slab: use a single set of kmem_caches for all accounted allocations by Roman Gushchin · 4 years, 7 months ago
  9. 0f876e4 mm: memcg/slab: move memcg_kmem_bypass() to memcontrol.h by Roman Gushchin · 4 years, 7 months ago
  10. 4330a26 mm: memcg/slab: deprecate memory.kmem.slabinfo by Roman Gushchin · 4 years, 7 months ago
  11. f2fe7b0 mm: memcg/slab: charge individual slab objects instead of pages by Roman Gushchin · 4 years, 7 months ago
  12. 964d4bd mm: memcg/slab: save obj_cgroup for non-root slab objects by Roman Gushchin · 4 years, 7 months ago
  13. 286e04b mm: memcg/slab: allocate obj_cgroups for non-root slab pages by Roman Gushchin · 4 years, 7 months ago
  14. bf4f059 mm: memcg/slab: obj_cgroup API by Roman Gushchin · 4 years, 7 months ago
  15. 1a3e1f4 mm: memcontrol: decouple reference counting from page accounting by Johannes Weiner · 4 years, 7 months ago
  16. 4138fdf mm: slub: implement SLUB version of obj_to_index() by Roman Gushchin · 4 years, 7 months ago
  17. d42f324 mm: memcg: convert vmstat slab counters to bytes by Roman Gushchin · 4 years, 7 months ago
  18. ea426c2 mm: memcg: prepare for byte-sized vmstat items by Roman Gushchin · 4 years, 7 months ago
  19. eedc4e5 mm: memcg: factor out memcg- and lruvec-level changes out of __mod_lruvec_state() by Roman Gushchin · 4 years, 7 months ago
  20. d648bcc mm: kmem: make memcg_kmem_enabled() irreversible by Roman Gushchin · 4 years, 7 months ago
  21. ea3271f tmpfs: support 64-bit inums per-sb by Chris Down · 4 years, 7 months ago
  22. e809d5f tmpfs: per-superblock i_ino support by Chris Down · 4 years, 7 months ago
  23. 0f190a7 mm/page_io.c: use blk_io_schedule() for avoiding task hung in sync io by Xianting Tian · 4 years, 7 months ago
  24. 27ec487 mm: swap: fix kerneldoc of swap_vma_readahead() by Krzysztof Kozlowski · 4 years, 7 months ago
  25. e0f3ebb mm/swap_slots.c: remove redundant check for swap_slot_cache_initialized by Zhen Lei · 4 years, 7 months ago
  26. d69a957 mm/swap_slots.c: simplify enable_swap_slots_cache() by Zhen Lei · 4 years, 7 months ago
  27. f90eae2 mm/swap_slots.c: simplify alloc_swap_slot_cache() by Zhen Lei · 4 years, 7 months ago
  28. 0a36f7f mm/gup.c: fix the comment of return value for populate_vma_page_range() by Tang Yizhou · 4 years, 7 months ago
  29. 605cad8 mm: filemap: add missing FGP_ flags in kerneldoc comment for pagecache_get_page by Yang Shi · 4 years, 7 months ago
  30. b9306a7 mm: filemap: clear idle flag for writes by Yang Shi · 4 years, 7 months ago
  31. 6dc5ea1 mm, dump_page: do not crash with bad compound_mapcount() by John Hubbard · 4 years, 7 months ago
  32. 54a7515 mm/debug: print hashed address of struct page by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  33. 9bdaf2c mm/debug: print the inode number in dump_page by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  34. 9ad3826 mm/debug: switch dump_page to get_kernel_nofault by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  35. 0b93d59 mm/debug: print head flags in dump_page by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  36. 452b557 mm/debug: dump compound page information on a second line by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  37. e1ab96f mm/debug: handle page->mapping better in dump_page by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  38. b1d0000 Documentation/mm: add descriptions for arch page table helpers by Anshuman Khandual · 4 years, 7 months ago
  39. 6315df4 mm/debug_vm_pgtable: add debug prints for individual tests by Anshuman Khandual · 4 years, 7 months ago
  40. a5c3b9f mm/debug_vm_pgtable: add tests validating advanced arch page table helpers by Anshuman Khandual · 4 years, 7 months ago
  41. 0528940 mm/debug_vm_pgtable: add tests validating arch helpers for core MM features by Anshuman Khandual · 4 years, 7 months ago
  42. cfbe163 mm, kcsan: instrument SLAB/SLUB free with "ASSERT_EXCLUSIVE_ACCESS" by Marco Elver · 4 years, 7 months ago
  43. b3cb9fc mm/slub.c: drop lockdep_assert_held() from put_map() by Sebastian Andrzej Siewior · 4 years, 7 months ago
  44. e42f174 mm, slab/slub: improve error reporting and overhead of cache_from_obj() by Vlastimil Babka · 4 years, 7 months ago
  45. d3c58f2 mm, slab/slub: move and improve cache_from_obj() by Vlastimil Babka · 4 years, 7 months ago
  46. 8fc8d66 mm, slub: extend checks guarded by slub_debug static key by Vlastimil Babka · 4 years, 7 months ago
  47. 59052e8 mm, slub: introduce kmem_cache_debug_flags() by Vlastimil Babka · 4 years, 7 months ago
  48. ca0cab6 mm, slub: introduce static key for slub_debug() by Vlastimil Babka · 4 years, 7 months ago
  49. 8f58119a mm, slub: make reclaim_account attribute read-only by Vlastimil Babka · 4 years, 7 months ago
  50. 060807f mm, slub: make remaining slub_debug related attributes read-only by Vlastimil Babka · 4 years, 7 months ago
  51. 32a6f40 mm, slub: remove runtime allocation order changes by Vlastimil Babka · 4 years, 7 months ago
  52. ad38b5b mm, slub: make some slub_debug related attributes read-only by Vlastimil Babka · 4 years, 7 months ago
  53. e17f1df mm, slub: extend slub_debug syntax for multiple blocks by Vlastimil Babka · 4 years, 7 months ago
  54. 221503e mm/slab.c: update outdated kmem_list3 in a comment by Xiao Yang · 4 years, 7 months ago
  55. 4440509 mm, slab: check GFP_SLAB_BUG_MASK before alloc_pages in kmalloc_order by Long Li · 4 years, 7 months ago
  56. dabc3e2 mm/slab: add naive detection of double free by Kees Cook · 4 years, 7 months ago
  57. 3404be6 mm/slab: expand CONFIG_SLAB_FREELIST_HARDENED to include SLAB by Kees Cook · 4 years, 7 months ago
  58. fa9ba3aa mm: ksize() should silently accept a NULL pointer by William Kucharski · 4 years, 7 months ago
  59. 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 7 months ago
  60. 57c720d ocfs2: fix unbalanced locking by Pavel Machek · 4 years, 7 months ago
  61. 4510a5a ocfs2: replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 7 months ago
  62. 38d51b2 ocfs2: change slot number type s16 to u16 by Junxiao Bi · 4 years, 7 months ago
  63. 7eba77d ocfs2: suballoc.h: delete a duplicated word by Randy Dunlap · 4 years, 7 months ago
  64. 504ec37 ocfs2: fix remounting needed after setfacl command by Gang He · 4 years, 7 months ago
  65. 1146f7e2 ntfs: fix ntfs_test_inode and ntfs_init_locked_inode function type by Luca Stefani · 4 years, 7 months ago
  66. 70a175e scripts/spelling.txt: add more spellings to spelling.txt by Colin Ian King · 4 years, 7 months ago
  67. d2b0216 const_structs.checkpatch: add regulator_ops by Joe Perches · 4 years, 7 months ago
  68. f90dde4 scripts/decode_stacktrace.sh: guess path to vmlinux by release name by Konstantin Khlebnikov · 4 years, 7 months ago
  69. 431151b scripts/decode_stacktrace.sh: guess path to modules by Konstantin Khlebnikov · 4 years, 7 months ago
  70. ecda6e2 scripts/decode_stacktrace.sh: guess basepath if not specified by Konstantin Khlebnikov · 4 years, 7 months ago
  71. f643b9e scripts/decode_stacktrace.sh: skip missing symbols by Konstantin Khlebnikov · 4 years, 7 months ago
  72. 1d35b60 scripts/bloat-o-meter: Support comparing library archives by Nikolay Borisov · 4 years, 7 months ago
  73. 4f491bb scripts/tags.sh: collect compiled source precisely by Jialu Xu · 4 years, 7 months ago
  74. d830020 tools/testing/selftests/cgroup/cgroup_util.c: cg_read_strcmp: fix null pointer dereference by Gaurav Singh · 4 years, 7 months ago
  75. 79e3ea5 tools/: replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 7 months ago
  76. 4ca1085 kthread: remove incorrect comment in kthread_create_on_cpu() by Ilias Stamatis · 4 years, 7 months ago
  77. 38cf307 mm: fix kthread_use_mm() vs TLB invalidate by Peter Zijlstra · 4 years, 7 months ago
  78. 4a93025 mm/shuffle: don't move pages between zones and don't read garbage memmaps by David Hildenbrand · 4 years, 7 months ago
  79. c1a06df mm/migrate: fix migrate_pgmap_owner w/o CONFIG_MMU_NOTIFIER by Ralph Campbell · 4 years, 7 months ago
  80. 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
  81. 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
  82. 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
  83. 921d259 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 7 months ago
  84. 7b4ea94 Revert "x86/mm/64: Do not sync vmalloc/ioremap mappings" by Linus Torvalds · 4 years, 7 months ago
  85. 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
  86. 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
  87. 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
  88. 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
  89. bfdd5aa Merge tag 'Smack-for-5.9' of git://github.com/cschaufler/smack-next by Linus Torvalds · 4 years, 7 months ago
  90. 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
  91. 40ddad1 Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 4 years, 7 months ago
  92. 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
  93. bbcf9cd Merge tag 'xtensa-20200805' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 4 years, 7 months ago
  94. 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
  95. c7fabbc ALSA: pci: delete repeated words in comments by Randy Dunlap · 4 years, 7 months ago
  96. c729385 ALSA: isa: delete repeated words in comments by Randy Dunlap · 4 years, 7 months ago
  97. 47ec530 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 7 months ago
  98. 8186749 Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 7 months ago
  99. 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
  100. c1055b7 net: thunderx: initialize VF's mailbox mutex before first usage by Dean Nelson · 4 years, 7 months ago