index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-30
mm/vmalloc: remove map_kernel_range
Nicholas Piggin
3
-39
/
+37
2021-04-30
mm/vmalloc: hugepage vmalloc mappings
Nicholas Piggin
2
-48
/
+177
2021-04-30
mm/vmalloc: add vmap_range_noflush variant
Nicholas Piggin
1
-3
/
+13
2021-04-30
mm: move vmap_range from mm/ioremap.c to mm/vmalloc.c
Nicholas Piggin
2
-203
/
+202
2021-04-30
mm: HUGE_VMAP arch support cleanup
Nicholas Piggin
2
-56
/
+42
2021-04-30
mm/ioremap: rename ioremap_*_range to vmap_*_range
Nicholas Piggin
1
-31
/
+33
2021-04-30
mm/vmalloc: rename vmap_*_range vmap_pages_*_range
Nicholas Piggin
1
-8
/
+8
2021-04-30
mm: apply_to_pte_range warn and fail if a large pte is encountered
Nicholas Piggin
1
-17
/
+49
2021-04-30
mm/vmalloc: fix HUGE_VMAP regression by enabling huge pages in vmalloc_to_page
Nicholas Piggin
1
-15
/
+26
2021-04-30
mm/vmalloc: use rb_tree instead of list for vread() lookups
Serapheim Dimitropoulos
1
-1
/
+4
2021-04-30
mm: unexport remap_vmalloc_range_partial
Christoph Hellwig
1
-1
/
+0
2021-04-30
mm/sparse: add the missing sparse_buffer_fini() in error branch
Wang Wensheng
1
-0
/
+1
2021-04-30
mm/dmapool: switch from strlcpy to strscpy
Zhiyuan Dai
1
-1
/
+1
2021-04-30
Revert "mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio"
Brian Geffon
2
-6
/
+2
2021-04-30
mm: extend MREMAP_DONTUNMAP to non-anonymous mappings
Brian Geffon
1
-2
/
+2
2021-04-30
NUMA balancing: reduce TLB flush via delaying mapping on hint page fault
Huang Ying
1
-22
/
+32
2021-04-30
mm: add a io_mapping_map_user helper
Christoph Hellwig
3
-0
/
+33
2021-04-30
mm: add remap_pfn_range_notrack
Christoph Hellwig
1
-20
/
+31
2021-04-30
mm/interval_tree: add comments to improve code readability
Zhiyuan Dai
1
-1
/
+1
2021-04-30
mm/memory.c: do_numa_page(): delete bool "migrated"
Wang Qing
1
-3
/
+1
2021-04-30
mm: page_counter: mitigate consequences of a page_counter underflow
Johannes Weiner
1
-2
/
+6
2021-04-30
mm: memcontrol: inline __memcg_kmem_{un}charge() into obj_cgroup_{un}charge_p...
Muchun Song
1
-38
/
+25
2021-04-30
mm: memcontrol: use obj_cgroup APIs to charge kmem pages
Muchun Song
1
-58
/
+58
2021-04-30
mm: memcontrol: change ug->dummy_page only if memcg changed
Muchun Song
1
-1
/
+1
2021-04-30
mm: memcontrol: directly access page->memcg_data in mm/page_alloc.c
Muchun Song
1
-2
/
+2
2021-04-30
mm: memcontrol: introduce obj_cgroup_{un}charge_pages
Muchun Song
1
-23
/
+40
2021-04-30
mm: memcontrol: slab: fix obtain a reference to a freeing memcg
Muchun Song
1
-1
/
+9
2021-04-30
memcg: charge before adding to swapcache on swapin
Shakeel Butt
3
-59
/
+87
2021-04-30
mm: memcontrol: consolidate lruvec stat flushing
Johannes Weiner
1
-46
/
+28
2021-04-30
mm: memcontrol: switch to rstat
Johannes Weiner
1
-131
/
+87
2021-04-30
mm: memcontrol: privatize memcg_page_state query functions
Johannes Weiner
1
-0
/
+32
2021-04-30
mm: memcontrol: kill mem_cgroup_nodeinfo()
Johannes Weiner
1
-10
/
+11
2021-04-30
mm: memcontrol: fix cpuhotplug statistics flushing
Johannes Weiner
1
-14
/
+21
2021-04-30
memcg: enable memcg oom-kill for __GFP_NOFAIL
Shakeel Butt
1
-3
/
+0
2021-04-30
memcg: cleanup root memcg checks
Shakeel Butt
1
-2
/
+2
2021-04-30
mm/memremap.c: fix improper SPDX comment style
Zhiyuan Dai
1
-1
/
+1
2021-04-30
mm: gup: remove FOLL_SPLIT
Yang Shi
1
-26
/
+2
2021-04-30
mm/gup: add a range variant of unpin_user_pages_dirty_lock()
Joao Martins
1
-0
/
+62
2021-04-30
mm/gup: decrement head page once for group of subpages
Joao Martins
1
-18
/
+11
2021-04-30
mm/gup: add compound page list iterator
Joao Martins
1
-0
/
+26
2021-04-30
mm/msync: exit early when the flags is an MS_ASYNC and start < vm_start
Nikita Ermakov
1
-1
/
+5
2021-04-30
mm/filemap: update stale comment
Rui Sun
1
-1
/
+1
2021-04-30
mm: move page_mapping_file to pagemap.h
Matthew Wilcox (Oracle)
1
-10
/
+0
2021-04-30
mm: page-writeback: simplify memcg handling in test_clear_page_writeback()
Johannes Weiner
2
-31
/
+14
2021-04-30
mm/filemap: drop check for truncated page after I/O
Matthew Wilcox (Oracle)
1
-2
/
+0
2021-04-30
mm/filemap: use filemap_read_page in filemap_fault
Matthew Wilcox (Oracle)
1
-9
/
+1
2021-04-30
mm: use filemap_range_needs_writeback() for O_DIRECT reads
Jens Axboe
1
-2
/
+2
2021-04-30
mm: provide filemap_range_needs_writeback() helper
Jens Axboe
1
-0
/
+43
2021-04-30
mm: page_poison: print page info when corruption is caught
Sergei Trofimovich
1
-2
/
+4
2021-04-30
mm: page_owner: detect page_owner recursion via task_struct
Sergei Trofimovich
1
-22
/
+10
[next]