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
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-02
mm/swapfile.c: simplify the calculation of n_goal
Wei Yang
1
-5
/
+1
2020-06-02
mm/swapfile.c: remove the unnecessary goto for SSD case
Wei Yang
1
-5
/
+1
2020-06-02
mm/swapfile.c: explicitly show ssd/non-ssd is handled mutually exclusive
Wei Yang
1
-7
/
+3
2020-06-02
mm/swapfile.c: offset is only used when there is more slots
Wei Yang
1
-3
/
+1
2020-06-02
mm: swap: properly update readahead statistics in unuse_pte_range()
Andrea Righi
1
-4
/
+8
2020-06-02
mm/swap_state: fix a data race in swapin_nr_pages
Qian Cai
1
-2
/
+3
2020-06-02
mm/swapfile: use list_{prev,next}_entry() instead of open-coding
chenqiwu
1
-10
/
+6
2020-06-02
mm/gup.c: further document vma_permits_fault()
Miles Chen
1
-1
/
+2
2020-06-02
mm/gup: introduce pin_user_pages_unlocked
John Hubbard
1
-0
/
+17
2020-06-02
mm/gup.c: update the documentation
Souptick Joarder
1
-18
/
+39
2020-06-02
mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK instead
NeilBrown
4
-20
/
+14
2020-06-02
mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLE
NeilBrown
2
-10
/
+35
2020-06-02
mm/page-writeback.c: remove unused variable
Chao Yu
1
-3
/
+1
2020-06-02
mm/filemap.c: remove misleading comment
Matthew Wilcox (Oracle)
1
-1
/
+0
2020-06-02
mm/migrate.c: call detach_page_private to cleanup code
Guoqing Jiang
1
-6
/
+1
2020-06-02
fs: convert mpage_readpages to mpage_readahead
Matthew Wilcox (Oracle)
1
-1
/
+1
2020-06-02
mm: use memalloc_nofs_save in readahead path
Matthew Wilcox (Oracle)
1
-0
/
+14
2020-06-02
mm: document why we don't set PageReadahead
Matthew Wilcox (Oracle)
1
-3
/
+6
2020-06-02
mm: add page_cache_readahead_unbounded
Matthew Wilcox (Oracle)
1
-21
/
+47
2020-06-02
mm: move end_index check out of readahead loop
Matthew Wilcox (Oracle)
1
-6
/
+8
2020-06-02
mm: add readahead address space operation
Matthew Wilcox (Oracle)
1
-2
/
+10
2020-06-02
mm: put readahead pages in cache earlier
Matthew Wilcox (Oracle)
1
-18
/
+28
2020-06-02
mm: remove 'page_offset' from readahead loop
Matthew Wilcox (Oracle)
1
-5
/
+3
2020-06-02
mm: rename readahead loop variable to 'i'
Matthew Wilcox (Oracle)
1
-4
/
+4
2020-06-02
mm: rename various 'offset' parameters to 'index'
Matthew Wilcox (Oracle)
1
-44
/
+42
2020-06-02
mm: use readahead_control to pass arguments
Matthew Wilcox (Oracle)
1
-14
/
+19
2020-06-02
mm: move readahead nr_pages check into read_pages
Matthew Wilcox (Oracle)
1
-5
/
+7
2020-06-02
mm: ignore return value of ->readpages
Matthew Wilcox (Oracle)
1
-6
/
+2
2020-06-02
mm: return void from various readahead functions
Matthew Wilcox (Oracle)
3
-28
/
+19
2020-06-02
mm: move readahead prototypes from mm.h
Matthew Wilcox (Oracle)
2
-0
/
+4
2020-06-02
mm, dump_page(): do not crash with invalid mapping pointer
Vlastimil Babka
1
-6
/
+50
2020-06-02
mm/slub: fix stack overruns with SLUB_STATS
Qian Cai
1
-1
/
+2
2020-06-02
slub: remove kmalloc under list_lock from list_slab_objects() V2
Christopher Lameter
1
-5
/
+15
2020-06-02
slub: Remove userspace notifier for cache add/remove
Christoph Lameter
1
-16
/
+1
2020-06-02
mm/slub.c: fix corrupted freechain in deactivate_slab()
Dongli Zhang
1
-0
/
+27
2020-06-02
usercopy: mark dma-kmalloc caches as usercopy caches
Vlastimil Babka
1
-1
/
+2
2020-06-02
gup: document and work around "COW can break either way" issue
Linus Torvalds
2
-10
/
+41
2020-06-02
Merge tag 'docs-5.8' of git://git.lwn.net/linux
Linus Torvalds
1
-6
/
+6
2020-06-02
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2
-0
/
+9
2020-06-01
Merge tag 'locking-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-43
/
+81
2020-06-01
Merge branches 'acpi-apei', 'acpi-pmic', 'acpi-video' and 'acpi-dptf'
Rafael J. Wysocki
1
-1
/
+14
2020-05-28
mm,thp: stop leaking unreleased file pages
Hugh Dickins
1
-0
/
+1
2020-05-28
mm/z3fold: silence kmemleak false positives of slots
Qian Cai
1
-0
/
+3
2020-05-28
mm/swap: Use local_lock for protection
Ingo Molnar
2
-43
/
+81
2020-05-25
fs: export generic_file_buffered_read()
Goldwyn Rodrigues
1
-1
/
+2
2020-05-23
z3fold: fix use-after-free when freeing handles
Uladzislau Rezki
1
-5
/
+6
2020-05-23
kasan: disable branch tracing for core runtime
Marco Elver
3
-10
/
+8
2020-05-19
mm/memory-failure: Add memory_failure_queue_kick()
James Morse
1
-1
/
+14
2020-05-15
scs: Add page accounting for shadow call stack allocations
Sami Tolvanen
2
-0
/
+9
2020-05-14
kasan: add missing functions declarations to kasan.h
Andrey Konovalov
1
-2
/
+32
[prev]
[next]