linux-block.git
2023-10-25 Mike Kravetzhugetlb: perform vmemmap optimization on a list of...
2023-10-25 Mike Kravetzhugetlb: restructure pool allocations
2023-10-25 Mike Kravetzhugetlb: optimize update_and_free_pages_bulk to avoid...
2023-10-25 Huang Yingmm: fix draining remote pageset
2023-10-18 Lorenzo Stoakesmm: perform the mapping_map_writable() check after...
2023-10-18 Lorenzo Stoakesmm: update memfd seal write check to include F_SEAL_WRITE
2023-10-18 Lorenzo Stoakesmm: drop the assumption that VM_SHARED always implies...
2023-10-18 SeongJae ParkDocs/admin-guide/mm/damon/usage: update for tried regio...
2023-10-18 SeongJae Parkmm/damon/sysfs: avoid empty scheme tried regions for...
2023-10-18 SeongJae Parkmm/damon/sysfs-schemes: do not update tried regions...
2023-10-18 Audra Mitchelltools/mm: update the usage output to be more organized
2023-10-18 Audra Mitchelltools/mm: fix the default case for page_owner_sort
2023-10-18 Audra Mitchelltools/mm: filter out timestamps for correct collation
2023-10-18 Audra Mitchelltools/mm: remove references to free_ts from page_owner_sort
2023-10-18 Audra Mitchellmm/page_owner: remove free_ts from page_owner output
2023-10-18 Lorenzo Stoakesmm: abstract VMA merge and extend into vma_merge_extend...
2023-10-18 Lorenzo Stoakesmm: abstract merge for new VMAs into vma_merge_new_vma()
2023-10-18 Lorenzo Stoakesmm: make vma_merge() and split_vma() internal
2023-10-18 Lorenzo Stoakesmm: abstract the vma_merge()/split_vma() pattern for...
2023-10-18 Lorenzo Stoakesmm: move vma_policy() and anon_vma_name() decls to...
2023-10-18 Matthew Wilcox... sched: remove wait bookmarks
2023-10-18 Matthew Wilcox... filemap: remove use of wait bookmarks
2023-10-18 Lorenzo Stoakesmm/mprotect: allow unfaulted VMAs to be unaccounted...
2023-10-18 Lucy Mielkemm: add printf attribute to shrinker_debugfs_name_alloc
2023-10-18 Zach O'Keefemm/thp: fix "mm: thp: kill __transhuge_page_enabled()"
2023-10-18 Nhat Phamselftests: add a selftest to verify hugetlb usage in...
2023-10-18 Nhat Phamhugetlb: memcg: account hugetlb-backed memory in memory...
2023-10-18 Nhat Phammemcontrol: only transfer the memcg data for migration
2023-10-18 Nhat Phammemcontrol: add helpers for hugetlb memcg accounting
2023-10-18 Frank van der... mm, hugetlb: remove HUGETLB_CGROUP_MIN_ORDER
2023-10-18 Matthew Wilcox... mm: use folio_xor_flags_has_waiters() in folio_end_writ...
2023-10-18 Matthew Wilcox... mm: make __end_folio_writeback() return void
2023-10-18 Matthew Wilcox... mm: add folio_xor_flags_has_waiters()
2023-10-18 Matthew Wilcox... mm: delete checks for xor_unlock_is_negative_byte()
2023-10-18 Matthew Wilcox... s390: implement arch_xor_unlock_is_negative_byte
2023-10-18 Matthew Wilcox... riscv: implement xor_unlock_is_negative_byte
2023-10-18 Matthew Wilcox... powerpc: implement arch_xor_unlock_is_negative_byte...
2023-10-18 Matthew Wilcox... mips: implement xor_unlock_is_negative_byte
2023-10-18 Matthew Wilcox... m68k: implement xor_unlock_is_negative_byte
2023-10-18 Matthew Wilcox... alpha: implement xor_unlock_is_negative_byte
2023-10-18 Matthew Wilcox... bitops: add xor_unlock_is_negative_byte()
2023-10-18 Matthew Wilcox... iomap: use folio_end_read()
2023-10-18 Matthew Wilcox... buffer: use folio_end_read()
2023-10-18 Matthew Wilcox... ext4: use folio_end_read()
2023-10-18 Matthew Wilcox... mm: add folio_end_read()
2023-10-18 Matthew Wilcox... iomap: protect read_bytes_pending with the state_lock
2023-10-18 Matthew Wilcox... iomap: hold state_lock over call to ifs_set_range_uptod...
2023-10-18 Breno Leitaoselftests/mm: add a new test for madv and hugetlb
2023-10-18 Breno Leitaoselftests/mm: export get_free_hugepages()
2023-10-18 Mark-PK Tsaizsmalloc: use copy_page for full page copy
2023-10-18 Pankaj Raghavfilemap: call filemap_get_folios_tag() from filemap_get...
2023-10-18 Kemeng Shimm/page_alloc: remove unnecessary next_page in break_do...
2023-10-18 Kemeng Shimm/page_alloc: remove unnecessary check in break_down_b...
2023-10-18 Liam R. Howlettmmap: add clarifying comment to vma_merge() code
2023-10-18 Andrey KonovalovDocumentation: *san: drop "the" from article titles
2023-10-18 Andrey Konovalovkasan: fix and update KUNIT_EXPECT_KASAN_FAIL comment
2023-10-18 Andrey Konovalovkasan: use unchecked __memset internally
2023-10-18 Andrey Konovalovkasan: unify printk prefixes
2023-10-18 Andrey Konovalovarm64, kasan: update comment in kasan_init
2023-10-18 Lorenzo Stoakesmm/gup: adapt get_user_page_vma_remote() to never retur...
2023-10-18 Lorenzo Stoakesmm/gup: make failure to pin an error if FOLL_NOWAIT...
2023-10-18 Lorenzo Stoakesmm/gup: explicitly define and check internal GUP flags...
2023-10-18 Lorenzo Stoakesmm: make __access_remote_vm() static
2023-10-18 Jaewon Kimmm: multi-gen LRU: reuse some legacy trace events
2023-10-18 Gregory Pricemm/migrate: remove unused mm argument from do_move_page...
2023-10-18 David Hildenbrandmemory: move exclusivity detection in do_wp_page()...
2023-10-18 David Hildenbrandmm/rmap: convert page_move_anon_rmap() to folio_move_an...
2023-10-18 David Hildenbrandmm/rmap: move SetPageAnonExclusive() out of page_move_a...
2023-10-18 Matthew Wilcox... mm: handle write faults to RO pages under the VMA lock
2023-10-18 Matthew Wilcox... mm: handle read faults under the VMA lock
2023-10-18 Matthew Wilcox... mm: handle COW faults under the VMA lock
2023-10-18 Matthew Wilcox... mm: handle shared faults under the VMA lock
2023-10-18 Matthew Wilcox... mm: call wp_page_copy() under the VMA lock
2023-10-18 Matthew Wilcox... mm: make lock_folio_maybe_drop_mmap() VMA lock aware
2023-10-18 Hugh Dickinspercpu_counter: extend _limited_add() to negative amounts
2023-10-18 Hugh Dickinsshmem,percpu_counter: add _limited_add(fbc, limit,...
2023-10-18 Hugh Dickinsshmem: _add_to_page_cache() before shmem_inode_acct_blo...
2023-10-18 Hugh Dickinsshmem: move memcg charge out of shmem_add_to_page_cache()
2023-10-18 Hugh Dickinsshmem: shmem_acct_blocks() and shmem_inode_acct_blocks()
2023-10-18 Hugh Dickinsshmem: trivial tidyups, removing extra blank lines...
2023-10-18 Hugh Dickinsshmem: factor shmem_falloc_wait() out of shmem_fault()
2023-10-18 Hugh Dickinsshmem: remove vma arg from shmem_get_folio_gfp()
2023-10-18 Hugh Dickinsshmem: shrink shmem_inode_info: dir_offsets in a union
2023-10-18 Lorenzo Stoakesmm/filemap: clarify filemap_fault() comments for not...
2023-10-18 Liam R. Howlettradix tree test suite: fix allocation calculation in...
2023-10-18 Muhammad Usama... selftests: mm: add pagemap ioctl tests
2023-10-18 Muhammad Usama... mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
2023-10-18 Muhammad Usama... tools headers UAPI: update linux/fs.h with the kernel...
2023-10-18 Muhammad Usama... fs/proc/task_mmu: add fast paths to get/clear PAGE_IS_W...
2023-10-18 Muhammad Usama... fs/proc/task_mmu: implement IOCTL to get and optionally...
2023-10-18 Peter Xuuserfaultfd: UFFD_FEATURE_WP_ASYNC
2023-10-18 Yosry Ahmedmm: memcg: normalize the value passed into memcg_rstat_...
2023-10-18 Yosry Ahmedmm: memcg: refactor page state unit helpers
2023-10-18 Kees Cookmm/memcg: annotate struct mem_cgroup_threshold_ary...
2023-10-18 Mike Kravetzhugetlb: check for hugetlb folio before vmemmap_restore
2023-10-18 Andrew MortonMerge mm-hotfixes-stable into mm-stable to pick up...
2023-10-18 Tiezhu Yangselftests/clone3: Fix broken test under !CONFIG_TIME_NS
2023-10-18 Liam R. Howlettmaple_tree: add GFP_KERNEL to allocations in mas_expect...
2023-10-18 Samasth Norway... selftests/mm: include mman header to access MREMAP_DONT...
2023-10-18 Oleksij Rempelmailmap: correct email aliasing for Oleksij Rempel
next