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
*
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
2010-10-24
2
-3
/
+3
|
\
|
*
Fix typo s/contenious/continuous in comment
Nikanth Karthikesan
2010-08-18
1
-2
/
+2
|
*
Merge branch 'master' into for-next
Jiri Kosina
2010-08-11
6
-280
/
+333
|
|
\
|
*
|
fix a typo on comments in mm/percpu.c
Namhyung Kim
2010-08-11
1
-1
/
+1
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...
Linus Torvalds
2010-10-24
2
-373
/
+419
|
\
\
\
|
*
\
\
Merge branch 'master' into for-linus
Pekka Enberg
2010-10-24
13
-504
/
+851
|
|
\
\
\
|
*
|
|
|
SLUB: Fix memory hotplug with !NUMA
Pekka Enberg
2010-10-06
1
-1
/
+1
|
*
|
|
|
slub: Move functions to reduce #ifdefs
Christoph Lameter
2010-10-06
1
-156
/
+141
|
*
|
|
|
slub: Enable sysfs support for !CONFIG_SLUB_DEBUG
Christoph Lameter
2010-10-06
1
-5
/
+35
|
*
|
|
|
SLUB: Optimize slab_free() debug check
Pekka Enberg
2010-10-06
1
-2
/
+2
|
*
|
|
|
slub: Move NUMA-related functions under CONFIG_NUMA
Namhyung Kim
2010-10-02
1
-2
/
+4
|
*
|
|
|
slub: Add lock release annotation
Namhyung Kim
2010-10-02
1
-0
/
+2
|
*
|
|
|
slub: Fix signedness warnings
Namhyung Kim
2010-10-02
1
-4
/
+3
|
*
|
|
|
slub: extract common code to remove objects from partial list without locking
Christoph Lameter
2010-10-02
1
-8
/
+11
|
*
|
|
|
SLUB: Pass active and inactive redzone flags instead of boolean to debug func...
Christoph Lameter
2010-10-02
1
-19
/
+14
|
*
|
|
|
slub: reduce differences between SMP and NUMA
Christoph Lameter
2010-10-02
1
-38
/
+1
|
*
|
|
|
Revert "Slub: UP bandaid"
Pekka Enberg
2010-10-02
1
-16
/
+0
|
*
|
|
|
percpu: clear memory allocated with the km allocator
Tejun Heo
2010-10-02
1
-1
/
+5
|
*
|
|
|
percpu: use percpu allocator on UP too
Tejun Heo
2010-10-02
5
-41
/
+66
|
*
|
|
|
vmalloc: pcpu_get/free_vm_areas() aren't needed on UP
Tejun Heo
2010-10-02
1
-0
/
+2
|
*
|
|
|
SLUB: Fix merged slab cache names
Pekka Enberg
2010-10-02
1
-1
/
+20
|
*
|
|
|
Slub: UP bandaid
Christoph Lameter
2010-10-02
1
-0
/
+16
|
*
|
|
|
slub: fix SLUB_RESILIENCY_TEST for dynamic kmalloc caches
David Rientjes
2010-10-02
1
-6
/
+8
|
*
|
|
|
slub: Fix up missing kmalloc_cache -> kmem_cache_node case for memoryhotplug
Christoph Lameter
2010-10-02
1
-2
/
+2
|
*
|
|
|
slub: Add dummy functions for the !SLUB_DEBUG case
Christoph Lameter
2010-10-02
1
-0
/
+12
|
*
|
|
|
slob: fix gfp flags for order-0 page allocations
David Rientjes
2010-10-02
1
-1
/
+3
|
*
|
|
|
slub: Move gfpflag masking out of the hotpath
Christoph Lameter
2010-10-02
1
-2
/
+3
|
*
|
|
|
slub: Extract hooks for memory checkers from hotpaths
Christoph Lameter
2010-10-02
1
-11
/
+38
|
*
|
|
|
slub: Dynamically size kmalloc cache allocations
Christoph Lameter
2010-10-02
1
-53
/
+138
|
*
|
|
|
slub: Remove static kmem_cache_cpu array for boot
Christoph Lameter
2010-10-02
1
-13
/
+4
|
*
|
|
|
slub: Remove dynamic dma slab allocation
Christoph Lameter
2010-10-02
1
-111
/
+39
|
*
|
|
|
slub: Force no inlining of debug functions
Christoph Lameter
2010-10-02
1
-3
/
+3
*
|
|
|
|
Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2010-10-24
1
-0
/
+13
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
export __get_user_pages_fast() function
Xiao Guangrong
2010-10-24
1
-0
/
+13
*
|
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
2010-10-22
6
-206
/
+250
|
\
\
\
\
\
|
*
|
|
|
|
percpu: update comments to reflect that percpu allocations are always zero-fi...
Tejun Heo
2010-09-10
1
-5
/
+6
|
*
|
|
|
|
percpu: clear memory allocated with the km allocator
Tejun Heo
2010-09-10
1
-1
/
+5
|
*
|
|
|
|
percpu: fix build breakage on s390 and cleanup build configuration tests
Tejun Heo
2010-09-09
1
-163
/
+175
|
*
|
|
|
|
percpu: use percpu allocator on UP too
Tejun Heo
2010-09-08
5
-41
/
+66
|
*
|
|
|
|
vmalloc: pcpu_get/free_vm_areas() aren't needed on UP
Tejun Heo
2010-09-08
1
-0
/
+2
*
|
|
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2010-10-22
1
-2
/
+0
|
\
\
\
\
\
\
|
*
|
|
|
|
|
memory_hotplug: drop spurious calls to flush_scheduled_work()
Tejun Heo
2010-10-19
1
-2
/
+0
*
|
|
|
|
|
|
Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2010-10-22
1
-3
/
+3
|
\
\
\
\
\
\
\
|
*
\
\
\
\
\
\
Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier
Jens Axboe
2010-10-19
23
-212
/
+319
|
|
\
\
\
\
\
\
\
|
|
|
|
_
|
/
/
/
/
|
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
block: remove BLKDEV_IFL_WAIT
Christoph Hellwig
2010-09-16
1
-3
/
+3
|
*
|
|
|
|
|
|
swap: do not send discards as barriers
Christoph Hellwig
2010-09-10
1
-6
/
+3
*
|
|
|
|
|
|
|
Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2010-10-21
4
-316
/
+631
|
\
\
\
\
\
\
\
\
|
*
\
\
\
\
\
\
\
Merge branch 'x86/urgent' into core/memblock
H. Peter Anvin
2010-10-11
3
-11
/
+15
|
|
\
\
\
\
\
\
\
\
|
|
|
|
/
/
/
/
/
/
|
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
memblock: Annotate memblock functions with __init_memblock
Yinghai Lu
2010-10-11
1
-2
/
+2
|
*
|
|
|
|
|
|
|
memblock: Allow memblock_init to be called early
Jeremy Fitzhardinge
2010-10-11
1
-0
/
+6
[next]