| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-06-29 | mm/swap: remove unused local variable nr_shadows |  Miaohe Lin | 1 | -5/+0 |
| 2021-06-29 | mm/swapfile: move get_swap_page_of_type() under CONFIG_HIBERNATION |  Miaohe Lin | 1 | -52/+31 |
| 2021-06-29 | mm/shmem: fix shmem_swapin() race with swapoff |  Miaohe Lin | 1 | -1/+13 |
| 2021-06-29 | mm/swap: remove confusing checking for non_swap_entry() in swap_ra_info() |  Miaohe Lin | 1 | -6/+0 |
| 2021-06-29 | swap: fix do_swap_page() race with swapoff |  Miaohe Lin | 2 | -2/+18 |
| 2021-06-29 | mm/swapfile: use percpu_ref to serialize against concurrent swapoff |  Miaohe Lin | 2 | -32/+52 |
| 2021-06-29 | mm: pagewalk: fix walk for hugepage tables |  Christophe Leroy | 1 | -5/+53 |
| 2021-06-29 | mm: gup: pack has_pinned in MMF_HAS_PINNED |  Andrea Arcangeli | 6 | -17/+25 |
| 2021-06-29 | mm: gup: allow FOLL_PIN to scale in SMP |  Andrea Arcangeli | 1 | -2/+2 |
| 2021-06-29 | mm/gup_benchmark: support threading |  Peter Xu | 1 | -31/+65 |
| 2021-06-29 | mm: move page dirtying prototypes from mm.h |  Matthew Wilcox (Oracle) | 4 | -4/+6 |
| 2021-06-29 | fs: remove noop_set_page_dirty() |  Matthew Wilcox (Oracle) | 8 | -22/+6 |
| 2021-06-29 | fs: remove anon_set_page_dirty() |  Matthew Wilcox (Oracle) | 1 | -10/+1 |
| 2021-06-29 | iomap: use __set_page_dirty_nobuffers |  Matthew Wilcox (Oracle) | 5 | -30/+4 |
| 2021-06-29 | mm/writeback: use __set_page_dirty in __set_page_dirty_nobuffers |  Matthew Wilcox (Oracle) | 1 | -9/+1 |
| 2021-06-29 | mm/writeback: move __set_page_dirty() to core mm |  Matthew Wilcox (Oracle) | 3 | -26/+26 |
| 2021-06-29 | mm: require ->set_page_dirty to be explicitly wired up |  Christoph Hellwig | 22 | -14/+42 |
| 2021-06-29 | fs: move ramfs_aops to libfs |  Christoph Hellwig | 5 | -30/+17 |
| 2021-06-29 | fs: unexport __set_page_dirty |  Christoph Hellwig | 1 | -1/+0 |
| 2021-06-29 | writeback, cgroup: release dying cgwbs by switching attached inodes |  Roman Gushchin | 4 | -12/+165 |
| 2021-06-29 | writeback, cgroup: support switching multiple inodes at once |  Roman Gushchin | 2 | -44/+80 |
| 2021-06-29 | writeback, cgroup: split out the functional part of inode_switch_wbs_work_fn() |  Roman Gushchin | 1 | -8/+11 |
| 2021-06-29 | writeback, cgroup: keep list of inodes attached to bdi_writeback |  Roman Gushchin | 3 | -34/+62 |
| 2021-06-29 | writeback, cgroup: switch to rcu_work API in inode_switch_wbs() |  Roman Gushchin | 1 | -14/+4 |
| 2021-06-29 | writeback, cgroup: increment isw_nr_in_flight before grabbing an inode |  Roman Gushchin | 1 | -2/+3 |
| 2021-06-29 | writeback, cgroup: add smp_mb() to cgroup_writeback_umount() |  Roman Gushchin | 1 | -0/+6 |
| 2021-06-29 | writeback, cgroup: do not switch inodes with I_WILL_FREE flag |  Roman Gushchin | 1 | -4/+4 |
| 2021-06-29 | mm/page-writeback: use __this_cpu_inc() in account_page_dirtied() |  Chi Wu | 1 | -1/+1 |
| 2021-06-29 | mm/page-writeback: update the comment of Dirty position control |  Chi Wu | 1 | -1/+1 |
| 2021-06-29 | mm/page-writeback: Fix performance when BDI's share of ratio is 0. |  Chi Wu | 1 | -4/+16 |
| 2021-06-29 | mm: page-writeback: kill get_writeback_state() comments |  Kefeng Wang | 1 | -6/+3 |
| 2021-06-29 | virtio_balloon: specify page reporting order if needed |  Gavin Shan | 1 | -0/+17 |
| 2021-06-29 | mm/page_reporting: allow driver to specify reporting order |  Gavin Shan | 2 | -0/+9 |
| 2021-06-29 | mm/page_reporting: export reporting order as module parameter |  Gavin Shan | 3 | -5/+15 |
| 2021-06-29 | mm/page_reporting: fix code style in __page_reporting_request() |  Gavin Shan | 1 | -2/+2 |
| 2021-06-29 | mm: mmap_lock: use local locks instead of disabling preemption |  Nicolas Saenz Julienne | 1 | -11/+22 |
| 2021-06-29 | mm/debug_vm_pgtable: ensure THP availability via has_transparent_hugepage() |  Anshuman Khandual | 1 | -12/+51 |
| 2021-06-29 | tools/vm/page_owner_sort.c: check malloc() return |  Tang Bin | 1 | -0/+4 |
| 2021-06-29 | dax: fix ENOMEM handling in grab_mapping_entry() |  Jan Kara | 1 | -1/+2 |
| 2021-06-29 | mm/kmemleak: fix possible wrong memory scanning period |  Yanfei Xu | 1 | -6/+12 |
| 2021-06-29 | mm/slub: add taint after the errors are printed |  Georgi Djakov | 1 | -2/+3 |
| 2021-06-29 | mm: slub: move sysfs slab alloc/free interfaces to debugfs |  Faiyaz Mohammed | 3 | -93/+189 |
| 2021-06-29 | slub: force on no_hash_pointers when slub_debug is enabled |  Stephen Boyd | 3 | -2/+22 |
| 2021-06-29 | slub: indicate slab_fix() uses printf formats |  Joe Perches | 1 | -3/+4 |
| 2021-06-29 | slub: actually use 'message' in restore_bytes() |  Stephen Boyd | 1 | -1/+1 |
| 2021-06-29 | slub: restore slub_debug=- behavior |  Stephen Boyd | 1 | -0/+2 |
| 2021-06-29 | mm, slub: change run-time assertion in kmalloc_index() to compile-time |  Hyeonggon Yoo | 3 | -9/+20 |
| 2021-06-29 | slub: remove resiliency_test() function |  Oliver Glitta | 1 | -64/+0 |
| 2021-06-29 | mm/slub, kunit: add a KUnit test for SLUB debugging functionality |  Oliver Glitta | 6 | -3/+212 |
| 2021-06-29 | kunit: make test->lock irq safe |  Vlastimil Babka | 2 | -9/+14 |