index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-12-01
mm: add bdi_set_max_ratio_no_scale() function
Stefan Roesch
2
-3
/
+9
2022-12-01
mm: document /sys/class/bdi/<bdi>/min_bytes knob
Stefan Roesch
1
-0
/
+15
2022-12-01
mm: add /sys/class/bdi/<bdi>/min_bytes knob
Stefan Roesch
1
-0
/
+29
2022-12-01
mm: add bdi_set_min_bytes() function
Stefan Roesch
2
-0
/
+15
2022-12-01
mm: split off __bdi_set_min_ratio() function
Stefan Roesch
1
-1
/
+6
2022-12-01
mm: add bdi_get_min_bytes() function
Stefan Roesch
2
-0
/
+6
2022-12-01
mm: document /sys/class/bdi/<bdi>/max_bytes knob
Stefan Roesch
1
-0
/
+14
2022-12-01
mm: add knob /sys/class/bdi/<bdi>/max_bytes
Stefan Roesch
1
-0
/
+29
2022-12-01
mm: add bdi_set_max_bytes() function
Stefan Roesch
2
-0
/
+38
2022-12-01
mm: split off __bdi_set_max_ratio() function
Stefan Roesch
1
-5
/
+9
2022-12-01
mm: add bdi_get_max_bytes() function
Stefan Roesch
2
-0
/
+18
2022-12-01
mm: use part per 1000000 for bdi ratios
Stefan Roesch
3
-9
/
+15
2022-12-01
mm: document /sys/class/bdi/<bdi>/strict_limit knob
Stefan Roesch
1
-0
/
+11
2022-12-01
mm: add knob /sys/class/bdi/<bdi>/strict_limit
Stefan Roesch
1
-0
/
+29
2022-12-01
mm: add bdi_set_strict_limit() function
Stefan Roesch
2
-0
/
+16
2022-12-01
maple_tree: allow TEST_MAPLE_TREE only when DEBUG_KERNEL is set
Randy Dunlap
1
-0
/
+1
2022-12-01
Revert "kmsan: unpoison @tlb in arch_tlb_gather_mmu()"
Alexander Potapenko
1
-10
/
+0
2022-12-01
folio-compat: remove try_to_release_page()
Vishal Moola (Oracle)
2
-7
/
+0
2022-12-01
memory-failure: convert truncate_error_page() to use folio
Vishal Moola (Oracle)
1
-2
/
+3
2022-12-01
khugepage: replace try_to_release_page() with filemap_release_folio()
Vishal Moola (Oracle)
1
-11
/
+12
2022-12-01
ext4: convert move_extent_per_page() to use folios
Vishal Moola (Oracle)
1
-21
/
+31
2022-12-01
mm/page_alloc: simplify locking during free_unref_page_list
Mel Gorman
1
-16
/
+9
2022-12-01
mm/page_alloc: leave IRQs enabled for per-cpu page allocations
Mel Gorman
1
-70
/
+54
2022-12-01
mm/page_alloc: always remove pages from temporary list
Mel Gorman
1
-0
/
+2
2022-12-01
selftests/vm: use memfd for hugepage-mmap test
Peter Xu
1
-6
/
+4
2022-12-01
zram: remove unused stats fields
Sergey Senozhatsky
2
-4
/
+0
2022-12-01
mm/migrate.c: stop using 0 as NULL pointer
Yang Li
1
-1
/
+1
2022-12-01
mm: multi-gen LRU: remove NULL checks on NODE_DATA()
Yu Zhao
1
-11
/
+2
2022-12-01
mm/gup: disallow FOLL_FORCE|FOLL_WRITE on hugetlb mappings
David Hildenbrand
1
-0
/
+3
2022-12-01
habanalabs: remove FOLL_FORCE usage
David Hildenbrand
1
-2
/
+1
2022-12-01
RDMA/hw/qib/qib_user_pages: remove FOLL_FORCE usage
David Hildenbrand
1
-1
/
+1
2022-12-01
drm/exynos: remove FOLL_FORCE usage
David Hildenbrand
1
-1
/
+1
2022-12-01
mm/frame-vector: remove FOLL_FORCE usage
David Hildenbrand
1
-1
/
+1
2022-12-01
media: pci/ivtv: remove FOLL_FORCE usage
David Hildenbrand
2
-4
/
+3
2022-12-01
drm/etnaviv: remove FOLL_FORCE usage
David Hildenbrand
1
-3
/
+5
2022-12-01
media: videobuf-dma-sg: remove FOLL_FORCE usage
David Hildenbrand
1
-9
/
+5
2022-12-01
RDMA/siw: remove FOLL_FORCE usage
David Hildenbrand
1
-5
/
+4
2022-12-01
RDMA/usnic: remove FOLL_FORCE usage
David Hildenbrand
1
-5
/
+4
2022-12-01
RDMA/umem: remove FOLL_FORCE usage
David Hildenbrand
1
-4
/
+4
2022-12-01
mm/gup: reliable R/O long-term pinning in COW mappings
David Hildenbrand
4
-12
/
+34
2022-12-01
mm: extend FAULT_FLAG_UNSHARE support to anything in a COW mapping
David Hildenbrand
2
-8
/
+4
2022-12-01
mm: don't call vm_ops->huge_fault() in wp_huge_pmd()/wp_huge_pud() for privat...
David Hildenbrand
1
-9
/
+15
2022-12-01
mm: rework handling in do_wp_page() based on private vs. shared mappings
David Hildenbrand
1
-21
/
+17
2022-12-01
mm: add early FAULT_FLAG_WRITE consistency checks
David Hildenbrand
1
-0
/
+8
2022-12-01
mm: add early FAULT_FLAG_UNSHARE consistency checks
David Hildenbrand
3
-11
/
+20
2022-12-01
selftests/vm: cow: R/O long-term pinning reliability tests for non-anon pages
David Hildenbrand
1
-1
/
+27
2022-12-01
selftests/vm: cow: basic COW tests for non-anonymous pages
David Hildenbrand
1
-1
/
+337
2022-12-01
selftests/vm: anon_cow: prepare for non-anonymous COW tests
David Hildenbrand
5
-19
/
+24
2022-12-01
mm: Kconfig: make config SECRETMEM visible with EXPERT
Lukas Bulwahn
1
-1
/
+7
2022-12-01
mm/gup: remove the restriction on locked with FOLL_LONGTERM
Jason Gunthorpe
1
-82
/
+27
[next]