aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-02sched/uclamp: Ignore max aggregation if rq is idleXuewen Yan1-7/+14
2021-07-02sched/fair: Fix CFS bandwidth hrtimer expiry typeOdin Ugedal1-2/+2
2021-07-02sched/fair: Sync load_sum with load_avg after dequeueVincent Guittot1-1/+2
2021-06-30Merge branch 'sched/core' into sched/urgent, to pick up fixIngo Molnar1-3/+3
2021-06-28sched/core: Disable CONFIG_SCHED_CORE by defaultIngo Molnar1-3/+3
2021-06-28sched/fair: Ensure _sum and _avg values stay consistentOdin Ugedal1-3/+3
2021-06-24sched/topology: Rework CPU capacity asymmetry detectionBeata Michalska1-78/+131
2021-06-24psi: Fix race between psi_trigger_create/destroyZhaoyang Huang1-6/+6
2021-06-24sched/fair: Introduce the burstable CFS controllerHuaixin Chang3-10/+73
2021-06-22sched/uclamp: Fix uclamp_tg_restrict()Qais Yousef1-31/+18
2021-06-22sched/rt: Fix Deadline utilization tracking during policy changeVincent Donnefort1-0/+2
2021-06-22sched/rt: Fix RT utilization tracking during policy changeVincent Donnefort1-5/+12
2021-06-18sched: Change task_struct::statePeter Zijlstra14-68/+76
2021-06-18sched,timer: Use __set_current_state()Peter Zijlstra1-1/+1
2021-06-18sched: Add get_current_state()Peter Zijlstra2-4/+4
2021-06-18sched,perf,kvm: Fix preemption conditionPeter Zijlstra1-4/+3
2021-06-18sched: Introduce task_is_running()Peter Zijlstra7-10/+9
2021-06-18sched: Unbreak wakeupsPeter Zijlstra1-1/+1
2021-06-18Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar10-68/+71
2021-06-17sched/fair: Age the average idle timePeter Zijlstra3-4/+29
2021-06-17sched/cpufreq: Consider reduced CPU capacity in energy calculationLukasz Luba2-1/+2
2021-06-17sched/fair: Take thermal pressure into account while estimating energyLukasz Luba1-3/+8
2021-06-17sched/fair: Return early from update_tg_cfs_load() if delta == 0Dietmar Eggemann1-1/+4
2021-06-17sched/pelt: Check that *_avg are null when *_sum areVincent Guittot1-0/+9
2021-06-14sched/fair: Correctly insert cfs_rq's to list on unthrottleOdin Ugedal1-19/+25
2021-06-12Merge tag 'sched-urgent-2021-06-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-24/+24
2021-06-12Merge tag 'perf-urgent-2021-06-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-3/+2
2021-06-11Merge tag 'trace-v5.13-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-2/+8
2021-06-10Merge branch 'for-5.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-0/+4
2021-06-10cgroup1: don't allow '\n' in renamingAlexander Kuznetsov1-0/+4
2021-06-10irq_work: Make irq_work_queue() NMI-safe againPeter Zijlstra1-3/+0
2021-06-08tracing: Correct the length check which causes memory corruptionLiangyan1-1/+1
2021-06-08ftrace: Do not blindly read the ip address in ftrace_bug()Steven Rostedt (VMware)1-1/+7
2021-06-04Merge tag 'net-5.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-22/+17
2021-06-04sched/debug: Remove obsolete init_schedstats()Eric Dumazet1-17/+2
2021-06-03Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar32-190/+407
2021-06-03sched/fair: Fix util_est UTIL_AVG_UNCHANGED handlingDietmar Eggemann3-13/+6
2021-06-03sched/pelt: Ensure that *_sum is always synced with *_avgVincent Guittot1-2/+8
2021-06-02bpf, lockdown, audit: Fix buggy SELinux lockdown permission checksDaniel Borkmann2-22/+17
2021-06-01sched: Don't defer CPU pick to migration_cpu_stop()Valentin Schneider1-8/+12
2021-06-01sched/fair: Fix ascii art by relpacing tabsOdin Ugedal1-4/+4
2021-06-01sched,init: Fix DEBUG_PREEMPT vs early bootPeter Zijlstra1-0/+1
2021-06-01sched: Add CONFIG_SCHED_CORE help textPeter Zijlstra1-0/+14
2021-05-31perf: Fix data race between pin_count increment/decrementMarco Elver1-0/+2
2021-05-31tick/nohz: Only check for RCU deferred wakeup on user/guest entry when neededFrederic Weisbecker2-2/+4
2021-05-31sched/fair: Make sure to update tg contrib for blocked loadVincent Guittot1-1/+1
2021-05-31sched/fair: Keep load_avg and load_sum syncedVincent Guittot1-6/+5
2021-05-29Merge tag 'seccomp-fixes-v5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-14/+16
2021-05-29seccomp: Refactor notification handler to prepare for new semanticsSargun Dhillon1-14/+16
2021-05-26Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds8-72/+216