index
:
Linux Stable
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.13.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/gup.c: fix __get_user_pages_fast() comment
Fengguang Wu
2018-10-31
1
-2
/
+2
*
mm: Fix warning in insert_pfn()
Jan Kara
2018-10-31
1
-2
/
+7
*
mm/memory_hotplug: fix online/offline_pages called w.o. mem_hotplug_lock
David Hildenbrand
2018-10-31
1
-8
/
+20
*
mm/memory_hotplug: make add_memory() take the device_hotplug_lock
David Hildenbrand
2018-10-31
1
-3
/
+19
*
mm/memory_hotplug: make remove_memory() take the device_hotplug_lock
David Hildenbrand
2018-10-31
1
-1
/
+8
*
mm/memblock.c: warn if zero alignment was requested
Mike Rapoport
2018-10-31
1
-0
/
+11
*
memblock: stop using implicit alignment to SMP_CACHE_BYTES
Mike Rapoport
2018-10-31
4
-29
/
+26
*
mm: remove include/linux/bootmem.h
Mike Rapoport
2018-10-31
12
-13
/
+6
*
memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants
Mike Rapoport
2018-10-31
6
-10
/
+13
*
mm: remove nobootmem
Mike Rapoport
2018-10-31
3
-129
/
+104
*
memblock: rename __free_pages_bootmem to memblock_free_pages
Mike Rapoport
2018-10-31
4
-4
/
+4
*
memblock: rename free_all_bootmem to memblock_free_all
Mike Rapoport
2018-10-31
4
-5
/
+5
*
memblock: replace free_bootmem_late with memblock_free_late
Mike Rapoport
2018-10-31
1
-24
/
+0
*
memblock: replace free_bootmem{_node} with memblock_free
Mike Rapoport
2018-10-31
1
-30
/
+0
*
mm: nobootmem: remove bootmem allocation APIs
Mike Rapoport
2018-10-31
1
-224
/
+0
*
memblock: add align parameter to memblock_alloc_node()
Mike Rapoport
2018-10-31
1
-1
/
+1
*
memblock: remove _virt from APIs returning virtual address
Mike Rapoport
2018-10-31
8
-41
/
+41
*
memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*
Mike Rapoport
2018-10-31
1
-4
/
+4
*
mm: nobootmem: remove dead code
Mike Rapoport
2018-10-31
1
-35
/
+0
*
mm: remove bootmem allocator implementation.
Mike Rapoport
2018-10-31
1
-811
/
+0
*
mm: remove CONFIG_HAVE_MEMBLOCK
Mike Rapoport
2018-10-31
4
-12
/
+4
*
mm: remove CONFIG_NO_BOOTMEM
Mike Rapoport
2018-10-31
3
-12
/
+1
*
mm/gup_benchmark.c: prevent integer overflow in ioctl
Dan Carpenter
2018-10-31
1
-0
/
+3
*
mm/hmm: invalidate device page table at start of invalidation
Jérôme Glisse
2018-10-31
1
-12
/
+15
*
mm/hmm: use a structure for update callback parameters
Jérôme Glisse
2018-10-31
1
-11
/
+22
*
mm/hmm: properly handle migration pmd
Jérôme Glisse
2018-10-31
1
-6
/
+34
*
mm/hmm: fix race between hmm_mirror_unregister() and mmu_notifier callback
Ralph Campbell
2018-10-31
1
-15
/
+21
*
mm/rmap: map_pte() was not handling private ZONE_DEVICE page properly
Ralph Campbell
2018-10-31
1
-1
/
+23
*
mm/hmm: fix utf8 ...
Jérôme Glisse
2018-10-31
1
-1
/
+1
*
Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
2018-10-28
17
-940
/
+647
|
\
|
*
radix tree: Remove multiorder support
Matthew Wilcox
2018-10-21
1
-2
/
+2
|
*
page cache: Finish XArray conversion
Matthew Wilcox
2018-10-21
1
-1
/
+1
|
*
shmem: Comment fixups
Matthew Wilcox
2018-10-21
1
-6
/
+6
|
*
memfd: Convert memfd_tag_pins to XArray
Matthew Wilcox
2018-10-21
1
-26
/
+18
|
*
memfd: Convert memfd_wait_for_pins to XArray
Matthew Wilcox
2018-10-21
1
-36
/
+25
|
*
shmem: Convert shmem_partial_swap_usage to XArray
Matthew Wilcox
2018-10-21
1
-14
/
+4
|
*
shmem: Convert shmem_free_swap to XArray
Matthew Wilcox
2018-10-21
1
-2
/
+2
|
*
shmem: Convert shmem_alloc_hugepage to XArray
Matthew Wilcox
2018-10-21
1
-10
/
+4
|
*
shmem: Convert shmem_add_to_page_cache to XArray
Matthew Wilcox
2018-10-21
1
-47
/
+34
|
*
shmem: Convert find_swap_entry to XArray
Matthew Wilcox
2018-10-21
1
-17
/
+10
|
*
shmem: Convert shmem_confirm_swap to XArray
Matthew Wilcox
2018-10-21
1
-6
/
+1
|
*
shmem: Convert shmem_radix_tree_replace to XArray
Matthew Wilcox
2018-10-21
1
-14
/
+8
|
*
pagevec: Use xa_mark_t
Matthew Wilcox
2018-10-21
1
-2
/
+2
|
*
mm: Convert is_page_cache_freeable to XArray
Matthew Wilcox
2018-10-21
1
-4
/
+4
|
*
mm: Convert khugepaged_scan_shmem to XArray
Matthew Wilcox
2018-10-21
1
-12
/
+5
|
*
mm: Convert collapse_shmem to XArray
Matthew Wilcox
2018-10-21
1
-93
/
+66
|
*
mm: Convert huge_memory to XArray
Matthew Wilcox
2018-10-21
1
-10
/
+7
|
*
mm: Convert page migration to XArray
Matthew Wilcox
2018-10-21
1
-30
/
+18
|
*
mm: Convert __do_page_cache_readahead to XArray
Matthew Wilcox
2018-10-21
1
-3
/
+1
|
*
mm: Convert delete_from_swap_cache to XArray
Matthew Wilcox
2018-10-21
2
-15
/
+11
[next]