summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-07-03bpf: Avoid warning on unexpected map for tail callPaul Chaignon
2025-07-03bpf: Report rqspinlock deadlocks/timeout to BPF stderrKumar Kartikeya Dwivedi
2025-07-03bpf: Report may_goto timeout to BPF stderrKumar Kartikeya Dwivedi
2025-07-03bpf: Add dump_stack() analogue to print to BPF stderrKumar Kartikeya Dwivedi
2025-07-03bpf: Add function to find program from stack traceKumar Kartikeya Dwivedi
2025-07-03bpf: Ensure RCU lock is held around bpf_prog_ksym_findKumar Kartikeya Dwivedi
2025-07-03bpf: Add function to extract program source infoKumar Kartikeya Dwivedi
2025-07-03bpf: Introduce BPF standard streamsKumar Kartikeya Dwivedi
2025-07-03bpf: Refactor bprintf buffer supportKumar Kartikeya Dwivedi
2025-07-03bpf: Add show_fdinfo for kprobe_multiTao Chen
2025-07-03bpf: Add show_fdinfo for uprobe_multiTao Chen
2025-07-03bpf: Show precise link_type for {uprobe,kprobe}_multi fdinfoTao Chen
2025-07-03bpf: Add bpf_dynptr_memset() kfuncIhor Solodrai
2025-07-03PM: sleep: console: Fix the black screen issuetuhaowen
2025-07-03irqdomain: Add device pointer to irq_domain_info and msi_domain_infoThomas Gleixner
2025-07-03Merge tag 'ktime-get-clock-ts64-for-ptp' of git://git.kernel.org/pub/scm/linu...Paolo Abeni
2025-07-03Merge tag 'ktime-get-clock-ts64-for-ptp' into timers/ptpThomas Gleixner
2025-07-03timekeeping: Provide ktime_get_clock_ts64()Thomas Gleixner
2025-07-03perf: Revert to requiring CAP_SYS_ADMIN for uprobesPeter Zijlstra
2025-07-02bpf: Avoid warning on multiple referenced args in callPaul Chaignon
2025-07-02bpf: avoid jump misprediction for PTR_TO_MEM | PTR_UNTRUSTEDEduard Zingerman
2025-07-02smp: Defer check for local execution in smp_call_function_many_cond()Yury Norov [NVIDIA]
2025-07-02bpf: Mark cgroup_subsys_state->cgroup RCU safeSong Liu
2025-07-02bpf: Introduce bpf_cgroup_read_xattr to read xattr of cgroup's nodeSong Liu
2025-07-02tracing: tprobe-events: Register tracepoint when enable tprobe eventMasami Hiramatsu (Google)
2025-07-02tracing: fprobe-events: Register fprobe-events only when it is enabledMasami Hiramatsu (Google)
2025-07-02tracing: tprobe-events: Support multiple tprobes on the same tracepointMasami Hiramatsu (Google)
2025-07-02tracing: tprobe-events: Remove mod field from tprobe-eventMasami Hiramatsu (Google)
2025-07-02tracing: probe-events: Cleanup entry-arg storing codeMasami Hiramatsu (Google)
2025-07-01bpf: Reject %p% format string in bprintf-like helpersPaul Chaignon
2025-07-01bpf: Warn on internal verifier errorsPaul Chaignon
2025-07-01lib/group_cpus: Let group_cpu_evenly() return the number of initialized masksDaniel Wagner
2025-07-01time/timecounter: Fix the lie that struct cyclecounter is constGreg Kroah-Hartman
2025-07-01sched/core: Fix migrate_swap() vs. hotplugPeter Zijlstra
2025-07-01sched: Fix preemption string of preempt_dynamic_noneThomas Weißschuh
2025-06-30Merge tag 'entry-split-for-arm' into core/entryThomas Gleixner
2025-06-30entry: Split generic entry into generic exception and syscall entryJinjie Ruan
2025-06-30perf/core: Fix the WARN_ON_ONCE is out of lock protected regionLuo Gengkun
2025-06-29Merge tag 'perf_urgent_for_v6.16_rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-06-28Merge tag 'trace-v6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-06-27Merge tag 'mm-hotfixes-stable-2025-06-27-16-56' of git://git.kernel.org/pub/s...Linus Torvalds
2025-06-27tracing: Fix filter logic errorEdward Adam Davis
2025-06-27bpf: guard BTF_ID_FLAGS(bpf_cgroup_read_xattr) with CONFIG_BPF_LSMEduard Zingerman
2025-06-27timekeeping: Provide interface to control auxiliary clocksThomas Gleixner
2025-06-27timekeeping: Provide update for auxiliary timekeepersThomas Gleixner
2025-06-27timekeeping: Provide adjtimex() for auxiliary clocksThomas Gleixner
2025-06-27timekeeping: Prepare do_adtimex() for auxiliary clocksThomas Gleixner
2025-06-27timekeeping: Make do_adjtimex() reusableThomas Gleixner
2025-06-27timekeeping: Add auxiliary clock support to __timekeeping_inject_offset()Thomas Gleixner
2025-06-27timekeeping: Make timekeeping_inject_offset() reusableThomas Gleixner