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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm, sl[aou]b: Common definition for boot state of the slab allocators
Christoph Lameter
2012-07-09
6
-60
/
+62
*
mm, sl[aou]b: Extract common code for kmem_cache_create()
Christoph Lameter
2012-07-09
6
-31
/
+87
*
slub: remove invalid reference to list iterator variable
Julia Lawall
2012-07-09
1
-1
/
+1
*
mm: Fix signal SIGFPE in slabinfo.c.
majianpeng
2012-07-02
1
-7
/
+7
*
slab: move FULL state transition to an initcall
Glauber Costa
2012-07-02
1
-4
/
+4
*
slab: Fix a typo in commit 8c138b "slab: Get rid of obj_size macro"
Feng Tang
2012-07-02
1
-1
/
+1
*
mm, slab: Build fix for recent kmem_cache changes
Thierry Reding
2012-07-02
1
-1
/
+1
*
slab: rename gfpflags to allocflags
Glauber Costa
2012-07-02
2
-6
/
+6
*
slub: refactoring unfreeze_partials()
Joonsoo Kim
2012-06-20
1
-34
/
+14
*
slub: use __cmpxchg_double_slab() at interrupt disabled place
Joonsoo Kim
2012-06-20
1
-3
/
+9
*
slab/mempolicy: always use local policy from interrupt context
Andi Kleen
2012-06-20
4
-5
/
+11
*
slab: Get rid of obj_size macro
Christoph Lameter
2012-06-14
1
-26
/
+21
*
mm, sl[aou]b: Extract common fields from struct kmem_cache
Christoph Lameter
2012-06-14
6
-112
/
+130
*
slab: Remove some accessors
Christoph Lameter
2012-06-14
1
-27
/
+8
*
slab: Use page struct fields instead of casting
Christoph Lameter
2012-06-14
2
-4
/
+8
*
slob: Remove various small accessors
Christoph Lameter
2012-06-14
1
-40
/
+9
*
slob: No need to zero mapping since it is no longer in use
Christoph Lameter
2012-06-14
1
-1
/
+0
*
slob: Define page struct fields used in mm_types.h
Christoph Lameter
2012-06-14
2
-60
/
+42
*
Merge branch 'slub/cleanups' into slab/next
Pekka Enberg
2012-06-04
2
-82
/
+92
|
\
|
*
slub: pass page to node_match() instead of kmem_cache_cpu structure
Christoph Lameter
2012-06-01
1
-4
/
+6
|
*
slub: Use page variable instead of c->page.
Christoph Lameter
2012-06-01
1
-7
/
+10
|
*
slub: Separate out kmem_cache_cpu processing from deactivate_slab
Christoph Lameter
2012-06-01
1
-12
/
+12
|
*
slub: Get rid of the node field
Christoph Lameter
2012-06-01
2
-20
/
+16
|
*
slub: new_slab_objects() can also get objects from partial list
Christoph Lameter
2012-06-01
1
-7
/
+9
|
*
slub: Simplify control flow in __slab_alloc()
Christoph Lameter
2012-06-01
1
-8
/
+6
|
*
slub: Acquire_slab() avoid loop
Christoph Lameter
2012-06-01
1
-13
/
+15
|
*
slub: Add frozen check in __slab_alloc
Christoph Lameter
2012-06-01
1
-0
/
+6
|
*
slub: Use freelist instead of "object" in __slab_alloc
Christoph Lameter
2012-06-01
1
-18
/
+20
*
|
Linux 3.5-rc1
v3.5-rc1
Linus Torvalds
2012-06-02
1
-2
/
+2
*
|
Merge tag 'dm-3.5-changes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2012-06-02
6
-90
/
+322
|
\
\
|
*
|
dm thin: provide userspace access to pool metadata
Joe Thornber
2012-06-03
5
-11
/
+193
|
*
|
dm thin: use slab mempools
Mike Snitzer
2012-06-03
1
-62
/
+99
|
*
|
dm mpath: allow ioctls to trigger pg init
Mikulas Patocka
2012-06-03
1
-9
/
+17
|
*
|
dm mpath: delay retry of bypassed pg
Mike Christie
2012-06-03
1
-2
/
+6
|
*
|
dm mpath: reduce size of struct multipath
Mike Snitzer
2012-06-03
1
-6
/
+7
|
|
/
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2012-06-02
21
-84
/
+201
|
\
\
|
*
|
fec_mpc52xx: fix timestamp filtering
Stephan Gatzka
2012-06-02
1
-1
/
+1
|
*
|
mcs7830: Implement link state detection
Ondrej Zary
2012-06-02
1
-2
/
+23
|
*
|
e1000e: fix Rapid Start Technology support for i217
Bruce Allan
2012-06-02
1
-9
/
+9
|
*
|
e1000: look into the page instead of skb->data for e1000_tbi_adjust_stats()
Sebastian Andrzej Siewior
2012-06-02
1
-1
/
+1
|
*
|
r8169: call netif_napi_del at errpaths and at driver unload
Devendra Naga
2012-06-01
1
-0
/
+3
|
*
|
tcp: reflect SYN queue_mapping into SYNACK packets
Eric Dumazet
2012-06-01
2
-6
/
+12
|
*
|
tcp: do not create inetpeer on SYNACK message
Eric Dumazet
2012-06-01
1
-1
/
+2
|
*
|
8139cp/8139too: terminate the eeprom access with the right opmode
Jason Wang
2012-06-01
2
-2
/
+2
|
*
|
8139cp: set ring address before enabling receiver
Jason Wang
2012-06-01
1
-11
/
+11
|
*
|
cipso: handle CIPSO options correctly when NetLabel is disabled
Paul Moore
2012-06-01
1
-1
/
+28
|
*
|
net: sock: validate data_len before allocating skb in sock_alloc_send_pskb()
Jason Wang
2012-05-31
1
-2
/
+5
|
*
|
bql: Avoid possible inconsistent calculation.
Hiroaki SHIMODA
2012-05-31
1
-5
/
+7
|
*
|
bql: Avoid unneeded limit decrement.
Hiroaki SHIMODA
2012-05-31
1
-2
/
+4
|
*
|
bql: Fix POSDIFF() to integer overflow aware.
Hiroaki SHIMODA
2012-05-31
1
-1
/
+1
[next]