index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-12
futex: fix kernel-doc notation and spello
Randy Dunlap
1
-23
/
+23
2013-03-12
signals: fix new kernel-doc warnings
Randy Dunlap
1
-1
/
+1
2013-03-12
workqueue: implement current_is_workqueue_rescuer()
Tejun Heo
1
-0
/
+13
2013-03-12
cgroup: remove useless code in cgroup_write_event_control()
Li Zefan
1
-6
/
+0
2013-03-12
cgroup: don't bother to resize pid array
Li Zefan
1
-34
/
+3
2013-03-12
cgroup: hold cgroup_mutex before calling css_offline()
Li Zefan
1
-10
/
+1
2013-03-12
cgroup: remove unused variables in cgroup_destroy_locked()
Li Zefan
1
-2
/
+0
2013-03-12
cgroup: remove cgroup_is_descendant()
Li Zefan
1
-28
/
+0
2013-03-12
cpuset: fix RCU lockdep splat in cpuset_print_task_mems_allowed()
Li Zefan
1
-0
/
+2
2013-03-12
rcu: Delete unused rcu_node "wakemask" field
Paul E. McKenney
1
-3
/
+0
2013-03-12
rcu: Remove comment referring to __stop_machine()
Srivatsa S. Bhat
1
-5
/
+0
2013-03-12
rcu: Avoid invoking RCU core on offline CPUs
Paul E. McKenney
1
-1
/
+2
2013-03-12
rcu: Fix spacing problem
Jiang Fang
1
-1
/
+1
2013-03-12
async: rename and redefine async_func_ptr
Lai Jiangshan
1
-10
/
+10
2013-03-12
async: simplify lowest_in_progress()
Lai Jiangshan
1
-12
/
+8
2013-03-12
workqueue: implement sysfs interface for workqueues
Tejun Heo
1
-0
/
+288
2013-03-12
workqueue: reject adjusting max_active or applying attrs to ordered workqueues
Tejun Heo
1
-0
/
+9
2013-03-12
workqueue: make it clear that WQ_DRAINING is an internal flag
Tejun Heo
1
-4
/
+4
2013-03-12
workqueue: implement apply_workqueue_attrs()
Tejun Heo
1
-20
/
+71
2013-03-12
workqueue: perform non-reentrancy test when queueing to unbound workqueues too
Tejun Heo
1
-23
/
+19
2013-03-12
workqueue: prepare flush_workqueue() for dynamic creation and destrucion of u...
Tejun Heo
1
-2
/
+23
2013-03-12
workqueue: implement get/put_pwq()
Tejun Heo
1
-23
/
+114
2013-03-12
workqueue: restructure __alloc_workqueue_key()
Tejun Heo
1
-29
/
+38
2013-03-12
workqueue: drop WQ_RESCUER and test workqueue->rescuer for NULL instead
Tejun Heo
1
-12
/
+10
2013-03-12
workqueue: add pool ID to the names of unbound kworkers
Tejun Heo
1
-1
/
+2
2013-03-12
workqueue: drop "std" from cpu_std_worker_pools and for_each_std_worker_pool()
Tejun Heo
1
-11
/
+11
2013-03-12
workqueue: remove unbound_std_worker_pools[] and related helpers
Tejun Heo
1
-60
/
+6
2013-03-12
workqueue: implement attribute-based unbound worker_pool management
Tejun Heo
1
-13
/
+224
2013-03-12
workqueue: introduce workqueue_attrs
Tejun Heo
1
-22
/
+81
2013-03-12
workqueue: separate out init_worker_pool() from init_workqueues()
Tejun Heo
1
-16
/
+21
2013-03-12
workqueue: replace POOL_MANAGING_WORKERS flag with worker_pool->manager_arb
Tejun Heo
1
-11
/
+10
2013-03-12
workqueue: update synchronization rules on worker_pool_idr
Tejun Heo
1
-25
/
+46
2013-03-12
workqueue: update synchronization rules on workqueue->pwqs
Tejun Heo
1
-17
/
+70
2013-03-12
workqueue: replace get_pwq() with explicit per_cpu_ptr() accesses and first_p...
Tejun Heo
1
-15
/
+14
2013-03-12
workqueue: remove workqueue_struct->pool_wq.single
Tejun Heo
1
-14
/
+12
2013-03-12
workqueue: consistently use int for @cpu variables
Tejun Heo
2
-16
/
+13
2013-03-12
workqueue: add wokrqueue_struct->maydays list to replace mayday cpu iterators
Tejun Heo
1
-49
/
+28
2013-03-12
workqueue: restructure pool / pool_workqueue iterations in freeze/thaw functions
Tejun Heo
1
-42
/
+45
2013-03-12
workqueue: introduce for_each_pool()
Tejun Heo
1
-15
/
+21
2013-03-12
workqueue: replace for_each_pwq_cpu() with for_each_pwq()
Tejun Heo
1
-31
/
+22
2013-03-12
workqueue: add workqueue_struct->pwqs list
Tejun Heo
1
-6
/
+27
2013-03-12
workqueue: introduce kmem_cache for pool_workqueues
Tejun Heo
1
-31
/
+12
2013-03-12
workqueue: make workqueue_lock irq-safe
Tejun Heo
1
-22
/
+22
2013-03-12
workqueue: make sanity checks less punshing using WARN_ON[_ONCE]()s
Tejun Heo
1
-39
/
+46
2013-03-12
rcu: Remove restrictions on no-CBs CPUs
Paul E. McKenney
3
-127
/
+55
2013-03-12
tracing: Fix race in snapshot swapping
Steven Rostedt (Red Hat)
1
-1
/
+2
2013-03-11
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-13
/
+38
2013-03-11
sched: Spelling fix
Andrei Epure
1
-1
/
+1
2013-03-11
sched: Fix update_group_power() prototype placement to fix build warning when...
Li Zefan
1
-1
/
+2
2013-03-08
workqueue: fix possible pool stall bug in wq_unbind_fn()
Lai Jiangshan
1
-19
/
+25
[prev]
[next]