aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-07bpf: attribute __arg_untrusted for global function parametersEduard Zingerman2-5/+39
2025-07-07bpf: rdonly_untrusted_mem for btf id walk pointer leafsEduard Zingerman2-0/+11
2025-07-07bpf: make makr_btf_ld_reg return error for unexpected reg typesEduard Zingerman1-20/+39
2025-07-07refscale: Check that nreaders and loops multiplication doesn't overflowArtem Sadovnikov1-3/+7
2025-07-07rcu/nocb: Dump gp state even if rdp gp itself is not offloadedFrederic Weisbecker2-2/+4
2025-07-06Merge tag 'sched_urgent_for_v6.16_rc5' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-16/+21
2025-07-06Merge tag 'perf_urgent_for_v6.16_rc5' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+3
2025-07-06smp: Wait only if work was enqueuedRik van Riel1-1/+7
2025-07-04Merge branch 'pm-sleep'Rafael J. Wysocki4-10/+2
2025-07-04lib/crypto: sha256: Make library API use strongly-typed contextsEric Biggers1-5/+5
2025-07-04watchdog/perf: Provide function for adjusting the event periodYicong Yang1-0/+22
2025-07-04sched/deadline: Fix dl_server runtime calculation formulakuyo chang1-5/+5
2025-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni4-12/+13
2025-07-03bpf: Avoid putting struct bpf_scc_callchain variables on the stackYonghong Song1-18/+18
2025-07-03bpf: Reduce stack frame size by using env->insn_buf for bpf insnsYonghong Song1-98/+92
2025-07-03bpf: Simplify assignment to struct bpf_insn pointer in do_misc_fixups()Yonghong Song1-2/+2
2025-07-03bpf: Avoid warning on unexpected map for tail callPaul Chaignon1-2/+2
2025-07-03bpf: Report rqspinlock deadlocks/timeout to BPF stderrKumar Kartikeya Dwivedi1-0/+23
2025-07-03bpf: Report may_goto timeout to BPF stderrKumar Kartikeya Dwivedi1-1/+19
2025-07-03bpf: Add dump_stack() analogue to print to BPF stderrKumar Kartikeya Dwivedi1-0/+48
2025-07-03bpf: Add function to find program from stack traceKumar Kartikeya Dwivedi1-0/+33
2025-07-03bpf: Ensure RCU lock is held around bpf_prog_ksym_findKumar Kartikeya Dwivedi2-3/+13
2025-07-03bpf: Add function to extract program source infoKumar Kartikeya Dwivedi1-0/+47
2025-07-03bpf: Introduce BPF standard streamsKumar Kartikeya Dwivedi6-1/+511
2025-07-03bpf: Refactor bprintf buffer supportKumar Kartikeya Dwivedi1-15/+11
2025-07-03bpf: Add show_fdinfo for kprobe_multiTao Chen1-0/+27
2025-07-03bpf: Add show_fdinfo for uprobe_multiTao Chen1-0/+44
2025-07-03bpf: Show precise link_type for {uprobe,kprobe}_multi fdinfoTao Chen2-7/+12
2025-07-03bpf: Add bpf_dynptr_memset() kfuncIhor Solodrai1-0/+47
2025-07-03PM: sleep: console: Fix the black screen issuetuhaowen1-1/+6
2025-07-03irqdomain: Add device pointer to irq_domain_info and msi_domain_infoThomas Gleixner2-1/+3
2025-07-03Merge tag 'ktime-get-clock-ts64-for-ptp' of git://git.kernel.org/pub/scm/linu...Paolo Abeni1-0/+33
2025-07-03Merge tag 'ktime-get-clock-ts64-for-ptp' into timers/ptpThomas Gleixner1-0/+34
2025-07-03timekeeping: Provide ktime_get_clock_ts64()Thomas Gleixner1-0/+33
2025-07-03perf: Revert to requiring CAP_SYS_ADMIN for uprobesPeter Zijlstra1-1/+1
2025-07-02bpf: Avoid warning on multiple referenced args in callPaul Chaignon1-4/+4
2025-07-02bpf: avoid jump misprediction for PTR_TO_MEM | PTR_UNTRUSTEDEduard Zingerman1-1/+1
2025-07-02smp: Defer check for local execution in smp_call_function_many_cond()Yury Norov [NVIDIA]1-7/+3
2025-07-02bpf: Mark cgroup_subsys_state->cgroup RCU safeSong Liu1-0/+5
2025-07-02bpf: Introduce bpf_cgroup_read_xattr to read xattr of cgroup's nodeSong Liu1-0/+3
2025-07-02tracing: tprobe-events: Register tracepoint when enable tprobe eventMasami Hiramatsu (Google)1-165/+217
2025-07-02tracing: fprobe-events: Register fprobe-events only when it is enabledMasami Hiramatsu (Google)2-121/+121
2025-07-02tracing: tprobe-events: Support multiple tprobes on the same tracepointMasami Hiramatsu (Google)1-50/+201
2025-07-02tracing: tprobe-events: Remove mod field from tprobe-eventMasami Hiramatsu (Google)1-14/+9
2025-07-02tracing: probe-events: Cleanup entry-arg storing codeMasami Hiramatsu (Google)1-59/+69
2025-07-01bpf: Reject %p% format string in bprintf-like helpersPaul Chaignon1-3/+8
2025-07-01bpf: Warn on internal verifier errorsPaul Chaignon1-109/+102
2025-07-01lib/group_cpus: Let group_cpu_evenly() return the number of initialized masksDaniel Wagner1-6/+5
2025-07-01time/timecounter: Fix the lie that struct cyclecounter is constGreg Kroah-Hartman1-1/+1
2025-07-01sched/core: Fix migrate_swap() vs. hotplugPeter Zijlstra2-10/+15