1. c378ddd memblock, x86: Make ARCH_DISCARD_MEMBLOCK a config option by Tejun Heo · 14 years ago
  2. 474b881 x86: Use absent_pages_in_range() instead of memblock_x86_hole_size() by Tejun Heo · 14 years ago
  3. 6b5d41a memblock, x86: Reimplement memblock_find_dma_reserve() using iterators by Tejun Heo · 14 years ago
  4. 8a9ca34 memblock, x86: Replace __get_free_all_memory_range() with for_each_free_mem_range() by Tejun Heo · 14 years ago
  5. 64a02da memblock, x86: Make free_all_memory_core_early() explicitly free lowmem only by Tejun Heo · 14 years ago
  6. 8d89ac8 x86: Replace memblock_x86_find_in_range_size() with for_each_free_mem_range() by Tejun Heo · 14 years ago
  7. 35fd080 memblock: Implement for_each_free_mem_range() by Tejun Heo · 14 years ago
  8. ab5d140 x86: Use __memblock_alloc_base() in early_reserve_e820() by Tejun Heo · 14 years ago
  9. 0608f70 x86: Use HAVE_MEMBLOCK_NODE_MAP by Tejun Heo · 14 years ago
  10. 7c0caeb memblock: Add optional region->nid by Tejun Heo · 14 years ago
  11. 67e24bc memblock: Use __meminit[data] instead of __init[data] by Tejun Heo · 14 years ago
  12. 784656f9 memblock: Reimplement memblock_add_region() by Tejun Heo · 14 years ago
  13. ed7b56a memblock: Remove memblock_memory_can_coalesce() by Tejun Heo · 14 years ago
  14. eb40c4c memblock, x86: Replace memblock_x86_find_in_range_node() with generic memblock calls by Tejun Heo · 14 years ago
  15. e649804 memblock: Separate out memblock_find_in_range_node() by Tejun Heo · 14 years ago
  16. 34e1845 memblock: Make memblock_alloc_[try_]nid() top-down by Tejun Heo · 14 years ago
  17. f9b18db memblock: Don't allow archs to override memblock_nid_range() by Tejun Heo · 14 years ago
  18. b2fea98 memblock: Improve generic memblock_nid_range() using for_each_mem_pfn_range() by Tejun Heo · 14 years ago
  19. c13291a bootmem: Use for_each_mem_pfn_range() in page_alloc.c by Tejun Heo · 14 years ago
  20. 96e907d bootmem: Reimplement __absent_pages_in_range() using for_each_mem_pfn_range() by Tejun Heo · 14 years ago
  21. 5dfe866 bootmem: Replace work_with_active_regions() with for_each_mem_pfn_range() by Tejun Heo · 14 years ago
  22. fc769a8 memblock: Replace memblock_find_base() with memblock_find_in_range() by Tejun Heo · 14 years ago
  23. 1f5026a memblock: Kill MEMBLOCK_ERROR by Tejun Heo · 14 years ago
  24. 348968e memblock: Use round_up/down() instead of memblock_align_up/down() by Tejun Heo · 14 years ago
  25. 15fb097 memblock: Use MEMBLOCK_ALLOC_ACCESSIBLE instead of ANYWHERE in memblock_alloc_try_nid() by Tejun Heo · 14 years ago
  26. 53348f2 bootmem: Fix __free_pages_bootmem() to use @order properly by Tejun Heo · 14 years ago
  27. bf61549 x86: Fix memblock_x86_check_reserved_size() use in efi_reserve_boot_services() by Tejun Heo · 14 years ago
  28. 1e01979 x86, numa: Implement pfn -> nid mapping granularity check by Tejun Heo · 14 years ago
  29. d0ead15 x86, mm: s/PAGES_PER_ELEMENT/PAGES_PER_SECTION/ by Tejun Heo · 14 years ago
  30. 620917d Linux 3.0-rc7 by Linus Torvalds · 14 years ago
  31. 5adaf85 Documentation/Changes: remove some really obsolete text by Linus Torvalds · 14 years ago
  32. c15000b Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 14 years ago
  33. 9ddf7f5 Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 14 years ago
  34. 71a1b44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  35. c891f2c Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 14 years ago
  36. 1456281 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86 by Linus Torvalds · 14 years ago
  37. 83e95697 Merge branch 'movieboard' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 14 years ago
  38. 404ba3f0 ath5k: Add missing breaks in switch/case by Joe Perches · 14 years ago
  39. 0580181 Documentation/spinlocks.txt: Remove reference to sti()/cli() by Muthu Kumar · 14 years ago
  40. f484b5d0 cifs: drop spinlock before calling cifs_put_tlink by Jeff Layton · 14 years ago
  41. 0401846 hp-wmi: fix use after free by Eric Dumazet · 14 years ago
  42. b486742 dell-laptop - using buffer without mutex_lock by Jose Alonso · 14 years ago
  43. be65dde8 Revert: "dell-laptop: Toggle the unsupported hardware killswitch" by Keng-Yu Lin · 14 years ago
  44. 8875962 PM: Reintroduce dropped call to check_wakeup_irqs by Colin Cross · 14 years ago
  45. 50f4ddd [CPUFREQ] fix cpumask memory leak in acpi-cpufreq on cpu hotplug. by Luming Yu · 14 years ago
  46. e3bbfa7 Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging by Linus Torvalds · 14 years ago
  47. 22e6b23 hwmon: (pmbus) Improve auto-detection of temperature status register by Guenter Roeck · 14 years ago
  48. 0c2a40e hwmon: (lm95241) Fix negative temperature results by Guenter Roeck · 14 years ago
  49. aa4c495 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 14 years ago
  50. 2169ce9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 14 years ago
  51. 7fc7693 Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  52. 8733449 Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  53. 7f7e3711 firewire: ohci: do not bind to Pinnacle cards, avert panic by Stefan Richter · 14 years ago
  54. b9bce2e cifs: fix expand_dfs_referral by Jeff Layton · 14 years ago
  55. 2054749 cifs: move bdi_setup_and_register outside of CONFIG_CIFS_DFS_UPCALL by Jeff Layton · 14 years ago
  56. e8fd86e Merge branch 'fix/asoc' into for-linus by Takashi Iwai · 14 years ago
  57. abaead6 ALSA: hda - Fix a copmile warning by Takashi Iwai · 14 years ago
  58. 18361bb Merge branch 'for-3.0' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6 into fix/asoc by Takashi Iwai · 14 years ago
  59. f1a04db Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung by Linus Torvalds · 14 years ago
  60. b56045d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6 by Linus Torvalds · 14 years ago
  61. 1acc930 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  62. c2d197e MAINTAINERS: update Bjorn Helgaas's email address by Bjorn Helgaas · 14 years ago
  63. 30cb35b drivers/leds/leds-pca9532.c: change driver name to be unique by Wolfram Sang · 14 years ago
  64. 8f3b132 mm/nommu.c: fix remap_pfn_range() by Bob Liu · 14 years ago
  65. f607e7f w1: ds1wm: add a reset recovery parameter by Jean-François Dagenais · 14 years ago
  66. 453a9bf3 memcg: fix numa scan information update to be triggered by memory event by KAMEZAWA Hiroyuki · 14 years ago
  67. 4d0c066 memcg: fix reclaimable lru check in memcg by KAMEZAWA Hiroyuki · 14 years ago
  68. 0b43c3a mm: __tlb_remove_page() check the correct batch by Shaohua Li · 14 years ago
  69. 215ddd6 mm: vmscan: only read new_classzone_idx from pgdat when reclaiming successfully by Mel Gorman · 14 years ago
  70. da175d0 mm: vmscan: evaluate the watermarks against the correct classzone by Mel Gorman · 14 years ago
  71. d7868da mm: vmscan: do not apply pressure to slab if we are not applying pressure to zone by Mel Gorman · 14 years ago
  72. 08951e5 mm: vmscan: correct check for kswapd sleeping in sleeping_prematurely by Mel Gorman · 14 years ago
  73. 27739e6 hwmon: (lm95241) Fix chip detection code by Guenter Roeck · 14 years ago
  74. f483d39 PCI: conditional resource-reallocation through kernel parameter pci=realloc by Ram Pai · 14 years ago
  75. 6ff325a regulator: max8997: Fix setting inappropriate value for ramp_delay variable by Donggeun Kim · 14 years ago
  76. 9060950 regulator: db8500-prcmu: small fixes by Axel Lin · 14 years ago
  77. 6e0414a regulator: max8997: remove dependency on platform_data pointer by MyungJoo Ham · 14 years ago
  78. dbb48e7 regulator: MAX8997: Fix for divide by zero error by Tushar Behera · 14 years ago
  79. e2cf313 regulator: max8952 - fix wrong gpio valid check by Jonghwan Choi · 14 years ago
  80. b7eff39 drm/radeon/kms: clean up multiple crtc handling for evergreen+ (v2) by Alex Deucher · 14 years ago
  81. 902daf6 Merge branch 'gpio/merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  82. 54af2bd2 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 14 years ago
  83. c60ffcb Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 by Linus Torvalds · 14 years ago
  84. 3546eea Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  85. 2345b20 gpio/langwell_gpio: ack the correct bit for langwell gpio interrupts by Mathias Nyman · 14 years ago
  86. d34c1fc ARM: S3C2440: fix section mismatch on mini2440 by Wolfram Sang · 14 years ago
  87. cb26a7b ARM: S3C24XX: drop return codes in void function of dma.c by Wolfram Sang · 14 years ago
  88. 5838e9b ARM: S3C24XX: don't use uninitialized variable in dma.c by Wolfram Sang · 14 years ago
  89. 04db79b cifs: factor smb_vol allocation out of cifs_setup_volume_info by Jeff Layton · 14 years ago
  90. f1bb20a Merge branch 'for-30-rc5/all-i2c' of git://git.fluff.org/bjdooks/linux by Linus Torvalds · 14 years ago
  91. 90c6906 Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 14 years ago
  92. ca5c485 USB: additional regression fix for device removal by Alan Stern · 14 years ago
  93. ddc6ff3 [media] msp3400: fill in v4l2_tuner based on vt->type field by Hans Verkuil · 14 years ago
  94. 31cb8528 Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 14 years ago
  95. 2a9d6df Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 14 years ago
  96. c902ce1 FS-Cache: Add a helper to bulk uncache pages on an inode by David Howells · 14 years ago
  97. 5ad339a [media] tuner-core.c: don't change type field in g_tuner or g_frequency by Hans Verkuil · 14 years ago
  98. 075d9db1 Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
  99. e55f1b1 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  100. 27a3b73 Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago