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-09-01
memory tiering: read last_cpupid correctly in do_huge_pmd_numa_page()
Zi Yan
1
-1
/
+2
2024-09-01
mm: extend 'usage' parameter so that cluster_swap_free_nr() can be reused
Barry Song
1
-10
/
+5
2024-09-01
mm: kmem: remove mem_cgroup_from_obj()
Muchun Song
1
-31
/
+1
2024-09-01
mm: remove foll_flags in __get_user_pages
Josef Bacik
1
-6
/
+4
2024-09-01
mm: cleanup flags usage in faultin_page
Josef Bacik
1
-10
/
+10
2024-09-01
mm/damon/lru_sort: adjust local variable to dynamic allocation
Peng Hao
1
-4
/
+11
2024-09-01
mm/hugetlb_vmemmap: don't synchronize_rcu() without HVO
Yu Zhao
1
-20
/
+20
2024-09-01
shmem_quota: build the object file conditionally to the config option
Carlos Maiolino
2
-4
/
+2
2024-09-01
mm: shmem: move shmem_huge_global_enabled() into shmem_allowable_huge_orders()
Baolin Wang
2
-26
/
+33
2024-09-01
mm: shmem: rename shmem_is_huge() to shmem_huge_global_enabled()
Baolin Wang
2
-9
/
+11
2024-09-01
mm: shmem: simplify the suitable huge orders validation for tmpfs
Baolin Wang
1
-24
/
+15
2024-09-01
mm: kvmalloc: align kvrealloc() with krealloc()
Danilo Krummrich
1
-30
/
+70
2024-09-01
mm: vmalloc: implement vrealloc()
Danilo Krummrich
2
-0
/
+75
2024-09-01
mm: add node_reclaim successes to VM event counters
Matthew Cassell
2
-1
/
+4
2024-09-01
mm: vmalloc: optimize vmap_lazy_nr arithmetic when purging each vmap_area
Adrian Huang
1
-1
/
+4
2024-09-01
codetag: debug: mark codetags for poisoned page as empty
Hao Ge
1
-0
/
+7
2024-09-01
mm/memcontrol: respect zswap.writeback setting from parent cg too
Mike Yuan
1
-3
/
+9
2024-09-01
Revert "mm: skip CMA pages when they are not available"
Usama Arif
1
-22
/
+2
2024-09-01
mm/slub: add check for s->flags in the alloc_tagging_slab_free_hook
Hao Ge
1
-0
/
+4
2024-09-01
userfaultfd: don't BUG_ON() if khugepaged yanks our page table
Jann Horn
1
-3
/
+4
2024-09-01
userfaultfd: fix checks for huge PMDs
Jann Horn
1
-10
/
+12
2024-09-01
mm: vmalloc: ensure vmap_block is initialised before adding to queue
Will Deacon
1
-1
/
+1
2024-09-01
Merge tag 'x86-urgent-2024-09-01' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-2
/
+2
2024-08-30
mm: Fix filemap_invalidate_inode() to use invalidate_inode_pages2_range()
David Howells
1
-1
/
+1
2024-08-30
fs: move FMODE_UNSIGNED_OFFSET to fop_flags
Christian Brauner
1
-1
/
+1
2024-08-29
mm: add kmem_cache_create_rcu()
Christian Brauner
3
-46
/
+112
2024-08-29
mm: remove unused argument from create_cache()
Christian Brauner
1
-3
/
+2
2024-08-27
mm, slab: use kmem_cache_free() to free from kmem_buckets_cache
Yan Zhen
1
-1
/
+1
2024-08-27
slub: Introduce CONFIG_SLUB_RCU_DEBUG
Jann Horn
5
-13
/
+171
2024-08-27
kasan: catch invalid free before SLUB reinitializes the object
Jann Horn
2
-25
/
+43
2024-08-27
mm, slab: call kvfree_rcu_barrier() from kmem_cache_destroy()
Vlastimil Babka
1
-0
/
+3
2024-08-27
mm, slab: reintroduce rcu_barrier() into kmem_cache_destroy()
Vlastimil Babka
1
-43
/
+4
2024-08-27
mm, slab: move kfence_shutdown_cache() outside slab_mutex
Vlastimil Babka
1
-6
/
+2
2024-08-27
mm, slab: unlink slabinfo, sysfs and debugfs immediately
Vlastimil Babka
1
-31
/
+26
2024-08-27
mm, slab: dissolve shutdown_cache() into its caller
Vlastimil Babka
1
-22
/
+18
2024-08-26
Reenable NUMA policy support in the slab allocator
Christoph Lameter
1
-1
/
+5
2024-08-26
mm, slub: print CPU id (and its node) on slab OOM
Axel Rasmussen
1
-2
/
+3
2024-08-26
slab: Warn on duplicate cache names when DEBUG_VM=y
Pedro Falcato
1
-0
/
+17
2024-08-24
mm: Fix missing folio invalidation calls during truncation
David Howells
1
-2
/
+2
2024-08-23
readahead: allocate folios with mapping_min_order in readahead
Pankaj Raghav
1
-18
/
+61
2024-08-23
filemap: allocate mapping_min_order folios in the page cache
Pankaj Raghav
1
-8
/
+16
2024-08-23
fs: Allow fine-grained control of folio sizes
Matthew Wilcox (Oracle)
2
-6
/
+4
2024-08-20
x86/kaslr: Expose and use the end of the physical memory address space
Thomas Gleixner
2
-2
/
+2
2024-08-17
Merge tag 'mm-hotfixes-stable-2024-08-17-19-34' of git://git.kernel.org/pub/s...
Linus Torvalds
13
-160
/
+129
2024-08-16
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-2
/
+5
2024-08-15
mm/migrate: fix deadlock in migrate_pages_batch() on large folios
Gao Xiang
1
-5
/
+11
2024-08-15
alloc_tag: mark pages reserved during CMA activation as not tagged
Suren Baghdasaryan
1
-0
/
+2
2024-08-15
alloc_tag: introduce clear_page_tag_ref() helper function
Suren Baghdasaryan
2
-17
/
+2
2024-08-15
mm: fix endless reclaim on machines with unaccepted memory
Kirill A. Shutemov
1
-22
/
+20
2024-08-15
mm/numa: no task_numa_fault() call if PMD is changed
Zi Yan
1
-16
/
+13
[prev]
[next]