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.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-19
orangefs: use folios in orangefs_readahead
Pankaj Raghav
1
-4
/
+5
2023-04-19
mm/huge_memory: conditionally call maybe_mkwrite() and drop pte_wrprotect() i...
David Hildenbrand
1
-3
/
+2
2023-04-19
mm/huge_memory: revert "Partly revert "mm/thp: carry over dirty bit when thp ...
David Hildenbrand
1
-7
/
+2
2023-04-19
mm/migrate: revert "mm/migrate: fix wrongly apply write bit after mkdirty on ...
David Hildenbrand
2
-6
/
+2
2023-04-19
sparc/mm: don't unconditionally set HW writable bit when setting PTE dirty on...
David Hildenbrand
1
-50
/
+66
2023-04-19
selftests/mm: mkdirty: test behavior of (pte|pmd)_mkdirty on VMAs without wri...
David Hildenbrand
2
-0
/
+381
2023-04-19
selftests/mm: reuse read_pmd_pagesize() in COW selftest
David Hildenbrand
5
-31
/
+17
2023-04-19
zram: return errors from read_from_bdev_sync
Christoph Hellwig
1
-3
/
+4
2023-04-19
zram: fix synchronous reads
Christoph Hellwig
1
-38
/
+22
2023-04-19
zram: don't return errors from read_from_bdev_async
Christoph Hellwig
1
-12
/
+4
2023-04-19
zram: pass a page to read_from_bdev
Christoph Hellwig
1
-27
/
+16
2023-04-19
zram: refactor zram_bdev_write
Christoph Hellwig
1
-19
/
+19
2023-04-19
zram: don't pass a bvec to __zram_bvec_write
Christoph Hellwig
1
-10
/
+4
2023-04-19
zram: refactor zram_bdev_read
Christoph Hellwig
1
-20
/
+20
2023-04-19
zram: directly call zram_read_page in writeback_store
Christoph Hellwig
1
-10
/
+4
2023-04-19
zram: rename __zram_bvec_read to zram_read_page
Christoph Hellwig
1
-4
/
+4
2023-04-19
zram: don't use highmem for the bounce buffer in zram_bvec_{read,write}
Christoph Hellwig
1
-12
/
+5
2023-04-19
zram: refactor highlevel read and write handling
Christoph Hellwig
1
-28
/
+30
2023-04-19
zram: return early on error in zram_bvec_rw
Christoph Hellwig
1
-9
/
+9
2023-04-19
zram: move discard handling to zram_submit_bio
Christoph Hellwig
1
-10
/
+13
2023-04-19
zram: simplify bvec iteration in __zram_make_request
Christoph Hellwig
1
-31
/
+11
2023-04-19
zram: make zram_bio_discard more self-contained
Christoph Hellwig
1
-9
/
+7
2023-04-19
zram: remove valid_io_request
Christoph Hellwig
2
-34
/
+1
2023-04-19
zram: always compile read_from_bdev_sync
Christoph Hellwig
1
-12
/
+6
2023-04-19
maple_tree: add a test case to check maple_alloc
Peng Zhang
1
-0
/
+24
2023-04-19
mm: backing-dev: set variables dev_attr_min,max_bytes storage-class-specifier...
Tom Rix
1
-2
/
+2
2023-04-19
maple_tree: use correct variable type in sizeof
Peng Zhang
1
-1
/
+1
2023-04-19
userfaultfd: convert mfill_atomic() to use a folio
ZhangPeng
3
-30
/
+30
2023-04-19
mm: convert copy_user_huge_page() to copy_user_large_folio()
ZhangPeng
3
-24
/
+22
2023-04-19
userfaultfd: convert mfill_atomic_hugetlb() to use a folio
ZhangPeng
3
-23
/
+23
2023-04-19
userfaultfd: convert copy_huge_page_from_user() to copy_folio_from_user()
ZhangPeng
4
-23
/
+18
2023-04-19
userfaultfd: use kmap_local_page() in copy_huge_page_from_user()
ZhangPeng
1
-8
/
+6
2023-04-19
userfaultfd: convert mfill_atomic_pte_copy() to use a folio
ZhangPeng
1
-16
/
+16
2023-04-19
smaps: fix defined but not used smaps_shmem_walk_ops
Steven Price
2
-2
/
+8
2023-04-19
mm, page_alloc: use check_pages_enabled static key to check tail pages
Vlastimil Babka
2
-6
/
+6
2023-04-19
mm/userfaultfd: don't consider uffd-wp bit of writable migration entries
David Hildenbrand
2
-4
/
+0
2023-04-19
mm: mlock: use folios_put() in mlock_folio_batch()
Qi Zheng
1
-1
/
+1
2023-04-19
prctl: add PR_GET_AUXV to copy auxv to userspace
Josh Triplett
2
-0
/
+17
2023-04-19
maple_tree: simplify mas_wr_node_walk()
Peng Zhang
1
-29
/
+5
2023-04-19
m68k/mm: use correct bit number in _PAGE_SWP_EXCLUSIVE comment
David Hildenbrand
1
-1
/
+1
2023-04-19
mm/madvise: use vma_lookup() instead of find_vma()
ZhangPeng
1
-13
/
+1
2023-04-19
memcg v1: provide read access to memory.pressure_level
Florian Schmidt
1
-0
/
+11
2023-04-19
mm/khugepaged: maintain page cache uptodate flag
David Stevens
1
-52
/
+33
2023-04-19
mm/khugepaged: skip shmem with userfaultfd
David Stevens
2
-21
/
+81
2023-04-19
mm/khugepaged: refactor collapse_file control flow
David Stevens
1
-117
/
+113
2023-04-19
mm/khugepaged: drain lru after swapping in shmem
David Stevens
1
-0
/
+2
2023-04-19
mm/khugepaged: recover from poisoned file-backed memory
Jiaqi Yan
1
-31
/
+56
2023-04-19
mm/hwpoison: introduce copy_mc_highpage
Jiaqi Yan
1
-13
/
+41
2023-04-19
mm/khugepaged: recover from poisoned anonymous memory
Jiaqi Yan
2
-14
/
+101
2023-04-19
memcg: do not modify rstat tree for zero updates
Yosry Ahmed
1
-0
/
+3
[next]