summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-12sched: Make nr_iowait() return 32-bit valueAlexey Dobriyan
2021-05-12sched: Make nr_running() return 32-bit valueAlexey Dobriyan
2021-05-12sched: Fix leftover comment typosIngo Molnar
2021-05-12sched/core: Initialize the idle task with preemption disabledValentin Schneider
2021-05-12kselftest: Add test for core sched prctl interfaceChris Hyser
2021-05-12sched: prctl() core-scheduling interfaceChris Hyser
2021-05-12sched: Inherit task cookie on fork()Peter Zijlstra
2021-05-12sched: Trivial core scheduling cookie managementPeter Zijlstra
2021-05-12sched: Migration changes for core schedulingAubrey Li
2021-05-12sched: Trivial forced-newidle balancerPeter Zijlstra
2021-05-12sched/fair: Snapshot the min_vruntime of CPUs on force idleJoel Fernandes (Google)
2021-05-12sched: Fix priority inversion of cookied task with siblingJoel Fernandes (Google)
2021-05-12sched/fair: Fix forced idle sibling starvation corner caseVineeth Pillai
2021-05-12sched: Add core wide task selection and schedulingPeter Zijlstra
2021-05-12sched: Basic tracking of matching tasksPeter Zijlstra
2021-05-12sched: Introduce sched_class::pick_task()Peter Zijlstra
2021-05-12sched: Allow sched_core_put() from atomic contextPeter Zijlstra
2021-05-12sched: Optimize rq_lockp() usagePeter Zijlstra
2021-05-12sched: Core-wide rq->lockPeter Zijlstra
2021-05-12sched: Prepare for Core-wide rq->lockPeter Zijlstra
2021-05-12sched: Wrap rq::lock accessPeter Zijlstra
2021-05-12sched: Provide raw_spin_rq_*lock*() helpersPeter Zijlstra
2021-05-12sched/fair: Add a few assertionsPeter Zijlstra
2021-05-12delayacct: Add sysctl to enable at runtimePeter Zijlstra
2021-05-12delayacct: Default disabledPeter Zijlstra
2021-05-12delayacct: Add static_branch in scheduler hooksPeter Zijlstra
2021-05-12kvm: Select SCHED_INFO instead of TASK_DELAY_ACCTPeter Zijlstra
2021-05-12sched: Simplify sched_info_on()Peter Zijlstra
2021-05-12sched: Rename sched_info_{queued,dequeued}Peter Zijlstra
2021-05-12delayacct: Use sched_clock()Peter Zijlstra
2021-05-12sched/fair: Fix negative energy delta in find_energy_efficient_cpu()Pierre Gondois
2021-05-12sched/fair: Only compute base_energy_pd if necessaryPierre Gondois
2021-05-12sched,fair: Skip newidle_balance if a wakeup is pendingRik van Riel
2021-05-12sched/core: Remove the pointless BUG_ON(!task) from wake_up_q()Oleg Nesterov
2021-05-12sched/fair: Fix clearing of has_idle_cores flag in select_idle_cpu()Gautham R. Shenoy
2021-05-11Merge tag 'for-5.13-rc1-part2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-05-11btrfs: handle transaction start error in btrfs_fileattr_setRitesh Harjani
2021-05-10Merge tag 'perf-tools-fixes-for-v5.13-2021-05-10' of git://git.kernel.org/pub...Linus Torvalds
2021-05-10Merge tag 'for-5.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-05-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-05-10tools headers UAPI: Sync perf_event.h with the kernel sourcesArnaldo Carvalho de Melo
2021-05-10tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo
2021-05-10tools include UAPI powerpc: Sync errno.h with the kernel headersArnaldo Carvalho de Melo
2021-05-10tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in 'perf bench ...Arnaldo Carvalho de Melo
2021-05-10tools headers UAPI: Sync linux/prctl.h with the kernel sourcesArnaldo Carvalho de Melo
2021-05-10tools headers UAPI: Sync files changed by landlock, quotactl_path and mount_s...Arnaldo Carvalho de Melo
2021-05-10perf tools: Fix a build error on arm64 with clangMasami Hiramatsu
2021-05-10tools headers kvm: Sync kvm headers with the kernel sourcesArnaldo Carvalho de Melo
2021-05-10tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo
2021-05-10perf tools: Fix dynamic libbpf linkJiri Olsa