index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-10-13
9
-53
/
+58
|
\
|
*
bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag
Christoph Hellwig
2020-09-24
7
-16
/
+14
|
*
bdi: invert BDI_CAP_NO_ACCT_WB
Christoph Hellwig
2020-09-24
2
-2
/
+3
|
*
bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
Christoph Hellwig
2020-09-24
3
-6
/
+5
|
*
mm: use SWP_SYNCHRONOUS_IO more intelligently
Christoph Hellwig
2020-09-24
1
-8
/
+10
|
*
bdi: remove BDI_CAP_SYNCHRONOUS_IO
Christoph Hellwig
2020-09-24
1
-1
/
+1
|
*
bdi: initialize ->ra_pages and ->io_pages in bdi_init
Christoph Hellwig
2020-09-24
1
-0
/
+2
|
*
mm: split swap_type_of
Christoph Hellwig
2020-09-23
1
-18
/
+21
|
*
mm: cleanup claim_swapfile
Christoph Hellwig
2020-09-23
1
-3
/
+3
*
|
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-10-13
1
-79
/
+7
|
\
\
|
*
|
mm: remove compat_process_vm_{readv,writev}
Christoph Hellwig
2020-10-03
1
-69
/
+0
|
*
|
iov_iter: transparently handle compat iovecs in import_iovec
Christoph Hellwig
2020-10-03
1
-1
/
+2
|
*
|
iov_iter: refactor rw_copy_check_uvector and import_iovec
Christoph Hellwig
2020-10-03
1
-19
/
+15
*
|
|
Merge tag 'docs-5.10' of git://git.lwn.net/linux
Linus Torvalds
2020-10-13
2
-2
/
+2
|
\
\
\
|
*
|
|
Fix references to nommu-mmap.rst
Stephen Kitt
2020-09-24
2
-2
/
+2
*
|
|
|
Merge tag 'locking-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-10-12
1
-11
/
+54
|
\
\
\
\
|
*
\
\
\
Merge branch 'locking/urgent' into locking/core, to pick up fixes
Ingo Molnar
2020-10-09
24
-345
/
+684
|
|
\
\
\
\
|
*
|
|
|
|
mm/swap: Do not abuse the seqcount_t latching API
Ahmed S. Darwish
2020-09-10
1
-11
/
+54
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2020-10-12
7
-1
/
+40
|
\
\
\
\
\
|
*
|
|
|
|
mm: Add arch hooks for saving/restoring tags
Steven Price
2020-09-04
3
-0
/
+18
|
*
|
|
|
|
mm: Allow arm64 mmap(PROT_MTE) on RAM-based files
Catalin Marinas
2020-09-04
1
-0
/
+3
|
*
|
|
|
|
mm: Introduce arch_validate_flags()
Catalin Marinas
2020-09-04
2
-0
/
+15
|
*
|
|
|
|
arm64: mte: Tags-aware aware memcmp_pages() implementation
Catalin Marinas
2020-09-04
1
-1
/
+1
|
*
|
|
|
|
mm: Preserve the PG_arch_2 flag in __split_huge_page_tail()
Catalin Marinas
2020-09-04
1
-0
/
+3
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected ...
Vijay Balakrishna
2020-10-11
2
-2
/
+14
*
|
|
|
|
mm: mmap: Fix general protection fault in unlink_file_vma()
Miaohe Lin
2020-10-11
1
-1
/
+5
*
|
|
|
|
mm/khugepaged: fix filemap page_to_pgoff(page) != offset
Hugh Dickins
2020-10-11
1
-0
/
+12
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
mm: avoid early COW write protect games during fork()
Linus Torvalds
2020-10-08
1
-37
/
+4
*
|
|
|
mm/page_alloc: handle a missing case for memalloc_nocma_{save/restore} APIs
Joonsoo Kim
2020-10-03
1
-3
/
+16
*
|
|
|
mm, slub: restore initial kmem_cache flags
Eric Farman
2020-10-03
1
-5
/
+1
*
|
|
|
Merge tag 'io_uring-5.9-2020-10-02' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-10-02
1
-1
/
+5
|
\
\
\
\
|
*
|
|
|
io_uring: fix async buffered reads when readahead is disabled
Hao Xu
2020-09-29
1
-1
/
+5
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
mm: do not rely on mm == current->mm in __get_user_pages_locked
Jason A. Donenfeld
2020-09-28
1
-1
/
+1
*
|
|
|
mm/thp: Split huge pmds/puds if they're pinned when fork()
Peter Xu
2020-09-27
1
-0
/
+28
*
|
|
|
mm: Do early cow for pinned pages during fork() for ptes
Peter Xu
2020-09-27
1
-16
/
+189
*
|
|
|
mm/fork: Pass new vma pointer into copy_page_range()
Peter Xu
2020-09-27
1
-5
/
+9
*
|
|
|
mm: Introduce mm_struct.has_pinned
Peter Xu
2020-09-27
1
-0
/
+6
*
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-09-26
6
-23
/
+23
|
\
\
\
\
|
*
|
|
|
mm: don't rely on system state to detect hot-plug operations
Laurent Dufour
2020-09-26
1
-1
/
+2
|
*
|
|
|
mm: replace memmap_context by meminit_context
Laurent Dufour
2020-09-26
2
-6
/
+6
|
*
|
|
|
mm/migrate: correct thp migration stats
Zi Yan
2020-09-26
1
-4
/
+3
|
*
|
|
|
mm/gup: fix gup_fast with dynamic page table folding
Vasily Gorbik
2020-09-26
1
-9
/
+9
|
*
|
|
|
mm: memcontrol: fix missing suffix of workingset_restore
Muchun Song
2020-09-26
1
-2
/
+2
|
*
|
|
|
mm, THP, swap: fix allocating cluster for swapfile by mistake
Gao Xiang
2020-09-26
1
-1
/
+1
*
|
|
|
|
mm: validate pmd after splitting
Minchan Kim
2020-09-26
1
-1
/
+1
*
|
|
|
|
mm: slab: fix potential double free in ___cache_free
Shakeel Butt
2020-09-26
1
-2
/
+6
|
/
/
/
/
*
|
|
|
mm: fix misplaced unlock_page in do_wp_page()
Linus Torvalds
2020-09-24
1
-1
/
+1
*
|
|
|
mm: move the copy_one_pte() pte_present check into the caller
Linus Torvalds
2020-09-23
1
-12
/
+12
*
|
|
|
mm: split out the non-present case from copy_one_pte()
Linus Torvalds
2020-09-23
1
-67
/
+79
*
|
|
|
mm: fix wake_page_function() comment typos
Linus Torvalds
2020-09-20
1
-2
/
+2
[next]