index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-27
mm,unmap: avoid flushing TLB in batch if PTE is inaccessible
Huang Ying
1
-4
/
+8
2023-04-27
shmem: restrict noswap option to initial user namespace
Christian Brauner
1
-0
/
+4
2023-04-27
mm/khugepaged: fix conflicting mods to collapse_file()
Hugh Dickins
1
-22
/
+1
2023-04-22
sparse: remove unnecessary 0 values from rc
Li zeming
1
-1
/
+1
2023-04-22
mm: move 'mmap_min_addr' logic from callers into vm_unmapped_area()
Linus Torvalds
4
-9
/
+16
2023-04-22
hugetlb: pte_alloc_huge() to replace huge pte_alloc_map()
Hugh Dickins
1
-0
/
+17
2023-04-22
maple_tree: fix allocation in mas_sparse_area()
Peng Zhang
1
-21
/
+20
2023-04-22
mm: do not increment pgfault stats when page fault handler retries
Suren Baghdasaryan
1
-19
/
+27
2023-04-22
zsmalloc: allow only one active pool compaction context
Sergey Senozhatsky
1
-0
/
+12
2023-04-22
selftests/mm: add new selftests for KSM
Stefan Roesch
4
-39
/
+228
2023-04-22
mm: add new KSM process and sysfs knobs
Stefan Roesch
5
-1
/
+41
2023-04-22
mm: add new api to enable ksm per process
Stefan Roesch
7
-19
/
+146
2023-04-22
mm: shrinkers: fix debugfs file permissions
John Keeping
1
-2
/
+2
2023-04-22
mm: don't check VMA write permissions if the PTE/PMD indicates write permissions
David Hildenbrand
2
-6
/
+3
2023-04-22
migrate_pages_batch: fix statistics for longterm pin retry
Huang Ying
1
-0
/
+3
2023-04-22
userfaultfd: use helper function range_in_vma()
ZhangPeng
1
-5
/
+1
2023-04-22
lib/show_mem.c: use for_each_populated_zone() simplify code
Yajun Deng
1
-13
/
+6
2023-04-22
mm: correct arg in reclaim_pages()/reclaim_clean_pages_from_list()
Kefeng Wang
2
-2
/
+2
2023-04-22
fs/buffer: convert create_page_buffers to folio_create_buffers
Pankaj Raghav
1
-10
/
+13
2023-04-22
fs/buffer: add folio_create_empty_buffers helper
Pankaj Raghav
2
-11
/
+19
2023-04-22
buffer: add folio_alloc_buffers() helper
Pankaj Raghav
2
-8
/
+17
2023-04-22
fs/buffer: add folio_set_bh helper
Pankaj Raghav
2
-0
/
+17
2023-04-22
selftests/mm: add tests for RO pinning vs fork()
Peter Xu
1
-3
/
+141
2023-04-22
selftests/mm: rename COW_EXTRA_LIBS to IOURING_EXTRA_LIBS
Peter Xu
2
-6
/
+6
2023-04-22
selftests/mm: extend and rename uffd pagemap test
Peter Xu
1
-24
/
+106
2023-04-22
selftests/mm: add a few options for uffd-unit-test
Peter Xu
1
-7
/
+45
2023-04-22
mm/hugetlb: fix uffd-wp bit lost when unsharing happens
Peter Xu
1
-2
/
+5
2023-04-22
mm/hugetlb: fix uffd-wp during fork()
Peter Xu
1
-9
/
+15
2023-04-22
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
[next]