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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-03
selftests: mm: support shmem mTHP collapse testing
Baolin Wang
3
-8
/
+51
2024-09-03
mm: khugepaged: support shmem mTHP collapse
Baolin Wang
1
-17
/
+11
2024-09-03
mm: khugepaged: support shmem mTHP copy
Baolin Wang
1
-5
/
+10
2024-09-03
mm: khugepaged: use the number of pages in the folio to check the reference c...
Baolin Wang
1
-4
/
+4
2024-09-03
mm: khugepaged: expand the is_refcount_suitable() to support file folios
Baolin Wang
1
-5
/
+6
2024-09-03
mm: always inline _compound_head() with CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP=y
David Hildenbrand
1
-1
/
+1
2024-09-03
mm/kmemleak: use IS_ERR_PCPU() for pointer in the percpu address space
Uros Bizjak
1
-4
/
+4
2024-09-03
err.h: add ERR_PTR_PCPU(), PTR_ERR_PCPU() and IS_ERR_PCPU() macros
Uros Bizjak
1
-0
/
+9
2024-09-03
selftests/mm: remove unnecessary ia64 code and comment
Jinjiang Tu
6
-67
/
+8
2024-09-03
mm: krealloc: clarify valid usage of __GFP_ZERO
Danilo Krummrich
2
-2
/
+28
2024-09-03
mm: krealloc: consider spare memory for __GFP_ZERO
Danilo Krummrich
1
-0
/
+7
2024-09-03
mm/rmap: use folio->_mapcount for small folios
David Hildenbrand
2
-4
/
+4
2024-09-03
mm/hugetlb: use __GFP_COMP for gigantic folios
Yu Zhao
2
-238
/
+61
2024-09-03
mm/cma: add cma_{alloc,free}_folio()
Yu Zhao
2
-15
/
+56
2024-09-03
mm/contig_alloc: support __GFP_COMP
Yu Zhao
3
-67
/
+108
2024-09-03
mm,memcg: provide per-cgroup counters for NUMA balancing operations
Kaiyang Zhao
8
-10
/
+101
2024-09-03
kasan: simplify and clarify Makefile
Andrey Konovalov
1
-22
/
+23
2024-09-03
mm: shmem: support large folio swap out
Baolin Wang
3
-13
/
+48
2024-09-03
mm: shmem: split large entry if the swapin folio is not large
Baolin Wang
1
-0
/
+103
2024-09-03
mm: shmem: drop folio reference count using 'nr_pages' in shmem_delete_from_p...
Baolin Wang
1
-1
/
+1
2024-09-03
mm: shmem: support large folio allocation for shmem_replace_folio()
Baolin Wang
1
-28
/
+46
2024-09-03
mm: shmem: use swap_free_nr() to free shmem swap entries
Baolin Wang
1
-6
/
+10
2024-09-03
mm: filemap: use xa_get_order() to get the swap entry order
Baolin Wang
1
-14
/
+27
2024-09-03
mm: shmem: return number of pages beeing freed in shmem_free_swap
Daniel Gomez
1
-9
/
+16
2024-09-03
mm: shmem: extend shmem_partial_swap_usage() to support large folio swap
Baolin Wang
1
-1
/
+1
2024-09-03
mm: swap: extend swap_shmem_alloc() to support batch SWAP_MAP_SHMEM flag setting
Baolin Wang
3
-6
/
+8
2024-09-03
mm: attempt to batch free swap entries for zap_pte_range()
Barry Song
3
-13
/
+76
2024-09-03
mm: rename instances of swap_info_struct to meaningful 'si'
Barry Song
1
-167
/
+167
2024-09-03
docs: move numa=fake description to kernel-parameters.txt
Mike Rapoport (Microsoft)
2
-12
/
+15
2024-09-03
mm: make range-to-target_node lookup facility a part of numa_memblks
Mike Rapoport (Microsoft)
7
-49
/
+48
2024-09-03
arch_numa: switch over to numa_memblks
Mike Rapoport (Microsoft)
4
-151
/
+76
2024-09-03
of, numa: return -EINVAL when no numa-node-id is found
Mike Rapoport (Microsoft)
1
-2
/
+2
2024-09-03
mm: numa_memblks: use memblock_{start,end}_of_DRAM() when sanitizing meminfo
Mike Rapoport (Microsoft)
1
-2
/
+2
2024-09-03
mm: numa_memblks: make several functions and variables static
Mike Rapoport (Microsoft)
2
-26
/
+18
2024-09-03
mm: numa_memblks: introduce numa_memblks_init
Mike Rapoport (Microsoft)
3
-36
/
+48
2024-09-03
mm: introduce numa_emulation
Mike Rapoport (Microsoft)
8
-35
/
+27
2024-09-03
mm: move numa_distance and related code from x86 to numa_memblks
Mike Rapoport (Microsoft)
5
-108
/
+108
2024-09-03
mm: introduce numa_memblks
Mike Rapoport (Microsoft)
12
-383
/
+436
2024-09-03
x86/numa: numa_{add,remove}_cpu: make cpu parameter unsigned
Mike Rapoport (Microsoft)
3
-15
/
+15
2024-09-03
x86/numa_emu: use a helper function to get MAX_DMA32_PFN
Mike Rapoport (Microsoft)
3
-2
/
+8
2024-09-03
x86/numa_emu: split __apicid_to_node update to a helper function
Mike Rapoport (Microsoft)
3
-13
/
+25
2024-09-03
x86/numa_emu: simplify allocation of phys_dist
Mike Rapoport (Microsoft)
1
-6
/
+2
2024-09-03
x86/numa: move FAKE_NODE_* defines to numa_emu
Mike Rapoport (Microsoft)
2
-2
/
+3
2024-09-03
x86/numa: use get_pfn_range_for_nid to verify that node spans memory
Mike Rapoport (Microsoft)
1
-10
/
+7
2024-09-03
x86/numa: simplify numa_distance allocation
Mike Rapoport (Microsoft)
1
-5
/
+2
2024-09-03
arch, mm: pull out allocation of NODE_DATA to generic code
Mike Rapoport (Microsoft)
9
-119
/
+38
2024-09-03
mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSION
Mike Rapoport (Microsoft)
4
-56
/
+18
2024-09-03
arch, mm: move definition of node_data to generic code
Mike Rapoport (Microsoft)
32
-144
/
+22
2024-09-03
MIPS: loongson64: drop HAVE_ARCH_NODEDATA_EXTENSION
Mike Rapoport (Microsoft)
2
-14
/
+0
2024-09-03
MIPS: loongson64: rename __node_data to node_data
Mike Rapoport (Microsoft)
2
-6
/
+6
[next]