summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2010-09-01Merge remote branch 'workqueues/for-next'Stephen Rothwell
2010-09-01Merge remote branch 'lost-spurious-irq/lost-spurious-irq'Stephen Rothwell
2010-09-01Merge remote branch 'tip/auto-latest'Stephen Rothwell
2010-09-01Merge remote branch 'rcu/rcu/next'Stephen Rothwell
2010-09-01Merge remote branch 'trivial/for-next'Stephen Rothwell
2010-09-01Merge remote branch 'kvm/linux-next'Stephen Rothwell
2010-08-31workqueue: use zalloc_cpumask_var() for gcwq->mayday_maskTejun Heo
2010-08-31workqueue: fix GCWQ_DISASSOCIATED initializationTejun Heo
2010-08-29Merge branch 'linus' into auto-latestIngo Molnar
2010-08-29KVM: x86: Implement getnsboottime kernel APIZachary Amsden
2010-08-28Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2010-08-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2010-08-26PM QoS: Fix inline documentation.Saravana Kannan
2010-08-25Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-08-25Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2010-08-25Merge branch 'perf/urgent' into auto-latestIngo Molnar
2010-08-25tracing/trace_stack: Fix stack trace on ppc64Anton Blanchard
2010-08-25workqueue: fix cwq->nr_active underflowTejun Heo
2010-08-24Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-08-24Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-08-24PM QoS: Fix kzalloc() parameters swapped in pm_qos_power_open()David Alan Gilbert
2010-08-24workqueue: improve destroy_workqueue() debuggabilityTejun Heo
2010-08-23Merge branch 'core/rcu' into auto-latestIngo Molnar
2010-08-23workqueue: mark lock acquisition on worker_maybe_bind_and_lock()Namhyung Kim
2010-08-23workqueue: annotate lock context changeNamhyung Kim
2010-08-23Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2010-08-23Merge branches 'core/locking', 'core/urgent', 'perf/core', 'perf/urgent', 'sc...Ingo Molnar
2010-08-23mutex: Improve the scalability of optimistic spinningTim Chen
2010-08-23Merge branch 'linus' into auto-latestIngo Molnar
2010-08-23watchdog: Don't throttle the watchdogPeter Zijlstra
2010-08-21workqueue: Add basic tracepoints to track workqueue executionArjan van de Ven
2010-08-21mm: make the vma list be doubly linkedLinus Torvalds
2010-08-21Input: sysrq - drop tty argument form handle_sysrq()Dmitry Torokhov
2010-08-20kfifo: implement missing __kfifo_skip_r()Andrea Righi
2010-08-20rcu: apply TINY_PREEMPT_RCU read-side speedup to TREE_PREEMPT_RCUPaul E. McKenney
2010-08-20rcu: combine duplicate code, courtesy of CONFIG_PREEMPT_RCUPaul E. McKenney
2010-08-20rcu: repair code-duplication FIXMEsPaul E. McKenney
2010-08-20rcu: permit suppressing current grace period's CPU stall warningsPaul E. McKenney
2010-08-20rcu: refer RCU CPU stall-warning victims to stallwarn.txtPaul E. McKenney
2010-08-20rcu: Add a TINY_PREEMPT_RCUPaul E. McKenney
2010-08-20sched: Fix rq->clock synchronization when migrating tasksPeter Zijlstra
2010-08-20lockup_detector: Make callback function staticLin Ming
2010-08-19Input: sysrq - drop tty argument from sysrq ops handlersDmitry Torokhov
2010-08-19rcu: Allow RCU CPU stall warnings to be off at boot, but manually enablablePaul E. McKenney
2010-08-19rcu: allow RCU CPU stall warning messages to be controlled in /sysPaul E. McKenney
2010-08-19rcu: improve kerneldoc for rcu_read_lock(), call_rcu(), and synchronize_rcu()Paul E. McKenney
2010-08-19rcu: add boot parameter to suppress RCU CPU stall warning messagesPaul E. McKenney
2010-08-19rcu: make CPU stall warning timeout configurablePaul E. McKenney
2010-08-19Add RCU check for find_task_by_vpid().Tetsuo Handa
2010-08-19rcu: simplify the usage of percpu dataLai Jiangshan