1. 9d037a77 Merge branch 'irq-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tip by Linus Torvalds · 13 years ago
  2. 58c3c3a Make taskstats round statistics down to nearest 1k bytes/events by Linus Torvalds · 13 years ago
  3. 1a51410 Make TASKSTATS require root access by Linus Torvalds · 13 years ago
  4. fa2563e workqueue: lock cwq access in drain_workqueue by Thomas Tuttle · 13 years ago
  5. ed585a6 genirq: Make irq_shutdown() symmetric vs. irq_startup again by Geert Uytterhoeven · 13 years ago
  6. 79016f6 Merge branch 'timers-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tip by Linus Torvalds · 13 years ago
  7. e81b693 Merge branch 'sched-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tip by Linus Torvalds · 13 years ago
  8. 7f310a5 perf_event: Fix broken calc_timer_values() by Eric B Munson · 14 years ago
  9. a8d757e perf events: Fix slow and broken cgroup context switch code by Stephane Eranian · 13 years ago
  10. feff8fa sched: Fix a memory leak in __sdt_free() by WANG Cong · 13 years ago
  11. 9c40cef2 sched: Move blk_schedule_flush_plug() out of __schedule() by Thomas Gleixner · 14 years ago
  12. c259e01 sched: Separate the scheduler entry for preemption by Thomas Gleixner · 14 years ago
  13. f5b9409 All Arch: remove linkage for sys_nfsservctl system call by NeilBrown · 13 years ago
  14. 4c30c6f kernel/printk: do not turn off bootconsole in printk_late_init() if keep_bootcon by Nishanth Aravamudan · 13 years ago
  15. be27425 Add a personality to report 2.6.x version numbers by Andi Kleen · 13 years ago
  16. 35a177a Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 13 years ago
  17. 69dd3d8 Revert "irq: Always set IRQF_ONESHOT if no primary handler is specified" by Linus Torvalds · 13 years ago
  18. 5ccc387 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  19. d522a0d irqdesc: fix new kernel-doc warning by Randy Dunlap · 13 years ago
  20. b4fd4ae Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  21. 2da9f36 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  22. 950d0a1 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  23. 17f2ae7 PM / Domains: Fix build for CONFIG_PM_RUNTIME unset by Rafael J. Wysocki · 13 years ago
  24. c59d87c xfs: remove subdirectories by Christoph Hellwig · 13 years ago
  25. 72fa599 move RLIMIT_NPROC check from set_user() to do_execve_common() by Vasiliy Kulikov · 13 years ago
  26. 1d229d5 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
  27. c09c47c blktrace: add FLUSH/FUA support by Namhyung Kim · 13 years ago
  28. 6af7e47 alarmtimers: Avoid possible denial of service with high freq periodic timers by John Stultz · 13 years ago
  29. ea7802f alarmtimers: Memset itimerspec passed into alarm_timer_get by John Stultz · 13 years ago
  30. 971c90b alarmtimers: Avoid possible null pointer traversal by John Stultz · 13 years ago
  31. f2c0d02 cap_syslog: don't use WARN_ONCE for CAP_SYS_ADMIN deprecation warning by Jonathan Nieder · 13 years ago
  32. 80e0401 lockdep: Fix wrong assumption in match_held_lock by Peter Zijlstra · 13 years ago
  33. b77f0f3 jump label: Reduce the cycle count by changing the link order by Jason Baron · 13 years ago
  34. 3272cab Merge branch 'linus' into perf/urgent by Ingo Molnar · 13 years ago
  35. f03683b Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  36. f59de89 lockdep: Clear whole lockdep_map on initialization by Tejun Heo · 13 years ago
  37. 70a0686 lockdep: Fix up warning by Peter Zijlstra · 13 years ago
  38. 7d36b26 lockdep: Fix trace_hardirqs_on_caller() by Peter Zijlstra · 13 years ago
  39. 288d5ab Boot up with usermodehelper disabled by Linus Torvalds · 13 years ago
  40. d7619fe Merge branch 'linus' into core/urgent by Ingo Molnar · 13 years ago
  41. a729589 taskstats: add_del_listener() should ignore !valid listeners by Oleg Nesterov · 13 years ago
  42. dfc428b taskstats: add_del_listener() shouldn't use the wrong node by Oleg Nesterov · 13 years ago
  43. 72f9adfd Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 13 years ago
  44. 37f86b4 kdb,kgdb: Allow arbitrary kgdb magic knock sequences by Jason Wessel · 14 years ago
  45. d613d82 kdb: Remove all references to DOING_KGDB2 by Jason Wessel · 14 years ago
  46. f679c49 kdb,kgdb: Implement switch and pass buffer from kdb -> gdb by Jason Wessel · 14 years ago
  47. 3bdb65e kdb: cleanup unused variables missed in the original kdb merge by Jason Wessel · 14 years ago
  48. 968e75f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 13 years ago
  49. 1c38891 resources: Add lookup_resource() by Geert Uytterhoeven · 14 years ago
  50. 664a41b 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
  51. cb7dee8 Merge branch 'next/dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc by Linus Torvalds · 13 years ago
  52. 6124a4e Merge branch 'imx/dt' into next/dt by Arnd Bergmann · 13 years ago
  53. b687380 irq: Track the owner of irq descriptor by Sebastian Andrzej Siewior · 13 years ago
  54. f3637a5 irq: Always set IRQF_ONESHOT if no primary handler is specified by Sebastian Andrzej Siewior · 13 years ago
  55. 7e71330 dt/irq: add irq_domain_generate_simple() helper by Grant Likely · 13 years ago
  56. 08a543a irq: add irq_domain translation infrastructure by Grant Likely · 13 years ago
  57. 95b6886 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
  58. 2330fb8 [media] v4l2-compat-ioctl32: add VIDIOC_DQEVENT support by Hans Verkuil · 14 years ago
  59. c1095c6 signals: sys_ssetmask/sys_rt_sigsuspend should use set_current_blocked() by Oleg Nesterov · 13 years ago
  60. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  61. 4302fbc panic: panic=-1 for immediate reboot by Hugh Dickins · 13 years ago
  62. 947be5d gcov: disable CONSTRUCTORS for UML by Vitaliy Ivanov · 13 years ago
  63. b34a6b1 ipc: introduce shm_rmid_forced sysctl by Vasiliy Kulikov · 13 years ago
  64. fb0a685 kernel/fork.c: fix a few coding style issues by Daniel Rebelo de Oliveira · 13 years ago
  65. 778d3b0 cpusets: randomize node rotor used in cpuset_mem_spread_node() by Michal Hocko · 13 years ago
  66. 9ea7150 futex: Fix regression with read only mappings by Shawn Bohrer · 14 years ago
  67. 1dd75f9 genirq: Fix wrong bit operation by jhbird.choi@samsung.com · 13 years ago
  68. 45b583b Merge 'akpm' patch series by Linus Torvalds · 13 years ago
  69. 626a031 kernel/configs.c: include MODULE_*() when CONFIG_IKCONFIG_PROC=n by Stephen Boyd · 13 years ago
  70. c5f4175 notifiers: sys: move reboot notifiers into reboot.h by Amerigo Wang · 13 years ago
  71. ae891a1 devres: fix possible use after free by Maxin B John · 13 years ago
  72. 2efaca9 mm/futex: fix futex writes on archs with SW tracking of dirty & young by Benjamin Herrenschmidt · 13 years ago
  73. 154dd78 Merge branches 'kbuild', 'packaging' and 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 13 years ago
  74. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  75. 096a705 Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  76. f629299 trace events: Update version number reference to new 3.x scheme for EVENT_POWER_TRACING_DEPRECATED by Jesper Juhl · 13 years ago
  77. fcda12e Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 13 years ago
  78. 5fabc48 Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  79. 88bfa32 module: add /sys/module/<name>/uevent files by Kay Sievers · 13 years ago
  80. 4befb02 module: change attr callbacks to take struct module_kobject by Kay Sievers · 13 years ago
  81. 74e08fc modules: add default loader hook implementations by Jonas Bonn · 14 years ago
  82. 81c7413 param: fix return value handling in param_set_* by Satoru Moriya · 14 years ago
  83. bbd9d6f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  84. dc43d9f Merge branch 'x86-mtrr-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  85. 112ec46 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  86. bdc7ccf 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
  87. 4d4abdc Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  88. 0342cbc Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  89. 391d627 Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  90. 75b56ec Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  91. 431bf99d2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 13 years ago
  92. 5a791ea Merge branch 'for-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 13 years ago
  93. 8209f53 Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc by Linus Torvalds · 13 years ago
  94. 951cc93 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 13 years ago
  95. 0f31714 sched: Cleanup duplicate local variable in [enqueue|dequeue]_task_fair by Lin Ming · 13 years ago
  96. 033b114 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  97. f5caadb Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 13 years ago
  98. efbe2ee lockdep: Fix lockdep_no_validate against IRQ states by Peter Zijlstra · 13 years ago
  99. 9985c20 perf: Remove perf_event_attr::type check by Lin Ming · 14 years ago
  100. 2bd2d6f sched: Replace use of entity_key() by Stephan Baerwolf · 13 years ago