1. 4be929b kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN by Alexey Dobriyan · 14 years ago
  2. 940370f hangcheck-timer: fix x86_32 bugs by Yury Polyanskiy · 14 years ago
  3. b3b77c8 endian: #define __BYTE_ORDER by Joakim Tjernlund · 14 years ago
  4. e47103b err.h: add __must_check to error pointer handlers by Jani Nikula · 14 years ago
  5. 1f85f87 cpuidle: add a repeating pattern detector to the menu governor by Arjan van de Ven · 14 years ago
  6. 6cdafaa mn10300: set ARCH_KMALLOC_MINALIGN by FUJITA Tomonori · 14 years ago
  7. 36683161 mn10300: use generic atomic.h by Mathieu Desnoyers · 14 years ago
  8. e9a137c m68knommu: fix broken use of BUAD_TABLE_SIZE in 68328serial driver by Greg Ungerer · 14 years ago
  9. 69dcf3d frv: set ARCH_KMALLOC_MINALIGN by FUJITA Tomonori · 14 years ago
  10. 7ca8b9c frv: extend gdbstub to support more features of gdb by David Howells · 14 years ago
  11. c6f6b59 mm: make lowmem_page_address() use PFN_PHYS() for improved portability by Chris Metcalf · 14 years ago
  12. 4eaf3f6 mem-hotplug: fix potential race while building zonelist for new populated zone by Haicheng Li · 14 years ago
  13. 1f52250 mem-hotplug: avoid multiple zones sharing same boot strapping boot_pageset by Haicheng Li · 14 years ago
  14. 319774e mem-hotplug: separate setup_per_cpu_pageset() into separate functions by Wu Fengguang · 14 years ago
  15. 0faa563 mm: fix NR_SECTION_ROOTS == 0 when using using sparsemem extreme. by Marcelo Roberto Jimenez · 14 years ago
  16. ff3d58c highmem: remove unneeded #ifdef CONFIG_TRACE_IRQFLAGS_SUPPORT for debug_kmap_atomic() by Akinobu Mita · 14 years ago
  17. fd23855 include/linux/gfp.h: fix coding style by matt mooney · 14 years ago
  18. 263ff5d include/linux/gfp.h: spelling fixes by matt mooney · 14 years ago
  19. cf23422 cpu/mem hotplug: enable CPUs online before local memory online by minskey guo · 14 years ago
  20. 8b25c6d vmscan: remove isolate_pages callback scan control by Johannes Weiner · 14 years ago
  21. 0aeb233 vmscan: remove all_unreclaimable scan control by Johannes Weiner · 14 years ago
  22. 142762b mm: document follow_page() by Johannes Weiner · 14 years ago
  23. 58a9d3d8 fs-writeback: check sync bit earlier in inode_wait_for_writeback by Richard Kennedy · 14 years ago
  24. ec95f53 mm: introduce free_pages_prepare() by KOSAKI Motohiro · 14 years ago
  25. 5f53e76 vmscan: page_check_references(): check low order lumpy reclaim properly by KOSAKI Motohiro · 14 years ago
  26. bf8abe8 readahead.c: fix comment by Huang Shijie · 14 years ago
  27. 76a33fc vmscan: prevent get_scan_ratio() rounding errors by Shaohua Li · 14 years ago
  28. 6ec3a12 mm: consider the entire user address space during node migration by Greg Thelen · 14 years ago
  29. 4f92e25 mm: compaction: defer compaction using an exponential backoff when compaction fails by Mel Gorman · 14 years ago
  30. 5e77190 mm: compaction: add a tunable that decides when memory should be compacted and when it should be reclaimed by Mel Gorman · 14 years ago
  31. 56de726 mm: compaction: direct compact when a high-order allocation fails by Mel Gorman · 14 years ago
  32. ed4a6d7 mm: compaction: add /sys trigger for per-node memory compaction by Mel Gorman · 14 years ago
  33. 76ab0f5 mm: compaction: add /proc trigger for memory compaction by Mel Gorman · 14 years ago
  34. 748446b mm: compaction: memory compaction core by Mel Gorman · 14 years ago
  35. c175a0c mm: move definition for LRU isolation modes to a header by Mel Gorman · 14 years ago
  36. f1a5ab1 mm: export fragmentation index via debugfs by Mel Gorman · 14 years ago
  37. d7a5752 mm: export unusable free space index via debugfs by Mel Gorman · 14 years ago
  38. a8bef8ff mm: migration: avoid race between shift_arg_pages() and rmap_walk() during migration by not migrating temporary stacks by Mel Gorman · 14 years ago
  39. e9e96b3 mm: allow CONFIG_MIGRATION to be set without CONFIG_NUMA or memory hot-remove by Mel Gorman · 14 years ago
  40. 3fe2011 mm: migration: allow the migration of PageSwapCache pages by Mel Gorman · 14 years ago
  41. 67b9509 mm: migration: do not try to migrate unmapped anonymous pages by Mel Gorman · 14 years ago
  42. 7f60c21 mm: migration: share the anon_vma ref counts between KSM and page migration by Mel Gorman · 14 years ago
  43. 3f6c827 mm: migration: take a reference to the anon_vma before migrating by Mel Gorman · 14 years ago
  44. e325c90 mm: default to node zonelist ordering when nodes have only lowmem by David Rientjes · 14 years ago
  45. 1a5cb81 pagemap: add #ifdefs CONFIG_HUGETLB_PAGE on code walking hugetlb vma by Naoya Horiguchi · 14 years ago
  46. e48293f mincore: do nested page table walks by Johannes Weiner · 14 years ago
  47. 25ef0e5 mincore: pass ranges as start,end address pairs by Johannes Weiner · 14 years ago
  48. f488401 mincore: break do_mincore() into logical pieces by Johannes Weiner · 14 years ago
  49. 6a60f1b mincore: cleanups by Johannes Weiner · 14 years ago
  50. c0ff745 cpuset,mm: fix no node to alloc memory when changing cpuset's mems by Miao Xie · 14 years ago
  51. 708c1bb mempolicy: restructure rebinding-mempolicy functions by Miao Xie · 14 years ago
  52. 971ada0 mempolicy: document cpuset interaction with tmpfs mpol mount option by Lee Schermerhorn · 14 years ago
  53. 15d7783 mempolicy: factor mpol_shared_policy_init() return paths by Lee Schermerhorn · 14 years ago
  54. 345ace9 mempolicy: rename policy_types and cleanup initialization by Lee Schermerhorn · 14 years ago
  55. b4652e8 mempolicy: lose unnecessary loop variable in mpol_parse_str() by Lee Schermerhorn · 14 years ago
  56. e17f74a mempolicy: don't call mpol_set_nodemask() when no_context by Lee Schermerhorn · 14 years ago
  57. 1980050 mempolicy: remove redundant check by Bob Liu · 14 years ago
  58. 6eb27e1 mempolicy: remove case MPOL_INTERLEAVE from policy_zonelist() by Bob Liu · 14 years ago
  59. 6d55629 mempolicy: remove redundant code by Bob Liu · 14 years ago
  60. e13861d mm: remove return value of putback_lru_pages() by Minchan Kim · 14 years ago
  61. 4b50dc2 shmem: remove redundant code by Huang Shijie · 14 years ago
  62. e48e67e sparsemem: on no vmemmap path put mem_map on node high too by Yinghai Lu · 14 years ago
  63. 6dda9d5 page allocator: reduce fragmentation in buddy allocator by adding buddies that are merging to the tail of the free lists by Corrado Zoccolo · 14 years ago
  64. e9d6c15 tmpfs: insert tmpfs cache pages to inactive list at first by KOSAKI Motohiro · 14 years ago
  65. 1f0a738 xtensa: includecheck fix: vectors.S by Jaswinder Singh Rajput · 14 years ago
  66. e520c41 xtensa: convert to asm-generic/hardirq.h by Christoph Hellwig · 14 years ago
  67. 498900f xtensa: set ARCH_KMALLOC_MINALIGN by FUJITA Tomonori · 14 years ago
  68. 7873ca4 [SCSI] bfa: fix system crash when reading sysfs fc_host statistics by Krishna Gudipati · 14 years ago
  69. 8c38a29 [SCSI] iscsi_tcp: remove sk_sleep check by Mike Christie · 14 years ago
  70. 392ed65 CRIS: Simplify param.h by simply including <asm-generic/param.h> by Jesper Nilsson · 14 years ago
  71. eaf25d9 Btrfs: use async helpers for DIO write checksumming by Chris Mason · 14 years ago
  72. ed3b3d314 Btrfs: don't walk around with task->state != TASK_RUNNING by Chris Mason · 14 years ago
  73. 11c65dc Btrfs: do aio_write instead of write by Josef Bacik · 14 years ago
  74. 4b46fce Btrfs: add basic DIO read/write support by Josef Bacik · 14 years ago
  75. c2c6ca4 direct-io: do not merge logically non-contiguous requests by Josef Bacik · 14 years ago
  76. facd07b direct-io: add a hook for the fs to provide its own submit_bio function by Josef Bacik · 14 years ago
  77. 66f998f fs: allow short direct-io reads to be completed via buffered IO by Josef Bacik · 14 years ago
  78. 3fd0a55 Btrfs: Metadata ENOSPC handling for balance by Yan, Zheng · 14 years ago
  79. efa5646 Btrfs: Pre-allocate space for data relocation by Yan, Zheng · 14 years ago
  80. 4a500fd Btrfs: Metadata ENOSPC handling for tree log by Yan, Zheng · 14 years ago
  81. d68fc57 Btrfs: Metadata reservation for orphan inodes by Yan, Zheng · 14 years ago
  82. 8929ecfa Btrfs: Introduce global metadata reservation by Yan, Zheng · 14 years ago
  83. 0ca1f7c Btrfs: Update metadata reservation for delayed allocation by Yan, Zheng · 14 years ago
  84. a22285a Btrfs: Integrate metadata reservation with start_transaction by Yan, Zheng · 14 years ago
  85. f0486c6 Btrfs: Introduce contexts for metadata reservation by Yan, Zheng · 14 years ago
  86. 2ead6ae Btrfs: Kill init_btrfs_i() by Yan, Zheng · 14 years ago
  87. 5da9d01 Btrfs: Shrink delay allocated space in a synchronized by Yan, Zheng · 14 years ago
  88. 424499d Btrfs: Kill allocate_wait in space_info by Yan, Zheng · 14 years ago
  89. b742bb8 Btrfs: Link block groups of different raid types by Yan, Zheng · 14 years ago
  90. 49c1774 tracing: Add __used annotation to event variable by Steven Rostedt · 14 years ago
  91. c302162 fuse: support splice() reading from fuse device by Miklos Szeredi · 14 years ago
  92. ce534fb fuse: allow splice to move pages by Miklos Szeredi · 14 years ago
  93. a52116a mm: export remove_from_page_cache() to modules by Miklos Szeredi · 14 years ago
  94. 47846b0 mm: export lru_cache_add_*() to modules by Miklos Szeredi · 14 years ago
  95. dd3bb14 fuse: support splice() writing to fuse device by Miklos Szeredi · 14 years ago
  96. b5dd328 fuse: get page reference for readpages by Miklos Szeredi · 14 years ago
  97. 1bf94ca fuse: use get_user_pages_fast() by Miklos Szeredi · 14 years ago
  98. 4aa0edd fuse: remove unneeded variable by Dan Carpenter · 14 years ago
  99. 6b9c88e CRISv10: Whitespace fixes for hw_settings.S by Jesper Nilsson · 14 years ago
  100. 2f941a1 CRISv10: Trivial fixes. by Jesper Nilsson · 14 years ago