aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-10-28perf: tracing: Simplify perf_sysenter_enable/disable() with guardsSteven Rostedt1-26/+22
2025-10-28tracing: Have syscall trace events read user space stringSteven Rostedt1-19/+417
2025-10-28tracing: Make trace_user_fault_read() exposed to rest of tracingSteven Rostedt2-62/+205
2025-10-28sched_ext: Use SCX_TASK_READY test instead of tryget_task_struct() during cla...Tejun Heo1-3/+1
2025-10-28rcu: Add a small-width RCU watching counter debug optionValentin Schneider1-0/+15
2025-10-28bpf: Fix stackmap overflow check in __bpf_get_stackid()Arnaud Lecomte1-7/+8
2025-10-28bpf: Refactor stack map trace depth calculation into helper functionArnaud Lecomte1-15/+32
2025-10-28sched: Fix the do_set_cpus_allowed() locking fixPeter Zijlstra1-10/+7
2025-10-28blktrace: for ftrace use correct trace format verChaitanya Kulkarni1-5/+54
2025-10-28blktrace: use debug print to report dropped eventsChaitanya Kulkarni1-2/+5
2025-10-27bpf: Add overwrite mode for BPF ring bufferXu Kuohai1-19/+95
2025-10-27Merge tag 'sched_ext-for-6.18-rc3-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-15/+112
2025-10-27bpf: dispatch to sleepable file dynptrMykyta Yatsenko2-3/+12
2025-10-27bpf: verifier: refactor kfunc specializationMykyta Yatsenko1-46/+51
2025-10-27bpf: add kfuncs and helpers support for file dynptrsMykyta Yatsenko1-2/+90
2025-10-27bpf: add plumbing for file-backed dynptrMykyta Yatsenko3-6/+39
2025-10-27bpf: verifier: centralize const dynptr check in unmark_stack_slots_dynptr()Mykyta Yatsenko1-8/+9
2025-10-27bpf: widen dynptr size/offset to 64 bitMykyta Yatsenko2-56/+56
2025-10-27genirq: Kill irq_{g,s}et_percpu_devid_partition()Marc Zyngier1-23/+1
2025-10-27genirq: Allow per-cpu interrupt sharing for non-overlapping affinitiesMarc Zyngier2-14/+61
2025-10-27genirq: Update request_percpu_nmi() to take an affinityMarc Zyngier1-5/+7
2025-10-27genirq: Add affinity to percpu_devid interrupt requestsMarc Zyngier1-4/+10
2025-10-27genirq: Factor-in percpu irqaction creationMarc Zyngier1-16/+24
2025-10-27genirq: Kill handle_percpu_devid_fasteoi_nmi()Marc Zyngier1-25/+0
2025-10-27irqdomain: Add firmware info reporting interfaceMarc Zyngier1-5/+27
2025-10-26Merge tag 'irq_urgent_for_v6.18_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-3/+3
2025-10-26Merge tag 'sched_urgent_for_v6.18_rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+12
2025-10-26Merge tag 'timers_urgent_for_v6.18_rc3' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2025-10-24sched: Remove never used code in mm_cid_get()Andy Shevchenko1-2/+0
2025-10-24sched_ext: Fix scx_bpf_dsq_peek() with FIFO DSQsAndrea Righi1-3/+3
2025-10-24treewide: Remove in_irq()Matthew Wilcox (Oracle)2-3/+3
2025-10-24bpf: Conditionally include dynptr copy kfuncsMalin Jonsson1-0/+2
2025-10-24watchdog: move nmi_watchdog sysctl into .rodataJoel Granados1-8/+1
2025-10-24Merge tag 'drm-misc-next-2025-10-21' of https://gitlab.freedesktop.org/drm/mi...Simona Vetter1-0/+11
2025-10-24kdb: Adapt kdb_msg_write to work with NBCON consolesMarcos Paulo de Souza1-15/+32
2025-10-24printk: nbcon: Export nbcon_write_context_set_bufMarcos Paulo de Souza1-2/+2
2025-10-24printk: nbcon: Allow KDB to acquire the NBCON contextMarcos Paulo de Souza1-1/+5
2025-10-24printk: nbcon: Introduce KDB helpersMarcos Paulo de Souza1-0/+61
2025-10-24printk: nbcon: Export console_is_usableMarcos Paulo de Souza1-45/+0
2025-10-24genirq/manage: Add buslock back in to enable_irq()Charles Keepax1-1/+1
2025-10-24genirq/manage: Add buslock back in to __disable_irq_nosync()Charles Keepax1-1/+1
2025-10-24genirq/chip: Add buslock back in to irq_set_handler()Charles Keepax1-1/+1
2025-10-23Merge tag 'trace-rv-v6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-6/+7
2025-10-23printk: Use console_flush_one_record for legacy printer kthreadAndrew Murray1-6/+15
2025-10-23printk: console_flush_one_record() code cleanupPetr Mladek1-28/+31
2025-10-23printk: Introduce console_flush_one_recordAndrew Murray1-59/+99
2025-10-23Revert "PM: sleep: Make pm_wakeup_clear() call more clear"Samuel Wu2-1/+1
2025-10-22Merge tag 'mm-hotfixes-stable-2025-10-22-12-43' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+4
2025-10-22audit: fix comment misindentation in audit.hRicardo Robaina1-1/+1
2025-10-22sched_ext: Use rhashtable_lookup() instead of rhashtable_lookup_fast()Tejun Heo1-1/+1