1. 22e12bb Merge branch 'timers-ptp-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  2. 19426a8 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  3. 0f1493a Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6 by Linus Torvalds · 13 years ago
  4. c84598b percpu_counter: change return value and add comments by Shaohua Li · 13 years ago
  5. 3c8f370 lib/genalloc.c: add support for specifying the physical address by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  6. 6aae6e0 include/linux/genalloc.h: add multiple-inclusion guards by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  7. c196e32 lib: add kstrto*_from_user() by Alexey Dobriyan · 13 years ago
  8. 4440673 leds: provide helper to register "leds-gpio" devices by Uwe Kleine-König · 13 years ago
  9. 3c1ab50 drivers/leds/leds-pca9532.c: add gpio capability by Joachim Eastwood · 13 years ago
  10. 162a7e7 printk: allocate kernel log buffer earlier by Mike Travis · 13 years ago
  11. 95dde50 memblock: add error return when CONFIG_HAVE_MEMBLOCK is not set by Yinghai Lu · 13 years ago
  12. 746a2a8 sparse: Undef __compiletime_{warning,error} if __CHECKER__ is defined by KOSAKI Motohiro · 13 years ago
  13. 5bd7e6a sparse: define __must_be_array() for __CHECKER__ by KOSAKI Motohiro · 13 years ago
  14. 903c0c7 sparse: define dummy BUILD_BUG_ON definition for sparse by KOSAKI Motohiro · 13 years ago
  15. 1dbe394 xattr.h: expose string defines to userspace by Eric Paris · 13 years ago
  16. 4b06042 bitmap, irq: add smp_affinity_list interface to /proc/irq by Mike Travis · 13 years ago
  17. e50c1f6 fscache: remove dead code under CONFIG_WORKQUEUE_DEBUGFS by Amerigo Wang · 13 years ago
  18. 21b7d81 include/linux/c2port.h: remove wrong and never used macros by Wanlong Gao · 13 years ago
  19. 0ac1ee0 ulimit: raise default hard ulimit on number of files to 4096 by Tim Gardner · 13 years ago
  20. f68aa5b asm-generic/cacheflush.h: flush icache when copying to user pages by Mike Frysinger · 13 years ago
  21. a539f35 mm: add SECTION_ALIGN_UP() and SECTION_ALIGN_DOWN() macro by Daniel Kiper · 13 years ago
  22. f2beb79 proc: make struct proc_maps_private truly private by Stephen Wilson · 13 years ago
  23. 13057ef mm: declare mpol_to_str() when CONFIG_TMPFS=n by Stephen Wilson · 13 years ago
  24. d98f6cb mm: export get_vma_policy() by Stephen Wilson · 13 years ago
  25. c856507 mm: remove last trace of shmem_get_unmapped_area by Hugh Dickins · 13 years ago
  26. b09e0fa tmpfs: implement generic xattr support by Eric Paris · 13 years ago
  27. 8bba154 memblock/nobootmem: allow alloc_bootmem() to take 0 as low limit by Yinghai Lu · 13 years ago
  28. 172703b mm: delete non-atomic mm counter implementation by Matt Fleming · 13 years ago
  29. ba93fa8 mm: do not define PFN_SECTION_SHIFT if !CONFIG_SPARSEMEM by Daniel Kiper · 13 years ago
  30. e3c40f3 mm: pfn_to_section_nr()/section_nr_to_pfn() is valid only in CONFIG_SPARSEMEM context by Daniel Kiper · 13 years ago
  31. bf4e890 mm: enable set_page_section() only if CONFIG_SPARSEMEM and !CONFIG_SPARSEMEM_VMEMMAP by Daniel Kiper · 13 years ago
  32. 1495f23 vmscan: change shrinker API by passing shrink_control struct by Ying Han · 13 years ago
  33. a09ed5e vmscan: change shrink_slab() interfaces by passing shrink_control by Ying Han · 13 years ago
  34. 7b1de58 readahead: readahead page allocations are OK to fail by Wu Fengguang · 13 years ago
  35. a238ab5 mm: break out page allocation warning code by Dave Hansen · 13 years ago
  36. de03c72 mm: convert mm->cpu_vm_cpumask into cpumask_var_t by KOSAKI Motohiro · 13 years ago
  37. 9547d01 mm: uninline large generic tlb.h functions by Peter Zijlstra · 13 years ago
  38. 2b575eb mm: convert anon_vma->lock to a mutex by Peter Zijlstra · 13 years ago
  39. 25aeeb0 mm: revert page_lock_anon_vma() lock annotation by Peter Zijlstra · 13 years ago
  40. 3d48ae4 mm: Convert i_mmap_lock to a mutex by Peter Zijlstra · 13 years ago
  41. 97a8941 mm: Remove i_mmap_lock lockbreak by Peter Zijlstra · 13 years ago
  42. e4c70a6 lockdep, mutex: provide mutex_lock_nest_lock by Peter Zijlstra · 13 years ago
  43. e303297 mm: extended batches for generic mmu_gather by Peter Zijlstra · 13 years ago
  44. 2672391 mm, powerpc: move the RCU page-table freeing into generic code by Peter Zijlstra · 13 years ago
  45. d16dfc5 mm: mmu_gather rework by Peter Zijlstra · 13 years ago
  46. d05f316 mm: make expand_downwards() symmetrical with expand_upwards() by Michal Hocko · 13 years ago
  47. 82d4b57 include/linux/gfp.h: convert BUG_ON() into VM_BUG_ON() by Dave Hansen · 13 years ago
  48. 15fa8f4 include/linux/gfp.h: work around apparent sparse confusion by Dave Hansen · 13 years ago
  49. 72788c3 oom: replace PF_OOM_ORIGIN with toggling oom_score_adj by David Rientjes · 13 years ago
  50. a6cccdc mm, mem-hotplug: update pcp->stat_threshold when memory hotplug occur by KOSAKI Motohiro · 13 years ago
  51. 1b79acc mm, mem-hotplug: recalculate lowmem_reserve when memory hotplug occurs by KOSAKI Motohiro · 13 years ago
  52. 37b23e0 x86,mm: make pagefault killable by KOSAKI Motohiro · 13 years ago
  53. f62e00c mm: introduce wait_on_page_locked_killable() by KOSAKI Motohiro · 13 years ago
  54. fa25c50 mm: per-node vmstat: show proper vmstats by KOSAKI Motohiro · 13 years ago
  55. 7bf02ea arch, mm: filter disallowed nodes from arch specific show_mem functions by David Rientjes · 13 years ago
  56. 4a7df24 Merge branch 'for-linus/2640/i2c' of git://git.fluff.org/bjdooks/linux by Linus Torvalds · 13 years ago
  57. 5bdfdfe Merge branches 'for-2639/i2c-eg20t', 'for-2639/i2c-shmobile', 'for-2639/i2c-tegra' and 'for-2639/i2c-nomadik2' into for-linus/2640/i2c by Ben Dooks · 13 years ago
  58. df3256f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm by Linus Torvalds · 13 years ago
  59. b0ca118 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 13 years ago
  60. f50d1d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 13 years ago
  61. 98b98d3 Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 13 years ago
  62. 0d66cba Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 13 years ago
  63. 4637f40 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 13 years ago
  64. 5129df0 Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 13 years ago
  65. 4d42948 Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6 by Linus Torvalds · 13 years ago
  66. b7b5755 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into for-linus by James Morris · 13 years ago
  67. 434d42c Merge branch 'next' into for-linus by James Morris · 13 years ago
  68. 1b4ac2a x86: Get rid of asmregparm by Richard Weinberger · 13 years ago
  69. 8af0887 posix-timers: RCU conversion by Eric Dumazet · 13 years ago
  70. 6988f20 Merge branch 'fixes-2.6.39' into for-2.6.40 by Tejun Heo · 13 years ago
  71. b73077e Merge branch 'next' into for-linus by Dmitry Torokhov · 13 years ago
  72. d15660a Merge branches 'common/fbdev' and 'common/fbdev-meram' of master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6 by Paul Mundt · 13 years ago
  73. a6b5825 Merge branch 'for-paul' of git://gitorious.org/linux-omap-dss2/linux by Paul Mundt · 13 years ago
  74. df462b3 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 13 years ago
  75. 5e152b4 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 13 years ago
  76. 42cd71b Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 13 years ago
  77. d94ba80 ptp: Added a brand new class driver for ptp clocks. by Richard Cochran · 13 years ago
  78. 15a3d11 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  79. c44dead Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 13 years ago
  80. 99dff58 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 13 years ago
  81. 30cb6d5 Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  82. ec19628 Merge branches 'consolidate', 'ep93xx', 'fixes', 'misc', 'mmci', 'remove' and 'spear' into for-linus by Russell King · 13 years ago
  83. 4867faa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 13 years ago
  84. 4b60e5f Merge branches 'consolidate-clksrc', 'consolidate-flash', 'consolidate-generic', 'consolidate-smp', 'consolidate-stmp' and 'consolidate-zones' into consolidate by Russell King · 13 years ago
  85. 442c817 clocksource: add common mmio clocksource by Russell King · 13 years ago
  86. bfb91fb Merge branch 'slab/next' into for-linus by Pekka Enberg · 13 years ago
  87. 6fad2b5 Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging by Linus Torvalds · 13 years ago
  88. 1950482 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  89. 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  90. 710421cc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 13 years ago
  91. 901025d dlm: make plock operation killable by David Teigland · 13 years ago
  92. f4b10bc Merge branch 'kvm-updates/2.6.40' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  93. 53ee756 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  94. 4d9dec4 Merge branch 'exec_rm_compat' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc by Linus Torvalds · 13 years ago
  95. 68fa61c hrtimers: Reorder clock bases by Thomas Gleixner · 13 years ago
  96. ab8177b hrtimers: Avoid touching inactive timer bases by Thomas Gleixner · 13 years ago
  97. f24444b hrtimers: Make struct hrtimer_cpu_base layout less stupid by Thomas Gleixner · 13 years ago
  98. 9ec2690 timerfd: Manage cancelable timers in timerfd by Thomas Gleixner · 13 years ago
  99. 4eec42f watchdog: Change the default timeout and configure nmi watchdog period based on watchdog_thresh by Mandeep Singh Baines · 13 years ago
  100. 586692a watchdog: Disable watchdog when thresh is zero by Mandeep Singh Baines · 13 years ago