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 branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-07-04
5
-3
/
+22
|
\
|
*
-
.
Merge branches 'bitmaprange.2021.05.10c', 'doc.2021.05.10c', 'fixes.2021.05.1...
Paul E. McKenney
2021-05-18
5
-3
/
+22
|
|
\
\
|
|
|
*
mm/slub: Add Support for free path information of an object
Maninder Singh
2021-05-11
4
-2
/
+20
|
|
|
*
mm/slub: Fix backtrace of objects to handle redzone adjustment
Maninder Singh
2021-05-11
1
-0
/
+1
|
|
|
/
|
|
/
|
|
|
*
rcu: Fix typo in comment: kthead -> kthread
Rolf Eike Beer
2021-05-11
1
-1
/
+1
|
|
/
*
|
Merge tag 'memblock-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-07-04
1
-12
/
+14
|
\
\
|
*
|
memblock: ensure there is no overflow in memblock_overlaps_region()
Mike Rapoport
2021-06-30
1
-1
/
+2
|
*
|
memblock: align freed memory map on pageblock boundaries with SPARSEMEM
Mike Rapoport
2021-06-30
1
-3
/
+4
|
*
|
memblock: free_unused_memmap: use pageblock units instead of MAX_ORDER
Mike Rapoport
2021-06-30
1
-8
/
+8
*
|
|
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-07-03
1
-21
/
+15
|
\
\
\
|
*
|
|
iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing va...
Al Viro
2021-06-10
1
-8
/
+8
|
*
|
|
generic_perform_write()/iomap_write_actor(): saner logics for short copy
Al Viro
2021-06-02
1
-15
/
+9
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-07-02
45
-1411
/
+2919
|
\
\
\
|
*
|
|
mm: device exclusive memory access
Alistair Popple
2021-07-01
5
-7
/
+328
|
*
|
|
mm/memory.c: allow different return codes for copy_nonpresent_pte()
Alistair Popple
2021-07-01
1
-11
/
+17
|
*
|
|
mm: rename migrate_pgmap_owner
Alistair Popple
2021-07-01
1
-5
/
+5
|
*
|
|
mm/rmap: split migration into its own function
Alistair Popple
2021-07-01
3
-104
/
+288
|
*
|
|
mm/rmap: split try_to_munlock from try_to_unmap
Alistair Popple
2021-07-01
2
-23
/
+55
|
*
|
|
mm/swapops: rework swap entry manipulation code
Alistair Popple
2021-07-01
8
-36
/
+70
|
*
|
|
mm: remove special swap entry functions
Alistair Popple
2021-07-01
6
-18
/
+17
|
*
|
|
kfence: unconditionally use unbound work queue
Marco Elver
2021-07-01
1
-2
/
+2
|
*
|
|
mm/page_alloc: move prototype for find_suitable_fallback
Mel Gorman
2021-07-01
1
-2
/
+1
|
*
|
|
mm/mmap_lock: remove dead code for !CONFIG_TRACING configurations
Mel Gorman
2021-07-01
1
-27
/
+32
|
*
|
|
mm/z3fold: add kerneldoc fields for z3fold_pool
Mel Gorman
2021-07-01
1
-0
/
+2
|
*
|
|
mm/zbud: add kerneldoc fields for zbud_pool
Mel Gorman
2021-07-01
1
-0
/
+2
|
*
|
|
mm/memory_hotplug: fix kerneldoc comment for __remove_memory
Mel Gorman
2021-07-01
1
-1
/
+1
|
*
|
|
mm/memory_hotplug: fix kerneldoc comment for __try_online_node
Mel Gorman
2021-07-01
1
-2
/
+2
|
*
|
|
mm/memcontrol.c: fix kerneldoc comment for mem_cgroup_calculate_protection
Mel Gorman
2021-07-01
1
-1
/
+1
|
*
|
|
mm/mapping_dirty_helpers: remove double Note in kerneldoc
Mel Gorman
2021-07-01
1
-1
/
+1
|
*
|
|
mm/page_alloc: make should_fail_alloc_page() static
Mel Gorman
2021-07-01
1
-1
/
+1
|
*
|
|
mm/vmalloc: include header for prototype of set_iounmap_nonlazy
Mel Gorman
2021-07-01
1
-0
/
+3
|
*
|
|
mm/vmscan: remove kerneldoc-like comment from isolate_lru_pages
Mel Gorman
2021-07-01
1
-1
/
+1
|
*
|
|
mm: fix spelling mistakes
Zhen Lei
2021-07-01
4
-5
/
+5
|
*
|
|
mm: fix typos and grammar error in comments
Hyeonggon Yoo
2021-07-01
1
-1
/
+1
|
*
|
|
mm/zsmalloc.c: improve readability for async_free_zspage()
Miaohe Lin
2021-07-01
1
-1
/
+1
|
*
|
|
mm/zsmalloc.c: remove confusing code in obj_free()
Miaohe Lin
2021-07-01
1
-1
/
+0
|
*
|
|
mm/zswap.c: fix two bugs in zswap_writeback_entry()
Miaohe Lin
2021-07-01
1
-10
/
+7
|
*
|
|
mm/zswap.c: avoid unnecessary copy-in at map time
Miaohe Lin
2021-07-01
1
-1
/
+1
|
*
|
|
mm/zswap.c: remove unused function zswap_debugfs_exit()
Miaohe Lin
2021-07-01
1
-7
/
+0
|
*
|
|
mm,memory_hotplug: drop unneeded locking
Oscar Salvador
2021-07-01
1
-15
/
+1
|
*
|
|
mm/memory_hotplug: rate limit page migration warnings
Liam Mark
2021-07-01
1
-5
/
+11
|
*
|
|
mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tables
David Hildenbrand
2021-07-01
3
-0
/
+127
|
*
|
|
mm: make variable names for populate_vma_page_range() consistent
David Hildenbrand
2021-07-01
1
-1
/
+1
|
*
|
|
mm: generalize ZONE_[DMA|DMA32]
Kefeng Wang
2021-07-01
1
-0
/
+12
|
*
|
|
mm/nommu: unexport do_munmap()
Liam Howlett
2021-07-01
1
-1
/
+0
|
*
|
|
nommu: remove __GFP_HIGHMEM in vmalloc/vzalloc
Chen Li
2021-07-01
1
-2
/
+2
|
*
|
|
mm/thp: fix strncpy warning
Matthew Wilcox (Oracle)
2021-07-01
1
-1
/
+1
|
*
|
|
mm: hwpoison_user_mappings() try_to_unmap() with TTU_SYNC
Hugh Dickins
2021-07-01
1
-1
/
+1
|
*
|
|
mm/thp: remap_page() is only needed on anonymous THP
Hugh Dickins
2021-07-01
1
-0
/
+5
|
*
|
|
mm: rmap: make try_to_unmap() void function
Yang Shi
2021-07-01
3
-20
/
+13
[next]