summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2025-10-28bpf: Refactor stack map trace depth calculation into helper functionArnaud Lecomte-15/+32
2025-10-28sched: Fix the do_set_cpus_allowed() locking fixPeter Zijlstra-10/+7
2025-10-28blktrace: for ftrace use correct trace format verChaitanya Kulkarni-5/+54
2025-10-28blktrace: use debug print to report dropped eventsChaitanya Kulkarni-2/+5
2025-10-27bpf: Add overwrite mode for BPF ring bufferXu Kuohai-19/+95
2025-10-27Merge tag 'sched_ext-for-6.18-rc3-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-15/+112
2025-10-27bpf: dispatch to sleepable file dynptrMykyta Yatsenko-3/+12
2025-10-27bpf: verifier: refactor kfunc specializationMykyta Yatsenko-46/+51
2025-10-27bpf: add kfuncs and helpers support for file dynptrsMykyta Yatsenko-2/+90
2025-10-27bpf: add plumbing for file-backed dynptrMykyta Yatsenko-6/+39
2025-10-27bpf: verifier: centralize const dynptr check in unmark_stack_slots_dynptr()Mykyta Yatsenko-8/+9
2025-10-27bpf: widen dynptr size/offset to 64 bitMykyta Yatsenko-56/+56
2025-10-27genirq: Kill irq_{g,s}et_percpu_devid_partition()Marc Zyngier-23/+1
2025-10-27genirq: Allow per-cpu interrupt sharing for non-overlapping affinitiesMarc Zyngier-14/+61
2025-10-27genirq: Update request_percpu_nmi() to take an affinityMarc Zyngier-5/+7
2025-10-27genirq: Add affinity to percpu_devid interrupt requestsMarc Zyngier-4/+10
2025-10-27genirq: Factor-in percpu irqaction creationMarc Zyngier-16/+24
2025-10-27genirq: Kill handle_percpu_devid_fasteoi_nmi()Marc Zyngier-25/+0
2025-10-27irqdomain: Add firmware info reporting interfaceMarc Zyngier-5/+27
2025-10-26Merge tag 'irq_urgent_for_v6.18_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-3/+3
2025-10-26Merge tag 'sched_urgent_for_v6.18_rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+12
2025-10-26Merge tag 'timers_urgent_for_v6.18_rc3' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-1/+1
2025-10-24sched: Remove never used code in mm_cid_get()Andy Shevchenko-2/+0
2025-10-24sched_ext: Fix scx_bpf_dsq_peek() with FIFO DSQsAndrea Righi-3/+3
2025-10-24treewide: Remove in_irq()Matthew Wilcox (Oracle)-3/+3
2025-10-24bpf: Conditionally include dynptr copy kfuncsMalin Jonsson-0/+2
2025-10-24watchdog: move nmi_watchdog sysctl into .rodataJoel Granados-8/+1
2025-10-24Merge tag 'drm-misc-next-2025-10-21' of https://gitlab.freedesktop.org/drm/mi...Simona Vetter-0/+11
2025-10-24kdb: Adapt kdb_msg_write to work with NBCON consolesMarcos Paulo de Souza-15/+32
2025-10-24printk: nbcon: Export nbcon_write_context_set_bufMarcos Paulo de Souza-2/+2
2025-10-24printk: nbcon: Allow KDB to acquire the NBCON contextMarcos Paulo de Souza-1/+5
2025-10-24printk: nbcon: Introduce KDB helpersMarcos Paulo de Souza-0/+61
2025-10-24printk: nbcon: Export console_is_usableMarcos Paulo de Souza-45/+0
2025-10-24genirq/manage: Add buslock back in to enable_irq()Charles Keepax-1/+1
2025-10-24genirq/manage: Add buslock back in to __disable_irq_nosync()Charles Keepax-1/+1
2025-10-24genirq/chip: Add buslock back in to irq_set_handler()Charles Keepax-1/+1
2025-10-23Merge tag 'trace-rv-v6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-6/+7
2025-10-23printk: Use console_flush_one_record for legacy printer kthreadAndrew Murray-6/+15
2025-10-23printk: console_flush_one_record() code cleanupPetr Mladek-28/+31
2025-10-23printk: Introduce console_flush_one_recordAndrew Murray-59/+99
2025-10-23Revert "PM: sleep: Make pm_wakeup_clear() call more clear"Samuel Wu-1/+1
2025-10-22Merge tag 'mm-hotfixes-stable-2025-10-22-12-43' of git://git.kernel.org/pub/s...Linus Torvalds-1/+4
2025-10-22audit: fix comment misindentation in audit.hRicardo Robaina-1/+1
2025-10-22sched_ext: Use rhashtable_lookup() instead of rhashtable_lookup_fast()Tejun Heo-1/+1
2025-10-22sched_ext: Rename pnt_seq to kick_syncTejun Heo-41/+41
2025-10-22sched_ext: Fix SCX_KICK_WAIT to work reliablyTejun Heo-22/+30
2025-10-22sched_ext: Don't kick CPUs running higher classesTejun Heo-3/+8
2025-10-22PM: EM: Notify an event when the performance domain changesChangwoo Min-0/+5
2025-10-22PM: EM: Implement em_notify_pd_created/updated()Changwoo Min-0/+50
2025-10-22PM: EM: Implement em_notify_pd_deleted()Changwoo Min-0/+47