index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2013-03-13
workqueue: separate out pool_workqueue locking into pwq_lock
Tejun Heo
2013-03-13
workqueue: separate out pool and workqueue locking into wq_mutex
Tejun Heo
2013-03-13
workqueue: relocate global variable defs and function decls in workqueue.c
Tejun Heo
2013-03-13
workqueue: better define locking rules around worker creation / destruction
Tejun Heo
2013-03-13
workqueue: factor out initial worker creation into create_and_start_worker()
Tejun Heo
2013-03-13
workqueue: rename worker_pool->assoc_mutex to ->manager_mutex
Tejun Heo
2013-03-13
workqueue: inline trivial wrappers
Tejun Heo
2013-03-13
workqueue: rename @id to @pi in for_each_each_pool()
Tejun Heo
2013-03-13
workqueue: update comments and a warning message
Tejun Heo
2013-03-13
workqueue: fix max_active handling in init_and_link_pwq()
Tejun Heo
2013-03-13
workqueue: implement and use pwq_adjust_max_active()
Tejun Heo
2013-03-13
workqueue: relocate pwq_set_max_active()
Tejun Heo
2013-03-13
Merge branch 'akpm' (fixes from Andrew)
Linus Torvalds
2013-03-13
workqueue: convert to idr_alloc()
Tejun Heo
2013-03-13
kernel/signal.c: use __ARCH_HAS_SA_RESTORER instead of SA_RESTORER
Andrew Morton
2013-03-13
signal: always clear sa_restorer on execve
Kees Cook
2013-03-13
userns: Don't allow CLONE_NEWUSER | CLONE_FS
Eric W. Biederman
2013-03-13
tracing: Fix free of probe entry by calling call_rcu_sched()
Steven Rostedt (Red Hat)
2013-03-13
rcu: Tone down debugging during boot-up and shutdown.
Paul E. McKenney
2013-03-13
rcu: Add softirq-stall indications to stall-warning messages
Paul E. McKenney
2013-03-13
sched: Lower chances of cputime scaling overflow
Frederic Weisbecker
2013-03-13
tick: Provide a check for a forced broadcast pending
Thomas Gleixner
2013-03-13
tick: Handle broadcast wakeup of multiple cpus
Thomas Gleixner
2013-03-13
tick: Avoid programming the local cpu timer if broadcast pending
Thomas Gleixner
2013-03-13
Merge commit 'v3.9-rc2' into timers/core
Thomas Gleixner
2013-03-12
futex: fix kernel-doc notation and spello
Randy Dunlap
2013-03-12
signals: fix new kernel-doc warnings
Randy Dunlap
2013-03-12
workqueue: implement current_is_workqueue_rescuer()
Tejun Heo
2013-03-12
cgroup: remove useless code in cgroup_write_event_control()
Li Zefan
2013-03-12
cgroup: don't bother to resize pid array
Li Zefan
2013-03-12
cgroup: hold cgroup_mutex before calling css_offline()
Li Zefan
2013-03-12
cgroup: remove unused variables in cgroup_destroy_locked()
Li Zefan
2013-03-12
cgroup: remove cgroup_is_descendant()
Li Zefan
2013-03-12
cpuset: fix RCU lockdep splat in cpuset_print_task_mems_allowed()
Li Zefan
2013-03-12
rcu: Delete unused rcu_node "wakemask" field
Paul E. McKenney
2013-03-12
rcu: Remove comment referring to __stop_machine()
Srivatsa S. Bhat
2013-03-12
rcu: Avoid invoking RCU core on offline CPUs
Paul E. McKenney
2013-03-12
rcu: Fix spacing problem
Jiang Fang
2013-03-12
async: rename and redefine async_func_ptr
Lai Jiangshan
2013-03-12
async: simplify lowest_in_progress()
Lai Jiangshan
2013-03-12
workqueue: implement sysfs interface for workqueues
Tejun Heo
2013-03-12
workqueue: reject adjusting max_active or applying attrs to ordered workqueues
Tejun Heo
2013-03-12
workqueue: make it clear that WQ_DRAINING is an internal flag
Tejun Heo
2013-03-12
workqueue: implement apply_workqueue_attrs()
Tejun Heo
2013-03-12
workqueue: perform non-reentrancy test when queueing to unbound workqueues too
Tejun Heo
2013-03-12
workqueue: prepare flush_workqueue() for dynamic creation and destrucion of u...
Tejun Heo
2013-03-12
workqueue: implement get/put_pwq()
Tejun Heo
2013-03-12
workqueue: restructure __alloc_workqueue_key()
Tejun Heo
2013-03-12
workqueue: drop WQ_RESCUER and test workqueue->rescuer for NULL instead
Tejun Heo
2013-03-12
workqueue: add pool ID to the names of unbound kworkers
Tejun Heo
[prev]
[next]