summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-08-06srcutiny: Mark read-side data racesPaul E. McKenney
2021-08-06rcu: Start timing stall repetitions after warning completePaul E. McKenney
2021-08-06rcu: Do not disable GP stall detection in rcu_cpu_stall_reset()Sergey Senozhatsky
2021-08-06rcu/tree: Handle VM stoppage in stall detectionSergey Senozhatsky
2021-08-06rcu: Mark accesses to ->rcu_read_lock_nestingPaul E. McKenney
2021-08-06rcu: Weaken ->dynticks accesses and updatesPaul E. McKenney
2021-08-06rcu: Remove special bit at the bottom of the ->dynticks counterJoel Fernandes (Google)
2021-08-06rcu: Fix stall-warning deadlock due to non-release of rcu_node ->lockYanfei Xu
2021-08-06rcu: Fix to include first blocked task in stall warningYanfei Xu
2021-08-06Merge tag 'trace-v5.14-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-08-06tracepoint: Use rcu get state and cond sync for static call updatesMathieu Desnoyers
2021-08-06cpufreq: schedutil: Use kobject release() method to free sugov_tunablesKevin Hao
2021-08-06PM: EM: Increase energy calculation precisionLukasz Luba
2021-08-06sched: Skip priority checks with SCHED_FLAG_KEEP_PARAMSQuentin Perret
2021-08-06sched: Fix UCLAMP_FLAG_IDLE settingQuentin Perret
2021-08-06sched/deadline: Fix missing clock update in migrate_task_rq_dl()Dietmar Eggemann
2021-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-05tracepoint: Fix static call function vs data state mismatchMathieu Desnoyers
2021-08-05tracepoint: static call: Compare data on transition from 2->1 calleesMathieu Desnoyers
2021-08-05Merge branch 'for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2021-08-05Merge tag 'trace-v5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-08-05tracing: Quiet smp_processor_id() use in preemptable warning in hwlatSteven Rostedt (VMware)
2021-08-04tracing: Reject string operand in the histogram expressionMasami Hiramatsu
2021-08-04tracing / histogram: Give calculation hist_fields a sizeSteven Rostedt (VMware)
2021-08-04PM: sleep: check RTC features instead of ops in suspend_testAlexandre Belloni
2021-08-04PM: sleep: s2idle: Replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior
2021-08-04sched/fair: Avoid a second scan of target in select_idle_cpuMel Gorman
2021-08-04sched/fair: Use prev instead of new target as recent_used_cpuMel Gorman
2021-08-04sched: Don't report SCHED_FLAG_SUGOV in sched_getattr()Quentin Perret
2021-08-04sched/deadline: Fix reset_on_fork reporting of DL tasksQuentin Perret
2021-08-04sched: remove redundant on_rq status changeWang Hui
2021-08-04sched/numa: Fix is_core_idle()Mika Penttilä
2021-08-04sched/rt: Fix double enqueue caused by rt_effective_prioPeter Zijlstra
2021-08-03ftrace: Introduce ftrace_need_init_nop()Ilya Leoshkevich
2021-08-02bpf: Fix off-by-one in tail call count limitingJohan Almbladh
2021-07-31Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-07-30Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-07-30tracing: Fix NULL pointer dereference in start_creatingKamal Agrawal
2021-07-30genirq: Improve "hwirq" output in /proc and /sys/Cédric Le Goater
2021-07-30kcsan: use u64 instead of cycles_tHeiko Carstens
2021-07-30padata: Convert from atomic_t to refcount_t on parallel_data->refcntXiyu Yang
2021-07-29bpf: Emit better log message if bpf_iter ctx arg btf_id == 0Yonghong Song
2021-07-29workqueue: Fix possible memory leaks in wq_numa_init()Zhen Lei
2021-07-29printk: Add printk.console_no_auto_verbose boot parameterDmitry Safonov
2021-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2021-07-29bpf: Fix leakage due to insufficient speculative store bypass mitigationDaniel Borkmann
2021-07-29bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann
2021-07-28ucounts: Fix race condition between alloc_ucounts and put_ucountsAlexey Gladkov
2021-07-27cgroup: rstat: fix A-A deadlock on 32bit around u64_stats_syncTejun Heo