summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2024-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov-368/+569
2024-10-24Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-57/+57
2024-10-24Merge tag 'net-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-3/+3
2024-10-24bpf: Add uptr support in the map_value of the task local storage.Martin KaFai Lau-7/+111
2024-10-24bpf: Postpone bpf_obj_free_fields to the rcu callbackMartin KaFai Lau-5/+24
2024-10-24bpf: Postpone bpf_selem_free() in bpf_selem_unlink_storage_nolock()Martin KaFai Lau-5/+30
2024-10-24bpf: Add "bool swap_uptrs" arg to bpf_local_storage_update() and bpf_selem_al...Martin KaFai Lau-10/+10
2024-10-24bpf: Handle BPF_UPTR in verifierKui-Feng Lee-6/+33
2024-10-24bpf: Support __uptr type tag in BTFKui-Feng Lee-5/+31
2024-10-24bpf: Check validity of link->type in bpf_link_show_fdinfo()Hou Tao-5/+9
2024-10-23bpf: fix do_misc_fixups() for bpf_get_branch_snapshot()Andrii Nakryiko-1/+1
2024-10-23bpf,perf: Fix perf_event_detach_bpf_prog error handlingJiri Olsa-2/+0
2024-10-23posix-clock: posix-clock: Fix unbalanced locking in pc_clock_settime()Jinjie Ruan-3/+3
2024-10-23tracing: Consider the NULL character when validating the event lengthLeo Yan-1/+1
2024-10-23tracing/probes: Fix MAX_TRACE_ARGS limit handlingMikel Rychliski-4/+19
2024-10-22bpf: Fix overloading of MEM_UNINIT's meaningDaniel Borkmann-38/+35
2024-10-22bpf: Add MEM_WRITE attributeDaniel Borkmann-9/+9
2024-10-22bpf: Preserve param->string when parsing mount optionsHou Tao-2/+3
2024-10-21bpf: Implement bpf_send_signal_task() kfuncPuranjay Mohan-8/+46
2024-10-21uprobe: avoid out-of-bounds memory access of fetching argsQiao Ma-3/+6
2024-10-20Merge tag 'sched_urgent_for_v6.12_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-70/+128
2024-10-19Merge tag 'ftrace-v6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-8/+23
2024-10-18fgraph: Allocate ret_stack_list with proper sizeSteven Rostedt-1/+2
2024-10-18fgraph: Use CPU hotplug mechanism to initialize idle shadow stacksSteven Rostedt-7/+21
2024-10-18Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-59/+89
2024-10-17bpf: Fix print_reg_state's constant scalar dumpDaniel Borkmann-2/+1
2024-10-17bpf: Fix incorrect delta propagation between linked registersDaniel Borkmann-5/+6
2024-10-17bpf: Fix iter/task tid filteringJordan Rome-1/+1
2024-10-17Merge tag 'net-6.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-0/+3
2024-10-17Merge branch 'linus' into sched/urgent, to resolve conflictIngo Molnar-182/+257
2024-10-16bpf: Prevent tailcall infinite loop caused by freplaceLeon Hwang-13/+68
2024-10-16bpf: Add bpf_task_from_vpid() kfuncJuntong Deng-0/+20
2024-10-16mm/bpf: Add bpf_get_kmem_cache() kfuncNamhyung Kim-0/+6
2024-10-15Merge tag 'sched_ext-for-6.12-rc3-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-85/+101
2024-10-15Merge tag 'trace-ringbuffer-v6.12-rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-21/+29
2024-10-15bpf: Fix truncation bug in coerce_reg_to_size_sx()Dimitar Kanaliev-4/+4
2024-10-15ring-buffer: Fix reader locking when changing the sub buffer orderPetr Pavlu-18/+26
2024-10-14bpf: Add kmem_cache iteratorNamhyung Kim-0/+176
2024-10-14posix-clock: Fix missing timespec64 check in pc_clock_settime()Jinjie Ruan-0/+3
2024-10-14sched_ext: Remove unnecessary cpu_relax()David Vernet-1/+0
2024-10-14ring-buffer: Fix refcount setting of boot mapped buffersSteven Rostedt-3/+3
2024-10-14sched/fair: Fix external p->on_rq usersPeter Zijlstra-6/+32
2024-10-14sched/psi: Fix mistaken CPU pressure indication after corrupted task state bugJohannes Weiner-21/+39
2024-10-11Merge tag 'rcu.fixes.6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+7
2024-10-11sched/core: Dequeue PSI signals for blocked tasks that are delayedPeter Zijlstra-1/+3
2024-10-11sched: Fix delayed_dequeue vs switched_from_fair()Peter Zijlstra-34/+30
2024-10-11sched/core: Disable page allocation in task_tick_mm_cid()Waiman Long-3/+16
2024-10-11sched/deadline: Use hrtick_enabled_dl() before start_hrtick_dl()Phil Auld-1/+1
2024-10-10bpf: Fix unpopulated path_size when uprobe_multi fields unsetTyrone Wu-19/+17
2024-10-10sched_ext: Don't hold scx_tasks_lock for too longTejun Heo-2/+17