aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-09-07freezer,sched: Rewrite core freezer logicPeter Zijlstra32-395/+210
2022-09-07sched: Widen TAKS_state literalsPeter Zijlstra1-15/+15
2022-09-07sched/wait: Add wait_event_state()Peter Zijlstra1-0/+28
2022-09-07sched/completion: Add wait_for_completion_state()Peter Zijlstra2-0/+13
2022-09-07sched: Add TASK_ANY for wait_task_inactive()Peter Zijlstra4-10/+12
2022-09-07sched: Change wait_task_inactive()s match_statePeter Zijlstra1-2/+2
2022-09-07freezer,umh: Clean up freezer/initrd interactionPeter Zijlstra3-13/+14
2022-09-07freezer: Have {,un}lock_system_sleep() save/restore flagsPeter Zijlstra7-44/+70
2022-09-07sched: Rename task_running() to task_on_cpu()Peter Zijlstra6-14/+14
2022-09-07sched/fair: Cleanup for SIS_PROPAbel Wu1-6/+6
2022-09-07sched/fair: Default to false in test_idle_cores()Abel Wu1-8/+8
2022-09-07sched/fair: Remove useless check in select_idle_core()Abel Wu1-3/+0
2022-09-07sched/fair: Avoid double search on same cpuAbel Wu1-0/+2
2022-09-07sched/fair: Remove redundant check in select_idle_smt()Abel Wu1-7/+4
2022-09-01sched/deadline: Move __dl_clear_params out of dl_bw lockShang XiaoJing1-1/+1
2022-09-01sched/deadline: Add replenish_dl_new_period helperShang XiaoJing1-10/+13
2022-09-01sched/deadline: Add dl_task_is_earliest_deadline helperShang XiaoJing1-12/+12
2022-08-30Merge branch 'sched/warnings' into sched/core, to pick up WARN_ON_ONCE() conversion commitIngo Molnar12311-249203/+1236650
2022-08-27sched: Add update_current_exec_runtime helperShang XiaoJing4-17/+16
2022-08-23sched/fair: Don't init util/runnable_avg for !fair taskChengming Zhou1-14/+14
2022-08-23sched/fair: Move task sched_avg attach to enqueue_task_fair()Chengming Zhou1-8/+3
2022-08-23sched/fair: Allow changing cgroup of new forked taskChengming Zhou2-20/+12
2022-08-23sched/fair: Fix another detach on unattached task corner caseChengming Zhou1-0/+11
2022-08-23sched/fair: Combine detach into dequeue when migrating taskChengming Zhou1-12/+16
2022-08-23sched/fair: Update comments in enqueue/dequeue_entity()Chengming Zhou1-2/+4
2022-08-23sched/fair: Reset sched_avg last_update_time before set_task_rq()Chengming Zhou1-1/+1
2022-08-23sched/fair: Remove redundant cpu_cgrp_subsys->fork()Chengming Zhou3-49/+6
2022-08-23sched/fair: Maintain task se depth in set_task_rq()Chengming Zhou2-8/+1
2022-08-12sched/all: Change all BUG_ON() instances in the scheduler to WARN_ON_ONCE()Ingo Molnar7-25/+26
2022-08-10x86: link vdso and boot with -z noexecstack --no-warn-rwx-segmentsNick Desaulniers3-2/+6
2022-08-10Makefile: link with -z noexecstack --no-warn-rwx-segmentsNick Desaulniers1-0/+5
2022-08-10crypto: blake2b: effectively disable frame size warningLinus Torvalds1-0/+1
2022-08-10Merge tag 'nfs-for-5.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds37-457/+1032
2022-08-10Merge tag 'hwmon-fixes-for-v6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds4-3/+6
2022-08-10Merge tag 'rpmsg-v5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linuxLinus Torvalds2-7/+28
2022-08-10Merge tag 'mm-stable-2022-08-09' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds21-702/+823
2022-08-10Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds39-576/+5498
2022-08-10Merge tag 'pinctrl-v6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds88-667/+13354
2022-08-10Merge tag 'apparmor-pr-2022-08-08' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmorLinus Torvalds30-340/+492
2022-08-10Merge tag 'kbuild-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds36-313/+111
2022-08-10hwmon: (nct6775) Fix platform driver suspend regressionZev Weiss3-2/+5
2022-08-10hwmon: (lm90) Fix error return value from detect functionGuenter Roeck1-1/+1
2022-08-09add barriers to buffer_uptodate and set_buffer_uptodateMikulas Patocka1-1/+24
2022-08-09Merge tag 'nfsd-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds33-945/+1426
2022-08-09dt-bindings: soc: qcom: smd-rpm: extend exampleKrzysztof Kozlowski1-6/+27
2022-08-09dt-bindings: soc: qcom: smd: reference SMD edge schemaKrzysztof Kozlowski1-1/+1
2022-08-09NFS: Improve readpage/writepage tracingTrond Myklebust1-28/+26
2022-08-09NFS: Improve O_DIRECT tracingTrond Myklebust1-12/+9
2022-08-09NFS: Improve write error tracingTrond Myklebust3-20/+27
2022-08-09Merge tag 'fscache-fixes-20220809' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds2-2/+9