summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ftrace-v6.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-10-271-8/+4
|\
| * fgraph: Change the name of cpuhp state to "fgraph:online"Steven Rostedt2024-10-251-1/+1
| * fgraph: Fix missing unlock in register_ftrace_graph()Li Huafei2024-10-251-7/+3
* | Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2024-10-256-57/+57
|\ \
| * | bpf: Check validity of link->type in bpf_link_show_fdinfo()Hou Tao2024-10-241-5/+9
| * | bpf: fix do_misc_fixups() for bpf_get_branch_snapshot()Andrii Nakryiko2024-10-241-1/+1
| * | bpf,perf: Fix perf_event_detach_bpf_prog error handlingJiri Olsa2024-10-231-2/+0
| * | bpf: Fix overloading of MEM_UNINIT's meaningDaniel Borkmann2024-10-231-38/+35
| * | bpf: Add MEM_WRITE attributeDaniel Borkmann2024-10-234-9/+9
| * | bpf: Preserve param->string when parsing mount optionsHou Tao2024-10-221-2/+3
* | | Merge tag 'net-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-10-251-3/+3
|\ \ \
| * | | posix-clock: posix-clock: Fix unbalanced locking in pc_clock_settime()Jinjie Ruan2024-10-231-3/+3
* | | | tracing: Consider the NULL character when validating the event lengthLeo Yan2024-10-231-1/+1
* | | | tracing/probes: Fix MAX_TRACE_ARGS limit handlingMikel Rychliski2024-10-234-4/+19
* | | | uprobe: avoid out-of-bounds memory access of fetching argsQiao Ma2024-10-211-3/+6
| |/ / |/| |
* | | Merge tag 'sched_urgent_for_v6.12_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-10-2013-70/+128
|\ \ \
| * \ \ Merge branch 'linus' into sched/urgent, to resolve conflictIngo Molnar2024-10-1715-182/+257
| |\ \ \
| * | | | sched/fair: Fix external p->on_rq usersPeter Zijlstra2024-10-146-6/+32
| * | | | sched/psi: Fix mistaken CPU pressure indication after corrupted task state bugJohannes Weiner2024-10-142-21/+39
| * | | | sched/core: Dequeue PSI signals for blocked tasks that are delayedPeter Zijlstra2024-10-111-1/+3
| * | | | sched: Fix delayed_dequeue vs switched_from_fair()Peter Zijlstra2024-10-115-34/+30
| * | | | sched/core: Disable page allocation in task_tick_mm_cid()Waiman Long2024-10-112-3/+16
| * | | | sched/deadline: Use hrtick_enabled_dl() before start_hrtick_dl()Phil Auld2024-10-111-1/+1
| * | | | sched/eevdf: Fix wakeup-preempt by checking cfs_rq->nr_runningChen Yu2024-10-021-1/+1
| * | | | sched: Fix sched_delayed vs cfs_bandwidthMike Galbraith2024-10-021-3/+6
* | | | | Merge tag 'ftrace-v6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-10-191-8/+23
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | fgraph: Allocate ret_stack_list with proper sizeSteven Rostedt2024-10-191-1/+2
| * | | | fgraph: Use CPU hotplug mechanism to initialize idle shadow stacksSteven Rostedt2024-10-191-7/+21
* | | | | Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2024-10-199-59/+89
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | bpf: Fix print_reg_state's constant scalar dumpDaniel Borkmann2024-10-171-2/+1
| * | | | bpf: Fix incorrect delta propagation between linked registersDaniel Borkmann2024-10-171-5/+6
| * | | | bpf: Fix iter/task tid filteringJordan Rome2024-10-171-1/+1
| * | | | bpf: Fix truncation bug in coerce_reg_to_size_sx()Dimitar Kanaliev2024-10-151-4/+4
| * | | | bpf: Fix unpopulated path_size when uprobe_multi fields unsetTyrone Wu2024-10-111-19/+17
| * | | | bpf: fix kfunc btf caching for modulesToke Høiland-Jørgensen2024-10-101-1/+7
| * | | | bpf: fix unpopulated name_len field in perf_event link infoTyrone Wu2024-10-101-7/+22
| * | | | bpf: use kvzmalloc to allocate BPF verifier environmentRik van Riel2024-10-101-2/+2
| * | | | bpf: Check the remaining info_cnt before repeating btf fieldsHou Tao2024-10-101-4/+10
| * | | | bpf, lsm: Remove bpf_lsm_key_free hookThomas Weißschuh2024-10-081-4/+0
| * | | | bpf: Fix memory leak in bpf_core_applyJiri Olsa2024-10-081-0/+1
| * | | | bpf: devmap: provide rxq after redirectFlorian Kauer2024-10-021-4/+7
| * | | | bpf: sync_linked_regs() must preserve subreg_defEduard Zingerman2024-10-011-0/+5
| * | | | bpf: Use raw_spinlock_t in ringbufWander Lairson Costa2024-09-251-6/+6
* | | | | Merge tag 'net-6.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-10-171-0/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | posix-clock: Fix missing timespec64 check in pc_clock_settime()Jinjie Ruan2024-10-151-0/+3
* | | | | Merge tag 'sched_ext-for-6.12-rc3-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-10-161-85/+101
|\ \ \ \ \
| * | | | | sched_ext: Remove unnecessary cpu_relax()David Vernet2024-10-151-1/+0
| * | | | | sched_ext: Don't hold scx_tasks_lock for too longTejun Heo2024-10-101-2/+17
| * | | | | sched_ext: Move scx_tasks_lock handling into scx_task_iter helpersTejun Heo2024-10-101-54/+56
| * | | | | sched_ext: bypass mode shouldn't depend on ops.select_cpu()Tejun Heo2024-10-101-13/+15