summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* slob: Fix early boot kernel crashChristoph Lameter2012-07-121-1/+1
* mm, slub: ensure irqs are enabled for kmemcheckDavid Rientjes2012-07-101-7/+6
* mm, sl[aou]b: Move kmem_cache_create mutex handling to common codeChristoph Lameter2012-07-093-67/+54
* mm, sl[aou]b: Use a common mutex definitionChristoph Lameter2012-07-094-86/+82
* mm, sl[aou]b: Common definition for boot state of the slab allocatorsChristoph Lameter2012-07-096-60/+62
* mm, sl[aou]b: Extract common code for kmem_cache_create()Christoph Lameter2012-07-096-31/+87
* slub: remove invalid reference to list iterator variableJulia Lawall2012-07-091-1/+1
* mm: Fix signal SIGFPE in slabinfo.c.majianpeng2012-07-021-7/+7
* slab: move FULL state transition to an initcallGlauber Costa2012-07-021-4/+4
* slab: Fix a typo in commit 8c138b "slab: Get rid of obj_size macro"Feng Tang2012-07-021-1/+1
* mm, slab: Build fix for recent kmem_cache changesThierry Reding2012-07-021-1/+1
* slab: rename gfpflags to allocflagsGlauber Costa2012-07-022-6/+6
* slub: refactoring unfreeze_partials()Joonsoo Kim2012-06-201-34/+14
* slub: use __cmpxchg_double_slab() at interrupt disabled placeJoonsoo Kim2012-06-201-3/+9
* slab/mempolicy: always use local policy from interrupt contextAndi Kleen2012-06-204-5/+11
* slab: Get rid of obj_size macroChristoph Lameter2012-06-141-26/+21
* mm, sl[aou]b: Extract common fields from struct kmem_cacheChristoph Lameter2012-06-146-112/+130
* slab: Remove some accessorsChristoph Lameter2012-06-141-27/+8
* slab: Use page struct fields instead of castingChristoph Lameter2012-06-142-4/+8
* slob: Remove various small accessorsChristoph Lameter2012-06-141-40/+9
* slob: No need to zero mapping since it is no longer in useChristoph Lameter2012-06-141-1/+0
* slob: Define page struct fields used in mm_types.hChristoph Lameter2012-06-142-60/+42
* Merge branch 'slub/cleanups' into slab/nextPekka Enberg2012-06-042-82/+92
|\
| * slub: pass page to node_match() instead of kmem_cache_cpu structureChristoph Lameter2012-06-011-4/+6
| * slub: Use page variable instead of c->page.Christoph Lameter2012-06-011-7/+10
| * slub: Separate out kmem_cache_cpu processing from deactivate_slabChristoph Lameter2012-06-011-12/+12
| * slub: Get rid of the node fieldChristoph Lameter2012-06-012-20/+16
| * slub: new_slab_objects() can also get objects from partial listChristoph Lameter2012-06-011-7/+9
| * slub: Simplify control flow in __slab_alloc()Christoph Lameter2012-06-011-8/+6
| * slub: Acquire_slab() avoid loopChristoph Lameter2012-06-011-13/+15
| * slub: Add frozen check in __slab_allocChristoph Lameter2012-06-011-0/+6
| * slub: Use freelist instead of "object" in __slab_allocChristoph Lameter2012-06-011-18/+20
* | Linux 3.5-rc1v3.5-rc1Linus Torvalds2012-06-021-2/+2
* | Merge tag 'dm-3.5-changes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-06-026-90/+322
|\ \
| * | dm thin: provide userspace access to pool metadataJoe Thornber2012-06-035-11/+193
| * | dm thin: use slab mempoolsMike Snitzer2012-06-031-62/+99
| * | dm mpath: allow ioctls to trigger pg initMikulas Patocka2012-06-031-9/+17
| * | dm mpath: delay retry of bypassed pgMike Christie2012-06-031-2/+6
| * | dm mpath: reduce size of struct multipathMike Snitzer2012-06-031-6/+7
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-06-0221-84/+201
|\ \
| * | fec_mpc52xx: fix timestamp filteringStephan Gatzka2012-06-021-1/+1
| * | mcs7830: Implement link state detectionOndrej Zary2012-06-021-2/+23
| * | e1000e: fix Rapid Start Technology support for i217Bruce Allan2012-06-021-9/+9
| * | e1000: look into the page instead of skb->data for e1000_tbi_adjust_stats()Sebastian Andrzej Siewior2012-06-021-1/+1
| * | r8169: call netif_napi_del at errpaths and at driver unloadDevendra Naga2012-06-011-0/+3
| * | tcp: reflect SYN queue_mapping into SYNACK packetsEric Dumazet2012-06-012-6/+12
| * | tcp: do not create inetpeer on SYNACK messageEric Dumazet2012-06-011-1/+2
| * | 8139cp/8139too: terminate the eeprom access with the right opmodeJason Wang2012-06-012-2/+2
| * | 8139cp: set ring address before enabling receiverJason Wang2012-06-011-11/+11
| * | cipso: handle CIPSO options correctly when NetLabel is disabledPaul Moore2012-06-011-1/+28