1. e19dff1 [AF_RXRPC]: Make it possible to merely try to cancel timers from a module by David Howells · 17 years ago
  2. af65bdf [NETLINK]: Switch cb_lock spinlock to mutex and allow to override it by Patrick McHardy · 17 years ago
  3. 85795d6 [TCP] tcp_probe: improvements for net-2.6.22 by Stephen Hemminger · 18 years ago
  4. b529ccf [NETLINK]: Introduce nlmsg_hdr() helper by Arnaldo Carvalho de Melo · 17 years ago
  5. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  6. 641b9e0 [NET_SCHED]: Use ktime as clocksource by Patrick McHardy · 18 years ago
  7. b7aa0bf [NET]: convert network timestamps to ktime_t by Eric Dumazet · 17 years ago
  8. 91fcd41 Allow reading tainted flag as user by Bastian Blank · 17 years ago
  9. fe20e58 [PATCH] fix kernel oops with badly formatted module option by Randy Dunlap · 17 years ago
  10. d354d2f sched.c: Remove unused variable 'relative' by Linus Torvalds · 17 years ago
  11. 35f6f75 [PATCH] sched: get rid of p->children use in show_task() by Ingo Molnar · 17 years ago
  12. 7f30e49 [PATCH] irq-devres: fix failure path of devm_request_irq() by Tejun Heo · 17 years ago
  13. 995f054 [PATCH] high-res timers: resume fix by Ingo Molnar · 17 years ago
  14. 98de9e3 [PATCH] fix jiffies clocksource inittime by john stultz · 17 years ago
  15. c75fd0e [PATCH] swsusp: fix memory shrinker by Rafael J. Wysocki · 17 years ago
  16. 456a09d [PATCH] kernel/time.c: add missing symbol exports by Thomas Bittermann · 17 years ago
  17. 1d64b9c [PATCH] Fix microcode-related suspend problem by Rafael J. Wysocki · 17 years ago
  18. 0c84ce2 [PATCH] driver core: fix built-in drivers sysfs links by Kay Sievers · 17 years ago
  19. 14e9d57 [PATCH] pid: Properly detect orphaned process groups in exit_notify by Eric W. Biederman · 17 years ago
  20. 935c631 [PATCH] hrtimers: fix reprogramming SMP race by Ingo Molnar · 17 years ago
  21. 436ce71 [PATCH] Revert "swsusp: disable nonboot CPUs before entering platform suspend" by Rafael J. Wysocki · 17 years ago
  22. d62ac21 [PATCH] ntp: avoid time_offset overflows by john stultz · 17 years ago
  23. 291bc04 [PATCH] clockevents: remove bad designed sysfs support for now by Thomas Gleixner · 18 years ago
  24. 948ac6d [PATCH] clocksource: Fix thinko in watchdog selection by Thomas Gleixner · 18 years ago
  25. 9501b6c [PATCH] dynticks: fix hrtimer rounding error in next_timer_interrupt by Thomas Gleixner · 18 years ago
  26. 0444b30 [PATCH] time: fix formatting in /proc/timer_list by James Morris · 18 years ago
  27. 9c35dd7 [PATCH] lockdep: debug_show_all_locks & debug_show_held_locks vs. debug_locks by Jarek Poplawski · 18 years ago
  28. 058560f [PATCH] fix extra BIOS invocation during resume by Pavel Machek · 18 years ago
  29. 93c9a7f [PATCH] swsusp: Fix SNAPSHOT_S2RAM ioctl by Rafael J. Wysocki · 18 years ago
  30. cd05a1f [PATCH] clockevents: Fix suspend/resume to disk hangs by Thomas Gleixner · 18 years ago
  31. e29e175 [PATCH] initialise pi_lock if CONFIG_RT_MUTEXES=N by Zilvinas Valinskas · 18 years ago
  32. 21778867 [PATCH] futex: PI state locking fix by Ingo Molnar · 18 years ago
  33. b257bc0 [PATCH] swsusp: fix suspend when console is in VT_AUTO+KD_GRAPHICS mode by Andrew Johnson · 18 years ago
  34. ad28d94 [PATCH] hrtimer: fix up unlocked access to wall_to_monotonic by Thomas Gleixner · 18 years ago
  35. 13788cc [PATCH] hrtimer: prevent overrun DoS in hrtimer_forward() by Thomas Gleixner · 18 years ago
  36. 9498513 [PATCH] swsusp: disable nonboot CPUs before entering platform suspend by Rafael J. Wysocki · 18 years ago
  37. 886c595 [PATCH] swsusp: Fix resume error path in platform mode by Rafael J. Wysocki · 18 years ago
  38. c4823bc [PATCH] fix deadlock in audit_log_task_context() by Al Viro · 18 years ago
  39. 161e232b Revert "driver core: refcounting fix" by Greg Kroah-Hartman · 18 years ago
  40. d694c16 Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 18 years ago
  41. c7276fd [PATCH] kconfig: Update swsusp description by Rafael J. Wysocki · 18 years ago
  42. d6ad671 [PATCH] Publish rcutorture module parameters via sysfs, read-only by Josh Triplett · 18 years ago
  43. 90675a2 [PATCH] fix vsyscall settimeofday by Daniel Walker · 18 years ago
  44. f895385 [PATCH] highres: do not run the TIMER_SOFTIRQ after switching to highres mode by Thomas Gleixner · 18 years ago
  45. 6321dd6 [PATCH] Save/restore periodic tick information over suspend/resume by Thomas Gleixner · 18 years ago
  46. e81ce1f [PATCH] timer/hrtimer: take per cpu locks in sane order by Heiko Carstens · 18 years ago
  47. 6bb74df [PATCH] clocksource init adjustments (fix bug #7426) by john stultz · 18 years ago
  48. 69f7c0a [PATCH] sched: remove SMT nice by Con Kolivas · 18 years ago
  49. 5c36e65 sysctl: Support vdso_enabled sysctl on SH. by Paul Mundt · 18 years ago
  50. 7355690 [PATCH] sched: fix SMT scheduler bug by Ingo Molnar · 18 years ago
  51. 1499993 [PATCH] fix section mismatch warning in lockdep by Sam Ravnborg · 18 years ago
  52. 93a6fef [PATCH] fix the SYSCTL=n compilation by Adrian Bunk · 18 years ago
  53. c1e16aa [PATCH] Fix posix-cpu-timer breakage caused by stale p->last_ran value by Thomas Gleixner · 18 years ago
  54. 05fb6bf [PATCH] kernel-doc fixes for 2.6.20-git15 (non-drivers) by Randy Dunlap · 18 years ago
  55. 9d634631 [PATCH] update timekeeping_is_continuous comment by Daniel Walker · 18 years ago
  56. b0138a6 Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6 by Linus Torvalds · 18 years ago
  57. 5313a20 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/tick-2.6 by Linus Torvalds · 18 years ago
  58. a7538a7 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 18 years ago
  59. 3494c16 [TICK] tick-common: Fix one-shot handling in tick_handle_periodic(). by David S. Miller · 18 years ago
  60. 9e203bc [TIME] tick-sched: Add missing asm/irq_regs.h include. by David S. Miller · 18 years ago
  61. 2a786b4 [PATCH] genirq: Mask irqs when migrating them. by Eric W. Biederman · 18 years ago
  62. dfff0a0 Revert "Driver core: let request_module() send a /sys/modules/kmod/-uevent" by Greg Kroah-Hartman · 18 years ago
  63. 4541ac9 make kernel/kmod.c:kmod_mk static by Adrian Bunk · 18 years ago
  64. 9c372d0 power management: no valid states w/o pm_ops by Johannes Berg · 18 years ago
  65. 63ce18c driver core: refcounting fix by Mike Galbraith · 18 years ago
  66. 60e114d [PATCH] lockdep: debug_locks check after check_chain_key by Jarek Poplawski · 18 years ago
  67. 346fd59 [PATCH] kprobes: list all active probes in the system by Srinivasa Ds · 18 years ago
  68. bc5393a [PATCH] NOHZ: Produce debug output instead of a BUG() by Thomas Gleixner · 18 years ago
  69. 6ba9b34 [PATCH] NOHZ: Fix RCU handling by Ingo Molnar · 18 years ago
  70. cb4aaf4 Merge branch 'audit.b37' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current by Linus Torvalds · 18 years ago
  71. 874ff01 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 18 years ago
  72. db34950 [PATCH] AUDIT_FD_PAIR by Al Viro · 18 years ago
  73. 6a01b07 [PATCH] audit config lockdown by Steve Grubb · 18 years ago
  74. a17b4ad [PATCH] minor update to rule add/delete messages (ver 2) by Steve Grubb · 18 years ago
  75. 0bbfb7c kernel/printk.c: comment fix by Patrick Pletscher · 18 years ago
  76. c3de4b3 Revert "[PATCH] make kernel/signal.c:kill_proc_info() static" by Matthew Wilcox · 18 years ago
  77. ef665c1 sysfs: fix build errors: uevent with CONFIG_SYSFS=n by Randy Dunlap · 18 years ago
  78. b92be9f Driver: remove redundant kobject_unregister checks by Mariusz Kozlowski · 18 years ago
  79. c353c3f Driver core: let request_module() send a /sys/modules/kmod/-uevent by Kay Sievers · 18 years ago
  80. 5575ddf [PATCH] small irq management simplification by Jan Beulich · 18 years ago
  81. 472900b [PATCH] IRQ kernel-doc fixes by Randy Dunlap · 18 years ago
  82. 76d2160 [PATCH] genirq: do not mask interrupts by default by Ingo Molnar · 18 years ago
  83. 1f2ea08 [PATCH] posix timers: RCU optimization for clock_gettime() by Paul E. McKenney · 18 years ago
  84. c37e7bb [PATCH] time: x86_64: split x86_64/kernel/time.c up by john stultz · 18 years ago
  85. acc9a9d [PATCH] generic: vsyscall-gtod support for GENERIC_TIME by john stultz · 18 years ago
  86. 289f480 [PATCH] Add debugging feature /proc/timer_list by Ingo Molnar · 18 years ago
  87. 82f67cd [PATCH] Add debugging feature /proc/timer_stat by Ingo Molnar · 18 years ago
  88. 8bfd9a7 [PATCH] hrtimers: prevent possible itimer DoS by Thomas Gleixner · 18 years ago
  89. 54cdfdb [PATCH] hrtimers: add high resolution timer support by Thomas Gleixner · 18 years ago
  90. 79bf2bb [PATCH] tick-management: dyntick / highres functionality by Thomas Gleixner · 18 years ago
  91. f8381cb [PATCH] tick-management: broadcast functionality by Thomas Gleixner · 18 years ago
  92. 906568c [PATCH] tick-management: core functionality by Thomas Gleixner · 18 years ago
  93. d316c57 [PATCH] clockevents: add core functionality by Thomas Gleixner · 18 years ago
  94. 5cfb6de [PATCH] hrtimers: clean up callback tracking by Thomas Gleixner · 18 years ago
  95. 303e967 [PATCH] hrtimers; add state tracking by Thomas Gleixner · 18 years ago
  96. 3c8aa39 [PATCH] hrtimers: cleanup locking by Thomas Gleixner · 18 years ago
  97. c9cb2e3 [PATCH] hrtimers: namespace and enum cleanup by Thomas Gleixner · 18 years ago
  98. fd064b9 [PATCH] Extend next_timer_interrupt() to use a reference jiffie by Thomas Gleixner · 18 years ago
  99. 1cfd684 [PATCH] Fix cascade lookup of next_timer_interrupt by Thomas Gleixner · 18 years ago
  100. dde4b2b [PATCH] uninline irq_enter() by Ingo Molnar · 18 years ago