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
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-09
mm/gup: move gup_must_unshare() to mm/internal.h
Jason Gunthorpe
1
-65
/
+0
2023-02-09
mm/gup: remove pin_user_pages_fast_only()
Jason Gunthorpe
1
-2
/
+0
2023-02-09
mm/gup: add FOLL_UNLOCKABLE
Jason Gunthorpe
1
-0
/
+1
2023-02-09
mm/gup: move try_grab_page() to mm/internal.h
Jason Gunthorpe
1
-2
/
+0
2023-02-09
mm/gup: remove obsolete FOLL_LONGTERM comment
Jason Gunthorpe
1
-6
/
+0
2023-02-09
mm/vmalloc.c: add flags to mark vm_map_ram area
Baoquan He
1
-0
/
+1
2023-02-09
shmem: add shmem_read_folio() and shmem_read_folio_gfp()
Matthew Wilcox (Oracle)
1
-0
/
+8
2023-02-09
filemap: add mapping_read_folio_gfp()
Matthew Wilcox (Oracle)
1
-0
/
+2
2023-02-09
mm: introduce vm_flags_reset_once to replace WRITE_ONCE vm_flags updates
Suren Baghdasaryan
1
-0
/
+7
2023-02-09
mm: introduce __vm_flags_mod and use it in untrack_pfn
Suren Baghdasaryan
2
-4
/
+15
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
1
-1
/
+1
2023-02-09
mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
Suren Baghdasaryan
1
-2
/
+2
2023-02-09
mm: introduce vma->vm_flags wrapper functions
Suren Baghdasaryan
2
-1
/
+49
2023-02-09
mm/mmap: don't use __vma_adjust() in shift_arg_pages()
Liam R. Howlett
1
-8
/
+2
2023-02-09
mm/mremap: convert vma_adjust() to vma_expand()
Liam R. Howlett
1
-0
/
+3
2023-02-09
mm: don't use __vma_adjust() in __split_vma()
Liam R. Howlett
1
-4
/
+3
2023-02-09
mm: add vma iterator to vma_adjust() arguments
Liam R. Howlett
1
-5
/
+4
2023-02-09
mm: pass through vma iterator to __vma_adjust()
Liam R. Howlett
1
-2
/
+4
2023-02-09
mmap: convert __vma_adjust() to use vma iterator
Liam R. Howlett
1
-3
/
+0
2023-02-09
mm: switch vma_merge(), split_vma(), and __split_vma to vma iterator
Liam R. Howlett
1
-13
/
+5
2023-02-09
mm: change mprotect_fixup to vma iterator
Liam R. Howlett
1
-3
/
+3
2023-02-09
ipc/shm: introduce new do_vma_munmap() to munmap
Liam R. Howlett
1
-0
/
+3
2023-02-09
mm: add temporary vma iterator versions of vma_merge(), split_vma(), and __sp...
Liam R. Howlett
1
-1
/
+10
2023-02-09
mmap: change do_mas_munmap and do_mas_aligned_munmap() to use vma iterator
Liam R. Howlett
1
-1
/
+1
2023-02-09
mm: expand vma iterator interface
Liam R. Howlett
2
-7
/
+43
2023-02-09
maple_tree: add mas_init() function
Liam R. Howlett
1
-0
/
+11
2023-02-09
mm: fix memcpy_from_file_folio() integer underflow
Matthew Wilcox (Oracle)
1
-2
/
+3
2023-02-02
fs: convert writepage_t callback to pass a folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2023-02-02
mm: add memcpy_from_file_folio()
Matthew Wilcox (Oracle)
2
-0
/
+30
2023-02-02
block: remove ->rw_page
Christoph Hellwig
1
-5
/
+7
2023-02-02
mm: memory-failure: add memory failure stats to sysfs
Jiaqi Yan
2
-0
/
+33
2023-02-02
mm: multi-gen LRU: section for memcg LRU
T.J. Alumbaugh
2
-28
/
+2
2023-02-02
mm/damon: update comments in damon.h for damon_attrs
SeongJae Park
1
-3
/
+3
2023-02-02
mm: implement memory-deny-write-execute as a prctl
Joey Gouly
2
-1
/
+39
2023-02-02
swap_state: update shadow_nodes for anonymous page
Yang Yang
1
-1
/
+2
2023-02-02
mm/hugetlb: convert get_hwpoison_huge_page() to folios
Sidhartha Kumar
1
-2
/
+2
2023-02-02
mm/page_ext: init page_ext early if there are no deferred struct pages
Pasha Tatashin
1
-0
/
+2
2023-02-02
mm: convert mem_cgroup_css_from_page() to mem_cgroup_css_from_folio()
Matthew Wilcox (Oracle)
1
-1
/
+1
2023-02-02
mm/fs: convert inode_attach_wb() to take a folio
Matthew Wilcox (Oracle)
1
-6
/
+6
2023-02-02
mm: add vma_alloc_zeroed_movable_folio()
Matthew Wilcox (Oracle)
1
-17
/
+16
2023-02-02
filemap: remove find_get_pages_range_tag()
Vishal Moola (Oracle)
2
-18
/
+0
2023-02-02
filemap: add filemap_get_folios_tag()
Vishal Moola (Oracle)
1
-0
/
+2
2023-02-02
pagemap: add filemap_grab_folio()
Vishal Moola (Oracle)
1
-0
/
+20
2023-02-02
mm: fix khugepaged with shmem_enabled=advise
David Stevens
1
-8
/
+2
2023-02-02
mm: discard __GFP_ATOMIC
NeilBrown
1
-8
/
+4
2023-02-02
mm/page_ext: do not allocate space for page_ext->flags if not needed
Pasha Tatashin
1
-0
/
+18
2023-02-02
mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
1
-29
/
+0
2023-02-02
mm: pagevec: add folio_batch_reinit()
Lorenzo Stoakes
1
-0
/
+5
2023-02-02
mm/memory-failure: convert hugetlb_clear_page_hwpoison to folios
Sidhartha Kumar
1
-2
/
+2
2023-02-02
mm: remove the hugetlb field from struct page
Sidhartha Kumar
1
-12
/
+0
[next]