index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
scs.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-10-18
arm64, kasan: update comment in kasan_init
Andrey Konovalov
1
-1
/
+5
2023-10-18
mm/gup: adapt get_user_page_vma_remote() to never return NULL
Lorenzo Stoakes
4
-9
/
+14
2023-10-18
mm/gup: make failure to pin an error if FOLL_NOWAIT not specified
Lorenzo Stoakes
1
-0
/
+11
2023-10-18
mm/gup: explicitly define and check internal GUP flags, disallow FOLL_TOUCH
Lorenzo Stoakes
2
-3
/
+5
2023-10-18
mm: make __access_remote_vm() static
Lorenzo Stoakes
4
-7
/
+5
2023-10-18
mm: multi-gen LRU: reuse some legacy trace events
Jaewon Kim
1
-5
/
+13
2023-10-18
mm/migrate: remove unused mm argument from do_move_pages_to_node
Gregory Price
1
-7
/
+6
2023-10-18
memory: move exclusivity detection in do_wp_page() into wp_can_reuse_anon_fol...
David Hildenbrand
1
-43
/
+45
2023-10-18
mm/rmap: convert page_move_anon_rmap() to folio_move_anon_rmap()
David Hildenbrand
5
-13
/
+11
2023-10-18
mm/rmap: move SetPageAnonExclusive() out of page_move_anon_rmap()
David Hildenbrand
4
-2
/
+5
2023-10-18
mm: handle write faults to RO pages under the VMA lock
Matthew Wilcox (Oracle)
1
-7
/
+6
2023-10-18
mm: handle read faults under the VMA lock
Matthew Wilcox (Oracle)
1
-4
/
+3
2023-10-18
mm: handle COW faults under the VMA lock
Matthew Wilcox (Oracle)
1
-7
/
+5
2023-10-18
mm: handle shared faults under the VMA lock
Matthew Wilcox (Oracle)
1
-4
/
+18
2023-10-18
mm: call wp_page_copy() under the VMA lock
Matthew Wilcox (Oracle)
1
-13
/
+26
2023-10-18
mm: make lock_folio_maybe_drop_mmap() VMA lock aware
Matthew Wilcox (Oracle)
1
-6
/
+7
2023-10-18
percpu_counter: extend _limited_add() to negative amounts
Hugh Dickins
2
-16
/
+49
2023-10-18
shmem,percpu_counter: add _limited_add(fbc, limit, amount)
Hugh Dickins
3
-5
/
+81
2023-10-18
shmem: _add_to_page_cache() before shmem_inode_acct_blocks()
Hugh Dickins
1
-111
/
+118
2023-10-18
shmem: move memcg charge out of shmem_add_to_page_cache()
Hugh Dickins
1
-39
/
+29
2023-10-18
shmem: shmem_acct_blocks() and shmem_inode_acct_blocks()
Hugh Dickins
1
-7
/
+7
2023-10-18
shmem: trivial tidyups, removing extra blank lines, etc
Hugh Dickins
1
-35
/
+21
2023-10-18
shmem: factor shmem_falloc_wait() out of shmem_fault()
Hugh Dickins
1
-57
/
+69
2023-10-18
shmem: remove vma arg from shmem_get_folio_gfp()
Hugh Dickins
1
-7
/
+6
2023-10-18
shmem: shrink shmem_inode_info: dir_offsets in a union
Hugh Dickins
1
-6
/
+10
2023-10-18
mm/filemap: clarify filemap_fault() comments for not uptodate case
Lorenzo Stoakes
1
-6
/
+13
2023-10-18
radix tree test suite: fix allocation calculation in kmem_cache_alloc_bulk()
Liam R. Howlett
1
-2
/
+2
2023-10-18
selftests: mm: add pagemap ioctl tests
Muhammad Usama Anjum
5
-1
/
+1669
2023-10-18
mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
Muhammad Usama Anjum
1
-0
/
+89
2023-10-18
tools headers UAPI: update linux/fs.h with the kernel sources
Muhammad Usama Anjum
1
-0
/
+59
2023-10-18
fs/proc/task_mmu: add fast paths to get/clear PAGE_IS_WRITTEN flag
Muhammad Usama Anjum
1
-0
/
+36
2023-10-18
fs/proc/task_mmu: implement IOCTL to get and optionally clear info about PTEs
Muhammad Usama Anjum
5
-2
/
+762
2023-10-18
userfaultfd: UFFD_FEATURE_WP_ASYNC
Peter Xu
6
-22
/
+129
2023-10-18
mm: memcg: normalize the value passed into memcg_rstat_updated()
Yosry Ahmed
1
-2
/
+18
2023-10-18
mm: memcg: refactor page state unit helpers
Yosry Ahmed
1
-11
/
+33
2023-10-18
mm/memcg: annotate struct mem_cgroup_threshold_ary with __counted_by
Kees Cook
1
-1
/
+1
2023-10-18
hugetlb: check for hugetlb folio before vmemmap_restore
Mike Kravetz
1
-9
/
+15
2023-10-18
selftests/clone3: Fix broken test under !CONFIG_TIME_NS
Tiezhu Yang
1
-1
/
+6
2023-10-18
maple_tree: add GFP_KERNEL to allocations in mas_expected_entries()
Liam R. Howlett
3
-12
/
+65
2023-10-18
selftests/mm: include mman header to access MREMAP_DONTUNMAP identifier
Samasth Norway Ananda
1
-0
/
+1
2023-10-18
mailmap: correct email aliasing for Oleksij Rempel
Oleksij Rempel
1
-2
/
+2
2023-10-18
mailmap: map Bartosz's old address to the current one
Bartosz Golaszewski
1
-0
/
+1
2023-10-18
mm/damon/sysfs: check DAMOS regions update progress from before_terminate()
SeongJae Park
1
-2
/
+5
2023-10-18
MAINTAINERS: Ondrej has moved
Ondrej Jirman
2
-1
/
+2
2023-10-18
kasan: disable kasan_non_canonical_hook() for HW tags
Arnd Bergmann
2
-4
/
+6
2023-10-18
kasan: print the original fault addr when access invalid shadow
Haibo Li
2
-6
/
+4
2023-10-18
hugetlbfs: close race between MADV_DONTNEED and page fault
Rik van Riel
3
-19
/
+63
2023-10-18
hugetlbfs: extend hugetlb_vma_lock to private VMAs
Rik van Riel
2
-4
/
+43
2023-10-18
hugetlbfs: clear resv_map pointer if mmap fails
Rik van Riel
1
-3
/
+4
2023-10-18
mm: zswap: fix pool refcount bug around shrink_worker()
Johannes Weiner
1
-2
/
+2
[next]