Age | Commit message (Expand) | Author |
2010-06-29 | workqueue: implement concurrency managed dynamic worker pool | Tejun Heo |
2010-06-29 | workqueue: implement worker_{set|clr}_flags() | Tejun Heo |
2010-06-29 | workqueue: use shared worklist and pool all workers per cpu | Tejun Heo |
2010-06-29 | workqueue: implement WQ_NON_REENTRANT | Tejun Heo |
2010-06-29 | workqueue: carry cpu number in work data once execution starts | Tejun Heo |
2010-06-29 | workqueue: add find_worker_executing_work() and track current_cwq | Tejun Heo |
2010-06-29 | workqueue: make single thread workqueue shared worker pool friendly | Tejun Heo |
2010-06-29 | workqueue: reimplement CPU hotplugging support using trustee | Tejun Heo |
2010-06-29 | workqueue: implement worker states | Tejun Heo |
2010-06-29 | workqueue: introduce global cwq and unify cwq locks | Tejun Heo |
2010-06-29 | workqueue: reimplement workqueue freeze using max_active | Tejun Heo |
2010-06-29 | workqueue: implement per-cwq active work limit | Tejun Heo |
2010-06-29 | workqueue: reimplement work flushing using linked works | Tejun Heo |
2010-06-29 | workqueue: introduce worker | Tejun Heo |
2010-06-29 | workqueue: reimplement workqueue flushing using color coded works | Tejun Heo |
2010-06-29 | workqueue: update cwq alignement | Tejun Heo |
2010-06-29 | workqueue: kill cpu_populated_map | Tejun Heo |
2010-06-29 | workqueue: temporarily remove workqueue tracing | Tejun Heo |
2010-06-29 | workqueue: separate out process_one_work() | Tejun Heo |
2010-06-29 | workqueue: define masks for work flags and conditionalize STATIC flags | Tejun Heo |
2010-06-29 | workqueue: merge feature parameters into flags | Tejun Heo |
2010-06-29 | workqueue: misc/cosmetic updates | Tejun Heo |
2010-06-29 | workqueue: kill RT workqueue | Tejun Heo |
2010-06-29 | kthread: implement kthread_data() | Tejun Heo |
2010-06-29 | kthread: implement kthread_worker | Tejun Heo |
2010-06-28 | tracing: Use class->reg() for all registering of events | Steven Rostedt |
2010-06-28 | tracing/function-graph: Use correct string size for snprintf | Chase Douglas |
2010-06-28 | tracing: Remove open-coded __trace_add_event_call() | Li Zefan |
2010-06-28 | tracing: Remove redundant raw_init callbacks | Li Zefan |
2010-06-28 | tracing: Remove test of NULL define_fields callback | Li Zefan |
2010-06-28 | tracing: Don't allocate common fields for every trace events | Li Zefan |
2010-06-28 | tracing: Use a global field list for all syscall exit events | Li Zefan |
2010-06-28 | Merge branch 'linus' into perf/core | Thomas Gleixner |
2010-06-28 | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2010-06-28 | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2010-06-28 | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2010-06-28 | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2010-06-28 | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2010-06-25 | sched: Prevent compiler from optimising the sched_avg_update() loop | Will Deacon |
2010-06-24 | hw_breakpoints: Fix per task breakpoint tracking | Frederic Weisbecker |
2010-06-23 | sched: silence PROVE_RCU in sched_fork() | Peter Zijlstra |
2010-06-23 | rcu: apply RCU protection to wake_affine() | Daniel J Blueman |
2010-06-22 | hw_breakpoints: Allow arch-specific cleanup before breakpoint unregistration | K.Prasad |
2010-06-22 | sched, cpuset: Drop __cpuexit from cpu hotplug callbacks | Tejun Heo |
2010-06-18 | Merge commit 'v2.6.35-rc3' into perf/core | Ingo Molnar |
2010-06-18 | sched: Fix the racy usage of thread_group_cputimer() in fastpath_timer_check() | Oleg Nesterov |
2010-06-18 | sched: run_posix_cpu_timers: Don't check ->exit_state, use lock_task_sighand() | Oleg Nesterov |
2010-06-18 | sched: thread_group_cputime: Simplify, document the "alive" check | Oleg Nesterov |
2010-06-18 | sched: Remove the obsolete exit_state/signal hacks | Oleg Nesterov |
2010-06-18 | sched: task_tick_rt: Remove the obsolete ->signal != NULL check | Oleg Nesterov |