aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-03mm/memory-failure: improve memory failure action_result messagesJane Chu3-5/+36
2024-07-03mm/madvise: add MF_ACTION_REQUIRED to madvise(MADV_HWPOISON)Jane Chu1-1/+1
2024-07-03mm/memory-failure: try to send SIGBUS even if unmap failedJane Chu1-11/+4
2024-07-03mm: use update_mmu_tlb_range() to simplify codeBang Li1-3/+1
2024-07-03mm: implement update_mmu_tlb() using update_mmu_tlb_range()Bang Li6-18/+1
2024-07-03mm: add update_mmu_tlb_range()Bang Li6-0/+22
2024-07-03selftests/mm: va_high_addr_switch: dynamically initialize testcases to enable...Dev Jain1-222/+232
2024-07-03selftests/mm: va_high_addr_switch: reduce test noiseDev Jain1-4/+0
2024-07-03mm/rmap: sanity check that zeropages are not passed to RMAPDavid Hildenbrand1-0/+3
2024-07-03mm/memory: cleanly support zeropage in vm_insert_page*(), vm_map_pages*() and...David Hildenbrand2-21/+72
2024-07-03mm/memory: move page_count() check into validate_page_before_insert()David Hildenbrand1-4/+2
2024-07-03selftests: mm: check return valuesMuhammad Usama Anjum1-1/+3
2024-07-03mm/hugetlb: remove {Set,Clear}Hpage macrosSidhartha Kumar1-10/+2
2024-07-03mm/swap: reduce swap cache search spaceKairui Song7-15/+31
2024-07-03mm: drop page_index and simplify folio_indexKairui Song3-21/+7
2024-07-03mm: remove page_file_offset and folio_file_posKairui Song1-17/+0
2024-07-03mm/swap: get the swap device offset directlyKairui Song2-3/+12
2024-07-03nfs: drop usage of folio_file_posKairui Song3-6/+6
2024-07-03netfs: drop usage of folio_file_posKairui Song2-3/+3
2024-07-03afs: drop usage of folio_file_posKairui Song2-5/+5
2024-07-03NFS: remove nfs_page_lengthg and usage of page_indexKairui Song1-19/+0
2024-07-03ceph: drop usage of page_indexKairui Song2-2/+2
2024-07-03nilfs2: drop usage of page_indexKairui Song1-8/+2
2024-07-03writeback: factor out balance_wb_limits to remove repeated codeKemeng Shi1-8/+17
2024-07-03writeback: factor out wb_dirty_exceeded to remove repeated codeKemeng Shi1-10/+12
2024-07-03writeback: factor out balance_domain_limits to remove repeated codeKemeng Shi1-7/+10
2024-07-03writeback: factor out wb_dirty_freerun to remove more repeated freerun codeKemeng Shi1-27/+28
2024-07-03writeback: factor out code of freerun to remove repeated codeKemeng Shi1-40/+49
2024-07-03writeback: factor out domain_over_bg_thresh to remove repeated codeKemeng Shi1-22/+19
2024-07-03writeback: add general function domain_dirty_avail to calculate dirty and ava...Kemeng Shi1-31/+34
2024-07-03writeback: factor out wb_bg_dirty_limits to remove repeated codeKemeng Shi1-16/+19
2024-07-03mm: vmscan: reset sc->priority on retryShakeel Butt1-0/+1
2024-07-03mm: vmscan: restore incremental cgroup iterationJohannes Weiner1-2/+40
2024-07-03mm/huge_memory: mark racy access onhuge_anon_orders_alwaysRan Xiaokai1-2/+2
2024-07-03mm: shmem: use folio_alloc_mpol() in shmem_alloc_folio()Kefeng Wang1-23/+9
2024-07-03mm: mempolicy: use folio_alloc_mpol() in alloc_migration_target_by_mpol()Kefeng Wang1-3/+1
2024-07-03mm: mempolicy: use folio_alloc_mpol_noprof() in vma_alloc_folio_noprof()Kefeng Wang1-4/+3
2024-07-03mm: add folio_alloc_mpol()Kefeng Wang2-0/+15
2024-07-03mm/hugetlb: drop node_alloc_noretry from alloc_fresh_hugetlb_folioOscar Salvador1-7/+5
2024-07-03mm/vmscan: update stale references to shrink_page_listIllia Ostapyshyn4-8/+8
2024-07-03mm/hugetlb: constify ctl_table arguments of utility functionsThomas Weißschuh1-2/+2
2024-07-03Merge branch 'selftests-openvswitch-address-some-flakes-in-the-ci-environment'Jakub Kicinski2-8/+16
2024-07-03selftests: openvswitch: Be more verbose with selftest debugging.Aaron Conole1-3/+6
2024-07-03selftests: openvswitch: Attempt to autoload module.Aaron Conole1-5/+9
2024-07-03selftests: openvswitch: Bump timeout to 15 minutes.Aaron Conole1-0/+1
2024-07-03net: ethtool: fix compat with old RSS context APIJakub Kicinski1-2/+2
2024-07-03net: rswitch: Avoid use-after-free in rswitch_poll()Radu Rendec1-2/+2
2024-07-03selftests: drv-net: rss_ctx: allow more noise on default contextJakub Kicinski1-6/+10
2024-07-03tools: ynl: use ident name for Family, too.Paolo Abeni1-26/+26
2024-07-04btrfs: fix folio refcount in __alloc_dummy_extent_buffer()Boris Burkov1-1/+1