1. 0ca0f16 Merge branches 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/debug', 'x86/kconfig', 'x86/mm', 'x86/ptrace', 'x86/setup' and 'x86/urgent'; commit 'v2.6.29-rc8' into x86/core by Ingo Molnar · 16 years ago
  2. 895791d VM, x86, PAT: add a new vm flag to track full pfnmap at mmap by Pallipadi, Venkatesh · 16 years ago
  3. 0634023 Merge branch 'x86/core' into x86/kconfig by Ingo Molnar · 16 years ago
  4. 4bb9c5c VM, x86, PAT: Change is_linear_pfn_mapping to not use vm_pgoff by Pallipadi, Venkatesh · 16 years ago
  5. f272b7b memcg: use correct scan number at reclaim by KOSAKI Motohiro · 16 years ago
  6. 60db564 percpu: fix spurious alignment WARN in legacy SMP percpu allocator by Tejun Heo · 16 years ago
  7. 66c3a75 percpu: generalize embedding first chunk setup helper by Tejun Heo · 16 years ago
  8. 6074d5b percpu: more flexibility for @dyn_size of pcpu_setup_first_chunk() by Tejun Heo · 16 years ago
  9. e010098 percpu: make x86 addr <-> pcpu ptr conversion macros generic by Tejun Heo · 16 years ago
  10. ccea34b percpu: finer grained locking to break deadlock and allow atomic free by Tejun Heo · 16 years ago
  11. a56dbdd percpu: move fully free chunk reclamation into a work by Tejun Heo · 16 years ago
  12. 9f7dcf2 percpu: move chunk area map extension out of area allocation by Tejun Heo · 16 years ago
  13. 1880d93 percpu: replace pcpu_realloc() with pcpu_mem_alloc() and pcpu_mem_free() by Tejun Heo · 16 years ago
  14. edcb463 percpu, module: implement reserved allocation and use it for module percpu variables by Tejun Heo · 16 years ago
  15. 3e24aa5 percpu: add an indirection ptr for chunk page map access by Tejun Heo · 16 years ago
  16. cafe881 percpu: use negative for auto for pcpu_setup_first_chunk() arguments by Tejun Heo · 16 years ago
  17. 61ace7f percpu: improve first chunk initial area map handling by Tejun Heo · 16 years ago
  18. 2441d15 percpu: cosmetic renames in pcpu_setup_first_chunk() by Tejun Heo · 16 years ago
  19. 91d75e2 Merge branch 'x86/core' into core/percpu by Ingo Molnar · 16 years ago
  20. 8b0e586 Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x86/setup-lzma', 'x86/signal' and 'x86/urgent' into x86/core by Ingo Molnar · 16 years ago
  21. f180053 x86, mm: dont use non-temporal stores in pagecache accesses by Ingo Molnar · 16 years ago
  22. 55f2b78 Merge branch 'x86/urgent' into x86/pat by Ingo Molnar · 16 years ago
  23. d0c4f57 bootmem, x86: further fixes for arch-specific bootmem wrapping by Tejun Heo · 16 years ago
  24. 02d51fdf percpu: kill compile warning in pcpu_populate_chunk() by Tejun Heo · 16 years ago
  25. cbb7667 mm: fix lazy vmap purging (use-after-free error) by Vegard Nossum · 16 years ago
  26. 7766970 mm: vmap fix overflow by Nick Piggin · 16 years ago
  27. ecc25fb Merge branches 'x86/apic', 'x86/defconfig', 'x86/memtest', 'x86/mm' and 'linus' into x86/core by Ingo Molnar · 16 years ago
  28. 0b0a080 shmem: fix shared anonymous accounting by Hugh Dickins · 16 years ago
  29. 34754b6 x86: make vmap yell louder when it is used under irqs_disabled() by Peter Zijlstra · 16 years ago
  30. 3255aa2 x86, mm: pass in 'total' to __copy_from_user_*nocache() by Ingo Molnar · 16 years ago
  31. 0edcf8d Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into core/percpu by Ingo Molnar · 16 years ago
  32. 40150d3 percpu: add __read_mostly to variables which are mostly read only by Tejun Heo · 16 years ago
  33. 8d408b4 percpu: give more latitude to arch specific first chunk initialization by Tejun Heo · 16 years ago
  34. d9b55ee percpu: remove unit_size power-of-2 restriction by Tejun Heo · 16 years ago
  35. c0c0a29 vmalloc: add @align to vm_area_register_early() by Tejun Heo · 16 years ago
  36. c132937 bootmem: clean up arch-specific bootmem wrapping by Tejun Heo · 16 years ago
  37. cb83b42 percpu: fix pcpu_chunk_struct_size by Tejun Heo · 16 years ago
  38. adfafef Merge branch 'hibernate' by Linus Torvalds · 16 years ago
  39. 0cb5725 swsusp: clean up shrink_all_zones() by Johannes Weiner · 16 years ago
  40. 3049103 swsusp: dont fiddle with swappiness by Johannes Weiner · 16 years ago
  41. a1bb7d6 PM/hibernate: fix "swap breaks after hibernation failures" by Alan Jenkins · 16 years ago
  42. cae3aeb percpu: clean up size usage by Tejun Heo · 16 years ago
  43. f6fcba7 vmalloc: call flush_cache_vunmap() from unmap_kernel_range() by Tejun Heo · 16 years ago
  44. 3ef0e5b slab: introduce kzfree() by Johannes Weiner · 16 years ago
  45. fbf59bc percpu: implement new dynamic percpu allocator by Tejun Heo · 16 years ago
  46. 8fc4898 vmalloc: add un/map_kernel_range_noflush() by Tejun Heo · 16 years ago
  47. f0aa661 vmalloc: implement vm_area_register_early() by Tejun Heo · 16 years ago
  48. f2a8205 percpu: kill percpu_alloc() and friends by Tejun Heo · 16 years ago
  49. 7342695 vmalloc: call flush_cache_vunmap() from unmap_kernel_range() by Tejun Heo · 16 years ago
  50. ba95fd4 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  51. cc2559b mm: fix memmap init for handling memory hole by KAMEZAWA Hiroyuki · 16 years ago
  52. f2dbcfa mm: clean up for early_pfn_to_nid() by KAMEZAWA Hiroyuki · 16 years ago
  53. 1cf6e7d mm: task dirty accounting fix by Nick Piggin · 16 years ago
  54. c296861 vmalloc: add __get_vm_area_caller() by Benjamin Herrenschmidt · 16 years ago
  55. 93dbb39 block: fix bad definition of BIO_RW_SYNC by Jens Axboe · 16 years ago
  56. 3501033 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  57. 7032e86 Merge branches 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86/uaccess' and 'x86/urgent' into x86/core by Ingo Molnar · 16 years ago
  58. 071a0bc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 16 years ago
  59. 3a4c680 Fix page writeback thinko, causing Berkeley DB slowdown by Nick Piggin · 16 years ago
  60. b1aabec mm: Export symbol ksize() by Kirill A. Shutemov · 16 years ago
  61. 9480c53 mm: rearrange exit_mmap() to unlock before arch_exit_mmap by Jeremy Fitzhardinge · 16 years ago
  62. 89e1219 writeback: fix break condition by Federico Cuello · 16 years ago
  63. 2e9c237 memcg: use __GFP_NOWARN in page cgroup allocation by KAMEZAWA Hiroyuki · 16 years ago
  64. 508b9f8 mm: fix mlocked page counter mismatch by MinChan Kim · 16 years ago
  65. fc3501d mm: fix dirty_bytes/dirty_background_bytes sysctls on 64bit arches by Sven Wegener · 16 years ago
  66. 1001c9f migration: migrate_vmas should check "vma" by Daisuke Nishimura · 16 years ago
  67. 17c9d12 Do not account for hugetlbfs quota at mmap() time if mapping [SHM|MAP]_NORESERVE by Mel Gorman · 16 years ago
  68. 9f339e7 x86, ptrace, mm: fix double-free on race by Markus Metzger · 16 years ago
  69. 5a6fe12 Do not account for the address space used by hugetlbfs using VM_ACCOUNT by Mel Gorman · 16 years ago
  70. d5b5623 mm: fix error case in mlock downgrade reversion by Hugh Dickins · 16 years ago
  71. ab92661 do_wp_page: fix regression with execute in place by Carsten Otte · 16 years ago
  72. dcf6a79 write-back: fix nr_to_write counter by Artem Bityutskiy · 16 years ago
  73. 859281f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 16 years ago
  74. 27421e2 Manually revert "mlock: downgrade mmap sem while populating mlocked regions" by Linus Torvalds · 16 years ago
  75. fc8744a Stop playing silly games with the VM_ACCOUNT flag by Linus Torvalds · 16 years ago
  76. 33bfad5 Allow opportunistic merging of VM_CAN_NONLINEAR areas by Linus Torvalds · 16 years ago
  77. 299b4ea memcg: NULL pointer dereference at rmdir on some NUMA systems by KAMEZAWA Hiroyuki · 16 years ago
  78. 85d9fc8 memcg: fix refcnt handling at swapoff by KAMEZAWA Hiroyuki · 16 years ago
  79. 7bcc1bb memcg: get/put parents at create/free by Daisuke Nishimura · 16 years ago
  80. de33c8d Fix OOPS in mmap_region() when merging adjacent VM_LOCKED file segments by Linus Torvalds · 16 years ago
  81. 3718909 slub: fix per cpu kmem_cache_cpu array memory leak by David Rientjes · 16 years ago
  82. 05ae6fa uclinux: add process name to allocation error message by Greg Ungerer · 16 years ago
  83. eb6434d nommu: Stub in vm_map_ram()/vm_unmap_ram()/vm_unmap_aliases(). by Paul Mundt · 16 years ago
  84. 068b38c memcg: fix a race when setting memory.swappiness by Li Zefan · 16 years ago
  85. 0eb253e memcg: fix section mismatch by Li Zefan · 16 years ago
  86. 46666d8 revert "mm: vmalloc use mutex for purge" by Andrew Morton · 16 years ago
  87. 4d1c627 memcg: make oom less frequently by Daisuke Nishimura · 16 years ago
  88. c268e99 memcg: fix hierarchical reclaim by Daisuke Nishimura · 16 years ago
  89. 40d5813 memcg: fix error path of mem_cgroup_move_parent by Daisuke Nishimura · 16 years ago
  90. bd112db memcg: fix mem_cgroup_get_reclaim_stat_from_page by Daisuke Nishimura · 16 years ago
  91. 822c18f alpha: fix vmalloc breakage by Ivan Kokshaysky · 16 years ago
  92. 938bb9f [CVE-2009-0029] System call wrappers part 28 by Heiko Carstens · 16 years ago
  93. c4ea37c [CVE-2009-0029] System call wrappers part 26 by Heiko Carstens · 16 years ago
  94. 3480b25 [CVE-2009-0029] System call wrappers part 14 by Heiko Carstens · 16 years ago
  95. 6a6160a [CVE-2009-0029] System call wrappers part 13 by Heiko Carstens · 16 years ago
  96. 6673e0c [CVE-2009-0029] System call wrapper special cases by Heiko Carstens · 16 years ago
  97. 2ed7c03 [CVE-2009-0029] Convert all system calls to return a long by Heiko Carstens · 16 years ago
  98. e4b866e x86 PAT: change track_pfn_vma_new to take pgprot_t pointer param by venkatesh.pallipadi@intel.com · 16 years ago
  99. a367061 x86 PAT: remove PFNMAP type on track_pfn_vma_new() error by venkatesh.pallipadi@intel.com · 16 years ago
  100. 95156f0 lockdep, mm: fix might_fault() annotation by Peter Zijlstra · 16 years ago