summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | cpu/hotplug: Fix kernel doc warnings for __cpuhp_setup_state_cpuslocked()Baokun Li2021-08-101-0/+1
| * | | | | | | | | | | | | | | | | | | | | | | | smpboot: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-101-4/+4
| | |_|_|_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'perf-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-08-301-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | perf/hw_breakpoint: Replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior2021-08-261-2/+2
| | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'sched-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-08-308-149/+672
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Mark tg_is_idle() an inline in the !CONFIG_FAIR_GROUP_SCHED caseIngo Molnar2021-08-261-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | sched: Introduce dl_task_check_affinity() to check proposed affinityWill Deacon2021-08-201-17/+29
| * | | | | | | | | | | | | | | | | | | | | | | | sched: Allow task CPU affinity to be restricted on asymmetric systemsWill Deacon2021-08-202-18/+181
| * | | | | | | | | | | | | | | | | | | | | | | | sched: Split the guts of sched_setaffinity() into a helper functionWill Deacon2021-08-201-48/+57
| * | | | | | | | | | | | | | | | | | | | | | | | sched: Introduce task_struct::user_cpus_ptr to track requested affinityWill Deacon2021-08-202-0/+22
| * | | | | | | | | | | | | | | | | | | | | | | | sched: Reject CPU affinity changes based on task_cpu_possible_mask()Will Deacon2021-08-201-1/+8
| * | | | | | | | | | | | | | | | | | | | | | | | cpuset: Cleanup cpuset_cpus_allowed_fallback() use in select_fallback_rq()Will Deacon2021-08-202-4/+9
| * | | | | | | | | | | | | | | | | | | | | | | | cpuset: Honour task_cpu_possible_mask() in guarantee_online_cpus()Will Deacon2021-08-201-17/+26
| * | | | | | | | | | | | | | | | | | | | | | | | cpuset: Don't use the cpu_possible_mask as a last resort for cgroup v1Will Deacon2021-08-201-2/+6
| * | | | | | | | | | | | | | | | | | | | | | | | sched: Introduce task_cpu_possible_mask() to limit fallback rq selectionWill Deacon2021-08-201-6/+3
| * | | | | | | | | | | | | | | | | | | | | | | | sched: Cgroup SCHED_IDLE supportJosh Don2021-08-204-25/+208
| * | | | | | | | | | | | | | | | | | | | | | | | sched/topology: Skip updating masks for non-online nodesValentin Schneider2021-08-201-0/+65
| * | | | | | | | | | | | | | | | | | | | | | | | sched: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-101-2/+2
| * | | | | | | | | | | | | | | | | | | | | | | | sched: Skip priority checks with SCHED_FLAG_KEEP_PARAMSQuentin Perret2021-08-061-6/+13
| * | | | | | | | | | | | | | | | | | | | | | | | sched: Fix UCLAMP_FLAG_IDLE settingQuentin Perret2021-08-061-6/+19
| * | | | | | | | | | | | | | | | | | | | | | | | sched/deadline: Fix missing clock update in migrate_task_rq_dl()Dietmar Eggemann2021-08-061-0/+1
| * | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Avoid a second scan of target in select_idle_cpuMel Gorman2021-08-041-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Use prev instead of new target as recent_used_cpuMel Gorman2021-08-041-3/+1
| * | | | | | | | | | | | | | | | | | | | | | | | sched: Don't report SCHED_FLAG_SUGOV in sched_getattr()Quentin Perret2021-08-041-0/+1
| * | | | | | | | | | | | | | | | | | | | | | | | sched/deadline: Fix reset_on_fork reporting of DL tasksQuentin Perret2021-08-042-3/+6
| * | | | | | | | | | | | | | | | | | | | | | | | sched: remove redundant on_rq status changeWang Hui2021-08-041-2/+0
| * | | | | | | | | | | | | | | | | | | | | | | | sched/numa: Fix is_core_idle()Mika Penttilä2021-08-041-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | sched: Optimize housekeeping_cpumask() in for_each_cpu_and()Yuan ZhaoXiong2021-06-282-4/+8
| * | | | | | | | | | | | | | | | | | | | | | | | sched/sysctl: Move extern sysctl declarations to sched.hHailong Liu2021-06-281-0/+15
| * | | | | | | | | | | | | | | | | | | | | | | | sched/debug: Don't update sched_domain debug directories before sched_debug_i...Valentin Schneider2021-06-281-0/+7
* | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 's390-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-08-302-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | ftrace: Introduce ftrace_need_init_nop()Ilya Leoshkevich2021-08-031-2/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | kcsan: use u64 instead of cycles_tHeiko Carstens2021-07-301-1/+1
| | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-08-301-24/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | padata: Remove repeated verbose license textCai Huoqing2021-08-271-13/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | padata: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-121-7/+7
| * | | | | | | | | | | | | | | | | | | | | | | | | padata: Convert from atomic_t to refcount_t on parallel_data->refcntXiyu Yang2021-07-301-4/+4
| | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'core-rcu.2021.08.28a' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-08-3013-1658/+1767
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| *-----. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'doc.2021.07.20c', 'fixes.2021.08.06a', 'nocb.2021.07.20c', 'n...Paul E. McKenney2021-08-1013-1658/+1767
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | torture: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-101-3/+3
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | scftorture: Avoid NULL pointer exception on early exitPaul E. McKenney2021-07-271-1/+1
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | scftorture: Add RPC-like IPI testsPaul E. McKenney2021-07-271-13/+63
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | locktorture: Count lock readersPaul E. McKenney2021-07-271-5/+4
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | locktorture: Mark statistics data racesPaul E. McKenney2021-07-271-7/+9
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | rcuscale: Console output claims too few grace periodsJiangong.Han2021-07-271-2/+2
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | rcutorture: Preempt rather than block when testing task stallsPaul E. McKenney2021-07-271-1/+6
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | refscale: Add measurement of clock readoutPaul E. McKenney2021-07-271-1/+35
| | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | | | | | | | | | | rcu: Fix macro name CONFIG_TASKS_RCU_TRACEZhouyi Zhou2021-07-201-4/+4
| | | | * | | | | | | | | | | | | | | | | | | | | | | | rcu-tasks: Fix synchronize_rcu_rude() typo in commentPaul E. McKenney2021-07-201-2/+2
| | | | * | | | | | | | | | | | | | | | | | | | | | | | rcu-tasks: Mark ->trc_reader_special.b.need_qs data racesPaul E. McKenney2021-07-201-4/+4