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
Commit message (
Expand
)
Author
Age
Files
Lines
*
init: provide a generic free_initmem implementation
Mike Rapoport
2019-05-14
12
-60
/
+5
*
initramfs: poison freed initrd memory
Christoph Hellwig
2019-05-14
5
-33
/
+2
*
initramfs: provide a generic free_initrd_mem implementation
Christoph Hellwig
2019-05-14
15
-100
/
+5
*
initramfs: move the legacy keepinitrd parameter to core code
Christoph Hellwig
2019-05-14
8
-47
/
+28
*
initramfs: cleanup populate_rootfs
Christoph Hellwig
2019-05-14
1
-17
/
+20
*
initramfs: factor out a helper to populate the initrd image
Christoph Hellwig
2019-05-14
1
-17
/
+23
*
initramfs: cleanup initrd freeing
Christoph Hellwig
2019-05-14
1
-23
/
+30
*
initramfs: free initrd memory if opening /initrd.image fails
Christoph Hellwig
2019-05-14
1
-8
/
+6
*
mm/cma.c: fix crash on CMA allocation if bitmap allocation fails
Yue Hu
2019-05-14
1
-1
/
+3
*
mm: memcontrol: quarantine the mem_cgroup_[node_]nr_lru_pages() API
Johannes Weiner
2019-05-14
2
-36
/
+36
*
mm: memcontrol: push down mem_cgroup_nr_lru_pages()
Johannes Weiner
2019-05-14
1
-6
/
+7
*
mm: memcontrol: push down mem_cgroup_node_nr_lru_pages()
Johannes Weiner
2019-05-14
3
-15
/
+10
*
mm: memcontrol: replace node summing with memcg_page_state()
Johannes Weiner
2019-05-14
1
-3
/
+6
*
mm: memcontrol: replace zone summing with lruvec_page_state()
Johannes Weiner
2019-05-14
3
-20
/
+2
*
mm: memcontrol: track LRU counts in the vmstats array
Johannes Weiner
2019-05-14
1
-1
/
+1
*
mm/vmscan: add tracepoints for node reclaim
Yafang Shao
2019-05-14
2
-0
/
+38
*
mm/page_isolation.c: remove redundant pfn_valid_within() in __first_valid_page()
Anshuman Khandual
2019-05-14
1
-2
/
+0
*
mm, compaction: some tracepoints should be defined only when CONFIG_COMPACTIO...
Yafang Shao
2019-05-14
1
-4
/
+2
*
mm: compaction: show gfp flag names in try_to_compact_pages tracepoint
Yafang Shao
2019-05-14
1
-2
/
+2
*
mm/cma.c: fix the bitmap status to show failed allocation reason
Yue Hu
2019-05-14
1
-8
/
+11
*
mm/compaction.c: fix an undefined behaviour
Qian Cai
2019-05-14
1
-1
/
+3
*
mm/memory_hotplug.c: fix the wrong usage of N_HIGH_MEMORY
Baoquan He
2019-05-14
1
-1
/
+1
*
mm,memory_hotplug: drop redundant hugepage_migration_supported check
Oscar Salvador
2019-05-14
1
-2
/
+1
*
mm,memory_hotplug: unlock 1GB-hugetlb on x86_64
Oscar Salvador
2019-05-14
1
-4
/
+0
*
IB/mthca: use the new FOLL_LONGTERM flag to get_user_pages_fast()
Ira Weiny
2019-05-14
1
-1
/
+2
*
IB/qib: use the new FOLL_LONGTERM flag to get_user_pages_fast()
Ira Weiny
2019-05-14
1
-1
/
+1
*
IB/hfi1: use the new FOLL_LONGTERM flag to get_user_pages_fast()
Ira Weiny
2019-05-14
1
-2
/
+2
*
mm/gup: add FOLL_LONGTERM capability to GUP fast
Ira Weiny
2019-05-14
1
-4
/
+36
*
mm/gup: change GUP fast to use flags rather than a write 'bool'
Ira Weiny
2019-05-14
34
-57
/
+73
*
mm/gup: change write parameter to flags in fast walk
Ira Weiny
2019-05-14
1
-26
/
+26
*
mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERM
Ira Weiny
2019-05-14
11
-108
/
+173
*
mm: generalize putback scan functions
Kirill Tkhai
2019-05-14
1
-82
/
+40
*
mm: remove pages_to_free argument of move_active_pages_to_lru()
Kirill Tkhai
2019-05-14
1
-6
/
+13
*
mm: move nr_deactivate accounting to shrink_active_list()
Kirill Tkhai
2019-05-14
2
-6
/
+10
*
mm: move recent_rotated pages calculation to shrink_inactive_list()
Kirill Tkhai
2019-05-14
4
-17
/
+20
*
mm, page_alloc: disallow __GFP_COMP in alloc_pages_exact()
Vlastimil Babka
2019-05-14
1
-3
/
+11
*
mm: page cache: store only head pages in i_pages
Matthew Wilcox
2019-05-14
8
-103
/
+86
*
userfaultfd/sysctl: add vm.unprivileged_userfaultfd
Peter Xu
2019-05-14
4
-0
/
+31
*
mm/cma_debug.c: fix the break condition in cma_maxchunk_get()
Yue Hu
2019-05-14
1
-1
/
+1
*
include/trace/events/vmscan.h: drop zone id from kswapd tracepoints
Yafang Shao
2019-05-14
1
-3
/
+4
*
mm/slab.c: fix an infinite loop in leaks_show()
Qian Cai
2019-05-14
1
-1
/
+5
*
mm/slub.c: update the comment about slab frozen
Liu Xiang
2019-05-14
1
-4
/
+5
*
mm/slab.c: remove unneed check in cpuup_canceled
Li RongQing
2019-05-14
1
-4
/
+2
*
slub: remove useless kmem_cache_debug() before remove_full()
Liu Xiang
2019-05-14
1
-2
/
+1
*
mm: remove stale comment from page struct
Tobin C. Harding
2019-05-14
1
-1
/
+1
*
slab: use slab_list instead of lru
Tobin C. Harding
2019-05-14
1
-24
/
+25
*
slub: use slab_list instead of lru
Tobin C. Harding
2019-05-14
1
-20
/
+20
*
slub: add comments to endif pre-processor macros
Tobin C. Harding
2019-05-14
1
-10
/
+10
*
slob: use slab_list instead of lru
Tobin C. Harding
2019-05-14
1
-6
/
+6
*
slob: respect list_head abstraction layer
Tobin C. Harding
2019-05-14
1
-14
/
+37
[next]