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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-09
mm: restart if multiple traversals raced
Kinsey Ho
1
-2
/
+2
2024-09-09
cgroup: clarify css sibling linkage is protected by cgroup_mutex or RCU
Kinsey Ho
1
-1
/
+5
2024-09-09
uprobes: use vm_special_mapping close() functionality
Sven Schnelle
1
-1
/
+0
2024-09-09
mm: pass vm_flags to generic_get_unmapped_area()
Mark Brown
1
-2
/
+2
2024-09-09
mm: make arch_get_unmapped_area() take vm_flags by default
Mark Brown
1
-15
/
+8
2024-09-09
mm,tmpfs: consider end of file write in shmem_is_huge
Rik van Riel
1
-4
/
+4
2024-09-09
lib: zstd: export API needed for dictionary support
Sergey Senozhatsky
1
-0
/
+167
2024-09-09
maple_tree: fix comment typo on ma_flag of allocation tree
Wei Yang
1
-3
/
+3
2024-09-09
mm: fix folio_alloc_noprof()
Kent Overstreet
1
-1
/
+1
2024-09-09
mm: split underused THPs
Usama Arif
2
-0
/
+2
2024-09-09
mm: introduce a pageflag for partially mapped folios
Usama Arif
2
-3
/
+14
2024-09-09
mm: remap unused subpages to shared zeropage when splitting isolated thp
Yu Zhao
1
-1
/
+6
2024-09-09
mm: warn about illegal __GFP_NOFAIL usage in a more appropriate location and ...
Barry Song
1
-1
/
+2
2024-09-09
mm: document __GFP_NOFAIL must be blockable
Barry Song
1
-1
/
+4
2024-09-09
mm/damon/core: remove per-scheme region priority histogram buffer
SeongJae Park
1
-1
/
+0
2024-09-09
mm/damon/core: introduce per-context region priorities histogram buffer
SeongJae Park
1
-0
/
+2
2024-09-09
mm: count the number of partially mapped anonymous THPs per size
Barry Song
1
-0
/
+1
2024-09-09
mm: count the number of anonymous THPs per size
Barry Song
1
-2
/
+13
2024-09-09
mm: cleanup count_mthp_stat() definition
Ryan Roberts
1
-35
/
+35
2024-09-03
mm: migrate: add isolate_folio_to_list()
Kefeng Wang
1
-0
/
+3
2024-09-03
ipc/shm, mm: drop do_vma_munmap()
Liam R. Howlett
1
-3
/
+3
2024-09-03
mm: store zero pages to be swapped out in a bitmap
Usama Arif
1
-0
/
+1
2024-09-03
x86: remove PG_uncached
Matthew Wilcox (Oracle)
3
-23
/
+14
2024-09-03
mm: rename PG_mappedtodisk to PG_owner_2
Matthew Wilcox (Oracle)
3
-10
/
+18
2024-09-03
mm: remove page_has_private()
Matthew Wilcox (Oracle)
1
-10
/
+5
2024-09-03
mm: remove PageOwnerPriv1
Matthew Wilcox (Oracle)
1
-2
/
+0
2024-09-03
mm: remove PageMlocked
Matthew Wilcox (Oracle)
1
-5
/
+8
2024-09-03
mm: remove PageUnevictable
Matthew Wilcox (Oracle)
1
-3
/
+3
2024-09-03
mm: remove PageSwapCache
Matthew Wilcox (Oracle)
2
-9
/
+4
2024-09-03
mm: remove PageReadahead
Matthew Wilcox (Oracle)
1
-2
/
+2
2024-09-03
mm: remove PageSwapBacked
Matthew Wilcox (Oracle)
1
-3
/
+3
2024-09-03
mm: remove PageActive
Matthew Wilcox (Oracle)
1
-2
/
+3
2024-09-03
mm: support only one page_type per page
Matthew Wilcox (Oracle)
1
-40
/
+28
2024-09-03
mm: introduce page_mapcount_is_type()
Matthew Wilcox (Oracle)
2
-5
/
+10
2024-09-03
printf: remove %pGt support
Matthew Wilcox (Oracle)
1
-10
/
+0
2024-09-03
mm: allow read-ahead with IOCB_NOWAIT set
Yafang Shao
1
-1
/
+0
2024-09-03
mm: always inline _compound_head() with CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP=y
David Hildenbrand
1
-1
/
+1
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
mm: krealloc: clarify valid usage of __GFP_ZERO
Danilo Krummrich
1
-0
/
+10
2024-09-03
mm/rmap: use folio->_mapcount for small folios
David Hildenbrand
1
-2
/
+2
2024-09-03
mm/hugetlb: use __GFP_COMP for gigantic folios
Yu Zhao
1
-4
/
+5
2024-09-03
mm/cma: add cma_{alloc,free}_folio()
Yu Zhao
1
-0
/
+16
2024-09-03
mm/contig_alloc: support __GFP_COMP
Yu Zhao
1
-0
/
+23
2024-09-03
mm,memcg: provide per-cgroup counters for NUMA balancing operations
Kaiyang Zhao
2
-3
/
+22
2024-09-03
mm: shmem: support large folio swap out
Baolin Wang
1
-0
/
+3
2024-09-03
mm: swap: extend swap_shmem_alloc() to support batch SWAP_MAP_SHMEM flag setting
Baolin Wang
1
-2
/
+2
2024-09-03
mm: make range-to-target_node lookup facility a part of numa_memblks
Mike Rapoport (Microsoft)
1
-0
/
+7
2024-09-03
arch_numa: switch over to numa_memblks
Mike Rapoport (Microsoft)
1
-3
/
+5
2024-09-03
mm: numa_memblks: make several functions and variables static
Mike Rapoport (Microsoft)
1
-8
/
+0
2024-09-03
mm: numa_memblks: introduce numa_memblks_init
Mike Rapoport (Microsoft)
1
-0
/
+3
[next]