1. f0ede66 fix compat futex code for private futexes by Ulrich Drepper · 17 years ago
  2. 7a74fc4 fix possible null ptr deref in kallsyms_lookup by Kyle McMartin · 17 years ago
  3. eaad084 NOHZ: prevent multiplication overflow - stop timer for huge timeouts by Thomas Gleixner · 17 years ago
  4. 92ea772 Fix crash with irqpoll due to the IRQF_IRQPOLL flag testing by Linus Torvalds · 17 years ago
  5. 98d82567 Prevent going idle with softirq pending by Thomas Gleixner · 17 years ago
  6. 6373da1 power: Fix sizeof(PAGE_SIZE) typo by OGAWA Hirofumi · 17 years ago
  7. 1444196 simplify cleanup_workqueue_thread() by Oleg Nesterov · 17 years ago
  8. 7bb44ad recalc_sigpending_tsk fixes by Roland McGrath · 17 years ago
  9. 3528231 NOHZ: Rate limit the local softirq pending warning output by Thomas Gleixner · 17 years ago
  10. 72fcde9 Ignore bogus ACPI info for offline CPUs by Thomas Gleixner · 17 years ago
  11. 88f18ba freezer: move frozen_process() to kernel/power/process.c by Gautham R Shenoy · 17 years ago
  12. a076e4b freezer: fix kthread_create vs freezer theoretical race by Oleg Nesterov · 17 years ago
  13. 49b12d4 freezer: take kernel_execve into consideration by Rafael J. Wysocki · 17 years ago
  14. ba96a0c freezer: fix vfork problem by Rafael J. Wysocki · 17 years ago
  15. 33e1c28 freezer: close potential race between refrigerator and thaw_tasks by Rafael J. Wysocki · 17 years ago
  16. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  17. 8d98a69 swsusp: fix sysfs interface by Rafael J. Wysocki · 17 years ago
  18. 71ce92f make sysctl/kernel/core_pattern and fs/exec.c agree on maximum core filename size by Dan Aloni · 17 years ago
  19. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  20. 52ade9b Fix ACPI suspend / device suspend ordering problem by Linus Torvalds · 17 years ago
  21. 327b9ee audit_match_signal() and friends are used only if CONFIG_AUDITSYSCALL is set by Al Viro · 17 years ago
  22. 8f89441 clocksource: fix lock order in the resume path by Thomas Gleixner · 17 years ago
  23. d10ff3f timekeeping fix patch got mis-applied by Thomas Gleixner · 17 years ago
  24. 8df767d compat signalfd and timerfd are cond syscalls by Heiko Carstens · 17 years ago
  25. 2a383c6 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 17 years ago
  26. 853da00 Merge branch 'audit.b38' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current by Linus Torvalds · 17 years ago
  27. 25d6157 [IA64] SN: validate smp_affinity mask on intr redirect by John Keller · 17 years ago
  28. e1ad746 signal/timer/event: eventfd core by Davide Libenzi · 17 years ago
  29. 83f5d12 signal/timer/event: timerfd compat code by Davide Libenzi · 17 years ago
  30. b215e28 signal/timer/event: timerfd core by Davide Libenzi · 17 years ago
  31. fba2afa signal/timer/event: signalfd core by Davide Libenzi · 17 years ago
  32. 0800d30 Use task_pgrp() task_session() in copy_process() by Sukadev Bhattiprolu · 17 years ago
  33. 8586899 Use struct pid parameter in copy_process() by Sukadev Bhattiprolu · 17 years ago
  34. 820e45d statically initialize struct pid for swapper by Sukadev Bhattiprolu · 17 years ago
  35. e713d0d attach_pid() with struct pid parameter by Sukadev Bhattiprolu · 17 years ago
  36. 3e88c55 use defines in sys_getpriority/sys_setpriority by Daniel Walker · 17 years ago
  37. a12bb44 stop_machine() now uses hard_irq_disable by Benjamin Herrenschmidt · 17 years ago
  38. 6eaeeab getrusage(): fill ru_inblock and ru_oublock fields if possible by Eric Dumazet · 17 years ago
  39. 0a4ff8c [PATCH] Abnormal End of Processes by Steve Grubb · 17 years ago
  40. 5712e88 [PATCH] match audit name data by Amy Griffis · 17 years ago
  41. 4fc03b9 [PATCH] complete message queue auditing by Amy Griffis · 17 years ago
  42. e41e8bd [PATCH] initialize name osid by Amy Griffis · 17 years ago
  43. e54dc24 [PATCH] audit signal recipients by Amy Griffis · 17 years ago
  44. a5cb013 [PATCH] auditing ptrace by Al Viro · 17 years ago
  45. e991084 timer: revert parenthesis fix in tbase_get_deferrable() etc by akpm@linux-foundation.org · 17 years ago
  46. aabded9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  47. 9a9136e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 17 years ago
  48. f7e4217 rename thread_info to stack by Roman Zippel · 17 years ago
  49. c9f4f06 wrap access to thread_info by Roman Zippel · 17 years ago
  50. b52f52a clocksource: fix resume logic by Thomas Gleixner · 17 years ago
  51. 77461ab Make vm statistics update interval configurable by Christoph Lameter · 17 years ago
  52. 455c017 microcode: use suspend-related CPU hotplug notifications by Rafael J. Wysocki · 17 years ago
  53. 8bb7844 Add suspend-related notifications for CPU hotplug by Rafael J. Wysocki · 17 years ago
  54. 38a23e3 timer: parenthesis fix in tbase_get_deferrable() etc by Jarek Poplawski · 17 years ago
  55. 34f01cc FUTEX: new PRIVATE futexes by Eric Dumazet · 17 years ago
  56. d0aa7a7 futex_requeue_pi optimization by Pierre Peiffer · 17 years ago
  57. c19384b Make futex_wait() use an hrtimer for timeout by Pierre Peiffer · 17 years ago
  58. ec92d08 futex priority based wakeup by Pierre Peiffer · 17 years ago
  59. 6e84d64 make cancel_rearming_delayed_work() reliable by Oleg Nesterov · 17 years ago
  60. 7b0834c Remove kthread_bind() call from _cpu_down() by Gautham R Shenoy · 17 years ago
  61. 10ab825 change kernel threads to ignore signals instead of blocking them by Oleg Nesterov · 17 years ago
  62. 5de18d1 worker_thread: don't play with SIGCHLD and numa policy by Oleg Nesterov · 17 years ago
  63. 90cce03 wait_for_helper: remove unneeded do_sigaction() by Oleg Nesterov · 17 years ago
  64. 49d769d Change reparent_to_init to reparent_to_kthreadd by Eric W. Biederman · 17 years ago
  65. 73c2799 kthread: don't depend on work queues by Eric W. Biederman · 17 years ago
  66. c934651 ____call_usermodehelper: don't flush_signals() by Oleg Nesterov · 17 years ago
  67. 28e53bd unify flush_work/flush_work_keventd and rename it to cancel_work_sync by Oleg Nesterov · 17 years ago
  68. a479883 zap_other_threads: remove unneeded ->exit_signal change by Oleg Nesterov · 17 years ago
  69. 85f4186 worker_thread: fix racy try_to_freeze() usage by Oleg Nesterov · 17 years ago
  70. b9aac8e worker_thread: don't play with signals by Oleg Nesterov · 17 years ago
  71. 23b2e59 workqueue: kill NOAUTOREL works by Oleg Nesterov · 17 years ago
  72. 1634c48 make cancel_rearming_delayed_work() work on any workqueue, not just keventd_wq by Oleg Nesterov · 17 years ago
  73. a848e3b workqueue: introduce wq_per_cpu() helper by Oleg Nesterov · 17 years ago
  74. 63bc036 unify queue_delayed_work() and queue_delayed_work_on() by Oleg Nesterov · 17 years ago
  75. ed7c0fe make queue_delayed_work() friendly to flush_fork() by Oleg Nesterov · 17 years ago
  76. 06ba38a workqueues: shift kthread_bind() from CPU_UP_PREPARE to CPU_ONLINE by Oleg Nesterov · 17 years ago
  77. c12920d workqueue: make init_workqueues() __init by Oleg Nesterov · 17 years ago
  78. cce1a16 workqueue: introduce workqueue_struct->singlethread by Oleg Nesterov · 17 years ago
  79. b1f4ec1 workqueue: introduce cpu_singlethread_map by Oleg Nesterov · 17 years ago
  80. dfb4b82 workqueue: make cancel_rearming_delayed_workqueue() work on idle dwork by Oleg Nesterov · 17 years ago
  81. f293ea9 workqueue: don't save interrupts in run_workqueue() by Oleg Nesterov · 17 years ago
  82. 7097a87 workqueue: kill run_scheduled_work() by Oleg Nesterov · 17 years ago
  83. 3af24433 workqueue: don't migrate pending works from the dead CPU by Oleg Nesterov · 17 years ago
  84. 36aa9df workqueue: don't clear cwq->thread until it exits by Oleg Nesterov · 17 years ago
  85. d721304 workqueue: fix flush_workqueue() vs CPU_DEAD race by Oleg Nesterov · 17 years ago
  86. 319c2a9 workqueue: fix freezeable workqueues implementation by Oleg Nesterov · 17 years ago
  87. e7407dc call cpu_chain with CPU_DOWN_FAILED if CPU_DOWN_PREPARE failed by Heiko Carstens · 17 years ago
  88. 5be9361 Eliminate lock_cpu_hotplug in kernel/schedc by Gautham R Shenoy · 17 years ago
  89. baaca49 Define and use new events,CPU_LOCK_ACQUIRE and CPU_LOCK_RELEASE by Gautham R Shenoy · 17 years ago
  90. 6f7cc11 Extend notifier_call_chain to count nr_calls made by Gautham R Shenoy · 17 years ago
  91. 7c9cb38 relay: use plain timer instead of delayed work by Tom Zanussi · 17 years ago
  92. 83c2252 flush_cpu_workqueue: don't flush an empty ->worklist by Oleg Nesterov · 17 years ago
  93. edab251 flush_workqueue(): use preempt_disable to hold off cpu hotplug by Andrew Morton · 17 years ago
  94. b89deed implement flush_work() by Oleg Nesterov · 17 years ago
  95. fc2e4d7 reimplement flush_workqueue() by Oleg Nesterov · 17 years ago
  96. e18f3ff schedule_on_each_cpu(): use preempt_disable() by Andrew Morton · 17 years ago
  97. 9b04bd2 Fix printk format warnings in timer_list.c by David Miller · 17 years ago
  98. 35c35d1 clocksource: spelling error in watchdog code by Daniel Walker · 17 years ago
  99. 55c0d1f Move sig_kernel_* et al macros to linux/signal.h by Roland McGrath · 17 years ago
  100. 85badbd use simple_read_from_buffer in kernel/ by Akinobu Mita · 17 years ago