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.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/mincore.c: make mincore() more conservative
Jiri Kosina
2019-05-14
1
-1
/
+22
*
mm: maintain randomization of page free lists
Dan Williams
2019-05-14
3
-2
/
+44
*
mm: move buddy list manipulations into helpers
Dan Williams
2019-05-14
2
-45
/
+24
*
mm: shuffle initial free memory to improve memory-side-cache utilization
Dan Williams
2019-05-14
5
-2
/
+250
*
mm/vmalloc.c: convert vmap_lazy_nr to atomic_long_t
Uladzislau Rezki (Sony)
2019-05-14
1
-10
/
+10
*
mm/vmalloc.c: add priority threshold to __purge_vmap_area_lazy()
Uladzislau Rezki (Sony)
2019-05-14
1
-6
/
+12
*
mm: update references to page _refcount
Baruch Siach
2019-05-14
2
-2
/
+2
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2019-05-14
41
-1388
/
+2513
|
\
|
*
mm: delete find_get_entries_tag
Matthew Wilcox (Oracle)
2019-05-14
1
-61
/
+0
|
*
mm/huge_memory.c: make __thp_get_unmapped_area static
Bharath Vedartham
2019-05-14
1
-1
/
+1
|
*
mm/mprotect.c: fix compilation warning because of unused 'mm' variable
Mike Rapoport
2019-05-14
1
-3
/
+2
|
*
mm/page-writeback: introduce tracepoint for wait_on_page_writeback()
Yafang Shao
2019-05-14
1
-0
/
+12
|
*
mm/Kconfig: update "Memory Model" help text
Mike Rapoport
2019-05-14
1
-25
/
+23
|
*
mm/vmscan.c: don't disable irq again when count pgrefill for memcg
Yafang Shao
2019-05-14
1
-1
/
+1
|
*
mm: memblock: make keeping memblock memory opt-in rather than opt-out
Mike Rapoport
2019-05-14
3
-6
/
+5
|
*
hugetlbfs: always use address space in inode for resv_map pointer
Mike Kravetz
2019-05-14
1
-1
/
+18
|
*
mm/z3fold.c: support page migration
Vitaly Wool
2019-05-14
1
-10
/
+231
|
*
mm/z3fold.c: add structure for buddy handles
Vitaly Wool
2019-05-14
1
-40
/
+145
|
*
mm/z3fold.c: improve compression by extending search
Vitaly Wool
2019-05-14
1
-0
/
+36
|
*
mm/z3fold.c: introduce helper functions
Vitaly Wool
2019-05-14
1
-84
/
+100
|
*
mm/page_alloc.c: remove unnecessary parameter in rmqueue_pcplist
Yafang Shao
2019-05-14
1
-6
/
+5
|
*
mm/hmm: add ARCH_HAS_HMM_MIRROR ARCH_HAS_HMM_DEVICE Kconfig
Jérôme Glisse
2019-05-14
1
-0
/
+16
|
*
mm/vmscan.c: simplify shrink_inactive_list()
Kirill Tkhai
2019-05-14
1
-22
/
+9
|
*
mm: introduce new vm_map_pages() and vm_map_pages_zero() API
Souptick Joarder
2019-05-14
2
-0
/
+95
|
*
mm: remove redundant 'default n' from Kconfig-s
Bartlomiej Zolnierkiewicz
2019-05-14
2
-12
/
+0
|
*
mm: fix false-positive OVERCOMMIT_GUESS failures
Johannes Weiner
2019-05-14
1
-46
/
+5
|
*
mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never fail
David Hildenbrand
2019-05-14
1
-3
/
+2
|
*
mm/memory_hotplug: make __remove_section() never fail
David Hildenbrand
2019-05-14
1
-13
/
+9
|
*
mm/memory_hotplug: make unregister_memory_section() never fail
David Hildenbrand
2019-05-14
1
-3
/
+1
|
*
mm/memory_hotplug: release memory resource after arch_remove_memory()
David Hildenbrand
2019-05-14
1
-14
/
+21
|
*
mm/filemap.c: fix minor typo
Laurent Dufour
2019-05-14
1
-1
/
+1
|
*
mm, memory_hotplug: provide a more generic restrictions for memory hotplug
Michal Hocko
2019-05-14
1
-4
/
+7
|
*
mm, memory_hotplug: cleanup memory offline path
Michal Hocko
2019-05-14
2
-36
/
+20
|
*
mm: initialize MAX_ORDER_NR_PAGES at a time instead of doing larger sections
Alexander Duyck
2019-05-14
1
-41
/
+121
|
*
mm: implement new zone specific memblock iterator
Alexander Duyck
2019-05-14
2
-19
/
+76
|
*
mm: drop meminit_pfn_in_nid as it is redundant
Alexander Duyck
2019-05-14
1
-37
/
+14
|
*
mm/rmap.c: use the pra.mapcount to do the check
Huang Shijie
2019-05-14
1
-1
/
+1
|
*
mm/filemap.c: enable error injection at add_to_page_cache()
Josef Bacik
2019-05-14
1
-0
/
+2
|
*
mm/mmu_notifier: mmu_notifier_range_update_to_read_only() helper
Jérôme Glisse
2019-05-14
1
-0
/
+10
|
*
mm/mmu_notifier: use correct mmu_notifier events for each invalidation
Jérôme Glisse
2019-05-14
9
-30
/
+29
|
*
mm/mmu_notifier: contextual information for event triggering invalidation
Jérôme Glisse
2019-05-14
11
-27
/
+54
|
*
mm/mmu_notifier: convert user range->blockable to helper function
Jérôme Glisse
2019-05-14
2
-4
/
+4
|
*
mm/hmm: convert various hmm_pfn_* to device_entry which is a better name
Jérôme Glisse
2019-05-14
1
-8
/
+11
|
*
mm/hmm: add a helper function that fault pages and map them to a device
Jérôme Glisse
2019-05-14
1
-0
/
+152
|
*
mm/hmm: allow to mirror vma of a file on a DAX backed filesystem
Jérôme Glisse
2019-05-14
1
-21
/
+126
|
*
mm/hmm: mirror hugetlbfs (snapshoting, faulting and DMA mapping)
Jérôme Glisse
2019-05-14
1
-14
/
+109
|
*
mm/hmm: add default fault flags to avoid the need to pre-fill pfns arrays
Jérôme Glisse
2019-05-14
1
-0
/
+12
|
*
mm/hmm: improve driver API to work and wait over a range
Jérôme Glisse
2019-05-14
1
-274
/
+257
|
*
mm/hmm: improve and rename hmm_vma_fault() to hmm_range_fault()
Jérôme Glisse
2019-05-14
1
-52
/
+39
|
*
mm/hmm: improve and rename hmm_vma_get_pfns() to hmm_range_snapshot()
Jérôme Glisse
2019-05-14
1
-14
/
+17
[next]