index
:
linux/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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-03-15
mm/debug_pagealloc: ask users for default setting of debug_pagealloc
Christian Borntraeger
2016-03-15
mm/page-writeback: fix dirty_ratelimit calculation
Andrey Ryabinin
2016-03-15
mm/page_alloc.c: rework code layout in memmap_init_zone()
Andrew Morton
2016-03-15
mm/page_alloc.c: introduce kernelcore=mirror option
Taku Izumi
2016-03-15
mm/page_alloc.c: calculate zone_start_pfn at zone_spanned_pages_in_node()
Taku Izumi
2016-03-15
fs/mpage.c:mpage_readpages(): use lru_to_page() helper
Andrew Morton
2016-03-15
mm/slub: support left redzone
Joonsoo Kim
2016-03-15
slub: relax CMPXCHG consistency restrictions
Laura Abbott
2016-03-15
slub: convert SLAB_DEBUG_FREE to SLAB_CONSISTENCY_CHECKS
Laura Abbott
2016-03-15
slub: fix/clean free_debug_processing return paths
Laura Abbott
2016-03-15
slub: drop lock at the end of free_debug_processing
Laura Abbott
2016-03-15
mm/slab: re-implement pfmemalloc support
Joonsoo Kim
2016-03-15
mm/slab: avoid returning values by reference
Joonsoo Kim
2016-03-15
mm/slab: introduce new slab management type, OBJFREELIST_SLAB
Joonsoo Kim
2016-03-15
mm/slab: factor out debugging initialization in cache_init_objs()
Joonsoo Kim
2016-03-15
mm/slab: factor out slab list fixup code
Joonsoo Kim
2016-03-15
mm/slab: make criteria for off slab determination robust and simple
Joonsoo Kim
2016-03-15
mm/slab: do not change cache size if debug pagealloc isn't possible
Joonsoo Kim
2016-03-15
mm/slab: clean up cache type determination
Joonsoo Kim
2016-03-15
mm/slab: align cache size first before determination of OFF_SLAB candidate
Joonsoo Kim
2016-03-15
mm/slab: put the freelist at the end of slab page
Joonsoo Kim
2016-03-15
mm/slab: remove object status buffer for DEBUG_SLAB_LEAK
Joonsoo Kim
2016-03-15
mm/slab: alternative implementation for DEBUG_SLAB_LEAK
Joonsoo Kim
2016-03-15
mm/slab: clean up DEBUG_PAGEALLOC processing code
Joonsoo Kim
2016-03-15
mm/slab: use more appropriate condition check for debug_pagealloc
Joonsoo Kim
2016-03-15
mm/slab: activate debug_pagealloc in SLAB when it is actually enabled
Joonsoo Kim
2016-03-15
mm/slab: remove the checks for slab implementation bug
Joonsoo Kim
2016-03-15
mm/slab: remove useless structure define
Joonsoo Kim
2016-03-15
mm/slab: fix stale code comment
Joonsoo Kim
2016-03-15
mm: fix some spelling
Jesper Dangaard Brouer
2016-03-15
mm: new API kfree_bulk() for SLAB+SLUB allocators
Jesper Dangaard Brouer
2016-03-15
slab: implement bulk free in SLAB allocator
Jesper Dangaard Brouer
2016-03-15
slab: avoid running debug SLAB code with IRQs disabled for alloc_bulk
Jesper Dangaard Brouer
2016-03-15
slab: implement bulk alloc in SLAB allocator
Jesper Dangaard Brouer
2016-03-15
slab: use slab_post_alloc_hook in SLAB allocator shared with SLUB
Jesper Dangaard Brouer
2016-03-15
mm: kmemcheck skip object if slab allocation failed
Jesper Dangaard Brouer
2016-03-15
slab: use slab_pre_alloc_hook in SLAB allocator shared with SLUB
Jesper Dangaard Brouer
2016-03-15
mm: fault-inject take over bootstrap kmem_cache check
Jesper Dangaard Brouer
2016-03-15
mm/slab: move SLUB alloc hooks to common mm/slab.h
Jesper Dangaard Brouer
2016-03-15
slub: clean up code for kmem cgroup support to kmem_cache_free_bulk
Jesper Dangaard Brouer
2016-03-15
paride: make 'verbose' parameter an 'int' again
Arnd Bergmann
2016-03-15
block: partition: add partition specific uevent callbacks for partition info
San Mehat
2016-03-15
ocfs2/dlm: fix a variable overflow problem in dlmdomain.c
Jun Piao
2016-03-15
ocfs2: fix a tiny race that leads file system read-only
Jiufei Xue
2016-03-15
ocfs2/dlm: return EINVAL when the lockres on migration target is in DROPPING_...
xuejiufei
2016-03-15
ocfs2/dlm: clear DROPPING_REF flag when the master goes down
xuejiufei
2016-03-15
ocfs2/dlm: return in progress if master can not clear the refmap bit right now
xuejiufei
2016-03-15
ocfs2/dlm: add DEREF_DONE message
xuejiufei
2016-03-15
ocfs2/dlm: fix a typo in dlmcommon.h
Joseph Qi
2016-03-15
ocfs2: use spinlock_irqsave() to downconvert lock in ocfs2_osb_dump()
jiangyiwen
[next]