summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-08-16tracing/synthetic: Skip first entry for stack tracesSven Schnelle1-13/+4
2023-08-16tracing/synthetic: Use union instead of castsSven Schnelle2-50/+45
2023-08-16tracing: Fix cpu buffers unavailable due to 'record_disabled' missedZheng Yejian1-0/+6
2023-08-16bpf: Fix uninitialized symbol in bpf_perf_link_fill_kprobe()Yafang Shao1-3/+2
2023-08-15bpf: Support default .validate() and .update() behavior for struct_ops linksDavid Vernet1-6/+9
2023-08-15rcutorture: Stop right-shifting torture_random() return valuesPaul E. McKenney1-3/+3
2023-08-15torture: Stop right-shifting torture_random() return valuesPaul E. McKenney1-2/+2
2023-08-15torture: Move stutter_wait() timeouts to hrtimersPaul E. McKenney1-2/+2
2023-08-15torture: Move torture_shuffle() timeouts to hrtimersPaul E. McKenney1-1/+3
2023-08-15torture: Move torture_onoff() timeouts to hrtimersPaul E. McKenney1-3/+3
2023-08-15torture: Make torture_hrtimeout_*() use TASK_IDLEPaul E. McKenney1-1/+1
2023-08-15torture: Add lock_torture writer_fifo module parameterDietmar Eggemann2-6/+9
2023-08-15torture: Add a kthread-creation callback to _torture_create_kthread()Paul E. McKenney1-1/+5
2023-08-15rcu-tasks: Fix boot-time RCU tasks debug-only deadlockPaul E. McKenney1-0/+2
2023-08-14sched: Simplify sched_core_cpu_{starting,deactivate}()Peter Zijlstra1-15/+12
2023-08-14sched: Simplify try_steal_cookie()Peter Zijlstra1-12/+9
2023-08-14sched: Simplify sched_tick_remote()Peter Zijlstra1-23/+16
2023-08-14sched: Simplify sched_exec()Peter Zijlstra1-12/+9
2023-08-14sched: Simplify ttwu()Peter Zijlstra1-112/+109
2023-08-14sched: Simplify wake_up_if_idle()Peter Zijlstra2-14/+21
2023-08-14sched: Simplify: migrate_swap_stop()Peter Zijlstra2-16/+27
2023-08-14sched: Simplify sysctl_sched_uclamp_handler()Peter Zijlstra1-7/+4
2023-08-14sched: Simplify get_nohz_timer_target()Peter Zijlstra1-9/+6
2023-08-14sched/rt: sysctl_sched_rr_timeslice show default timeslice after resetCyril Hrubis1-0/+3
2023-08-14sched/rt: Fix sysctl_sched_rr_timeslice intial valueCyril Hrubis1-1/+1
2023-08-14Merge back system-wide sleep material for v6.6.Rafael J. Wysocki1-38/+149
2023-08-11Merge tag 'pm-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-1/+1
2023-08-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski9-25/+44
2023-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+42
2023-08-10Merge branch 'sched/eevdf' into sched/coreIngo Molnar5-648/+531
2023-08-09bpf: lru: Remove unused declaration bpf_lru_promote()Yue Haibing1-1/+0
2023-08-08bpf: Add support for bpf_get_func_ip helper for uprobe programJiri Olsa3-7/+16
2023-08-08bpf: Fix an incorrect verification success with movsx insnYonghong Song1-11/+20
2023-08-07Merge tag 'wq-for-6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+42
2023-08-07PM: hibernate: fix resume_store() return value when hibernation not availableVlastimil Babka1-1/+1
2023-08-05bpf: change bpf_alu_sign_string and bpf_movsx_string to staticYang Yingliang1-2/+2
2023-08-05bpf: fix bpf_dynptr_slice() to stop return an ERR_PTR.Kui-Feng Lee1-1/+1
2023-08-04bpf: Fix mprog detachment for empty mprog entryDaniel Borkmann1-0/+2
2023-08-04bpf: bpf_struct_ops: Remove unnecessary initial values of variablesLi kunyu1-3/+3
2023-08-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski10-131/+536
2023-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski13-122/+226
2023-08-04Merge tag 'net-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-19/+33
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-19/+33
2023-08-03net: invert the netdevice.h vs xdp.h dependencyJakub Kicinski3-0/+3
2023-08-03x86/qspinlock-paravirt: Fix missing-prototype warningArnd Bergmann1-10/+10
2023-08-03bpf: fix bpf_probe_read_kernel prototype mismatchArnd Bergmann2-20/+3
2023-08-02sched/fair: Block nohz tick_stop when cfs bandwidth in usePhil Auld4-1/+81
2023-08-02sched, cgroup: Restore meaning to hierarchical_quotaPhil Auld3-8/+14
2023-08-01tracing: bpf: use struct trace_entry in struct syscall_tp_tYauheni Kaliuta1-4/+8
2023-08-01bpf, devmap: Remove unused dtab field from bpf_dtab_netdevHou Tao1-2/+0