summaryrefslogtreecommitdiffstats
path: root/lib (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-04mm/hwpoison: add MODULE_DESCRIPTION()Jeff Johnson1-0/+1
2024-07-04mm/mm_init: use node's number of cpus in deferred_page_init_max_threadsEric Chanudet3-17/+2
2024-07-04mm: batch unlink_file_vma calls in free_pgd_rangeMateusz Guzik3-2/+58
2024-07-04mm/memory-failure: send SIGBUS in the event of thp split failJane Chu1-5/+29
2024-07-04mm/memory-failure: move hwpoison_filter() higher upJane Chu1-8/+12
2024-07-04mm/memory-failure: improve memory failure action_result messagesJane Chu3-5/+36
2024-07-04mm/madvise: add MF_ACTION_REQUIRED to madvise(MADV_HWPOISON)Jane Chu1-1/+1
2024-07-04mm/memory-failure: try to send SIGBUS even if unmap failedJane Chu1-11/+4
2024-07-04mm: use update_mmu_tlb_range() to simplify codeBang Li1-3/+1
2024-07-04mm: implement update_mmu_tlb() using update_mmu_tlb_range()Bang Li6-18/+1
2024-07-04mm: add update_mmu_tlb_range()Bang Li6-0/+22
2024-07-04selftests/mm: va_high_addr_switch: dynamically initialize testcases to enable...Dev Jain1-222/+232
2024-07-04selftests/mm: va_high_addr_switch: reduce test noiseDev Jain1-4/+0
2024-07-04mm/rmap: sanity check that zeropages are not passed to RMAPDavid Hildenbrand1-0/+3
2024-07-04mm/memory: cleanly support zeropage in vm_insert_page*(), vm_map_pages*() and...David Hildenbrand2-21/+72
2024-07-04mm/memory: move page_count() check into validate_page_before_insert()David Hildenbrand1-4/+2
2024-07-04selftests: mm: check return valuesMuhammad Usama Anjum1-1/+3
2024-07-04mm/hugetlb: remove {Set,Clear}Hpage macrosSidhartha Kumar1-10/+2
2024-07-04mm/swap: reduce swap cache search spaceKairui Song7-15/+31
2024-07-04mm: drop page_index and simplify folio_indexKairui Song3-21/+7
2024-07-04mm: remove page_file_offset and folio_file_posKairui Song1-17/+0
2024-07-04mm/swap: get the swap device offset directlyKairui Song2-3/+12
2024-07-04nfs: drop usage of folio_file_posKairui Song3-6/+6
2024-07-04netfs: drop usage of folio_file_posKairui Song2-3/+3
2024-07-04afs: drop usage of folio_file_posKairui Song2-5/+5
2024-07-04NFS: remove nfs_page_lengthg and usage of page_indexKairui Song1-19/+0
2024-07-04ceph: drop usage of page_indexKairui Song2-2/+2
2024-07-04nilfs2: drop usage of page_indexKairui Song1-8/+2
2024-07-04writeback: factor out balance_wb_limits to remove repeated codeKemeng Shi1-8/+17
2024-07-04writeback: factor out wb_dirty_exceeded to remove repeated codeKemeng Shi1-10/+12
2024-07-04writeback: factor out balance_domain_limits to remove repeated codeKemeng Shi1-7/+10
2024-07-04writeback: factor out wb_dirty_freerun to remove more repeated freerun codeKemeng Shi1-27/+28
2024-07-04writeback: factor out code of freerun to remove repeated codeKemeng Shi1-40/+49
2024-07-04writeback: factor out domain_over_bg_thresh to remove repeated codeKemeng Shi1-22/+19
2024-07-04writeback: add general function domain_dirty_avail to calculate dirty and ava...Kemeng Shi1-31/+34
2024-07-04writeback: factor out wb_bg_dirty_limits to remove repeated codeKemeng Shi1-16/+19
2024-07-04mm: vmscan: reset sc->priority on retryShakeel Butt1-0/+1
2024-07-04mm: vmscan: restore incremental cgroup iterationJohannes Weiner1-2/+40
2024-07-04mm/huge_memory: mark racy access onhuge_anon_orders_alwaysRan Xiaokai1-2/+2
2024-07-04mm: shmem: use folio_alloc_mpol() in shmem_alloc_folio()Kefeng Wang1-23/+9
2024-07-04mm: mempolicy: use folio_alloc_mpol() in alloc_migration_target_by_mpol()Kefeng Wang1-3/+1
2024-07-04mm: mempolicy: use folio_alloc_mpol_noprof() in vma_alloc_folio_noprof()Kefeng Wang1-4/+3
2024-07-04mm: add folio_alloc_mpol()Kefeng Wang2-0/+15
2024-07-04mm/hugetlb: drop node_alloc_noretry from alloc_fresh_hugetlb_folioOscar Salvador1-7/+5
2024-07-04mm/vmscan: update stale references to shrink_page_listIllia Ostapyshyn4-8/+8
2024-07-04mm/hugetlb: constify ctl_table arguments of utility functionsThomas Weißschuh1-2/+2
2024-06-30Linux 6.10-rc6v6.10-rc6Linus Torvalds1-1/+1
2024-06-30ata: ahci: Clean up sysfs file on errorNiklas Cassel1-5/+12
2024-06-30ata: libata-core: Fix double free on errorNiklas Cassel1-4/+4
2024-06-30ata,scsi: libata-core: Do not leak memory for ata_port struct membersNiklas Cassel4-14/+19