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
mm: introduce vma_merge_struct and abstract vma_merge(),vma_modify()
Lorenzo Stoakes
4
-207
/
+246
2024-09-03
tools: add VMA merge tests
Lorenzo Stoakes
2
-10
/
+1317
2024-09-03
tools: improve vma test Makefile
Lorenzo Stoakes
1
-2
/
+4
2024-09-03
mm/vma.h: optimise vma_munmap_struct
Liam R. Howlett
1
-3
/
+4
2024-09-03
mm/vma: drop incorrect comment from vms_gather_munmap_vmas()
Liam R. Howlett
1
-6
/
+1
2024-09-03
mm: move may_expand_vm() check in mmap_region()
Liam R. Howlett
3
-35
/
+4
2024-09-03
ipc/shm, mm: drop do_vma_munmap()
Liam R. Howlett
5
-43
/
+20
2024-09-03
mm/mmap: use vms accounted pages in mmap_region()
Liam R. Howlett
1
-2
/
+3
2024-09-03
mm/mmap: use PHYS_PFN in mmap_region()
Liam R. Howlett
1
-5
/
+5
2024-09-03
mm: change failure of MAP_FIXED to restoring the gap on failure
Liam R. Howlett
3
-26
/
+61
2024-09-03
mm/mmap: avoid zeroing vma tree in mmap_region()
Liam R. Howlett
3
-48
/
+85
2024-09-03
mm: clean up unmap_region() argument list
Liam R. Howlett
3
-15
/
+11
2024-09-03
mm/vma: track start and end for munmap in vma_munmap_struct
Liam R. Howlett
2
-7
/
+31
2024-09-03
mm/mmap: reposition vma iterator in mmap_region()
Liam R. Howlett
3
-33
/
+39
2024-09-03
mm/vma: support vma == NULL in init_vma_munmap()
Liam R. Howlett
2
-4
/
+9
2024-09-03
mm/vma: expand mmap_region() munmap call
Liam R. Howlett
3
-33
/
+57
2024-09-03
mm/vma: inline munmap operation in mmap_region()
Liam R. Howlett
1
-6
/
+9
2024-09-03
mm/vma: extract validate_mm() from vma_complete()
Liam R. Howlett
2
-1
/
+5
2024-09-03
mm/vma: change munmap to use vma_munmap_struct() for accounting and surroundi...
Liam R. Howlett
2
-40
/
+49
2024-09-03
mm/vma: introduce vma_munmap_struct for use in munmap operations
Liam R. Howlett
2
-66
/
+90
2024-09-03
mm/vma: extract the gathering of vmas from do_vmi_align_munmap()
Liam R. Howlett
1
-33
/
+62
2024-09-03
mm/vma: introduce vmi_complete_munmap_vmas()
Liam R. Howlett
1
-25
/
+55
2024-09-03
mm/vma: introduce abort_munmap_vmas()
Liam R. Howlett
1
-5
/
+17
2024-09-03
mm/vma: correctly position vma_iterator in __split_vma()
Liam R. Howlett
1
-1
/
+4
2024-09-03
Documentation/cgroup-v2: clarify that zswap.writeback is ignored if zswap is ...
Mike Yuan
1
-0
/
+2
2024-09-03
selftests: test_zswap: add test for hierarchical zswap.writeback
Mike Yuan
1
-21
/
+54
2024-09-03
mm: remove code to handle same filled pages
Usama Arif
1
-77
/
+8
2024-09-03
mm: store zero pages to be swapped out in a bitmap
Usama Arif
3
-6
/
+151
2024-09-03
mm:page_alloc: fix the NULL ac->nodemask in __alloc_pages_slowpath()
Zhongkun He
2
-0
/
+11
2024-09-03
mm: swapfile: fix SSD detection with swapfile on btrfs
Johannes Weiner
1
-79
/
+86
2024-09-03
mm:page-writeback: use folio_next_index() helper in writeback_iter()
Yuesong Li
1
-1
/
+1
2024-09-03
selftests/mm: fix charge_reserved_hugetlb.sh test
David Hildenbrand
2
-10
/
+13
2024-09-03
x86: remove PG_uncached
Matthew Wilcox (Oracle)
11
-76
/
+31
2024-09-03
mm: rename PG_mappedtodisk to PG_owner_2
Matthew Wilcox (Oracle)
5
-16
/
+24
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)
2
-7
/
+10
2024-09-03
mm: remove PageUnevictable
Matthew Wilcox (Oracle)
2
-11
/
+11
2024-09-03
mm: remove PageSwapCache
Matthew Wilcox (Oracle)
5
-24
/
+22
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)
2
-5
/
+6
2024-09-03
zsmalloc: use all available 24 bits of page_type
Matthew Wilcox (Oracle)
3
-20
/
+6
2024-09-03
mm: support only one page_type per page
Matthew Wilcox (Oracle)
3
-51
/
+56
2024-09-03
mm: introduce page_mapcount_is_type()
Matthew Wilcox (Oracle)
3
-7
/
+11
2024-09-03
printf: remove %pGt support
Matthew Wilcox (Oracle)
6
-62
/
+2
2024-09-03
selftests/mm: add more mseal traversal tests
Pedro Falcato
1
-1
/
+105
2024-09-03
mm: remove can_modify_mm()
Pedro Falcato
2
-35
/
+0
2024-09-03
mseal: replace can_modify_mm_madv with a vma variant
Pedro Falcato
4
-25
/
+14
2024-09-03
mm/mremap: replace can_modify_mm with can_modify_vma
Pedro Falcato
1
-26
/
+6
[prev]
[next]