aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-08-06PM: EM: Increase energy calculation precisionLukasz Luba1-1/+3
2021-08-06sched: Skip priority checks with SCHED_FLAG_KEEP_PARAMSQuentin Perret1-6/+13
2021-08-06sched: Fix UCLAMP_FLAG_IDLE settingQuentin Perret1-6/+19
2021-08-06sched/deadline: Fix missing clock update in migrate_task_rq_dl()Dietmar Eggemann1-0/+1
2021-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-6/+34
2021-08-05tracepoint: Fix static call function vs data state mismatchMathieu Desnoyers1-20/+82
2021-08-05tracepoint: static call: Compare data on transition from 2->1 calleesMathieu Desnoyers1-1/+1
2021-08-05Merge branch 'for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-3/+7
2021-08-05Merge tag 'trace-v5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-3/+27
2021-08-05tracing: Quiet smp_processor_id() use in preemptable warning in hwlatSteven Rostedt (VMware)1-1/+1
2021-08-04tracing: Reject string operand in the histogram expressionMasami Hiramatsu1-1/+19
2021-08-04tracing / histogram: Give calculation hist_fields a sizeSteven Rostedt (VMware)1-0/+4
2021-08-04PM: sleep: check RTC features instead of ops in suspend_testAlexandre Belloni1-1/+1
2021-08-04PM: sleep: s2idle: Replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior1-2/+2
2021-08-04sched/fair: Avoid a second scan of target in select_idle_cpuMel Gorman1-1/+1
2021-08-04sched/fair: Use prev instead of new target as recent_used_cpuMel Gorman1-3/+1
2021-08-04sched: Don't report SCHED_FLAG_SUGOV in sched_getattr()Quentin Perret1-0/+1
2021-08-04sched/deadline: Fix reset_on_fork reporting of DL tasksQuentin Perret2-3/+6
2021-08-04sched: remove redundant on_rq status changeWang Hui1-2/+0
2021-08-04sched/numa: Fix is_core_idle()Mika Penttilä1-1/+1
2021-08-04sched/rt: Fix double enqueue caused by rt_effective_prioPeter Zijlstra1-55/+35
2021-08-03ftrace: Introduce ftrace_need_init_nop()Ilya Leoshkevich1-2/+2
2021-08-02bpf: Fix off-by-one in tail call count limitingJohan Almbladh1-1/+1
2021-07-31Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski6-18/+51
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski16-147/+163
2021-07-30Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-107/+76
2021-07-30tracing: Fix NULL pointer dereference in start_creatingKamal Agrawal1-1/+3
2021-07-30genirq: Improve "hwirq" output in /proc and /sys/Cédric Le Goater2-2/+2
2021-07-30kcsan: use u64 instead of cycles_tHeiko Carstens1-1/+1
2021-07-30padata: Convert from atomic_t to refcount_t on parallel_data->refcntXiyu Yang1-4/+4
2021-07-29bpf: Emit better log message if bpf_iter ctx arg btf_id == 0Yonghong Song1-0/+5
2021-07-29workqueue: Fix possible memory leaks in wq_numa_init()Zhen Lei1-5/+7
2021-07-29printk: Add printk.console_no_auto_verbose boot parameterDmitry Safonov1-0/+12
2021-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-107/+76
2021-07-29bpf: Fix leakage due to insufficient speculative store bypass mitigationDaniel Borkmann1-55/+32
2021-07-29bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann2-8/+27
2021-07-28ucounts: Fix race condition between alloc_ucounts and put_ucountsAlexey Gladkov1-3/+7
2021-07-27cgroup: rstat: fix A-A deadlock on 32bit around u64_stats_syncTejun Heo1-8/+11
2021-07-27bpf: Increase supported cgroup storage value sizeStanislav Fomichev1-1/+10
2021-07-27Merge branch 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+1
2021-07-27Merge branch 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-7/+13
2021-07-27timers: Move clearing of base::timer_running under base:: LockThomas Gleixner1-2/+4
2021-07-27scftorture: Avoid NULL pointer exception on early exitPaul E. McKenney1-1/+1
2021-07-27scftorture: Add RPC-like IPI testsPaul E. McKenney1-13/+63
2021-07-27locktorture: Count lock readersPaul E. McKenney1-5/+4
2021-07-27locktorture: Mark statistics data racesPaul E. McKenney1-7/+9
2021-07-27rcuscale: Console output claims too few grace periodsJiangong.Han1-2/+2
2021-07-27rcutorture: Preempt rather than block when testing task stallsPaul E. McKenney1-1/+6
2021-07-27refscale: Add measurement of clock readoutPaul E. McKenney1-1/+35
2021-07-27kdb: Rename members of struct kdbtab_tSumit Garg3-244/+242