summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* posix-cpu-timers: Clear task::posix_cputimers_work in copy_process()Michael Pratt2021-11-022-2/+18
* Merge tag 'x86_cc_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-11-011-2/+2
|\
| * treewide: Replace the use of mem_encrypt_active() with cc_platform_has()Tom Lendacky2021-10-041-2/+2
* | Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-011-6/+29
|\ \
| * | signal: Add an optional check for altstack sizeThomas Gleixner2021-10-261-6/+29
* | | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-0123-577/+1199
|\ \ \
| * | | sched/fair: Cleanup newidle_balanceVincent Guittot2021-10-311-5/+3
| * | | sched/fair: Remove sysctl_sched_migration_cost conditionVincent Guittot2021-10-311-2/+1
| * | | sched/fair: Wait before decaying max_newidle_lb_costVincent Guittot2021-10-312-10/+28
| * | | sched/fair: Skip update_blocked_averages if we are defering load balanceVincent Guittot2021-10-311-3/+6
| * | | sched/fair: Account update_blocked_averages in newidle_balance costVincent Guittot2021-10-311-4/+7
| * | | sched/core: Remove rq_relock()Peng Wang2021-10-221-8/+0
| * | | sched: Improve wake_up_all_idle_cpus() take #2Peter Zijlstra2021-10-221-7/+5
| * | | irq_work: Also rcuwait for !IRQ_WORK_HARD_IRQ on PREEMPT_RTSebastian Andrzej Siewior2021-10-151-2/+4
| * | | irq_work: Handle some irq_work in a per-CPU thread on PREEMPT_RTSebastian Andrzej Siewior2021-10-151-12/+106
| * | | irq_work: Allow irq_work_sync() to sleep if irq_work() no IRQ support.Sebastian Andrzej Siewior2021-10-151-0/+10
| * | | sched/rt: Annotate the RT balancing logic irqwork as IRQ_WORK_HARD_IRQSebastian Andrzej Siewior2021-10-151-1/+1
| * | | sched: Add cluster scheduler level in core and related Kconfig for ARM64Barry Song2021-10-151-0/+5
| * | | sched: Disable -Wunused-but-set-variablePeter Zijlstra2021-10-151-0/+4
| * | | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-0/+19
| * | | kernel/sched: Fix sched_fork() access an invalid sched_task_groupZhang Qiao2021-10-142-22/+23
| * | | sched/topology: Remove unused numa_distance in cpu_attach_domain()Yicong Yang2021-10-141-4/+0
| * | | sched/numa: Fix a few commentsBharata B Rao2021-10-141-2/+2
| * | | sched/numa: Remove the redundant member numa_group::fault_cpusBharata B Rao2021-10-141-7/+5
| * | | sched/numa: Replace hard-coded number by a define in numa_task_group()Bharata B Rao2021-10-141-1/+2
| * | | sched,livepatch: Use wake_up_if_idle()Peter Zijlstra2021-10-141-1/+4
| * | | sched: Simplify wake_up_*idle*()Peter Zijlstra2021-10-072-12/+8
| * | | sched,livepatch: Use task_call_func()Peter Zijlstra2021-10-071-46/+44
| * | | sched,rcu: Rework try_invoke_on_locked_down_task()Peter Zijlstra2021-10-073-13/+13
| * | | sched: Improve try_invoke_on_locked_down_task()Peter Zijlstra2021-10-071-24/+39
| * | | sched: Fix DEBUG && !SCHEDSTATS warnPeter Zijlstra2021-10-061-1/+2
| * | | sched/fair: Removed useless update of p->recent_used_cpuVincent Guittot2021-10-051-5/+0
| * | | sched: Remove pointless preemption disable in sched_submit_work()Thomas Gleixner2021-10-051-8/+2
| * | | sched: Move kprobes cleanup out of finish_task_switch()Thomas Gleixner2021-10-053-10/+6
| * | | sched: Disable TTWU_QUEUE on RTThomas Gleixner2021-10-051-0/+5
| * | | sched: Limit the number of task migrations per batch on RTThomas Gleixner2021-10-051-0/+4
| * | | sched: Move mmdrop to RCU on RTThomas Gleixner2021-10-051-1/+1
| * | | sched: Make cookie functions staticShaokun Zhang2021-10-052-9/+5
| * | | sched/fair: Consider SMT in ASYM_PACKING load balanceRicardo Neri2021-10-051-0/+92
| * | | sched/fair: Carve out logic to mark a group for asymmetric packingRicardo Neri2021-10-051-7/+13
| * | | sched/fair: Provide update_sg_lb_stats() with sched domain statisticsRicardo Neri2021-10-051-2/+3
| * | | sched/fair: Optimize checking for group_asym_packingRicardo Neri2021-10-051-1/+1
| * | | sched/topology: Introduce sched_group::flagsRicardo Neri2021-10-052-3/+19
| * | | kthread: Move prio/affinite change into the newly created threadSebastian Andrzej Siewior2021-10-051-8/+8
| * | | sched: Provide Kconfig support for default dynamic preempt modeFrederic Weisbecker2021-10-052-12/+49
| * | | sched: Remove unused inline function __rq_clock_broken()YueHaibing2021-10-051-5/+0
| * | | sched/dl: Support schedstats for deadline sched classYafang Shao2021-10-051-0/+93
| * | | sched/dl: Support sched_stat_runtime tracepoint for deadline sched classYafang Shao2021-10-051-0/+2
| * | | sched/rt: Support schedstats for RT sched classYafang Shao2021-10-051-0/+124
| * | | sched/rt: Support sched_stat_runtime tracepoint for RT sched classYafang Shao2021-10-051-0/+2