summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/parallel-perf.py
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2018-08-30 10:05:12 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2018-08-30 10:05:12 -0700
commit9f8f16c86e4d9e2afcbdcd6045981c4d9129450e (patch)
treec21d8e0fc8f664c58fd4e5da749760b7718f7b13 /tools/perf/scripts/python/parallel-perf.py
parent48f8e8e96fc2b2fc99b09460224d57fe0a7e93b1 (diff)
parent336d139f8718b1336c9d22f0e462611ae1229850 (diff)
downloadkernel-9f8f16c86e4d9e2afcbdcd6045981c4d9129450e.tar.gz
Merge tag 'mtd/for-4.19-rc2' of git://git.infradead.org/linux-mtd
Pull mtd fixes from Boris Brezillon: "Raw NAND fixes: - denali: Fix a regression caused by the nand_scan() rework - docg4: Fix a build error when gcc decides to not iniline some functions (can be reproduced with gcc 4.1.2): * tag 'mtd/for-4.19-rc2' of git://git.infradead.org/linux-mtd: mtd: rawnand: denali: do not pass zero maxchips to nand_scan() mtd: rawnand: docg4: Remove wrong __init annotations
Diffstat (limited to 'tools/perf/scripts/python/parallel-perf.py')
0 files changed, 0 insertions, 0 deletions
7'>rtmutex: Clean upPeter Zijlstra 2017-04-04sched/deadline/rtmutex: Dont miss the dl_runtime/dl_period updateXunlei Pang 2017-04-04sched/rtmutex/deadline: Fix a PI crash for deadline tasksXunlei Pang 2017-04-04rtmutex: Deboost before waking up the top waiterXunlei Pang 2017-03-23futex: Drop hb->lock before enqueueing on the rtmutexPeter Zijlstra 2017-03-23futex: Rework futex_lock_pi() to use rt_mutex_*_proxy_lock()Peter Zijlstra 2017-03-23futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock()Peter Zijlstra 2017-03-23futex,rt_mutex: Introduce rt_mutex_init_waiter()Peter Zijlstra 2017-03-23futex,rt_mutex: Provide futex specific rt_mutex APIPeter Zijlstra 2017-03-23futex: Remove rt_mutex_deadlock_account_*()Peter Zijlstra 2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar 2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar 2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar 2017-01-30locking/rtmutex: Flip unlikely() branch to likely() in __rt_mutex_slowlock()Steven Rostedt (VMware) 2016-12-02locking/rtmutex: Explain locking rules for rt_mutex_proxy_unlock()/init_proxy...Thomas Gleixner 2016-12-02Merge branch 'locking/urgent' into locking/core, to pick up dependent fixesIngo Molnar 2016-12-02locking/rtmutex: Prevent dequeue vs. unlock raceThomas Gleixner 2016-11-21sched/wake_q: Rename WAKE_Q to DEFINE_WAKE_QWaiman Long 2016-06-08locking/rtmutex: Only warn once on a trylock from bad contextSebastian Andrzej Siewior