index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
common
/
bL_switcher.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sched,bL_switcher: Convert to sched_set_fifo*()
Peter Zijlstra
2020-06-15
1
-2
/
+1
*
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2019-07-08
1
-4
/
+2
|
\
|
*
smp: Remove smp_call_function() and on_each_cpu() return values
Nadav Amit
2019-06-23
1
-4
/
+2
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
|
/
*
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
1
-1
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <uap...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
arm/bL_switcher: Convert to hotplug state machine
Sebastian Andrzej Siewior
2016-11-22
1
-14
/
+20
*
arm/bL_switcher: Kill tick suspend hackery
Thomas Gleixner
2015-04-01
1
-14
/
+2
*
clockevents: Manage device's state separately for the core
Viresh Kumar
2015-03-27
1
-4
/
+4
*
arm: bL_switcher:k Use ktime_get_real_ns()
Thomas Gleixner
2014-07-23
1
-13
/
+3
*
ARM: 8063/1: bL_switcher: fix individual online status reporting of removed CPUs
Nicolas Pitre
2014-05-28
1
-3
/
+7
*
ARM: 8032/1: bL_switcher: fix validation check before its activation
Nicolas Pitre
2014-04-22
1
-4
/
+2
*
ARM: 7874/2: bL_switcher: Remove cpu_hotplug_driver_{lock,unlock}()
Tushar Behera
2013-11-07
1
-5
/
+5
*
ARM: bL_switcher: Add query interface to discover CPU affinities
Dave Martin
2013-09-23
1
-0
/
+20
*
ARM: bL_switcher/trace: Add kernel trace trigger interface
Dave Martin
2013-09-23
1
-1
/
+2
*
ARM: bL_switcher/trace: Add trace trigger for trace bootstrapping
Dave Martin
2013-09-23
1
-0
/
+36
*
ARM: bL_switcher: Basic trace events support
Dave Martin
2013-09-23
1
-0
/
+17
*
ARM: bL_switcher: wait until inbound is alive before performing a switch
Nicolas Pitre
2013-09-23
1
-7
/
+23
*
ARM: bL_switcher: synchronize the outbound with the inbound
Nicolas Pitre
2013-09-23
1
-2
/
+22
*
ARM: bL_switcher: Add switch completion callback for bL_switch_request()
Dave Martin
2013-09-23
1
-5
/
+48
*
ARM: bL_switcher: Add runtime control notifier
Dave Martin
2013-09-23
1
-10
/
+50
*
ARM: bL_switcher: Add synchronous enable/disable interface
Dave Martin
2013-09-23
1
-2
/
+25
*
ARM: bL_switcher: filter CPU hotplug requests when the switcher is active
Nicolas Pitre
2013-08-05
1
-0
/
+22
*
ARM: bL_switcher: remove assumptions between logical and physical CPUs
Nicolas Pitre
2013-08-04
1
-72
/
+104
*
ARM: bL_switcher: add kernel cmdline param to disable the switcher on boot
Nicolas Pitre
2013-07-30
1
-3
/
+9
*
ARM: bL_switcher: ability to enable and disable the switcher via sysfs
Nicolas Pitre
2013-07-30
1
-11
/
+160
*
ARM: bL_switcher: do not hardcode GIC IDs in the code
Nicolas Pitre
2013-07-30
1
-1
/
+13
*
ARM: bL_switcher: hot-unplug half of the available CPUs
Nicolas Pitre
2013-07-30
1
-1
/
+77
*
ARM: bL_switcher: simplify stack isolation
Nicolas Pitre
2013-07-30
1
-15
/
+8
*
ARM: bL_switcher: move to dedicated threads rather than workqueues
Nicolas Pitre
2013-07-30
1
-23
/
+78
*
ARM: bL_switcher: add clockevent save/restore support
Lorenzo Pieralisi
2013-07-30
1
-0
/
+20
*
ARM: b.L: core switcher code
Nicolas Pitre
2013-07-30
1
-0
/
+241