Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen... | Linus Torvalds | 2009-09-14 | 2 | -14/+73 | |
|\ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ | ||||||
| *-. \ \ \ \ \ \ \ | Merge branches 'slab/cleanups' and 'slab/fixes' into for-linus | Pekka Enberg | 2009-09-14 | 2 | -14/+73 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | slub: fix slab_pad_check() | Eric Dumazet | 2009-09-14 | 1 | -1/+1 | |
| | | * | | | | | | | | slub: release kobject if sysfs_create_group failed in sysfs_slab_add | Xiaotian Feng | 2009-09-03 | 1 | -1/+4 | |
| | | * | | | | | | | | SLUB: fix ARCH_KMALLOC_MINALIGN cases 64 and 256 | Aaro Koskinen | 2009-08-30 | 1 | -6/+24 | |
| | | * | | | | | | | | SLUB: Drop write permission to /proc/slabinfo | WANG Cong | 2009-08-18 | 1 | -1/+1 | |
| | | * | | | | | | | | slub: change kmem_cache->align to record the real alignment | Zhang, Yanmin | 2009-08-01 | 1 | -0/+1 | |
| | | * | | | | | | | | slub: use size and objsize orders to disable debug flags | David Rientjes | 2009-07-28 | 1 | -21/+19 | |
| | | * | | | | | | | | slub: add option to disable higher order debugging slabs | David Rientjes | 2009-07-10 | 1 | -3/+38 | |
| | * | | | | | | | | | SLUB: Fix some coding style issues | Amerigo Wang | 2009-08-19 | 1 | -3/+2 | |
| | * | | | | | | | | | slab: remove duplicate kmem_cache_init_late() declarations | Wu Fengguang | 2009-08-06 | 1 | -0/+5 | |
* | | | | | | | | | | | vfs: Remove generic_osync_inode() and sync_page_range{_nolock}() | Jan Kara | 2009-09-14 | 1 | -64/+0 | |
* | | | | | | | | | | | vfs: Introduce new helpers for syncing after writing to O_SYNC file or IS_SYN... | Jan Kara | 2009-09-14 | 1 | -7/+4 | |
* | | | | | | | | | | | vfs: Rename generic_file_aio_write_nolock | Christoph Hellwig | 2009-09-14 | 1 | -39/+0 | |
* | | | | | | | | | | | vfs: Remove syncing from generic_file_direct_write() and generic_file_buffere... | Jan Kara | 2009-09-14 | 1 | -29/+6 | |
* | | | | | | | | | | | vfs: Export __generic_file_aio_write() and add some comments | Jan Kara | 2009-09-14 | 1 | -7/+50 | |
* | | | | | | | | | | | vfs: Introduce filemap_fdatawait_range | Jan Kara | 2009-09-14 | 1 | -0/+20 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-09-11 | 6 | -432/+405 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | writeback: check for registered bdi in flusher add and inode dirty | Jens Axboe | 2009-09-11 | 1 | -0/+7 | |
| * | | | | | | | | | | writeback: add name to backing_dev_info | Jens Axboe | 2009-09-11 | 2 | -0/+2 | |
| * | | | | | | | | | | writeback: add some debug inode list counters to bdi stats | Jens Axboe | 2009-09-11 | 1 | -4/+34 | |
| * | | | | | | | | | | writeback: get rid of pdflush completely | Jens Axboe | 2009-09-11 | 2 | -270/+1 | |
| * | | | | | | | | | | writeback: switch to per-bdi threads for flushing data | Jens Axboe | 2009-09-11 | 3 | -170/+352 | |
| * | | | | | | | | | | writeback: move dirty inodes from super_block to backing_dev_info | Jens Axboe | 2009-09-11 | 2 | -7/+28 | |
| | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6 | Linus Torvalds | 2009-09-11 | 2 | -92/+250 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | kmemleak: Improve the "Early log buffer exceeded" error message | Catalin Marinas | 2009-09-11 | 1 | -1/+2 | |
| * | | | | | | | | | kmemleak: fix sparse warning for static declarations | Luis R. Rodriguez | 2009-09-08 | 1 | -2/+2 | |
| * | | | | | | | | | kmemleak: fix sparse warning over overshadowed flags | Luis R. Rodriguez | 2009-09-08 | 1 | -4/+3 | |
| * | | | | | | | | | kmemleak: move common painting code together | Luis R. Rodriguez | 2009-09-08 | 1 | -28/+41 | |
| * | | | | | | | | | kmemleak: add clear command support | Luis R. Rodriguez | 2009-09-08 | 1 | -0/+26 | |
| * | | | | | | | | | kmemleak: use bool for true/false questions | Luis R. Rodriguez | 2009-09-08 | 1 | -4/+4 | |
| * | | | | | | | | | kmemleak: Do no create the clean-up thread during kmemleak_disable() | Catalin Marinas | 2009-09-08 | 1 | -17/+5 | |
| * | | | | | | | | | kmemleak: Scan all thread stacks | Catalin Marinas | 2009-09-04 | 1 | -7/+7 | |
| * | | | | | | | | | kmemleak: Don't scan uninitialized memory when kmemcheck is enabled | Pekka Enberg | 2009-09-04 | 1 | -2/+10 | |
| * | | | | | | | | | kmemleak: Printing of the objects hex dump | Sergey Senozhatsky | 2009-08-27 | 1 | -0/+39 | |
| * | | | | | | | | | kmemleak: Do not report alloc_bootmem blocks as leaks | Catalin Marinas | 2009-08-27 | 1 | -1/+5 | |
| * | | | | | | | | | kmemleak: Save the stack trace for early allocations | Catalin Marinas | 2009-08-27 | 1 | -12/+52 | |
| * | | | | | | | | | kmemleak: Mark the early log buffer as __initdata | Catalin Marinas | 2009-08-27 | 1 | -12/+14 | |
| * | | | | | | | | | kmemleak: Dump object information on request | Catalin Marinas | 2009-08-27 | 1 | -0/+25 | |
| * | | | | | | | | | kmemleak: Allow rescheduling during an object scanning | Catalin Marinas | 2009-08-27 | 1 | -4/+17 | |
* | | | | | | | | | | shmfs: use 'check_acl' instead of 'permission' | Linus Torvalds | 2009-09-08 | 2 | -13/+4 | |
| |_|_|/ / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 2009-09-05 | 1 | -1/+14 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | ||||||
| * | | | | | | | | percpu: don't assume existence of cpu0 | Tejun Heo | 2009-09-01 | 1 | -1/+14 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2009-09-05 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | slub: Fix kmem_cache_destroy() with SLAB_DESTROY_BY_RCU | Eric Dumazet | 2009-09-03 | 1 | -2/+2 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | page-allocator: always change pageblock ownership when anti-fragmentation is ... | Mel Gorman | 2009-09-05 | 1 | -2/+4 | |
* | | | | | | | | nommu: fix error handling in do_mmap_pgoff() | David Howells | 2009-09-05 | 1 | -2/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | mm: fix for infinite churning of mlocked pages | Minchan Kim | 2009-08-26 | 2 | -2/+8 | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 2009-08-18 | 1 | -16/+19 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | percpu: use the right flag for get_vm_area() | Amerigo Wang | 2009-08-14 | 1 | -1/+1 |