1. c9ba78e pagemap: document clarifications by Wu Fengguang · 15 years ago
  2. 1779754 proc: export more page flags in /proc/kpageflags by Wu Fengguang · 15 years ago
  3. ed7ce0f proc: kpagecount/kpageflags code cleanup by Wu Fengguang · 15 years ago
  4. 20a0307 mm: introduce PageHuge() for testing huge/gigantic pages by Wu Fengguang · 15 years ago
  5. a1dd268 mm: use alloc_pages_exact() in alloc_large_system_hash() to avoid duplicated logic by Mel Gorman · 15 years ago
  6. 72807a7 page allocator: sanity check order in the page allocator slow path by Mel Gorman · 15 years ago
  7. 092cead page allocator: move free_page_mlock() to page_alloc.c by KOSAKI Motohiro · 15 years ago
  8. b6e68bc page allocator: slab: use nr_online_nodes to check for a NUMA platform by Mel Gorman · 15 years ago
  9. 62bc62a page allocator: use a pre-calculated value instead of num_online_nodes() in fast paths by Christoph Lameter · 15 years ago
  10. 974709b page allocator: get the pageblock migratetype without disabling interrupts by Mel Gorman · 15 years ago
  11. f2260e6 page allocator: update NR_FREE_PAGES only as necessary by Mel Gorman · 15 years ago
  12. 4185896 page allocator: use allocation flags as an index to the zone watermark by Mel Gorman · 15 years ago
  13. a3af9c3 page allocator: do not check for compound pages during the page allocator sanity checks by Nick Piggin · 15 years ago
  14. d395b73 page allocator: do not setup zonelist cache when there is only one node by Mel Gorman · 15 years ago
  15. da456f1 page allocator: do not disable interrupts in free_page_mlock() by Mel Gorman · 15 years ago
  16. ed0ae21 page allocator: do not call get_pageblock_migratetype() more than necessary by Mel Gorman · 15 years ago
  17. 0ac3a40 page allocator: inline __rmqueue_fallback() by Mel Gorman · 15 years ago
  18. 0a15c3e page allocator: inline buffered_rmqueue() by Mel Gorman · 15 years ago
  19. 728ec98 page allocator: inline __rmqueue_smallest() by Mel Gorman · 15 years ago
  20. a56f57f page allocator: remove a branch by assuming __GFP_HIGH == ALLOC_HIGH by Mel Gorman · 15 years ago
  21. 341ce06 page allocator: calculate the alloc_flags for allocation only once by Peter Zijlstra · 15 years ago
  22. 3dd2826 page allocator: calculate the migratetype for allocation only once by Mel Gorman · 15 years ago
  23. 5117f45 page allocator: calculate the preferred zone for allocation only once by Mel Gorman · 15 years ago
  24. 49255c6 page allocator: move check for disabled anti-fragmentation out of fastpath by Mel Gorman · 15 years ago
  25. 11e33f6 page allocator: break up the allocator entry point into fast and slow paths by Mel Gorman · 15 years ago
  26. 7f82af9 page allocator: check only once if the zonelist is suitable for the allocation by Mel Gorman · 15 years ago
  27. 6484eb3 page allocator: do not check NUMA node ID when the caller knows the node is valid by Mel Gorman · 15 years ago
  28. b3c466c page allocator: do not sanity check order in the fast path by Mel Gorman · 15 years ago
  29. d239171 page allocator: replace __alloc_pages_internal() with __alloc_pages_nodemask() by Mel Gorman · 15 years ago
  30. 6c0db46 mm: alloc_large_system_hash check order by Hugh Dickins · 15 years ago
  31. 58568d2 cpuset,mm: update tasks' mems_allowed in time by Miao Xie · 15 years ago
  32. 950592f cpusets: update tasks' page/slab spread flags in time by Miao Xie · 15 years ago
  33. f3b39d4 cpusets: restructure the function cpuset_update_task_memory_state() by Miao Xie · 15 years ago
  34. dcf975d mm/page-writeback.c: dirty limit type should be unsigned long by H Hartley Sweeten · 15 years ago
  35. 78dc583 vmscan: low order lumpy reclaim also should use PAGEOUT_IO_SYNC by KOSAKI Motohiro · 15 years ago
  36. d2bf6be mm: clean up get_user_pages_fast() documentation by Nick Piggin · 15 years ago
  37. 7ffc59b readahead: enforce full sync mmap readahead size by Wu Fengguang · 15 years ago
  38. 61b7cbd readahead: remove redundant test in shrink_readahead_size_eio() by Wu Fengguang · 15 years ago
  39. 10be0b3 readahead: introduce context readahead algorithm by Wu Fengguang · 15 years ago
  40. 045a252 readahead: move the random read case to bottom by Wu Fengguang · 15 years ago
  41. dc56612 radix-tree: add radix_tree_prev_hole() by Wu Fengguang · 15 years ago
  42. d30a110 readahead: record mmap read-around states in file_ra_state by Wu Fengguang · 15 years ago
  43. 2fad6f5 readahead: enforce full readahead size on async mmap readahead by Wu Fengguang · 15 years ago
  44. 70ac23c readahead: sequential mmap readahead by Wu Fengguang · 15 years ago
  45. ef00e08 readahead: clean up and simplify the code for filemap page fault readahead by Linus Torvalds · 15 years ago
  46. 51daa88 readahead: remove sync/async readahead call dependency by Wu Fengguang · 15 years ago
  47. 160334a readahead: increase interleaved readahead size by Wu Fengguang · 15 years ago
  48. caca7cb readahead: remove one unnecessary radix tree lookup by Wu Fengguang · 15 years ago
  49. fc31d16 readahead: apply max_sane_readahead() limit in ondemand_readahead() by Wu Fengguang · 15 years ago
  50. f7e839d readahead: move max_sane_readahead() calls into force_page_cache_readahead() by Wu Fengguang · 15 years ago
  51. 1ebf26a readahead: make mmap_miss an unsigned int by Wu Fengguang · 15 years ago
  52. bb1f17b mm: consolidate init_mm definition by Alexey Dobriyan · 15 years ago
  53. 3b0fde0 firmware_map: fix hang with x86/32bit by Yinghai Lu · 15 years ago
  54. 0214154 spi: takes size of a pointer to determine the size of the pointed-to type by Roel Kluin · 15 years ago
  55. 08604bd time: move PIT_TICK_RATE to linux/timex.h by Arnd Bergmann · 15 years ago
  56. f01789c sh: Use generic atomic64_t implementation. by Paul Mundt · 15 years ago
  57. c6a9d7b ring-buffer: remove useless warn on check by Steven Rostedt · 15 years ago
  58. 22f470f ring-buffer: use BUF_PAGE_HDR_SIZE in calculating index by Steven Rostedt · 15 years ago
  59. 28b4868 x86, boot: use .code16gcc instead of .code16 by H. Peter Anvin · 15 years ago
  60. e2a7147 x86: correct the conversion of EFI memory types by Cliff Wickman · 15 years ago
  61. 95ee14e x86: cap iomem_resource to addressable physical memory by H. Peter Anvin · 15 years ago
  62. 492b057 Merge commit 'origin/master' into next by Benjamin Herrenschmidt · 15 years ago
  63. 5d77ddf nfsd41: sanity check client drc maxreqs by Andy Adamson · 15 years ago
  64. 1af0815 x86, mce: rename _64.c files which are no longer 64-bit-specific by Hidetoshi Seto · 15 years ago
  65. 58995d2 x86, mce: mce.h cleanup by Hidetoshi Seto · 15 years ago
  66. 1149e72 x86, mce: remove therm_throt.h by Hidetoshi Seto · 15 years ago
  67. 8363fc8 x86, mce: remove intel_set_thermal_handler() by Hidetoshi Seto · 15 years ago
  68. 895287c x86, mce: squash mce_intel.c into therm_throt.c by Hidetoshi Seto · 15 years ago
  69. a65c88d x86, mce: unify smp_thermal_interrupt by Hidetoshi Seto · 15 years ago
  70. e8ce2c5 x86, mce: unify smp_thermal_interrupt, prepare by Hidetoshi Seto · 15 years ago
  71. 5335612 x86, mce: unify smp_thermal_interrupt, prepare mce_intel_64 by Hidetoshi Seto · 15 years ago
  72. 3adacb7 x86, mce: unify smp_thermal_interrupt, prepare p4 by Hidetoshi Seto · 15 years ago
  73. c697836 x86, mce: make mce_disabled boolean by Hidetoshi Seto · 15 years ago
  74. 9e55e44 x86, mce: unify mce.h by Hidetoshi Seto · 15 years ago
  75. 9af43b5 x86, mce: sysfs entries for new mce options by Hidetoshi Seto · 15 years ago
  76. 1020bcb x86, mce: rename static variables around trigger by Hidetoshi Seto · 15 years ago
  77. 4e5b3e6 x86, mce: add __read_mostly by Hidetoshi Seto · 15 years ago
  78. 7fb06fc x86, mce: cleanup mce_start() by Hidetoshi Seto · 15 years ago
  79. 33edbf0 x86, mce: don't init timer if !mce_available by Hidetoshi Seto · 15 years ago
  80. 184e1fd x86, mce: fix a race condition about mce_callin and no_way_out by Huang Ying · 15 years ago
  81. 44ad18e tracing: update sample event documentation by Steven Rostedt · 15 years ago
  82. 9f01efa [ARM] S3C2440: Merge branch next-mini2440 into next-s3c by Ben Dooks · 15 years ago
  83. 9d76295 [ARM] GTA02/FreeRunner: Add machine definition by Andy Green · 15 years ago
  84. b3748dd [ARM] S3C64XX: Initial support for DVFS by Mark Brown · 15 years ago
  85. 8eeee4e send_sigio_to_task: sanitize the usage of fown->signum by Oleg Nesterov · 15 years ago
  86. d06a49e [ARM] S3C64XX: Add device for IISv4 port by Mark Brown · 15 years ago
  87. 52da219 [ARM] S3C64XX: Provide device for IIS ports by Mark Brown · 15 years ago
  88. 9492b27 [ARM] S3C24XX: remove duplicated #include by Huang Weiyi · 15 years ago
  89. 3f1a567 [ARM] VIC: Fix resume sources usage by Ben Dooks · 15 years ago
  90. 7d9a73f PCI PM: consistently use type bool for wake enable variable by Frans Pop · 15 years ago
  91. 11c635a V4L/DVB (11870): gspca - main: VIDIOC_ENUM_FRAMESIZES ioctl added. by Hans de Goede · 15 years ago
  92. 9fd6418 V4L/DVB (12004): poll method lose race condition by Figo.zhang · 15 years ago
  93. 1c905a4 V4L/DVB (11894): flexcop-pci: dmesg visible names broken by Matthias Schwarzott · 15 years ago
  94. d95e988 V4L/DVB (11892): Siano: smsendian - declare function as extern by Uri Shkolnik · 15 years ago
  95. 34601ca V4L/DVB (11891): Siano: smscore - bind the GPIO SMS protocol by Uri Shkolnik · 15 years ago
  96. 6675167 V4L/DVB (11890): Siano: smscore - remove redundant code by Uri Shkolnik · 15 years ago
  97. 4db989f V4L/DVB (11889): Siano: smsdvb - add DVB v3 events by Uri Shkolnik · 15 years ago
  98. 07f5600 V4L/DVB (11888): Siano: smsusb - remove redundant ifdef by Uri Shkolnik · 15 years ago
  99. 5b8db89 V4L/DVB (11887): Siano: smscards - add board (target) events by Uri Shkolnik · 15 years ago
  100. 4887f7b V4L/DVB (11886): Siano: smscore - fix some new GPIO definitions names by Uri Shkolnik · 15 years ago