index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2025-10-28
bpf: Refactor stack map trace depth calculation into helper function
Arnaud Lecomte
-15
/
+32
2025-10-28
sched: Fix the do_set_cpus_allowed() locking fix
Peter Zijlstra
-10
/
+7
2025-10-28
blktrace: for ftrace use correct trace format ver
Chaitanya Kulkarni
-5
/
+54
2025-10-28
blktrace: use debug print to report dropped events
Chaitanya Kulkarni
-2
/
+5
2025-10-27
bpf: Add overwrite mode for BPF ring buffer
Xu Kuohai
-19
/
+95
2025-10-27
Merge tag 'sched_ext-for-6.18-rc3-fixes' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
-15
/
+112
2025-10-27
bpf: dispatch to sleepable file dynptr
Mykyta Yatsenko
-3
/
+12
2025-10-27
bpf: verifier: refactor kfunc specialization
Mykyta Yatsenko
-46
/
+51
2025-10-27
bpf: add kfuncs and helpers support for file dynptrs
Mykyta Yatsenko
-2
/
+90
2025-10-27
bpf: add plumbing for file-backed dynptr
Mykyta Yatsenko
-6
/
+39
2025-10-27
bpf: verifier: centralize const dynptr check in unmark_stack_slots_dynptr()
Mykyta Yatsenko
-8
/
+9
2025-10-27
bpf: widen dynptr size/offset to 64 bit
Mykyta Yatsenko
-56
/
+56
2025-10-27
genirq: Kill irq_{g,s}et_percpu_devid_partition()
Marc Zyngier
-23
/
+1
2025-10-27
genirq: Allow per-cpu interrupt sharing for non-overlapping affinities
Marc Zyngier
-14
/
+61
2025-10-27
genirq: Update request_percpu_nmi() to take an affinity
Marc Zyngier
-5
/
+7
2025-10-27
genirq: Add affinity to percpu_devid interrupt requests
Marc Zyngier
-4
/
+10
2025-10-27
genirq: Factor-in percpu irqaction creation
Marc Zyngier
-16
/
+24
2025-10-27
genirq: Kill handle_percpu_devid_fasteoi_nmi()
Marc Zyngier
-25
/
+0
2025-10-27
irqdomain: Add firmware info reporting interface
Marc Zyngier
-5
/
+27
2025-10-26
Merge tag 'irq_urgent_for_v6.18_rc3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-3
/
+3
2025-10-26
Merge tag 'sched_urgent_for_v6.18_rc3' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-0
/
+12
2025-10-26
Merge tag 'timers_urgent_for_v6.18_rc3' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
-1
/
+1
2025-10-24
sched: Remove never used code in mm_cid_get()
Andy Shevchenko
-2
/
+0
2025-10-24
sched_ext: Fix scx_bpf_dsq_peek() with FIFO DSQs
Andrea Righi
-3
/
+3
2025-10-24
treewide: Remove in_irq()
Matthew Wilcox (Oracle)
-3
/
+3
2025-10-24
bpf: Conditionally include dynptr copy kfuncs
Malin Jonsson
-0
/
+2
2025-10-24
watchdog: move nmi_watchdog sysctl into .rodata
Joel Granados
-8
/
+1
2025-10-24
Merge tag 'drm-misc-next-2025-10-21' of https://gitlab.freedesktop.org/drm/mi...
Simona Vetter
-0
/
+11
2025-10-24
kdb: Adapt kdb_msg_write to work with NBCON consoles
Marcos Paulo de Souza
-15
/
+32
2025-10-24
printk: nbcon: Export nbcon_write_context_set_buf
Marcos Paulo de Souza
-2
/
+2
2025-10-24
printk: nbcon: Allow KDB to acquire the NBCON context
Marcos Paulo de Souza
-1
/
+5
2025-10-24
printk: nbcon: Introduce KDB helpers
Marcos Paulo de Souza
-0
/
+61
2025-10-24
printk: nbcon: Export console_is_usable
Marcos Paulo de Souza
-45
/
+0
2025-10-24
genirq/manage: Add buslock back in to enable_irq()
Charles Keepax
-1
/
+1
2025-10-24
genirq/manage: Add buslock back in to __disable_irq_nosync()
Charles Keepax
-1
/
+1
2025-10-24
genirq/chip: Add buslock back in to irq_set_handler()
Charles Keepax
-1
/
+1
2025-10-23
Merge tag 'trace-rv-v6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-6
/
+7
2025-10-23
printk: Use console_flush_one_record for legacy printer kthread
Andrew Murray
-6
/
+15
2025-10-23
printk: console_flush_one_record() code cleanup
Petr Mladek
-28
/
+31
2025-10-23
printk: Introduce console_flush_one_record
Andrew Murray
-59
/
+99
2025-10-23
Revert "PM: sleep: Make pm_wakeup_clear() call more clear"
Samuel Wu
-1
/
+1
2025-10-22
Merge tag 'mm-hotfixes-stable-2025-10-22-12-43' of git://git.kernel.org/pub/s...
Linus Torvalds
-1
/
+4
2025-10-22
audit: fix comment misindentation in audit.h
Ricardo Robaina
-1
/
+1
2025-10-22
sched_ext: Use rhashtable_lookup() instead of rhashtable_lookup_fast()
Tejun Heo
-1
/
+1
2025-10-22
sched_ext: Rename pnt_seq to kick_sync
Tejun Heo
-41
/
+41
2025-10-22
sched_ext: Fix SCX_KICK_WAIT to work reliably
Tejun Heo
-22
/
+30
2025-10-22
sched_ext: Don't kick CPUs running higher classes
Tejun Heo
-3
/
+8
2025-10-22
PM: EM: Notify an event when the performance domain changes
Changwoo Min
-0
/
+5
2025-10-22
PM: EM: Implement em_notify_pd_created/updated()
Changwoo Min
-0
/
+50
2025-10-22
PM: EM: Implement em_notify_pd_deleted()
Changwoo Min
-0
/
+47
[prev]
[next]