summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-10-27Merge tag 'ftrace-v6.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-10-24fgraph: Change the name of cpuhp state to "fgraph:online"Steven Rostedt
2024-10-24fgraph: Fix missing unlock in register_ftrace_graph()Li Huafei
2024-10-24Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2024-10-24Merge tag 'net-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-10-24bpf: Check validity of link->type in bpf_link_show_fdinfo()Hou Tao
2024-10-23bpf: fix do_misc_fixups() for bpf_get_branch_snapshot()Andrii Nakryiko
2024-10-23bpf,perf: Fix perf_event_detach_bpf_prog error handlingJiri Olsa
2024-10-23posix-clock: posix-clock: Fix unbalanced locking in pc_clock_settime()Jinjie Ruan
2024-10-23tracing: Consider the NULL character when validating the event lengthLeo Yan
2024-10-23tracing/probes: Fix MAX_TRACE_ARGS limit handlingMikel Rychliski
2024-10-22bpf: Fix overloading of MEM_UNINIT's meaningDaniel Borkmann
2024-10-22bpf: Add MEM_WRITE attributeDaniel Borkmann
2024-10-22bpf: Preserve param->string when parsing mount optionsHou Tao
2024-10-21uprobe: avoid out-of-bounds memory access of fetching argsQiao Ma
2024-10-20Merge tag 'sched_urgent_for_v6.12_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-10-19Merge tag 'ftrace-v6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-10-18fgraph: Allocate ret_stack_list with proper sizeSteven Rostedt
2024-10-18fgraph: Use CPU hotplug mechanism to initialize idle shadow stacksSteven Rostedt
2024-10-18Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2024-10-17bpf: Fix print_reg_state's constant scalar dumpDaniel Borkmann
2024-10-17bpf: Fix incorrect delta propagation between linked registersDaniel Borkmann
2024-10-17bpf: Fix iter/task tid filteringJordan Rome
2024-10-17Merge tag 'net-6.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-10-17Merge branch 'linus' into sched/urgent, to resolve conflictIngo Molnar
2024-10-15Merge tag 'sched_ext-for-6.12-rc3-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2024-10-15Merge tag 'trace-ringbuffer-v6.12-rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-10-15bpf: Fix truncation bug in coerce_reg_to_size_sx()Dimitar Kanaliev
2024-10-15ring-buffer: Fix reader locking when changing the sub buffer orderPetr Pavlu
2024-10-14posix-clock: Fix missing timespec64 check in pc_clock_settime()Jinjie Ruan
2024-10-14sched_ext: Remove unnecessary cpu_relax()David Vernet
2024-10-14ring-buffer: Fix refcount setting of boot mapped buffersSteven Rostedt
2024-10-14sched/fair: Fix external p->on_rq usersPeter Zijlstra
2024-10-14sched/psi: Fix mistaken CPU pressure indication after corrupted task state bugJohannes Weiner
2024-10-11Merge tag 'rcu.fixes.6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-10-11sched/core: Dequeue PSI signals for blocked tasks that are delayedPeter Zijlstra
2024-10-11sched: Fix delayed_dequeue vs switched_from_fair()Peter Zijlstra
2024-10-11sched/core: Disable page allocation in task_tick_mm_cid()Waiman Long
2024-10-11sched/deadline: Use hrtick_enabled_dl() before start_hrtick_dl()Phil Auld
2024-10-10bpf: Fix unpopulated path_size when uprobe_multi fields unsetTyrone Wu
2024-10-10sched_ext: Don't hold scx_tasks_lock for too longTejun Heo
2024-10-10sched_ext: Move scx_tasks_lock handling into scx_task_iter helpersTejun Heo
2024-10-10sched_ext: bypass mode shouldn't depend on ops.select_cpu()Tejun Heo
2024-10-10sched_ext: Move scx_buildin_idle_enabled check to scx_bpf_select_cpu_dfl()Tejun Heo
2024-10-10sched_ext: Start schedulers with consistent p->scx.slice valuesTejun Heo
2024-10-10Revert "sched_ext: Use shorter slice while bypassing"Tejun Heo
2024-10-10Merge tag 'trace-ringbuffer-v6.12-rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-10-10bpf: fix kfunc btf caching for modulesToke Høiland-Jørgensen
2024-10-10rcu/nocb: Fix rcuog wake-up from offline softirqFrederic Weisbecker
2024-10-10sched_ext: use correct function name in pick_task_scx() warning messageHonglei Wang