index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
io_uring
/
net.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-04-21
hugetlb: pte_alloc_huge() to replace huge pte_alloc_map()
Hugh Dickins
1
-0
/
+17
2023-04-21
maple_tree: fix allocation in mas_sparse_area()
Peng Zhang
1
-21
/
+20
2023-04-21
mm: do not increment pgfault stats when page fault handler retries
Suren Baghdasaryan
1
-19
/
+27
2023-04-21
zsmalloc: allow only one active pool compaction context
Sergey Senozhatsky
1
-0
/
+12
2023-04-21
selftests/mm: add new selftests for KSM
Stefan Roesch
4
-39
/
+228
2023-04-21
mm: add new KSM process and sysfs knobs
Stefan Roesch
5
-1
/
+41
2023-04-21
mm: add new api to enable ksm per process
Stefan Roesch
7
-19
/
+146
2023-04-21
mm: shrinkers: fix debugfs file permissions
John Keeping
1
-2
/
+2
2023-04-21
mm: don't check VMA write permissions if the PTE/PMD indicates write permissions
David Hildenbrand
2
-6
/
+3
2023-04-21
migrate_pages_batch: fix statistics for longterm pin retry
Huang Ying
1
-0
/
+3
2023-04-21
userfaultfd: use helper function range_in_vma()
ZhangPeng
1
-5
/
+1
2023-04-21
lib/show_mem.c: use for_each_populated_zone() simplify code
Yajun Deng
1
-13
/
+6
2023-04-21
mm: correct arg in reclaim_pages()/reclaim_clean_pages_from_list()
Kefeng Wang
2
-2
/
+2
2023-04-21
fs/buffer: convert create_page_buffers to folio_create_buffers
Pankaj Raghav
1
-10
/
+13
2023-04-21
fs/buffer: add folio_create_empty_buffers helper
Pankaj Raghav
2
-11
/
+19
2023-04-21
buffer: add folio_alloc_buffers() helper
Pankaj Raghav
2
-8
/
+17
2023-04-21
fs/buffer: add folio_set_bh helper
Pankaj Raghav
2
-0
/
+17
2023-04-21
selftests/mm: add tests for RO pinning vs fork()
Peter Xu
1
-3
/
+141
2023-04-21
selftests/mm: rename COW_EXTRA_LIBS to IOURING_EXTRA_LIBS
Peter Xu
2
-6
/
+6
2023-04-21
selftests/mm: extend and rename uffd pagemap test
Peter Xu
1
-24
/
+106
2023-04-21
selftests/mm: add a few options for uffd-unit-test
Peter Xu
1
-7
/
+45
2023-04-21
mm/hugetlb: fix uffd-wp bit lost when unsharing happens
Peter Xu
1
-2
/
+5
2023-04-21
mm/hugetlb: fix uffd-wp during fork()
Peter Xu
1
-9
/
+15
2023-04-21
kasan: fix lockdep report invalid wait context
Zqiang
1
-26
/
+8
2023-04-19
mm: ksm: support hwpoison for ksm page
Longlong Xia
4
-9
/
+88
2023-04-19
mm: memory-failure: refactor add_to_kill()
Longlong Xia
1
-8
/
+21
2023-04-19
selftests/memfd: fix test_sysctl
Jeff Xu
1
-6
/
+8
2023-04-19
selftests/mm: run hugetlb testcases of va switch
Chaitanya S Prakash
1
-0
/
+4
2023-04-19
selftests/mm: configure nr_hugepages for arm64
Chaitanya S Prakash
1
-1
/
+9
2023-04-19
selftests/mm: add platform independent in code comments
Chaitanya S Prakash
1
-7
/
+8
2023-04-19
selftests/mm: rename va_128TBswitch to va_high_addr_switch
Chaitanya S Prakash
4
-4
/
+4
2023-04-19
selftests/mm: add support for arm64 platform on va switch
Chaitanya S Prakash
1
-2
/
+24
2023-04-19
memfd: pass argument of memfd_fcntl as int
Luca Vizzarro
2
-7
/
+3
2023-04-19
mm: Multi-gen LRU: remove wait_event_killable()
Kalesh Singh
2
-78
/
+42
2023-04-19
mm: workingset: update description of the source file
Yang Yang
1
-6
/
+17
2023-04-19
printk: export console trace point for kcsan/kasan/kfence/kmsan
Pavankumar Kondeti
5
-74
/
+14
2023-04-19
mm: vmscan: refactor updating current->reclaim_state
Yosry Ahmed
6
-14
/
+23
2023-04-19
mm: vmscan: move set_task_reclaim_state() near flush_reclaim_state()
Yosry Ahmed
1
-12
/
+12
2023-04-19
mm: vmscan: ignore non-LRU-based reclaim in memcg reclaim
Yosry Ahmed
1
-7
/
+42
2023-04-19
mm: apply __must_check to vmap_pages_range_noflush()
Alexander Potapenko
1
-5
/
+5
2023-04-19
mm: kmsan: apply __must_check to non-void functions
Alexander Potapenko
1
-21
/
+22
2023-04-19
mm: hwpoison: support recovery from HugePage copy-on-write faults
Liu Shixin
3
-27
/
+55
2023-04-19
memcg: page_cgroup_ino() get memcg from the page's folio
Yosry Ahmed
1
-1
/
+2
2023-04-19
mm/hugetlb_vmemmap: rename ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP
Aneesh Kumar K.V
6
-12
/
+11
2023-04-19
mm/vmemmap/devdax: fix kernel crash when probing devdax devices
Aneesh Kumar K.V
3
-6
/
+23
2023-04-19
selftests/mm: add uffdio register ioctls test
Peter Xu
1
-15
/
+97
2023-04-19
selftests/mm: add shmem-private test to uffd-stress
Peter Xu
2
-5
/
+9
2023-04-19
selftests/mm: drop sys/dev test in uffd-stress test
Peter Xu
4
-40
/
+11
2023-04-19
selftests/mm: allow uffd test to skip properly with no privilege
Peter Xu
4
-18
/
+29
2023-04-19
selftests/mm: workaround no way to detect uffd-minor + wp
Peter Xu
1
-1
/
+7
[next]