aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bcma (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-15x86: Fix get_wchan() to support the ORC unwinderQi Zheng1-48/+3
2021-10-15proc: Use task_is_running() for wchan in /proc/$pid/statKees Cook1-5/+2
2021-10-15leaking_addresses: Always print a trailing newlineKees Cook1-1/+2
2021-10-15Revert "proc/wchan: use printk format instead of lookup_symbol_name()"Kees Cook1-8/+11
2021-10-14sched: Fill unconditional hole induced by sched_entityKees Cook1-1/+1
2021-10-14kernel/sched: Fix sched_fork() access an invalid sched_task_groupZhang Qiao3-23/+25
2021-10-14sched/topology: Remove unused numa_distance in cpu_attach_domain()Yicong Yang1-4/+0
2021-10-14sched/numa: Fix a few commentsBharata B Rao1-2/+2
2021-10-14sched/numa: Remove the redundant member numa_group::fault_cpusBharata B Rao1-7/+5
2021-10-14sched/numa: Replace hard-coded number by a define in numa_task_group()Bharata B Rao1-1/+2
2021-10-14sched,livepatch: Use wake_up_if_idle()Peter Zijlstra2-1/+8
2021-10-07sched: Simplify wake_up_*idle*()Peter Zijlstra2-12/+8
2021-10-07sched,livepatch: Use task_call_func()Peter Zijlstra1-46/+44
2021-10-07sched,rcu: Rework try_invoke_on_locked_down_task()Peter Zijlstra4-14/+15
2021-10-07sched: Improve try_invoke_on_locked_down_task()Peter Zijlstra1-24/+39
2021-10-06sched: Fix DEBUG && !SCHEDSTATS warnPeter Zijlstra1-1/+2
2021-10-05sched/fair: Removed useless update of p->recent_used_cpuVincent Guittot1-5/+0
2021-10-05sched: Remove pointless preemption disable in sched_submit_work()Thomas Gleixner1-8/+2
2021-10-05sched: Move kprobes cleanup out of finish_task_switch()Thomas Gleixner3-10/+6
2021-10-05sched: Disable TTWU_QUEUE on RTThomas Gleixner1-0/+5
2021-10-05sched: Limit the number of task migrations per batch on RTThomas Gleixner1-0/+4
2021-10-05sched: Move mmdrop to RCU on RTThomas Gleixner3-1/+34
2021-10-05sched: Make cookie functions staticShaokun Zhang2-9/+5
2021-10-05sched/fair: Consider SMT in ASYM_PACKING load balanceRicardo Neri1-0/+92
2021-10-05sched/fair: Carve out logic to mark a group for asymmetric packingRicardo Neri1-7/+13
2021-10-05sched/fair: Provide update_sg_lb_stats() with sched domain statisticsRicardo Neri1-2/+3
2021-10-05sched/fair: Optimize checking for group_asym_packingRicardo Neri1-1/+1
2021-10-05sched/topology: Introduce sched_group::flagsRicardo Neri2-3/+19
2021-10-05x86/sched: Decrease further the priorities of SMT siblingsRicardo Neri1-1/+1
2021-10-05kthread: Move prio/affinite change into the newly created threadSebastian Andrzej Siewior1-8/+8
2021-10-05sched: Provide Kconfig support for default dynamic preempt modeFrederic Weisbecker2-12/+49
2021-10-05sched: Remove unused inline function __rq_clock_broken()YueHaibing1-5/+0
2021-10-05sched/dl: Support schedstats for deadline sched classYafang Shao1-0/+93
2021-10-05sched/dl: Support sched_stat_runtime tracepoint for deadline sched classYafang Shao1-0/+2
2021-10-05sched/rt: Support schedstats for RT sched classYafang Shao1-0/+124
2021-10-05sched/rt: Support sched_stat_runtime tracepoint for RT sched classYafang Shao1-0/+2
2021-10-05sched: Introduce task block time in schedstatsYafang Shao3-2/+7
2021-10-05sched: Make schedstats helpers independent of fair sched classYafang Shao3-115/+152
2021-10-05sched: Make struct sched_statistics independent of fair sched classYafang Shao8-100/+143
2021-10-05sched/fair: Use __schedstat_set() in set_next_entity()Yafang Shao1-3/+3
2021-10-05kselftests/sched: cleanup the child processesLi Zhijian1-10/+18
2021-10-05sched/fair: Add document for burstable CFS bandwidthHuaixin Chang2-9/+83
2021-10-05sched/fair: Add cfs bandwidth burst statisticsHuaixin Chang3-3/+22
2021-10-05sched: adjust sleeper credit for SCHED_IDLE entitiesJosh Don1-1/+6
2021-10-05sched: reduce sched slice for SCHED_IDLE entitiesJosh Don3-5/+27
2021-10-05sched: Account number of SCHED_IDLE entities on each cfs_rqJosh Don3-1/+27
2021-10-05fs/proc/uptime.c: Fix idle time reporting in /proc/uptimeJosh Don3-7/+12
2021-10-05sched/core: Simplify core-wide task selectionPeter Zijlstra1-111/+45
2021-10-05sched: Switch wait_task_inactive to HRTIMER_MODE_REL_HARDSebastian Andrzej Siewior1-1/+1
2021-10-05sched/fair: Trigger nohz.next_balance updates when a CPU goes NOHZ-idleValentin Schneider1-2/+13