index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-12-10
memcg: fix possible use-after-free in memcg_write_event_control()
Tejun Heo
3
-3
/
+14
2022-12-10
MAINTAINERS: update Muchun Song's email
Muchun Song
2
-2
/
+4
2022-12-10
mm/gup: fix gup_pud_range() for dax
John Starks
1
-1
/
+1
2022-12-10
mmap: fix do_brk_flags() modifying obviously incorrect VMAs
Liam Howlett
1
-8
/
+3
2022-12-10
mm/swap: fix SWP_PFN_BITS with CONFIG_PHYS_ADDR_T_64BIT on 32bit
David Hildenbrand
1
-3
/
+5
2022-12-10
tmpfs: fix data loss from failed fallocate
Hugh Dickins
1
-0
/
+11
2022-12-10
kselftests: cgroup: update kmem test precision tolerance
Michal Hocko
1
-3
/
+3
2022-12-10
mm: do not BUG_ON missing brk mapping, because userspace can unmap it
Jason A. Donenfeld
1
-2
/
+1
2022-12-10
mailmap: update Matti Vaittinen's email address
Matti Vaittinen
1
-0
/
+1
2022-12-01
mm/memory-failure.c: cleanup in unpoison_memory
Ma Wupeng
1
-4
/
+2
2022-12-01
mm/thp: re-apply mkdirty for small pages after split
Peter Xu
1
-6
/
+8
2022-12-01
mm: vmscan: use sysfs_emit() to instead of scnprintf()
Xu Panda
1
-1
/
+1
2022-12-01
s390/mm: use pmd_pgtable_page() helper in __gmap_segment_gaddr()
Anshuman Khandual
2
-4
/
+3
2022-12-01
mm/thp: rename pmd_to_page() as pmd_pgtable_page()
Anshuman Khandual
1
-3
/
+3
2022-12-01
zswap: do not allocate from atomic pool
Sergey Senozhatsky
2
-2
/
+9
2022-12-01
documentation/mm: update pmd_present() in arch_pgtable_helpers.rst
Anshuman Khandual
1
-1
/
+1
2022-12-01
mm, compaction: fix fast_isolate_around() to stay within boundaries
NARIBAYASHI Akira
1
-13
/
+5
2022-12-01
mm: document /sys/class/bdi/<bdi>/min_ratio_fine knob
Stefan Roesch
1
-0
/
+15
2022-12-01
mm: add /sys/class/bdi/<bdi>/min_ratio_fine knob
Stefan Roesch
1
-0
/
+20
2022-12-01
mm: add bdi_set_min_ratio_no_scale() function
Stefan Roesch
2
-0
/
+8
2022-12-01
mm: document /sys/class/bdi/<bdi>/max_ratio_fine knob
Stefan Roesch
1
-0
/
+13
2022-12-01
mm: add /sys/class/bdi/<bdi>/max_ratio_fine knob
Stefan Roesch
1
-0
/
+20
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
[next]