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.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
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
2021-04-30
mm: page_owner: use kstrtobool() to parse bool option
Sergei Trofimovich
1
-7
/
+1
2021-04-30
mm: page_owner: fetch backtrace only for tracked pages
Sergei Trofimovich
1
-3
/
+3
2021-04-30
mm, page_owner: remove unused parameter in __set_page_owner_handle
zhongjiang-ali
1
-5
/
+5
2021-04-30
mm/page_owner: record the timestamp of all pages during free
Georgi Djakov
1
-4
/
+8
[next]