summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-05-20bpf: Fix BPF_JIT kconfig symbol dependencyDaniel Borkmann
2021-05-20wq: handle VM suspension in stall detectionSergey Senozhatsky
2021-05-20cgroup: disable controllers at parse timeShakeel Butt
2021-05-19sched: Fix a stale comment in pick_next_task()Masahiro Yamada
2021-05-19sched/uclamp: Fix locking around cpu_util_update_eff()Qais Yousef
2021-05-19sched/uclamp: Fix wrong implementation of cpu.uclamp.minQais Yousef
2021-05-18signal: Deliver all of the siginfo perf data in _perfEric W. Biederman
2021-05-18signal: Factor force_sig_perf out of perf_sigtrapEric W. Biederman
2021-05-18signal: Implement SIL_FAULT_TRAPNOEric W. Biederman
2021-05-18siginfo: Move si_trapno inside the union inside _si_faultEric W. Biederman
2021-05-18kcsan: Fix debugfs initcall return typeArnd Bergmann
2021-05-18sched: Make the idle task quack like a per-CPU kthreadValentin Schneider
2021-05-18sched,stats: Further simplify sched_infoPeter Zijlstra
2021-05-18locking/mutex: clear MUTEX_FLAGS if wait_list is empty due to signalZqiang
2021-05-18locking/lockdep: Correct calling tracepointsLeo Yan
2021-05-17module: check for exit sections in layout_sections() instead of module_init_s...Jessica Yu
2021-05-16Merge tag 'timers-urgent-2021-05-16' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-05-15Merge tag 'sched-urgent-2021-05-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-05-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-05-14kernel/resource: fix return code check in __request_free_mem_regionAlistair Popple
2021-05-14Merge tag 'trace-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-05-13tracing: Handle %.*s in trace_check_vprintf()Steven Rostedt (VMware)
2021-05-13sched/isolation: Reconcile rcu_nocbs= and nohz_full=Paul Gortmaker
2021-05-12sched: Make multiple runqueue task counters 32-bitAlexey Dobriyan
2021-05-12sched: Make nr_iowait_cpu() return 32-bit valueAlexey Dobriyan
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-12ptrace: make ptrace() fail if the tracee changed its pid unexpectedlyOleg Nesterov
2021-05-12sched/core: Initialize the idle task with preemption disabledValentin Schneider
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