index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
|
mm: don't raise MEMCG_OOM event due to failed high-order allocation
Roman Gushchin
2018-10-26
1
-2
/
+2
*
|
|
|
|
mm/page-writeback.c: fix range_cyclic writeback vs writepages deadlock
Dave Chinner
2018-10-26
1
-18
/
+15
*
|
|
|
|
mm: move mirrored memory specific code outside of memmap_init_zone
Pavel Tatashin
2018-10-26
1
-38
/
+33
*
|
|
|
|
mm: calculate deferred pages after skipping mirrored memory
Pavel Tatashin
2018-10-26
1
-20
/
+25
*
|
|
|
|
mm: make memmap_init a proper function
Pavel Tatashin
2018-10-26
1
-4
/
+5
*
|
|
|
|
mm/memcontrol.c: convert mem_cgroup_id::ref to refcount_t type
Kirill Tkhai
2018-10-26
1
-6
/
+4
*
|
|
|
|
mm/page_alloc.c: initialize num_movable in move_freepages()
David Rientjes
2018-10-26
1
-4
/
+3
*
|
|
|
|
mm/zsmalloc.c: fix fall-through annotation
Gustavo A. R. Silva
2018-10-26
1
-1
/
+1
*
|
|
|
|
mm/vmstat.c: assert that vmstat_text is in sync with stat_items_size
Jann Horn
2018-10-26
1
-0
/
+2
*
|
|
|
|
mm/memory.c: recheck page table entry with page table lock held
Aneesh Kumar K.V
2018-10-26
1
-4
/
+30
*
|
|
|
|
mm: brk: downgrade mmap_sem to read when shrinking
Yang Shi
2018-10-26
1
-11
/
+35
*
|
|
|
|
mm: mremap: downgrade mmap_sem to read when shrinking
Yang Shi
2018-10-26
2
-6
/
+18
*
|
|
|
|
mm/filemap.c: use vmf_error()
Souptick Joarder
2018-10-26
1
-3
/
+1
*
|
|
|
|
mm: remove unnecessary local variable addr in __get_user_pages_fast()
Wei Yang
2018-10-26
1
-3
/
+2
*
|
|
|
|
mm: defer ZONE_DEVICE page initialization to the point where we init pgmap
Alexander Duyck
2018-10-26
2
-8
/
+96
*
|
|
|
|
mm: create non-atomic version of SetPageReserved for init use
Alexander Duyck
2018-10-26
1
-2
/
+7
*
|
|
|
|
mm: provide kernel parameter to allow disabling page init poisoning
Alexander Duyck
2018-10-26
3
-6
/
+49
*
|
|
|
|
memcg: remove memcg_kmem_skip_account
Shakeel Butt
2018-10-26
1
-23
/
+1
*
|
|
|
|
mm/memory_hotplug.c: clean up node_states_check_changes_offline()
Oscar Salvador
2018-10-26
1
-51
/
+29
*
|
|
|
|
mm/memory_hotplug.c: simplify node_states_check_changes_online
Oscar Salvador
2018-10-26
1
-50
/
+7
*
|
|
|
|
mm/memory_hotplug.c: tidy up node_states_clear_node()
Oscar Salvador
2018-10-26
1
-4
/
+2
*
|
|
|
|
mm/memory_hotplug.c: spare unnecessary calls to node_set_state
Oscar Salvador
2018-10-26
1
-1
/
+2
*
|
|
|
|
mm/filemap.c: Use existing variable
haiqing.shq
2018-10-26
1
-1
/
+1
*
|
|
|
|
mm: unmap VM_PFNMAP mappings with optimized path
Yang Shi
2018-10-26
1
-9
/
+0
*
|
|
|
|
mm: unmap VM_HUGETLB mappings with optimized path
Yang Shi
2018-10-26
1
-1
/
+1
*
|
|
|
|
mm: mmap: zap pages with read mmap_sem in munmap
Yang Shi
2018-10-26
1
-11
/
+48
*
|
|
|
|
vfree: add debug might_sleep()
Andrey Ryabinin
2018-10-26
1
-0
/
+2
*
|
|
|
|
mm/vmalloc.c: improve vfree() kerneldoc
Andrey Ryabinin
2018-10-26
1
-0
/
+2
*
|
|
|
|
kvfree(): fix misleading comment
Andrey Ryabinin
2018-10-26
1
-1
/
+1
*
|
|
|
|
mm/mempolicy.c: use match_string() helper to simplify the code
zhong jiang
2018-10-26
1
-8
/
+3
*
|
|
|
|
mm/swap.c: remove duplicated include
YueHaibing
2018-10-26
1
-1
/
+0
*
|
|
|
|
mm, page_alloc: drop should_suppress_show_mem
Michal Hocko
2018-10-26
1
-15
/
+1
*
|
|
|
|
mm/memcontrol.c: fix memory.stat item ordering
Johannes Weiner
2018-10-26
1
-7
/
+7
*
|
|
|
|
mm: zero-seek shrinkers
Johannes Weiner
2018-10-26
2
-4
/
+13
*
|
|
|
|
mm: workingset: add vmstat counter for shadow nodes
Johannes Weiner
2018-10-26
2
-2
/
+13
*
|
|
|
|
mm: workingset: use cheaper __inc_lruvec_state in irqsafe node reclaim
Johannes Weiner
2018-10-26
1
-1
/
+1
*
|
|
|
|
psi: pressure stall information for CPU, memory, and IO
Johannes Weiner
2018-10-26
4
-4
/
+34
*
|
|
|
|
delayacct: track delays from thrashing cache pages
Johannes Weiner
2018-10-26
1
-0
/
+11
*
|
|
|
|
mm: workingset: tell cache transitions from workingset thrashing
Johannes Weiner
2018-10-26
7
-40
/
+70
*
|
|
|
|
mm: workingset: don't drop refault information prematurely
Johannes Weiner
2018-10-26
1
-8
/
+14
*
|
|
|
|
mm, slab: shorten kmalloc cache names for large sizes
Vlastimil Babka
2018-10-26
1
-12
/
+26
*
|
|
|
|
mm: rename and change semantics of nr_indirectly_reclaimable_bytes
Vlastimil Babka
2018-10-26
3
-19
/
+9
*
|
|
|
|
mm, slab/slub: introduce kmalloc-reclaimable caches
Vlastimil Babka
2018-10-26
1
-17
/
+31
*
|
|
|
|
mm, slab: combine kmalloc_caches and kmalloc_dma_caches
Vlastimil Babka
2018-10-26
3
-27
/
+21
*
|
|
|
|
userfaultfd: allow get_mempolicy(MPOL_F_NODE|MPOL_F_ADDR) to trigger userfaults
Andrea Arcangeli
2018-10-26
1
-5
/
+19
*
|
|
|
|
mm: convert insert_pfn() to vm_fault_t
Matthew Wilcox
2018-10-26
1
-19
/
+5
*
|
|
|
|
mm: convert __vm_insert_mixed() to vm_fault_t
Matthew Wilcox
2018-10-26
1
-21
/
+15
*
|
|
|
|
mm: inline vm_insert_pfn_prot() into caller
Matthew Wilcox
2018-10-26
1
-31
/
+24
*
|
|
|
|
mm: remove vm_insert_pfn()
Matthew Wilcox
2018-10-26
1
-25
/
+29
*
|
|
|
|
mm: make vm_insert_pfn_prot() static
Matthew Wilcox
2018-10-26
1
-25
/
+25
[prev]
[next]