Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | writeback: Fix some comment errors | Wanpeng Li | 2012-06-09 | 1 | -2/+2 | |
| * | | | | | | block: Convert BDI proportion calculations to flexible proportions | Jan Kara | 2012-06-09 | 2 | -42/+67 | |
* | | | | | | | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2012-07-31 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | mm: fix wrong argument of migrate_huge_pages() in soft_offline_huge_page() | Joonsoo Kim | 2012-07-31 | 1 | -3/+3 | |
* | | | | | | | | Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen... | Linus Torvalds | 2012-07-30 | 7 | -599/+559 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | mm: Fix build warning in kmem_cache_create() | Shuah Khan | 2012-07-30 | 1 | -0/+2 | |
| * | | | | | | | | slob: Fix early boot kernel crash | Christoph Lameter | 2012-07-12 | 1 | -1/+1 | |
| * | | | | | | | | mm, slub: ensure irqs are enabled for kmemcheck | David Rientjes | 2012-07-10 | 1 | -7/+6 | |
| * | | | | | | | | mm, sl[aou]b: Move kmem_cache_create mutex handling to common code | Christoph Lameter | 2012-07-09 | 3 | -67/+54 | |
| * | | | | | | | | mm, sl[aou]b: Use a common mutex definition | Christoph Lameter | 2012-07-09 | 4 | -86/+82 | |
| * | | | | | | | | mm, sl[aou]b: Common definition for boot state of the slab allocators | Christoph Lameter | 2012-07-09 | 5 | -56/+62 | |
| * | | | | | | | | mm, sl[aou]b: Extract common code for kmem_cache_create() | Christoph Lameter | 2012-07-09 | 5 | -31/+83 | |
| * | | | | | | | | slub: remove invalid reference to list iterator variable | Julia Lawall | 2012-07-09 | 1 | -1/+1 | |
| * | | | | | | | | 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 | 1 | -5/+5 | |
| * | | | | | | | | 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 | 3 | -4/+10 | |
| * | | | | | | | | 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 | 3 | -107/+99 | |
| * | | | | | | | | 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 | 1 | -4/+4 | |
| * | | | | | | | | 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 | 1 | -58/+37 | |
| * | | | | | | | | Merge branch 'slub/cleanups' into slab/next | Pekka Enberg | 2012-06-04 | 1 | -81/+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 | 1 | -19/+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 | |
* | | | | | | | | | Merge branch 'for-linus-for-3.6-rc1' of git://git.linaro.org/people/mszyprows... | Linus Torvalds | 2012-07-30 | 1 | -10/+18 | |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | ARM: dma-mapping: remove custom consistent dma region | Marek Szyprowski | 2012-07-30 | 1 | -1/+9 | |
| * | | | | | | | | mm: vmalloc: use const void * for caller argument | Marek Szyprowski | 2012-07-30 | 1 | -9/+9 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'kmap_atomic' of git://github.com/congwang/linux | Linus Torvalds | 2012-07-27 | 1 | -6/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | vmalloc: remove KM_USER0 from comments | Cong Wang | 2012-07-24 | 1 | -6/+2 | |
* | | | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-07-26 | 1 | -0/+9 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
| * | | | | | | | | mm/mmu_gather: enable tlb flush range in generic mmu_gather | Alex Shi | 2012-06-28 | 1 | -0/+9 | |
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-07-24 | 1 | -2/+3 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' into for-next | Jiri Kosina | 2012-06-29 | 30 | -984/+1137 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | mm/vmscan: cleanup comment error in balance_pgdat | Wanpeng Li | 2012-06-28 | 1 | -1/+1 | |
| * | | | | | | | | | | mm: fix page reclaim comment error | Wanpeng Li | 2012-06-28 | 1 | -1/+2 | |
* | | | | | | | | | | | Merge tag 'stable/for-linus-3.6-rc0-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2012-07-24 | 1 | -60/+90 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | mm/frontswap: cleanup doc and comment error | Wanpeng Li | 2012-07-23 | 1 | -1/+1 |