summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2018-07-2512-55/+140
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | sched/core: Remove get_cpu() from sched_fork()Sebastian Andrzej Siewior2018-07-161-9/+4
| * | | | | | | | | | | | | | | | | | | | | | | | sched/cpufreq: Clarify sugov_get_util()Peter Zijlstra2018-07-161-21/+54
| * | | | | | | | | | | | | | | | | | | | | | | | sched/sysctl: Remove unused sched_time_avg_ms sysctlVincent Guittot2018-07-163-17/+0
| * | | | | | | | | | | | | | | | | | | | | | | | sched/core: Remove the rt_avg codeVincent Guittot2018-07-163-45/+0
| * | | | | | | | | | | | | | | | | | | | | | | | sched/core: Use PELT for scale_rt_capacity()Vincent Guittot2018-07-164-27/+23
| * | | | | | | | | | | | | | | | | | | | | | | | sched/cpufreq: Remove sugov_aggregate_util()Vincent Guittot2018-07-152-30/+16
| * | | | | | | | | | | | | | | | | | | | | | | | cpufreq/schedutil: Take time spent in interrupts into accountVincent Guittot2018-07-152-4/+34
| * | | | | | | | | | | | | | | | | | | | | | | | sched/irq: Add IRQ utilization trackingVincent Guittot2018-07-155-4/+72
| * | | | | | | | | | | | | | | | | | | | | | | | cpufreq/schedutil: Use DL utilization trackingVincent Guittot2018-07-152-7/+23
| * | | | | | | | | | | | | | | | | | | | | | | | sched/dl: Add dl_rq utilization trackingVincent Guittot2018-07-155-3/+44
| * | | | | | | | | | | | | | | | | | | | | | | | cpufreq/schedutil: Use RT utilization trackingVincent Guittot2018-07-151-1/+8
| * | | | | | | | | | | | | | | | | | | | | | | | sched/rt: Add rt_rq utilization trackingVincent Guittot2018-07-155-1/+66
| * | | | | | | | | | | | | | | | | | | | | | | | sched/pelt: Move PELT related code in a dedicated fileVincent Guittot2018-07-155-333/+375
| * | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Fix util_avg of new tasks for asymmetric systemsQuentin Perret2018-07-151-4/+6
| * | | | | | | | | | | | | | | | | | | | | | | | watchdog/softlockup: Fix cpu_stop_queue_work() double-queue bugPeter Zijlstra2018-07-151-5/+15
| * | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'v4.18-rc5' into sched/core, to pick up fixesIngo Molnar2018-07-1514-219/+315
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | kthread: Simplify kthread_park() completionPeter Zijlstra2018-07-031-2/+4
| * | | | | | | | | | | | | | | | | | | | | | | | smpboot: Remove cpumask from the APIPeter Zijlstra2018-07-031-49/+5
| * | | | | | | | | | | | | | | | | | | | | | | | watchdog/softlockup: Replace "watchdog/%u" threads with cpu_stop_workPeter Zijlstra2018-07-032-77/+65
| * | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2018-07-0332-114/+4558
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Remove stale tg_unthrottle_up() commentsLi RongQing2018-06-211-1/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | sched/debug: Use match_string() helper instead of open-coded logicYisheng Xie2018-06-211-16/+15
| * | | | | | | | | | | | | | | | | | | | | | | | | sched/swait: Rename to exclusivePeter Zijlstra2018-06-206-21/+21
| * | | | | | | | | | | | | | | | | | | | | | | | | sched/swait: Switch to full exclusive modePeter Zijlstra2018-06-201-5/+17
| * | | | | | | | | | | | | | | | | | | | | | | | | sched/swait: Remove __prepare_to_swaitPeter Zijlstra2018-06-201-1/+1
| | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-08-131-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | stop_machine: Atomically queue and wake stopper threadsPrasad Sodagudi2018-08-051-0/+2
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-08-1312-810/+1201
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-07-1712-810/+1201
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Merge branches 'fixes1.2018.07.12b' and 'torture1.2018.07.12b' into HEADPaul E. McKenney2018-07-124-130/+297
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | | | | | rcutorture: Fix rcu_barrier successes counterJoel Fernandes (Google)2018-07-121-5/+4
| | | * | | | | | | | | | | | | | | | | | | | | | | | rcutorture: Add support to detect if boost kthread prio is too lowJoel Fernandes (Google)2018-07-123-4/+37
| | | * | | | | | | | | | | | | | | | | | | | | | | | rcutorture: Use monotonic timestamp for stall detectionArnd Bergmann2018-07-121-2/+3
| | | * | | | | | | | | | | | | | | | | | | | | | | | rcutorture: Make boost test more robustJoel Fernandes (Google)2018-07-121-6/+39
| | | * | | | | | | | | | | | | | | | | | | | | | | | rcutorture: Disable RT throttling for boost testsJoel Fernandes (Google)2018-07-121-0/+29
| | | * | | | | | | | | | | | | | | | | | | | | | | | rcutorture: Emphasize testing of single reader protection typePaul E. McKenney2018-07-121-1/+8
| | | * | | | | | | | | | | | | | | | | | | | | | | | rcutorture: Handle extended read-side critical sectionsPaul E. McKenney2018-07-121-6/+152
| | | * | | | | | | | | | | | | | | | | | | | | | | | rcutorture: Make rcu_torture_timer() use rcu_torture_one_read()Paul E. McKenney2018-07-121-46/+1
| | | * | | | | | | | | | | | | | | | | | | | | | | | rcutorture: Use per-CPU random state for rcu_torture_timer()Paul E. McKenney2018-07-121-5/+5
| | | * | | | | | | | | | | | | | | | | | | | | | | | rcutorture: Use atomic increment for n_rcu_torture_timersPaul E. McKenney2018-07-121-3/+3
| | | * | | | | | | | | | | | | | | | | | | | | | | | rcutorture: Extract common code from rcu_torture_reader()Paul E. McKenney2018-07-121-43/+55
| | | * | | | | | | | | | | | | | | | | | | | | | | | rcuperf: Remove unused torturing_tasks() functionPaul E. McKenney2018-07-121-5/+0
| | | * | | | | | | | | | | | | | | | | | | | | | | | rcu: Remove rcutorture test version and sequence numberPaul E. McKenney2018-07-123-44/+1
| | | * | | | | | | | | | | | | | | | | | | | | | | | rcutorture: Change units of onoff_interval to jiffiesPaul E. McKenney2018-07-121-2/+2
| | * | | | | | | | | | | | | | | | | | | | | | | | | rcu: Assign higher prio to RCU threads if rcutorture is built-inJoel Fernandes (Google)2018-07-121-1/+5
| | * | | | | | | | | | | | | | | | | | | | | | | | | srcu: Add grace-period number to rcutorture statistics printoutPaul E. McKenney2018-07-121-1/+2
| | * | | | | | | | | | | | | | | | | | | | | | | | | rcu: Print stall-warning NMI dyntick state in hexadecimalPaul E. McKenney2018-07-121-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | rcu: Make rcu_seq_diff() more exactPaul E. McKenney2018-07-121-1/+14
| | * | | | | | | | | | | | | | | | | | | | | | | | | rcu: Check the range of jiffies_till_{first,next}_fqs when setting themByungchul Park2018-07-121-13/+32
OpenPOWER on IntegriCloud