index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2013-03-14
Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...
Ingo Molnar
2013-03-13
workqueue: rename workqueue_lock to wq_mayday_lock
Tejun Heo
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-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
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
2013-03-12
workqueue: drop "std" from cpu_std_worker_pools and for_each_std_worker_pool()
Tejun Heo
2013-03-12
workqueue: remove unbound_std_worker_pools[] and related helpers
Tejun Heo
2013-03-12
workqueue: implement attribute-based unbound worker_pool management
Tejun Heo
2013-03-12
workqueue: introduce workqueue_attrs
Tejun Heo
2013-03-12
workqueue: separate out init_worker_pool() from init_workqueues()
Tejun Heo
2013-03-12
workqueue: replace POOL_MANAGING_WORKERS flag with worker_pool->manager_arb
Tejun Heo
2013-03-12
workqueue: update synchronization rules on worker_pool_idr
Tejun Heo
2013-03-12
workqueue: update synchronization rules on workqueue->pwqs
Tejun Heo
2013-03-12
workqueue: replace get_pwq() with explicit per_cpu_ptr() accesses and first_p...
Tejun Heo
2013-03-12
workqueue: remove workqueue_struct->pool_wq.single
Tejun Heo
2013-03-12
workqueue: consistently use int for @cpu variables
Tejun Heo
2013-03-12
workqueue: add wokrqueue_struct->maydays list to replace mayday cpu iterators
Tejun Heo
2013-03-12
workqueue: restructure pool / pool_workqueue iterations in freeze/thaw functions
Tejun Heo
2013-03-12
workqueue: introduce for_each_pool()
Tejun Heo
2013-03-12
workqueue: replace for_each_pwq_cpu() with for_each_pwq()
Tejun Heo
2013-03-12
workqueue: add workqueue_struct->pwqs list
Tejun Heo
2013-03-12
workqueue: introduce kmem_cache for pool_workqueues
Tejun Heo
[prev]
[next]