summaryrefslogtreecommitdiff
path: root/include/linux/timerqueue.h
diff options
context:
space:
mode:
authorJulien CHAUVEAU <julien.chauveau@neo-technologies.fr>2014-10-14 10:16:37 +0200
committerHeiko Stuebner <heiko@sntech.de>2014-10-20 11:52:26 +0200
commit5fe62b83cfed00b10b70593e95ffbeadf77ece78 (patch)
treed823062b09b3883b09fa38dc6321ecbd1b3f2cb3 /include/linux/timerqueue.h
parentb3e3a7b25825407144a0178f291b20697f1537fb (diff)
downloadkernel-5fe62b83cfed00b10b70593e95ffbeadf77ece78.tar.gz
ARM: dts: rockchip: add I2S controllers for rk3066 and rk3188
Add the I2S/PCM controller nodes and pin controls for rk3066 and rk3188. Signed-off-by: Julien CHAUVEAU <julien.chauveau@neo-technologies.fr> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'include/linux/timerqueue.h')
0 files changed, 0 insertions, 0 deletions
kernel/stop_machine.c?h=linux-6.6.y&id=0b26351b910fb8fe6a056f8a1bbccabe50c0e19f'>stop_machine, sched: Fix migrate_swap() vs. active_balance() deadlockPeter Zijlstra 2018-04-27stop_machine: Use raw spinlocksThomas Gleixner 2017-05-26stop_machine: Provide stop_machine_cpuslocked()Sebastian Andrzej Siewior 2016-11-16locking/core, stop_machine: Yield the CPU during stop machine()Christian Borntraeger 2016-10-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds 2016-09-22stop_machine: Remove stop_cpus_lock and lg_double_lock/unlock()Oleg Nesterov 2016-09-22stop_machine: Avoid a sleep and wakeup in stop_one_cpu()Cheng Chao 2016-07-27stop_machine: Touch_nmi_watchdog() after MULTI_STOP_PREPAREOleg Nesterov 2016-01-16kernel/stop_machine.c: remove CONFIG_SMP dependenciesAndrew Morton 2016-01-06Merge branch 'sched/urgent' into sched/core, to pick up fixes before merging ...Ingo Molnar 2015-12-12kernel: remove stop_machine() Kconfig dependencyChris Wilson 2015-11-23stop_machine: Clean up the usage of the preemption counter in cpu_stopper_thr...Oleg Nesterov 2015-11-23stop_machine: Shift the 'done != NULL' check from cpu_stop_signal_done() to c...Oleg Nesterov 2015-11-23stop_machine: Kill cpu_stop_done->executedOleg Nesterov 2015-11-23stop_machine: Change __stop_cpus() to rely on cpu_stop_queue_work()Oleg Nesterov 2015-11-23stop_machine: Change stop_one_cpu() to rely on cpu_stop_queue_work()Oleg Nesterov 2015-11-23stop_machine: Make cpu_stop_queue_work() and stop_one_cpu_nowait() return boolOleg Nesterov 2015-11-23stop_machine: Don't disable preemption in stop_two_cpus()Oleg Nesterov 2015-11-23stop_machine: Fix possible cpu_stopper_thread() crashOleg Nesterov 2015-10-20sched: Move cpu_active() tests from stop_two_cpus() into migrate_swap_stop()Peter Zijlstra 2015-10-20stop_machine: Kill cpu_stop_threads->setup() and cpu_stop_unpark()Oleg Nesterov 2015-10-20stop_machine: Kill smp_hotplug_thread->pre_unpark, introduce stop_machine_unp...Oleg Nesterov 2015-10-20stop_machine: Change cpu_stop_queue_two_works() to rely on stopper->enabledOleg Nesterov 2015-10-20stop_machine: Introduce __cpu_stop_queue_work() and cpu_stop_queue_two_works()Oleg Nesterov 2015-10-20stop_machine: Ensure that a queued callback will be called before cpu_stop_pa...Oleg Nesterov