1. 17e8950 pagemap: document 9 more exported page flags by Wu Fengguang · 15 years ago
  2. c9ba78e pagemap: document clarifications by Wu Fengguang · 15 years ago
  3. 1779754 proc: export more page flags in /proc/kpageflags by Wu Fengguang · 15 years ago
  4. ed7ce0f proc: kpagecount/kpageflags code cleanup by Wu Fengguang · 15 years ago
  5. 20a0307 mm: introduce PageHuge() for testing huge/gigantic pages by Wu Fengguang · 15 years ago
  6. a1dd268 mm: use alloc_pages_exact() in alloc_large_system_hash() to avoid duplicated logic by Mel Gorman · 15 years ago
  7. 72807a7 page allocator: sanity check order in the page allocator slow path by Mel Gorman · 15 years ago
  8. 092cead page allocator: move free_page_mlock() to page_alloc.c by KOSAKI Motohiro · 15 years ago
  9. b6e68bc page allocator: slab: use nr_online_nodes to check for a NUMA platform by Mel Gorman · 15 years ago
  10. 62bc62a page allocator: use a pre-calculated value instead of num_online_nodes() in fast paths by Christoph Lameter · 15 years ago
  11. 974709b page allocator: get the pageblock migratetype without disabling interrupts by Mel Gorman · 15 years ago
  12. f2260e6 page allocator: update NR_FREE_PAGES only as necessary by Mel Gorman · 15 years ago
  13. 4185896 page allocator: use allocation flags as an index to the zone watermark by Mel Gorman · 15 years ago
  14. a3af9c3 page allocator: do not check for compound pages during the page allocator sanity checks by Nick Piggin · 15 years ago
  15. d395b73 page allocator: do not setup zonelist cache when there is only one node by Mel Gorman · 15 years ago
  16. da456f1 page allocator: do not disable interrupts in free_page_mlock() by Mel Gorman · 15 years ago
  17. ed0ae21 page allocator: do not call get_pageblock_migratetype() more than necessary by Mel Gorman · 15 years ago
  18. 0ac3a40 page allocator: inline __rmqueue_fallback() by Mel Gorman · 15 years ago
  19. 0a15c3e page allocator: inline buffered_rmqueue() by Mel Gorman · 15 years ago
  20. 728ec98 page allocator: inline __rmqueue_smallest() by Mel Gorman · 15 years ago
  21. a56f57f page allocator: remove a branch by assuming __GFP_HIGH == ALLOC_HIGH by Mel Gorman · 15 years ago
  22. 341ce06 page allocator: calculate the alloc_flags for allocation only once by Peter Zijlstra · 15 years ago
  23. 3dd2826 page allocator: calculate the migratetype for allocation only once by Mel Gorman · 15 years ago
  24. 5117f45 page allocator: calculate the preferred zone for allocation only once by Mel Gorman · 15 years ago
  25. 49255c6 page allocator: move check for disabled anti-fragmentation out of fastpath by Mel Gorman · 15 years ago
  26. 11e33f6 page allocator: break up the allocator entry point into fast and slow paths by Mel Gorman · 15 years ago
  27. 7f82af9 page allocator: check only once if the zonelist is suitable for the allocation by Mel Gorman · 15 years ago
  28. 6484eb3 page allocator: do not check NUMA node ID when the caller knows the node is valid by Mel Gorman · 15 years ago
  29. b3c466c page allocator: do not sanity check order in the fast path by Mel Gorman · 15 years ago
  30. d239171 page allocator: replace __alloc_pages_internal() with __alloc_pages_nodemask() by Mel Gorman · 15 years ago
  31. 6c0db46 mm: alloc_large_system_hash check order by Hugh Dickins · 15 years ago
  32. 58568d2 cpuset,mm: update tasks' mems_allowed in time by Miao Xie · 15 years ago
  33. 950592f cpusets: update tasks' page/slab spread flags in time by Miao Xie · 15 years ago
  34. f3b39d47 cpusets: restructure the function cpuset_update_task_memory_state() by Miao Xie · 15 years ago
  35. dcf975d mm/page-writeback.c: dirty limit type should be unsigned long by H Hartley Sweeten · 15 years ago
  36. 78dc583 vmscan: low order lumpy reclaim also should use PAGEOUT_IO_SYNC by KOSAKI Motohiro · 15 years ago
  37. d2bf6be mm: clean up get_user_pages_fast() documentation by Nick Piggin · 15 years ago
  38. 7ffc59b readahead: enforce full sync mmap readahead size by Wu Fengguang · 15 years ago
  39. 61b7cbd readahead: remove redundant test in shrink_readahead_size_eio() by Wu Fengguang · 15 years ago
  40. 10be0b3 readahead: introduce context readahead algorithm by Wu Fengguang · 15 years ago
  41. 045a252 readahead: move the random read case to bottom by Wu Fengguang · 15 years ago
  42. dc56612 radix-tree: add radix_tree_prev_hole() by Wu Fengguang · 15 years ago
  43. d30a110 readahead: record mmap read-around states in file_ra_state by Wu Fengguang · 15 years ago
  44. 2fad6f5 readahead: enforce full readahead size on async mmap readahead by Wu Fengguang · 15 years ago
  45. 70ac23c readahead: sequential mmap readahead by Wu Fengguang · 15 years ago
  46. ef00e08 readahead: clean up and simplify the code for filemap page fault readahead by Linus Torvalds · 15 years ago
  47. 51daa88 readahead: remove sync/async readahead call dependency by Wu Fengguang · 15 years ago
  48. 160334a readahead: increase interleaved readahead size by Wu Fengguang · 15 years ago
  49. caca7cb readahead: remove one unnecessary radix tree lookup by Wu Fengguang · 15 years ago
  50. fc31d16 readahead: apply max_sane_readahead() limit in ondemand_readahead() by Wu Fengguang · 15 years ago
  51. f7e839d readahead: move max_sane_readahead() calls into force_page_cache_readahead() by Wu Fengguang · 15 years ago
  52. 1ebf26a readahead: make mmap_miss an unsigned int by Wu Fengguang · 15 years ago
  53. bb1f17b mm: consolidate init_mm definition by Alexey Dobriyan · 15 years ago
  54. 3b0fde0 firmware_map: fix hang with x86/32bit by Yinghai Lu · 15 years ago
  55. 0214154 spi: takes size of a pointer to determine the size of the pointed-to type by Roel Kluin · 15 years ago
  56. 08604bd time: move PIT_TICK_RATE to linux/timex.h by Arnd Bergmann · 15 years ago
  57. 03347e2 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 15 years ago
  58. 19035e5 Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  59. f9db6e0 Merge branch 'timers-for-linus-clockevents' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  60. 3f27c0d Merge branch 'timers-for-linus-clocksource' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  61. 9aaa630 Merge branch 'timers-for-linus-ntp' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  62. 2ed0e21 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  63. 0fa2133 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 15 years ago
  64. d3bf80b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6 by Linus Torvalds · 15 years ago
  65. 1dcd775 [IA64] fix compile error in arch/ia64/mm/extable.c by Rusty Russell · 15 years ago
  66. 9c7cb99 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2 by Linus Torvalds · 15 years ago
  67. c8f1e50 regulator/max1586: fix V3 gain calculation integer overflow by Philipp Zabel · 15 years ago
  68. b110a8f regulator/max1586: support increased V3 voltage range by Philipp Zabel · 15 years ago
  69. 6113c3a regulator: lp3971 - fix driver link error when built-in. by Liam Girdwood · 15 years ago
  70. 0cbdf7b LP3971 PMIC regulator driver (updated and combined version) by Marek Szyprowski · 15 years ago
  71. 1909e2f regulator: remove driver_data direct access of struct device by Greg Kroah-Hartman · 15 years ago
  72. 38c53c8 regulator: Set MODULE_ALIAS for regulator drivers by Mark Brown · 15 years ago
  73. 9035cef regulator: Support list_voltage for fixed voltage regulator by Mark Brown · 15 years ago
  74. 5a1b22b regulator: Move regulator drivers to subsys_initcall() by Mark Brown · 15 years ago
  75. 7c31499 regulator: build fix for powerpc - renamed show_state by Liam Girdwood · 15 years ago
  76. 1d98ccc regulator: add userspace-consumer driver by Mike Rapoport · 15 years ago
  77. 55f4fa4 Maxim 1586 regulator driver by Robert Jarzmik · 15 years ago
  78. 9cbc1cb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 15 years ago
  79. ca44d6e pkt_sched: Rename PSCHED_US2NS and PSCHED_NS2US by Jarek Poplawski · 15 years ago
  80. e0f7cb8 ipv4: Fix fib_trie rebalancing by Jarek Poplawski · 15 years ago
  81. 0a8eba9 ramfs: ignore unknown mount options by Mike Frysinger · 15 years ago
  82. 45e3e19 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next by Linus Torvalds · 15 years ago
  83. 3f8d9ce .gitignore: ignore *.lzma files by Arne Janbu · 15 years ago
  84. cf50463 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 15 years ago
  85. ae937de Merge git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/headers-check-2.6 by Linus Torvalds · 15 years ago
  86. 9cf46a3 fusion: fix recent kernel-doc problems by Randy Dunlap · 15 years ago
  87. 5a7e3d1 keyboard: advertise KT_DEAD2 extended diacriticals by Samuel Thibault · 15 years ago
  88. 1f990cf kbuild: add generic --set-str option to scripts/config by Michal Marek · 15 years ago
  89. 47312d2 kbuild: simplify argument loop in scripts/config by Michal Marek · 15 years ago
  90. 5664322 kbuild: handle non-existing options in scripts/config by Michal Marek · 15 years ago
  91. 2625b10 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc by Linus Torvalds · 15 years ago
  92. 489f7ab Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  93. b322b78 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 15 years ago
  94. f44c2c9 Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 15 years ago
  95. 17b1f0d kallsyms: generalize text region handling by Mike Frysinger · 15 years ago
  96. 028f042 kallsyms: support kernel symbols in Blackfin on-chip memory by Robin Getz · 18 years ago
  97. 2cf4d45 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 15 years ago
  98. 2185a5e documentation: make version fix by Adam Lackorzynski · 15 years ago
  99. d067aa7 kbuild: fix a compile warning by Amerigo Wang · 15 years ago
  100. 8d34ff3 Merge branches 'cxgb3', 'ehca', 'misc', 'mlx4', 'mthca' and 'nes' into for-linus by Roland Dreier · 15 years ago