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