aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-25selftests/bpf: Test gen_pro/epilogue that generate kfuncsAmery Hung1-0/+1
2025-02-25bpf: Search and add kfuncs in struct_ops prologue and epilogueAmery Hung1-1/+24
2025-02-25bpf: abort verification if env->cur_state->loop_entry != NULLEduard Zingerman1-2/+4
2025-02-25uprobes: Remove too strict lockdep_assert() condition in hprobe_expire()Andrii Nakryiko1-3/+7
2025-02-25tracing: Add traceoff_after_boot optionSteven Rostedt1-0/+11
2025-02-25sched_ext: idle: Fix scx_bpf_pick_any_cpu_node() behaviorAndrea Righi1-3/+7
2025-02-25sched_ext: Fix pick_task_scx() picking non-queued tasks when it's called with...Tejun Heo1-4/+7
2025-02-25ftrace: Check against is_kernel_text() instead of kaslr_offset()Steven Rostedt1-5/+12
2025-02-25ftrace: Test mcount_loc addr before calling ftrace_call_addr()Steven Rostedt1-1/+5
2025-02-25perf/core: Fix low freq setting via IOC_PERIODKan Liang1-8/+9
2025-02-24padata: switch padata_find_next() to using cpumask_next_wrap()Yury Norov1-1/+1
2025-02-24cpumask: deprecate cpumask_next_wrap()Yury Norov1-1/+1
2025-02-24bpf: Fix kmemleak warning for percpu hashmapYonghong Song1-3/+3
2025-02-24uprobes: Reject the shared zeropage in uprobe_write_opcode()Tong Tiangen1-0/+5
2025-02-24seccomp: avoid the lock trip seccomp_filter_release in common caseMateusz Guzik1-0/+10
2025-02-24perf/core: Order the PMU list to fix warning about unordered pmu_ctx_listLuo Gengkun1-2/+9
2025-02-24perf/core: Add RCU read lock protection to perf_iterate_ctx()Breno Leitao1-1/+2
2025-02-24sched_ext: idle: Introduce scx_bpf_nr_node_ids()Andrea Righi1-0/+11
2025-02-23bpf: Refactor check_ctx_access()Amery Hung1-36/+20
2025-02-22Merge tag 'sched-urgent-2025-02-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-6/+30
2025-02-22Merge tag 'perf-urgent-2025-02-22' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-02-22Merge tag 'ftrace-v6.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-24/+41
2025-02-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+1
2025-02-21Merge tag 'drm-fixes-2025-02-22' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-39/+11
2025-02-21sched: Add unlikey branch hints to several system callsColin Ian King1-5/+5
2025-02-21sched/core: Remove duplicate included header file stats.hThorsten Blum1-1/+0
2025-02-21locking/mutex: Add MUTEX_WARN_ON() into fast pathYunhui Cui1-0/+2
2025-02-21irqchip: Have CONFIG_IRQ_MSI_IOMMU be selected by irqchips that need itJason Gunthorpe1-0/+1
2025-02-21tracing: Fix memory leak when reading set_event fileAdrian Huang1-2/+9
2025-02-21ftrace: Correct preemption accounting for function tracing.Sebastian Andrzej Siewior1-4/+2
2025-02-21fprobe: Fix accounting of when to unregister from function graphSteven Rostedt1-3/+3
2025-02-21fprobe: Always unregister fgraph function from opsSteven Rostedt1-4/+2
2025-02-21ftrace: Do not add duplicate entries in subops manager opsSteven Rostedt1-0/+3
2025-02-21ftrace: Fix accounting of adding subops to a manager opsSteven Rostedt1-11/+22
2025-02-21mm/memremap: Pass down MEMREMAP_* flags to arch_memremap_wb()Kirill A. Shutemov1-2/+3
2025-02-21Merge tag 'v6.14-rc3' into x86/mm, to pick up fixes before merging new changesIngo Molnar23-121/+296
2025-02-21perf/core: Move perf_event sysctls into kernel/eventsJoel Granados3-76/+83
2025-02-21Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging ne...Ingo Molnar25-172/+381
2025-02-21rseq: Fix rseq registration with CONFIG_DEBUG_RSEQMichael Jeanson1-3/+8
2025-02-21kcmp: improve performance adding an unlikely hint to task comparisonsColin Ian King1-1/+1
2025-02-21vdso: Remove remnants of architecture-specific time storageThomas Weißschuh2-16/+15
2025-02-21vdso: Add generic time data storageThomas Weißschuh1-4/+4
2025-02-21kernel: Fix "select" wording on HZ_250 descriptionBagas Sanjaya1-1/+1
2025-02-20bpf: Do not allow tail call in strcut_ops program with __ref argumentAmery Hung1-1/+19
2025-02-20bpf: Use preempt_count() directly in bpf_send_signal_common()Hou Tao1-1/+1
2025-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf bpf-6.14-rc4Alexei Starovoitov30-206/+429
2025-02-20Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds6-35/+49
2025-02-21Merge tag 'drm-misc-fixes-2025-02-20' of https://gitlab.freedesktop.org/drm/m...Dave Airlie1-39/+11
2025-02-20bpf: Support selective sampling for bpf timestampingJason Xing1-0/+1
2025-02-20PM: EM: use kfree_rcu() to simplify the codeLi RongQing1-9/+1