1. 69def9f Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 15 years ago
  2. bb193c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 15 years ago
  3. aceda77 Merge branches 'slab/cleanups' and 'slab/fixes' into for-linus by Pekka Enberg · 15 years ago
  4. 18f2ee7 vfs: Remove generic_osync_inode() and sync_page_range{_nolock}() by Jan Kara · 15 years ago
  5. 148f948 vfs: Introduce new helpers for syncing after writing to O_SYNC file or IS_SYNC inode by Jan Kara · 15 years ago
  6. eef9938 vfs: Rename generic_file_aio_write_nolock by Christoph Hellwig · 15 years ago
  7. c7b50db vfs: Remove syncing from generic_file_direct_write() and generic_file_buffered_write() by Jan Kara · 15 years ago
  8. e4dd9de vfs: Export __generic_file_aio_write() and add some comments by Jan Kara · 15 years ago
  9. d3bccb6f vfs: Introduce filemap_fdatawait_range by Jan Kara · 15 years ago
  10. 746cd1e block: use blkdev_issue_discard in blk_ioctl_discard by Christoph Hellwig · 15 years ago
  11. 8a3d271 slub: fix slab_pad_check() by Eric Dumazet · 15 years ago
  12. a12e4d3 Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  13. 1b195b1 Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6 by Linus Torvalds · 15 years ago
  14. addd72c kmemleak: Improve the "Early log buffer exceeded" error message by Catalin Marinas · 15 years ago
  15. 500b067 writeback: check for registered bdi in flusher add and inode dirty by Jens Axboe · 15 years ago
  16. d993831 writeback: add name to backing_dev_info by Jens Axboe · 15 years ago
  17. f09b00d writeback: add some debug inode list counters to bdi stats by Jens Axboe · 15 years ago
  18. d0bceac writeback: get rid of pdflush completely by Jens Axboe · 15 years ago
  19. 03ba378 writeback: switch to per-bdi threads for flushing data by Jens Axboe · 15 years ago
  20. 66f3b8e writeback: move dirty inodes from super_block to backing_dev_info by Jens Axboe · 15 years ago
  21. f340ca0 hugetlbfs: export vma_kernel_pagsize to modules by Joerg Roedel · 15 years ago
  22. 6d848a4 shmfs: use 'check_acl' instead of 'permission' by Linus Torvalds · 15 years ago
  23. 7eb0d5e kmemleak: fix sparse warning for static declarations by Luis R. Rodriguez · 15 years ago
  24. 0580a18 kmemleak: fix sparse warning over overshadowed flags by Luis R. Rodriguez · 15 years ago
  25. a1084c8 kmemleak: move common painting code together by Luis R. Rodriguez · 15 years ago
  26. 30b3710 kmemleak: add clear command support by Luis R. Rodriguez · 15 years ago
  27. 4a558dd kmemleak: use bool for true/false questions by Luis R. Rodriguez · 15 years ago
  28. 179a810 kmemleak: Do no create the clean-up thread during kmemleak_disable() by Catalin Marinas · 15 years ago
  29. 931f703 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  30. e305fc5 Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 15 years ago
  31. dd5d241 page-allocator: always change pageblock ownership when anti-fragmentation is disabled by Mel Gorman · 15 years ago
  32. a190887 nommu: fix error handling in do_mmap_pgoff() by David Howells · 15 years ago
  33. 43ed5d6 kmemleak: Scan all thread stacks by Catalin Marinas · 15 years ago
  34. 8e01936 kmemleak: Don't scan uninitialized memory when kmemcheck is enabled by Pekka Enberg · 15 years ago
  35. d76b159 slub: Fix kmem_cache_destroy() with SLAB_DESTROY_BY_RCU by Eric Dumazet · 15 years ago
  36. 5788d8a slub: release kobject if sysfs_create_group failed in sysfs_slab_add by Xiaotian Feng · 15 years ago
  37. 04a13c7 percpu: don't assume existence of cpu0 by Tejun Heo · 15 years ago
  38. a269cca mm: remove !NUMA condition from PAGEFLAGS_EXTENDED condition set by H. Peter Anvin · 15 years ago
  39. acdfcd0 SLUB: fix ARCH_KMALLOC_MINALIGN cases 64 and 256 by Aaro Koskinen · 15 years ago
  40. 0494e08 kmemleak: Printing of the objects hex dump by Sergey Senozhatsky · 15 years ago
  41. 008139d kmemleak: Do not report alloc_bootmem blocks as leaks by Catalin Marinas · 15 years ago
  42. fd67896 kmemleak: Save the stack trace for early allocations by Catalin Marinas · 15 years ago
  43. a6186d8 kmemleak: Mark the early log buffer as __initdata by Catalin Marinas · 15 years ago
  44. 189d84e kmemleak: Dump object information on request by Catalin Marinas · 15 years ago
  45. af98603 kmemleak: Allow rescheduling during an object scanning by Catalin Marinas · 15 years ago
  46. 03ef83a mm: fix for infinite churning of mlocked pages by Minchan Kim · 15 years ago
  47. 5086c389c SLUB: Fix some coding style issues by Amerigo Wang · 15 years ago
  48. 77f312a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  49. 7f9cfb3 mm: build_zonelists(): move clear node_load[] to __build_all_zonelists() by Bo Liu · 15 years ago
  50. 28d7a6a nommu: check fd read permission in validate_mmap_request() by Graff Yang · 15 years ago
  51. 0753ba0 mm: revert "oom: move oom_adj value" by KOSAKI Motohiro · 15 years ago
  52. cf5d113 SLUB: Drop write permission to /proc/slabinfo by WANG Cong · 15 years ago
  53. 788084a Security/SELinux: seperate lsm specific mmap_min_addr by Eric Paris · 15 years ago
  54. e933a73 percpu: kill lpage first chunk allocator by Tejun Heo · 15 years ago
  55. c8826dd percpu: update embedding first chunk allocator to handle sparse units by Tejun Heo · 15 years ago
  56. 6563297 percpu: use group information to allocate vmap areas sparsely by Tejun Heo · 15 years ago
  57. ca23e40 vmalloc: implement pcpu_get_vm_areas() by Tejun Heo · 15 years ago
  58. cf88c79 vmalloc: separate out insert_vmalloc_vm() by Tejun Heo · 15 years ago
  59. bba174f percpu: add chunk->base_addr by Tejun Heo · 15 years ago
  60. fb435d5 percpu: add pcpu_unit_offsets[] by Tejun Heo · 15 years ago
  61. fd1e8a1 percpu: introduce pcpu_alloc_info and pcpu_group_info by Tejun Heo · 15 years ago
  62. 033e48f percpu: move pcpu_lpage_build_unit_map() and pcpul_lpage_dump_cfg() upward by Tejun Heo · 15 years ago
  63. 3cbc856 percpu: add @align to pcpu_fc_alloc_fn_t by Tejun Heo · 15 years ago
  64. 1d9d325 percpu: make @dyn_size mandatory for pcpu_setup_first_chunk() by Tejun Heo · 15 years ago
  65. 9a77376 percpu: drop @static_size from first chunk allocators by Tejun Heo · 15 years ago
  66. f58dc01 percpu: generalize first chunk allocator selection by Tejun Heo · 15 years ago
  67. 08fc458 percpu: build first chunk allocators selectively by Tejun Heo · 15 years ago
  68. 00ae406 percpu: rename 4k first chunk allocator to page by Tejun Heo · 15 years ago
  69. 004018e percpu: improve boot messages by Tejun Heo · 15 years ago
  70. 971f391 percpu: fix pcpu_reclaim() locking by Tejun Heo · 15 years ago
  71. 384be2b Merge branch 'percpu-for-linus' into percpu-for-next by Tejun Heo · 15 years ago
  72. 142d44b percpu: use the right flag for get_vm_area() by Amerigo Wang · 15 years ago
  73. 74d46d6 percpu, sparc64: fix sparse possible cpu map handling by Tejun Heo · 15 years ago
  74. 5e2f89b mempool.c: clean up type-casting by Figo.zhang · 15 years ago
  75. 4bfc449 mm: make set_mempolicy(MPOL_INTERLEAV) N_HIGH_MEMORY aware by KAMEZAWA Hiroyuki · 15 years ago
  76. bbff2e4 slab: remove duplicate kmem_cache_init_late() declarations by Wu Fengguang · 15 years ago
  77. dcb0ce1 slub: change kmem_cache->align to record the real alignment by Zhang, Yanmin · 15 years ago
  78. 91a5698 Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 15 years ago
  79. 1fc28b7 page-allocator: allow too high-order warning messages to be suppressed with __GFP_NOWARN by Mel Gorman · 15 years ago
  80. 8870326 cgroup avoid permanent sleep at rmdir by KAMEZAWA Hiroyuki · 15 years ago
  81. e4c6f8b hugetlbfs: fix i_blocks accounting by Eric Sandeen · 15 years ago
  82. 6583bb6 mm: avoid endless looping for oom killed tasks by David Rientjes · 15 years ago
  83. e084b2d page-allocator: preserve PFN ordering when __GFP_COLD is set by Mel Gorman · 15 years ago
  84. f5886c7 kmemleak: Protect the seq start/next/stop sequence by rcu_read_lock() by Catalin Marinas · 15 years ago
  85. dddac6a PM / Hibernate: Replace bdget call with simple atomic_inc of i_count by Alan Jenkins · 15 years ago
  86. 3de4721 slub: use size and objsize orders to disable debug flags by David Rientjes · 15 years ago
  87. 9e1b32c mm: Pass virtual address to [__]p{te,ud,md}_free_tlb() by Benjamin Herrenschmidt · 15 years ago
  88. 7638d53 Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6 by Linus Torvalds · 15 years ago
  89. 8aa7e84 Fix congestion_wait() sync/async vs read/write confusion by Jens Axboe · 15 years ago
  90. fa5ec8a slub: add option to disable higher order debugging slabs by David Rientjes · 15 years ago
  91. 264ef8a kmemleak: Remove alloc_bootmem annotations introduced in the past by Catalin Marinas · 15 years ago
  92. ec3a354 kmemleak: Add callbacks to the bootmem allocator by Catalin Marinas · 15 years ago
  93. 53238a6 kmemleak: Allow partial freeing of memory blocks by Catalin Marinas · 15 years ago
  94. e4f7c0b4 kmemleak: Trace the kmalloc_large* functions in slub by Catalin Marinas · 15 years ago
  95. 2587362 kmemleak: Scan objects allocated during a scanning episode by Catalin Marinas · 15 years ago
  96. b87324d kmemleak: Do not acquire scan_mutex in kmemleak_open() by Catalin Marinas · 15 years ago
  97. 288c857 kmemleak: Remove the reported leaks number limitation by Catalin Marinas · 15 years ago
  98. 4b8a967 kmemleak: Add more cond_resched() calls in the scanning thread by Catalin Marinas · 15 years ago
  99. bf2a76b kmemleak: Renice the scanning thread to +10 by Catalin Marinas · 15 years ago
  100. 9861df1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 15 years ago