index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-03
mm: remove page_mapping()
Matthew Wilcox (Oracle)
1
-6
/
+0
2024-07-03
mm: memcontrol: remove page_memcg()
Kefeng Wang
1
-1
/
+1
2024-07-03
mm/memory-failure: use helper llist_for_each_entry()
Yifei Li
1
-2
/
+2
2024-07-03
mm/zsmalloc: add MODULE_DESCRIPTION()
Jeff Johnson
1
-0
/
+1
2024-07-03
mm/kfence: add MODULE_DESCRIPTION()
Jeff Johnson
1
-0
/
+1
2024-07-03
mm/dmapool: add MODULE_DESCRIPTION()
Jeff Johnson
1
-0
/
+1
2024-07-03
mm/hwpoison: add MODULE_DESCRIPTION()
Jeff Johnson
1
-0
/
+1
2024-07-03
mm/mm_init: use node's number of cpus in deferred_page_init_max_threads
Eric Chanudet
1
-3
/
+2
2024-07-03
mm: batch unlink_file_vma calls in free_pgd_range
Mateusz Guzik
3
-2
/
+58
2024-07-03
mm/memory-failure: send SIGBUS in the event of thp split fail
Jane Chu
1
-5
/
+29
2024-07-03
mm/memory-failure: move hwpoison_filter() higher up
Jane Chu
1
-8
/
+12
2024-07-03
mm/memory-failure: improve memory failure action_result messages
Jane Chu
1
-5
/
+32
2024-07-03
mm/madvise: add MF_ACTION_REQUIRED to madvise(MADV_HWPOISON)
Jane Chu
1
-1
/
+1
2024-07-03
mm/memory-failure: try to send SIGBUS even if unmap failed
Jane Chu
1
-11
/
+4
2024-07-03
mm: use update_mmu_tlb_range() to simplify code
Bang Li
1
-3
/
+1
2024-07-03
mm/memory: cleanly support zeropage in vm_insert_page*(), vm_map_pages*() and...
David Hildenbrand
2
-21
/
+72
2024-07-03
mm/memory: move page_count() check into validate_page_before_insert()
David Hildenbrand
1
-4
/
+2
2024-07-03
mm/swap: reduce swap cache search space
Kairui Song
7
-15
/
+31
2024-07-03
mm: drop page_index and simplify folio_index
Kairui Song
1
-4
/
+3
2024-07-03
mm/swap: get the swap device offset directly
Kairui Song
2
-3
/
+12
2024-07-03
writeback: factor out balance_wb_limits to remove repeated code
Kemeng Shi
1
-8
/
+17
2024-07-03
writeback: factor out wb_dirty_exceeded to remove repeated code
Kemeng Shi
1
-10
/
+12
2024-07-03
writeback: factor out balance_domain_limits to remove repeated code
Kemeng Shi
1
-7
/
+10
2024-07-03
writeback: factor out wb_dirty_freerun to remove more repeated freerun code
Kemeng Shi
1
-27
/
+28
2024-07-03
writeback: factor out code of freerun to remove repeated code
Kemeng Shi
1
-40
/
+49
2024-07-03
writeback: factor out domain_over_bg_thresh to remove repeated code
Kemeng Shi
1
-22
/
+19
2024-07-03
writeback: add general function domain_dirty_avail to calculate dirty and ava...
Kemeng Shi
1
-31
/
+34
2024-07-03
writeback: factor out wb_bg_dirty_limits to remove repeated code
Kemeng Shi
1
-16
/
+19
2024-07-03
mm: vmscan: reset sc->priority on retry
Shakeel Butt
1
-0
/
+1
2024-07-03
mm: vmscan: restore incremental cgroup iteration
Johannes Weiner
1
-2
/
+40
2024-07-03
mm: shmem: use folio_alloc_mpol() in shmem_alloc_folio()
Kefeng Wang
1
-23
/
+9
2024-07-03
mm: mempolicy: use folio_alloc_mpol() in alloc_migration_target_by_mpol()
Kefeng Wang
1
-3
/
+1
2024-07-03
mm: mempolicy: use folio_alloc_mpol_noprof() in vma_alloc_folio_noprof()
Kefeng Wang
1
-4
/
+3
2024-07-03
mm: add folio_alloc_mpol()
Kefeng Wang
1
-0
/
+7
2024-07-03
mm/hugetlb: drop node_alloc_noretry from alloc_fresh_hugetlb_folio
Oscar Salvador
1
-7
/
+5
2024-07-03
mm/vmscan: update stale references to shrink_page_list
Illia Ostapyshyn
3
-3
/
+3
2024-07-03
mm/hugetlb: constify ctl_table arguments of utility functions
Thomas Weißschuh
1
-2
/
+2
2024-06-24
mm/memory: don't require head page for do_set_pmd()
Andrew Bresticker
1
-1
/
+2
2024-06-24
mm/page_alloc: Separate THP PCP into movable and non-movable categories
yangge
1
-2
/
+7
2024-06-24
mm/migrate: make migrate_pages_batch() stats consistent
Zi Yan
1
-0
/
+5
2024-06-24
kasan: fix bad call to unpoison_slab_object
Andrey Konovalov
1
-1
/
+1
2024-06-24
mm: handle profiling for fake memory allocations during compaction
Suren Baghdasaryan
1
-2
/
+9
2024-06-24
mm/slab: fix 'variable obj_exts set but not used' warning
Suren Baghdasaryan
1
-3
/
+4
2024-06-24
/proc/pid/smaps: add mseal info for vma
Jeff Xu
1
-5
/
+0
2024-06-24
mm: fix incorrect vbq reference in purge_fragmented_block
Zhaoyang Huang
1
-6
/
+15
2024-06-23
Merge tag 'fixes-2024-06-23' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-21
/
+7
2024-06-17
Merge tag 'mm-hotfixes-stable-2024-06-17-11-43' of git://git.kernel.org/pub/s...
Linus Torvalds
10
-90
/
+59
2024-06-17
Merge tag 'hardening-v6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+2
2024-06-16
memblock: use numa_valid_node() helper to check for invalid node ID
Mike Rapoport (IBM)
1
-21
/
+7
2024-06-15
mm: shmem: fix getting incorrect lruvec when replacing a shmem folio
Baolin Wang
2
-3
/
+2
[next]