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
/
mm.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-02
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-46
/
+130
2023-11-01
Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+0
2023-10-30
Merge tag 'execve-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+1
2023-10-25
mempolicy: alloc_pages_mpol() for NUMA policy without vma
Hugh Dickins
1
-1
/
+1
2023-10-25
mm: remove page_cpupid_xchg_last()
Kefeng Wang
1
-12
/
+7
2023-10-25
mm: make finish_mkwrite_fault() static
Kefeng Wang
1
-1
/
+0
2023-10-25
mm: add folio_xchg_last_cpupid()
Kefeng Wang
1
-0
/
+5
2023-10-25
mm: remove xchg_page_access_time()
Kefeng Wang
1
-8
/
+4
2023-10-25
mm: add folio_xchg_access_time()
Kefeng Wang
1
-0
/
+5
2023-10-25
mm: remove page_cpupid_last()
Kefeng Wang
1
-11
/
+6
2023-10-25
mm: add folio_last_cpupid()
Kefeng Wang
1
-0
/
+5
2023-10-18
mm: update memfd seal write check to include F_SEAL_WRITE
Lorenzo Stoakes
1
-7
/
+8
2023-10-18
mm: drop the assumption that VM_SHARED always implies writable
Lorenzo Stoakes
1
-0
/
+11
2023-10-18
mm: make vma_merge() and split_vma() internal
Lorenzo Stoakes
1
-9
/
+0
2023-10-18
mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al.
Lorenzo Stoakes
1
-0
/
+60
2023-10-18
mm/gup: adapt get_user_page_vma_remote() to never return NULL
Lorenzo Stoakes
1
-3
/
+9
2023-10-18
mm: make __access_remote_vm() static
Lorenzo Stoakes
1
-2
/
+0
2023-10-16
mm: memory: add vm_normal_folio_pmd()
Kefeng Wang
1
-0
/
+2
2023-10-10
sched/numa: Rename vma_numab_state::access_pids[] => ::pids_active[], ::next_...
Mel Gorman
1
-2
/
+2
2023-10-06
mm: add statistics for PUD level pagetable
Baolin Wang
1
-0
/
+16
2023-10-04
efi/unaccepted: do not let /proc/vmcore try to access unaccepted memory
Adrian Hunter
1
-0
/
+7
2023-10-04
mm/mremap: allow moves within the same VMA for stack moves
Joel Fernandes (Google)
1
-1
/
+1
2023-10-04
mm: remove remnants of SPLIT_RSS_COUNTING
Mateusz Guzik
1
-8
/
+0
2023-10-03
mm: Remove unused vm_brk()
Kees Cook
1
-2
/
+1
2023-09-11
arch: Remove Itanium (IA-64) architecture
Ard Biesheuvel
1
-2
/
+0
2023-08-31
Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-8
/
+39
2023-08-29
Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+18
2023-08-24
mm: remove enum page_entry_size
Matthew Wilcox (Oracle)
1
-9
/
+1
2023-08-24
mm: convert do_set_pte() to set_pte_range()
Yin Fengwei
1
-1
/
+2
2023-08-24
mm: handle userfaults under VMA lock
Suren Baghdasaryan
1
-0
/
+20
2023-08-24
mm: handle swap page faults under per-VMA lock
Suren Baghdasaryan
1
-0
/
+13
2023-08-21
mm: free up a word in the first tail page
Matthew Wilcox (Oracle)
1
-5
/
+5
2023-08-21
mm: add large_rmappable page flag
Matthew Wilcox (Oracle)
1
-13
/
+0
2023-08-21
mm: remove HUGETLB_PAGE_DTOR
Matthew Wilcox (Oracle)
1
-4
/
+0
2023-08-21
mm: remove free_compound_page() and the compound_page_dtors array
Matthew Wilcox (Oracle)
1
-10
/
+0
2023-08-21
mm: convert free_transhuge_folio() to folio_undo_large_rmappable()
Matthew Wilcox (Oracle)
1
-2
/
+0
2023-08-21
merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes
Andrew Morton
1
-6
/
+15
2023-08-21
mm: remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers
Vishal Moola (Oracle)
1
-20
/
+0
2023-08-21
mm: create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
Vishal Moola (Oracle)
1
-14
/
+42
2023-08-21
mm: convert ptlock_free() to use ptdescs
Vishal Moola (Oracle)
1
-5
/
+5
2023-08-21
mm: convert pmd_ptlock_free() to use ptdescs
Vishal Moola (Oracle)
1
-5
/
+5
2023-08-21
mm: convert ptlock_init() to use ptdescs
Vishal Moola (Oracle)
1
-7
/
+7
2023-08-21
mm: convert pmd_ptlock_init() to use ptdescs
Vishal Moola (Oracle)
1
-5
/
+5
2023-08-21
mm: convert ptlock_ptr() to use ptdescs
Vishal Moola (Oracle)
1
-7
/
+7
2023-08-21
mm: convert ptlock_alloc() to use ptdescs
Vishal Moola (Oracle)
1
-3
/
+3
2023-08-21
mm: convert pmd_pgtable_page() callers to use pmd_ptdesc()
Vishal Moola (Oracle)
1
-2
/
+2
2023-08-21
mm: add utility functions for ptdesc
Vishal Moola (Oracle)
1
-0
/
+61
2023-08-21
mm: move dummy_vm_ops out of a header
Mateusz Guzik
1
-3
/
+3
2023-08-21
mm: lock vma explicitly before doing vm_flags_reset and vm_flags_reset_once
Suren Baghdasaryan
1
-3
/
+7
2023-08-21
mm: for !CONFIG_PER_VMA_LOCK equate write lock assertion for vma and mmap
Suren Baghdasaryan
1
-1
/
+2
[next]