summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2025-03-03tracing: probe-events: Remove unused MAX_ARG_BUF_LEN macroMasami Hiramatsu (Google)-1/+0
2025-03-01Merge branch 'perf/urgent' into perf/core, to pick up dependent patches and f...Ingo Molnar-160/+231
2025-03-01perf/core: Fix perf_pmu_register() vs. perf_init_event()Peter Zijlstra-2/+26
2025-03-01perf/core: Fix pmus_lock vs. pmus_srcu orderingPeter Zijlstra-2/+2
2025-03-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-2/+2
2025-03-01watch_queue: fix pipe accounting mismatchEric Sandeen-0/+9
2025-03-01vhost: return task creation error instead of NULLKeith Busch-2/+2
2025-02-28Merge tag 'sched-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2025-02-28Merge tag 'perf-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-14/+32
2025-02-28Merge tag 'trace-v6.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-30/+27
2025-02-28Merge tag 'for-joerg' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/io...Joerg Roedel-0/+1
2025-02-27ftrace: Avoid potential division by zero in function_stat_show()Nikolay Kuratov-15/+12
2025-02-27tracing: Fix bad hist from corrupting named_triggers listSteven Rostedt-15/+15
2025-02-27sched/core: Prevent rescheduling when interrupts are disabledThomas Gleixner-1/+1
2025-02-27x86/bpf: Fix BPF percpu accessesBrian Gerst-1/+1
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown-4/+4
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-110/+142
2025-02-27bpf: Use try_alloc_pages() to allocate pages for bpf needs.Alexei Starovoitov-6/+22
2025-02-27cgroup/rstat: Fix forceidle time in cpu.statAbel Wu-16/+13
2025-02-27bpf: cpumap: switch to napi_skb_cache_get_bulk()Alexander Lobakin-9/+6
2025-02-27bpf: cpumap: reuse skb array instead of a linked list to chain skbsAlexander Lobakin-58/+61
2025-02-27bpf: cpumap: switch to GRO from netif_receive_skb_list()Alexander Lobakin-3/+43
2025-02-27Merge patch series "prep patches for my mkdir series"Christian Brauner-276/+512
2025-02-26trace/osnoise: Add trace events for samplesTomas Glozar-39/+16
2025-02-27tracing: fprobe-events: Log error for exceeding the number of entry argsMasami Hiramatsu (Google)-1/+7
2025-02-27tracing: tprobe-events: Reject invalid tracepoint nameMasami Hiramatsu (Google)-0/+14
2025-02-27tracing: tprobe-events: Fix a memory leak when tprobe with $retvalMasami Hiramatsu (Google)-0/+2
2025-02-26Merge tag 'wq-for-6.14-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+3
2025-02-26Merge tag 'sched_ext-for-6.14-rc4-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-4/+7
2025-02-26perf: Remove unnecessary parameter of security checkLuo Gengkun-9/+9
2025-02-26bpf: Fix deadlock between rcu_tasks_trace and event_mutex.Alexei Starovoitov-3/+4
2025-02-26posix-clock: Remove duplicate compat ioctl() handlerThomas Weißschuh-23/+1
2025-02-26genirq: Remove IRQ_EDGE_EOI_HANDLERMichael Ellerman-51/+0
2025-02-26static_call_inline: Provide trampoline address when updating sitesChristophe Leroy-1/+1
2025-02-26rseq: Update kernel fields in lockstep with CONFIG_DEBUG_RSEQ=yMichael Jeanson-40/+40
2025-02-26futex: Use a hashmask instead of hashsizeSebastian Andrzej Siewior-10/+11
2025-02-26x86/cfi: Add 'cfi=warn' boot optionPeter Zijlstra-1/+3
2025-02-25selftests/bpf: Test gen_pro/epilogue that generate kfuncsAmery Hung-0/+1
2025-02-25bpf: Search and add kfuncs in struct_ops prologue and epilogueAmery Hung-1/+24
2025-02-25bpf: abort verification if env->cur_state->loop_entry != NULLEduard Zingerman-2/+4
2025-02-25uprobes: Remove too strict lockdep_assert() condition in hprobe_expire()Andrii Nakryiko-3/+7
2025-02-25tracing: Add traceoff_after_boot optionSteven Rostedt-0/+11
2025-02-25sched_ext: idle: Fix scx_bpf_pick_any_cpu_node() behaviorAndrea Righi-3/+7
2025-02-25sched_ext: Fix pick_task_scx() picking non-queued tasks when it's called with...Tejun Heo-4/+7
2025-02-25ftrace: Check against is_kernel_text() instead of kaslr_offset()Steven Rostedt-5/+12
2025-02-25ftrace: Test mcount_loc addr before calling ftrace_call_addr()Steven Rostedt-1/+5
2025-02-25perf/core: Fix low freq setting via IOC_PERIODKan Liang-8/+9
2025-02-24padata: switch padata_find_next() to using cpumask_next_wrap()Yury Norov-1/+1
2025-02-24cpumask: deprecate cpumask_next_wrap()Yury Norov-1/+1
2025-02-24bpf: Fix kmemleak warning for percpu hashmapYonghong Song-3/+3