Age | Commit message (Expand) | Author | Files | Lines |
2009-03-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask | Linus Torvalds | 3 | -3/+3 |
2009-03-30 | Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 5 | -0/+14 |
2009-03-30 | lockdep: annotate reclaim context (__GFP_NOFS), fix SLOB | Ingo Molnar | 1 | -1/+1 |
2009-03-30 | Merge branch 'x86-stage-3-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -2/+4 |
2009-03-30 | cpumask: use new cpumask_ functions in core code. | Rusty Russell | 2 | -2/+2 |
2009-03-30 | cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALL | Rusty Russell | 1 | -1/+1 |
2009-03-28 | Merge branch 'linus' into x86/core | Ingo Molnar | 7 | -74/+112 |
2009-03-28 | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 1 | -8/+57 |
2009-03-28 | Merge branch 'origin' into devel | Russell King | 7 | -74/+112 |
2009-03-27 | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 | Ingo Molnar | 6 | -26/+1475 |
2009-03-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen... | Linus Torvalds | 2 | -46/+79 |
2009-03-26 | Merge branch 'for-2.6.30' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2 | -26/+25 |
2009-03-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2 | -0/+6 |
2009-03-26 | writeback: double the dirty thresholds | Wu Fengguang | 1 | -2/+2 |
2009-03-26 | Move the default_backing_dev_info out of readahead.c and into backing-dev.c | Jens Axboe | 2 | -26/+25 |
2009-03-25 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tmli... | Russell King | 1 | -2/+2 |
2009-03-24 | Merge branches 'topic/slob/cleanups', 'topic/slob/fixes', 'topic/slub/core', ... | Pekka Enberg | 2 | -46/+79 |
2009-03-24 | Merge branch 'master' into next | James Morris | 19 | -101/+199 |
2009-03-23 | slob: fix lockup in slob_free() | Nick Piggin | 1 | -1/+2 |
2009-03-23 | slub: use get_track() | Akinobu Mita | 1 | -7/+1 |
2009-03-18 | Merge branches 'x86/cleanups', 'x86/cpu', 'x86/debug', 'x86/mce2', 'x86/mm', ... | Ingo Molnar | 7 | -26/+1475 |
2009-03-15 | highmem: atomic highmem kmap page pinning | Nicolas Pitre | 1 | -8/+57 |
2009-03-14 | vmscan: pgmoved should be cleared after updating recent_rotated | Daisuke Nishimura | 1 | -1/+1 |
2009-03-14 | Merge branches 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/debug', 'x86/kconf... | Ingo Molnar | 2 | -3/+5 |
2009-03-14 | VM, x86, PAT: add a new vm flag to track full pfnmap at mmap | Pallipadi, Venkatesh | 1 | -2/+2 |
2009-03-13 | Merge branch 'x86/core' into x86/kconfig | Ingo Molnar | 6 | -26/+1375 |
2009-03-13 | VM, x86, PAT: Change is_linear_pfn_mapping to not use vm_pgoff | Pallipadi, Venkatesh | 1 | -2/+4 |
2009-03-12 | memcg: use correct scan number at reclaim | KOSAKI Motohiro | 1 | -1/+1 |
2009-03-11 | percpu: fix spurious alignment WARN in legacy SMP percpu allocator | Tejun Heo | 1 | -1/+1 |
2009-03-10 | percpu: generalize embedding first chunk setup helper | Tejun Heo | 1 | -0/+86 |
2009-03-10 | percpu: more flexibility for @dyn_size of pcpu_setup_first_chunk() | Tejun Heo | 1 | -14/+14 |
2009-03-10 | percpu: make x86 addr <-> pcpu ptr conversion macros generic | Tejun Heo | 1 | -1/+15 |
2009-03-07 | percpu: finer grained locking to break deadlock and allow atomic free | Tejun Heo | 1 | -37/+124 |
2009-03-07 | percpu: move fully free chunk reclamation into a work | Tejun Heo | 1 | -10/+38 |
2009-03-07 | percpu: move chunk area map extension out of area allocation | Tejun Heo | 1 | -48/+60 |
2009-03-07 | percpu: replace pcpu_realloc() with pcpu_mem_alloc() and pcpu_mem_free() | Tejun Heo | 1 | -43/+42 |
2009-03-06 | percpu, module: implement reserved allocation and use it for module percpu va... | Tejun Heo | 1 | -20/+133 |
2009-03-06 | percpu: add an indirection ptr for chunk page map access | Tejun Heo | 1 | -1/+4 |
2009-03-06 | percpu: use negative for auto for pcpu_setup_first_chunk() arguments | Tejun Heo | 1 | -21/+25 |
2009-03-06 | percpu: improve first chunk initial area map handling | Tejun Heo | 1 | -26/+27 |
2009-03-06 | percpu: cosmetic renames in pcpu_setup_first_chunk() | Tejun Heo | 1 | -29/+29 |
2009-03-04 | Merge branch 'x86/core' into core/percpu | Ingo Molnar | 3 | -27/+36 |
2009-03-04 | Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x... | Ingo Molnar | 4 | -31/+35 |
2009-03-02 | x86, mm: dont use non-temporal stores in pagecache accesses | Ingo Molnar | 2 | -8/+5 |
2009-03-01 | Merge branch 'x86/urgent' into x86/pat | Ingo Molnar | 2 | -23/+30 |
2009-03-01 | bootmem, x86: further fixes for arch-specific bootmem wrapping | Tejun Heo | 1 | -15/+30 |
2009-03-01 | percpu: kill compile warning in pcpu_populate_chunk() | Tejun Heo | 1 | -1/+1 |
2009-02-27 | mm: fix lazy vmap purging (use-after-free error) | Vegard Nossum | 1 | -1/+2 |
2009-02-27 | mm: vmap fix overflow | Nick Piggin | 1 | -0/+7 |
2009-02-26 | Merge branches 'x86/apic', 'x86/defconfig', 'x86/memtest', 'x86/mm' and 'linu... | Ingo Molnar | 3 | -5/+10 |