- 5b78ed2 mm/pagemap: add mmap_assert_locked() annotations to find_vma*() by Luigi Rizzo · 3 years, 4 months ago
- e15710b mm: change fault_in_pages_* to have an unsigned size parameter by Greg Kroah-Hartman · 3 years, 4 months ago
- f00230f mm,do_huge_pmd_numa_page: remove unnecessary TLB flushing code by Huang Ying · 3 years, 4 months ago
- f358afc mm: remove flush_kernel_dcache_page by Christoph Hellwig · 3 years, 4 months ago
- 0e84f5db scatterlist: replace flush_kernel_dcache_page with flush_dcache_page by Christoph Hellwig · 3 years, 4 months ago
- 64a05fe mmc: mmc_spi: replace flush_kernel_dcache_page with flush_dcache_page by Christoph Hellwig · 3 years, 4 months ago
- 79c62de mmc: JZ4740: remove the flush_kernel_dcache_page call in jz4740_mmc_read_data by Christoph Hellwig · 3 years, 4 months ago
- 0c52ec9 selftests: Fix spelling mistake "cann't" -> "cannot" by Colin Ian King · 3 years, 4 months ago
- 6260618 selftests/vm: use kselftest skip code for skipped tests by Po-Hsu Lin · 3 years, 4 months ago
- 4ba9515 memcg: make memcg->event_list_lock irqsafe by Shakeel Butt · 3 years, 4 months ago
- 5c49cf9 memcg: fix up drain_local_stock comment by Michal Hocko · 3 years, 4 months ago
- 27fb095 mm, memcg: save some atomic ops when flush is already true by Miaohe Lin · 3 years, 4 months ago
- bec49c0 mm, memcg: remove unused functions by Miaohe Lin · 3 years, 4 months ago
- 37bc3cb mm: memcontrol: set the correct memcg swappiness restriction by Baolin Wang · 3 years, 4 months ago
- 55a68c8 memcg: replace in_interrupt() by !in_task() in active_memcg() by Vasily Averin · 3 years, 4 months ago
- 96e51cc memcg: cleanup racy sum avoidance code by Shakeel Butt · 3 years, 4 months ago
- ec403e2 memcg: enable accounting for ldt_struct objects by Vasily Averin · 3 years, 4 months ago
- c509723 memcg: enable accounting for posix_timers_cache slab by Vasily Averin · 3 years, 4 months ago
- 5f58c39 memcg: enable accounting for signals by Vasily Averin · 3 years, 4 months ago
- 1831949 memcg: enable accounting of ipc resources by Vasily Averin · 3 years, 4 months ago
- 30acd0b memcg: enable accounting for new namesapces and struct nsproxy by Vasily Averin · 3 years, 4 months ago
- 839d682 memcg: enable accounting for fasync_cache by Vasily Averin · 3 years, 4 months ago
- 0f12156 memcg: enable accounting for file lock caches by Vasily Averin · 3 years, 4 months ago
- b655843 memcg: enable accounting for pollfd and select bits arrays by Vasily Averin · 3 years, 4 months ago
- 79f6540 memcg: enable accounting for mnt_cache entries by Vasily Averin · 3 years, 4 months ago
- bb902cb memcg: charge fs_context and legacy_fs_context by Yutian Yang · 3 years, 4 months ago
- aa48e47 memcg: infrastructure to flush memcg stats by Shakeel Butt · 3 years, 4 months ago
- 7e1c0d6 memcg: switch lruvec stats to rstat by Shakeel Butt · 3 years, 4 months ago
- fab827d memcg: enable accounting for pids in nested pid namespaces by Vasily Averin · 3 years, 4 months ago
- 01c4b28 mm, memcg: inline swap-related functions to improve disabled memcg config by Suren Baghdasaryan · 3 years, 4 months ago
- 2c8d8f9 mm, memcg: inline mem_cgroup_{charge/uncharge} to improve disabled memcg config by Suren Baghdasaryan · 3 years, 4 months ago
- 56cab28 mm, memcg: add mem_cgroup_disabled checks in vmpressure and swap-related functions by Suren Baghdasaryan · 3 years, 4 months ago
- 1e6decf shmem: shmem_writepage() split unlikely i915 THP by Hugh Dickins · 3 years, 4 months ago
- a7fddc3 huge tmpfs: decide stat.st_blksize by shmem_is_huge() by Hugh Dickins · 3 years, 4 months ago
- 5e6e5a1 huge tmpfs: shmem_is_huge(vma, inode, index) by Hugh Dickins · 3 years, 4 months ago
- acdd9f8e huge tmpfs: SGP_NOALLOC to stop collapse_file() on race by Hugh Dickins · 3 years, 4 months ago
- c852023 huge tmpfs: move shmem_huge_enabled() upwards by Hugh Dickins · 3 years, 4 months ago
- b9e2faa huge tmpfs: revert shmem's use of transhuge_vma_enabled() by Hugh Dickins · 3 years, 4 months ago
- 2b5bbcb huge tmpfs: remove shrinklist addition from shmem_setattr() by Hugh Dickins · 3 years, 4 months ago
- d144bf6 huge tmpfs: fix split_huge_page() after FALLOC_FL_KEEP_SIZE by Hugh Dickins · 3 years, 4 months ago
- 050dcb5 huge tmpfs: fix fallocate(vanilla) advance over huge pages by Hugh Dickins · 3 years, 4 months ago
- 86a2f3f shmem: include header file to declare swap_info by Miaohe Lin · 3 years, 4 months ago
- cdd89d4 shmem: remove unneeded function forward declaration by Miaohe Lin · 3 years, 4 months ago
- b6378fc shmem: remove unneeded header file by Miaohe Lin · 3 years, 4 months ago
- f2b346e4 shmem: remove unneeded variable ret by Miaohe Lin · 3 years, 4 months ago
- bf11b9a shmem: use raw_spinlock_t for ->stat_lock by Sebastian Andrzej Siewior · 3 years, 4 months ago
- 3969b1a mm: delete unused get_kernel_page() by John Hubbard · 3 years, 4 months ago
- 51cc3a6 fs, mm: fix race in unlinking swapfile by Hugh Dickins · 3 years, 4 months ago
- 9857a17 mm/gup: remove try_get_page(), call try_get_compound_head() directly by John Hubbard · 3 years, 4 months ago
- 54d516b mm/gup: small refactoring: simplify try_grab_page() by John Hubbard · 3 years, 4 months ago
- 3967db2 mm/gup: documentation corrections for gup/pup by John Hubbard · 3 years, 4 months ago
- be51eb1 mm: gup: use helper PAGE_ALIGNED in populate_vma_page_range() by Miaohe Lin · 3 years, 4 months ago
- 6401c4e mm: gup: fix potential pgmap refcnt leak in __gup_device_huge() by Miaohe Lin · 3 years, 4 months ago
- 06a9e69 mm: gup: remove useless BUG_ON in __get_user_pages() by Miaohe Lin · 3 years, 4 months ago
- 0fef147 mm: gup: remove unneed local variable orig_refs by Miaohe Lin · 3 years, 4 months ago
- 8fed2f3 mm: gup: remove set but unused local variable major by Miaohe Lin · 3 years, 4 months ago
- 6de522d include/linux/buffer_head.h: fix boolreturn.cocci warnings by Jing Yangyang · 3 years, 4 months ago
- 7490a2d writeback: memcg: simplify cgroup_writeback_by_id by Shakeel Butt · 3 years, 4 months ago
- 7ae12c8 fs: inode: count invalidated shadow pages in pginodesteal by Johannes Weiner · 3 years, 4 months ago
- 16e2df2 fs: drop_caches: fix skipping over shadow cache inodes by Johannes Weiner · 3 years, 4 months ago
- 3047250 mm: remove irqsave/restore locking from contexts with irqs enabled by Johannes Weiner · 3 years, 4 months ago
- 20792eb writeback: use READ_ONCE for unlocked reads of writeback stats by Jan Kara · 3 years, 4 months ago
- 42dd235 writeback: rename domain_update_bandwidth() by Jan Kara · 3 years, 4 months ago
- 45a2966 writeback: fix bandwidth estimate for spiky workload by Jan Kara · 3 years, 4 months ago
- fee468f writeback: reliably update bandwidth estimation by Jan Kara · 3 years, 4 months ago
- 633a2ab writeback: track number of inodes under writeback by Jan Kara · 3 years, 4 months ago
- eb2169c mm: add kernel_misc_reclaimable in show_free_areas by liuhailong · 3 years, 4 months ago
- 4f3eaf4 mm: report a more useful address for reclaim acquisition by Matthew Wilcox (Oracle) · 3 years, 4 months ago
- 8c5b3a8 mm/debug_vm_pgtable: fix corrupted page flag by Gavin Shan · 3 years, 4 months ago
- fda88cf mm/debug_vm_pgtable: remove unused code by Gavin Shan · 3 years, 4 months ago
- 2f87f8c mm/debug_vm_pgtable: use struct pgtable_debug_args in PGD and P4D modifying tests by Gavin Shan · 3 years, 4 months ago
- 4cbde03 mm/debug_vm_pgtable: use struct pgtable_debug_args in PUD modifying tests by Gavin Shan · 3 years, 4 months ago
- c0fe07b mm/debug_vm_pgtable: use struct pgtable_debug_args in PMD modifying tests by Gavin Shan · 3 years, 4 months ago
- 44966c4 mm/debug_vm_pgtable: use struct pgtable_debug_args in PTE modifying tests by Gavin Shan · 3 years, 4 months ago
- 4878a88 mm/debug_vm_pgtable: use struct pgtable_debug_args in migration and thp tests by Gavin Shan · 3 years, 4 months ago
- 5f447e8 mm/debug_vm_pgtable: use struct pgtable_debug_args in soft_dirty and swap tests by Gavin Shan · 3 years, 4 months ago
- 8cb183f mm/debug_vm_pgtable: use struct pgtable_debug_args in protnone and devmap tests by Gavin Shan · 3 years, 4 months ago
- 8983d23 mm/debug_vm_pgtable: use struct pgtable_debug_args in leaf and savewrite tests by Gavin Shan · 3 years, 4 months ago
- 36b77d1 mm/debug_vm_pgtable: use struct pgtable_debug_args in basic tests by Gavin Shan · 3 years, 4 months ago
- 3c9b84f mm/debug_vm_pgtable: introduce struct pgtable_debug_args by Gavin Shan · 3 years, 4 months ago
- 4bdffd2 arch/csky/kernel/probes/kprobes.c: fix bugon.cocci warnings by kernel test robot · 3 years, 4 months ago
- 9673e00 ocfs2: ocfs2_downconvert_lock failure results in deadlock by Gang He · 3 years, 4 months ago
- 6c85c2c ocfs2: quota_local: fix possible uninitialized-variable access in ocfs2_local_read_info() by Tuo Li · 3 years, 4 months ago
- 2f56639 ocfs2: remove an unnecessary condition by Dan Carpenter · 3 years, 4 months ago
- 7e4265c ia64: make num_rsvd_regions static by Geert Uytterhoeven · 3 years, 4 months ago
- 70b2e99 ia64: make reserve_elfcorehdr() static by Geert Uytterhoeven · 3 years, 4 months ago
- 1d1f4bf ia64: fix #endif comment for reserve_elfcorehdr() by Geert Uytterhoeven · 3 years, 4 months ago
- 577706d ia64: fix typo in a comment by Jason Wang · 3 years, 4 months ago
- 7d2a07b Linux 5.14 by Linus Torvalds · 3 years, 4 months ago
- 90ac80d Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 3 years, 4 months ago
- 537b57b Merge tag 'sched_urgent_for_v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 4 months ago
- f20a2637 Merge tag 'irq_urgent_for_v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 4 months ago
- 98d006e Merge tag 'perf_urgent_for_v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 4 months ago
- 072a276 Merge tag 'x86_urgent_for_v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 4 months ago
- f6a3308 Revert "parisc: Add assembly implementations for memset, strlen, strcpy, strncpy and strcat" by Helge Deller · 3 years, 4 months ago
- 1669a94 clk: renesas: rcar-usb2-clock-sel: Fix kernel NULL pointer dereference by Adam Ford · 3 years, 4 months ago
- 3f5ad13 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 4 months ago
- 447e238 Merge tag 'usb-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 3 years, 4 months ago
- 9f73eac Merge tag 'powerpc-5.14-7' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 3 years, 4 months ago
- 64b4fc4 Merge tag 'block-5.14-2021-08-27' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 4 months ago