index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2007-05-10
timer: revert parenthesis fix in tbase_get_deferrable() etc
akpm@linux-foundation.org
2007-05-09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...
Linus Torvalds
2007-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
2007-05-09
rename thread_info to stack
Roman Zippel
2007-05-09
wrap access to thread_info
Roman Zippel
2007-05-09
clocksource: fix resume logic
Thomas Gleixner
2007-05-09
Make vm statistics update interval configurable
Christoph Lameter
2007-05-09
microcode: use suspend-related CPU hotplug notifications
Rafael J. Wysocki
2007-05-09
Add suspend-related notifications for CPU hotplug
Rafael J. Wysocki
2007-05-09
timer: parenthesis fix in tbase_get_deferrable() etc
Jarek Poplawski
2007-05-09
FUTEX: new PRIVATE futexes
Eric Dumazet
2007-05-09
futex_requeue_pi optimization
Pierre Peiffer
2007-05-09
Make futex_wait() use an hrtimer for timeout
Pierre Peiffer
2007-05-09
futex priority based wakeup
Pierre Peiffer
2007-05-09
make cancel_rearming_delayed_work() reliable
Oleg Nesterov
2007-05-09
Remove kthread_bind() call from _cpu_down()
Gautham R Shenoy
2007-05-09
change kernel threads to ignore signals instead of blocking them
Oleg Nesterov
2007-05-09
worker_thread: don't play with SIGCHLD and numa policy
Oleg Nesterov
2007-05-09
wait_for_helper: remove unneeded do_sigaction()
Oleg Nesterov
2007-05-09
Change reparent_to_init to reparent_to_kthreadd
Eric W. Biederman
2007-05-09
kthread: don't depend on work queues
Eric W. Biederman
2007-05-09
____call_usermodehelper: don't flush_signals()
Oleg Nesterov
2007-05-09
unify flush_work/flush_work_keventd and rename it to cancel_work_sync
Oleg Nesterov
2007-05-09
zap_other_threads: remove unneeded ->exit_signal change
Oleg Nesterov
2007-05-09
worker_thread: fix racy try_to_freeze() usage
Oleg Nesterov
2007-05-09
worker_thread: don't play with signals
Oleg Nesterov
2007-05-09
workqueue: kill NOAUTOREL works
Oleg Nesterov
2007-05-09
make cancel_rearming_delayed_work() work on any workqueue, not just keventd_wq
Oleg Nesterov
2007-05-09
workqueue: introduce wq_per_cpu() helper
Oleg Nesterov
2007-05-09
unify queue_delayed_work() and queue_delayed_work_on()
Oleg Nesterov
2007-05-09
make queue_delayed_work() friendly to flush_fork()
Oleg Nesterov
2007-05-09
workqueues: shift kthread_bind() from CPU_UP_PREPARE to CPU_ONLINE
Oleg Nesterov
2007-05-09
workqueue: make init_workqueues() __init
Oleg Nesterov
2007-05-09
workqueue: introduce workqueue_struct->singlethread
Oleg Nesterov
2007-05-09
workqueue: introduce cpu_singlethread_map
Oleg Nesterov
2007-05-09
workqueue: make cancel_rearming_delayed_workqueue() work on idle dwork
Oleg Nesterov
2007-05-09
workqueue: don't save interrupts in run_workqueue()
Oleg Nesterov
2007-05-09
workqueue: kill run_scheduled_work()
Oleg Nesterov
2007-05-09
workqueue: don't migrate pending works from the dead CPU
Oleg Nesterov
2007-05-09
workqueue: don't clear cwq->thread until it exits
Oleg Nesterov
2007-05-09
workqueue: fix flush_workqueue() vs CPU_DEAD race
Oleg Nesterov
2007-05-09
workqueue: fix freezeable workqueues implementation
Oleg Nesterov
2007-05-09
call cpu_chain with CPU_DOWN_FAILED if CPU_DOWN_PREPARE failed
Heiko Carstens
2007-05-09
Eliminate lock_cpu_hotplug in kernel/schedc
Gautham R Shenoy
2007-05-09
Define and use new events,CPU_LOCK_ACQUIRE and CPU_LOCK_RELEASE
Gautham R Shenoy
2007-05-09
Extend notifier_call_chain to count nr_calls made
Gautham R Shenoy
2007-05-09
relay: use plain timer instead of delayed work
Tom Zanussi
2007-05-09
flush_cpu_workqueue: don't flush an empty ->worklist
Oleg Nesterov
2007-05-09
flush_workqueue(): use preempt_disable to hold off cpu hotplug
Andrew Morton
2007-05-09
implement flush_work()
Oleg Nesterov
[next]