index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-28
perf: tracing: Simplify perf_sysenter_enable/disable() with guards
Steven Rostedt
1
-26
/
+22
2025-10-28
tracing: Have syscall trace events read user space string
Steven Rostedt
1
-19
/
+417
2025-10-28
tracing: Make trace_user_fault_read() exposed to rest of tracing
Steven Rostedt
2
-62
/
+205
2025-10-28
sched_ext: Use SCX_TASK_READY test instead of tryget_task_struct() during cla...
Tejun Heo
1
-3
/
+1
2025-10-28
rcu: Add a small-width RCU watching counter debug option
Valentin Schneider
1
-0
/
+15
2025-10-28
bpf: Fix stackmap overflow check in __bpf_get_stackid()
Arnaud Lecomte
1
-7
/
+8
2025-10-28
bpf: Refactor stack map trace depth calculation into helper function
Arnaud Lecomte
1
-15
/
+32
2025-10-28
sched: Fix the do_set_cpus_allowed() locking fix
Peter Zijlstra
1
-10
/
+7
2025-10-28
blktrace: for ftrace use correct trace format ver
Chaitanya Kulkarni
1
-5
/
+54
2025-10-28
blktrace: use debug print to report dropped events
Chaitanya Kulkarni
1
-2
/
+5
2025-10-27
bpf: Add overwrite mode for BPF ring buffer
Xu Kuohai
1
-19
/
+95
2025-10-27
Merge tag 'sched_ext-for-6.18-rc3-fixes' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2
-15
/
+112
2025-10-27
bpf: dispatch to sleepable file dynptr
Mykyta Yatsenko
2
-3
/
+12
2025-10-27
bpf: verifier: refactor kfunc specialization
Mykyta Yatsenko
1
-46
/
+51
2025-10-27
bpf: add kfuncs and helpers support for file dynptrs
Mykyta Yatsenko
1
-2
/
+90
2025-10-27
bpf: add plumbing for file-backed dynptr
Mykyta Yatsenko
3
-6
/
+39
2025-10-27
bpf: verifier: centralize const dynptr check in unmark_stack_slots_dynptr()
Mykyta Yatsenko
1
-8
/
+9
2025-10-27
bpf: widen dynptr size/offset to 64 bit
Mykyta Yatsenko
2
-56
/
+56
2025-10-27
genirq: Kill irq_{g,s}et_percpu_devid_partition()
Marc Zyngier
1
-23
/
+1
2025-10-27
genirq: Allow per-cpu interrupt sharing for non-overlapping affinities
Marc Zyngier
2
-14
/
+61
2025-10-27
genirq: Update request_percpu_nmi() to take an affinity
Marc Zyngier
1
-5
/
+7
2025-10-27
genirq: Add affinity to percpu_devid interrupt requests
Marc Zyngier
1
-4
/
+10
2025-10-27
genirq: Factor-in percpu irqaction creation
Marc Zyngier
1
-16
/
+24
2025-10-27
genirq: Kill handle_percpu_devid_fasteoi_nmi()
Marc Zyngier
1
-25
/
+0
2025-10-27
irqdomain: Add firmware info reporting interface
Marc Zyngier
1
-5
/
+27
2025-10-26
Merge tag 'irq_urgent_for_v6.18_rc3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-3
/
+3
2025-10-26
Merge tag 'sched_urgent_for_v6.18_rc3' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-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
/
+1
2025-10-24
sched: Remove never used code in mm_cid_get()
Andy Shevchenko
1
-2
/
+0
2025-10-24
sched_ext: Fix scx_bpf_dsq_peek() with FIFO DSQs
Andrea Righi
1
-3
/
+3
2025-10-24
treewide: Remove in_irq()
Matthew Wilcox (Oracle)
2
-3
/
+3
2025-10-24
bpf: Conditionally include dynptr copy kfuncs
Malin Jonsson
1
-0
/
+2
2025-10-24
watchdog: move nmi_watchdog sysctl into .rodata
Joel Granados
1
-8
/
+1
2025-10-24
Merge tag 'drm-misc-next-2025-10-21' of https://gitlab.freedesktop.org/drm/mi...
Simona Vetter
1
-0
/
+11
2025-10-24
kdb: Adapt kdb_msg_write to work with NBCON consoles
Marcos Paulo de Souza
1
-15
/
+32
2025-10-24
printk: nbcon: Export nbcon_write_context_set_buf
Marcos Paulo de Souza
1
-2
/
+2
2025-10-24
printk: nbcon: Allow KDB to acquire the NBCON context
Marcos Paulo de Souza
1
-1
/
+5
2025-10-24
printk: nbcon: Introduce KDB helpers
Marcos Paulo de Souza
1
-0
/
+61
2025-10-24
printk: nbcon: Export console_is_usable
Marcos Paulo de Souza
1
-45
/
+0
2025-10-24
genirq/manage: Add buslock back in to enable_irq()
Charles Keepax
1
-1
/
+1
2025-10-24
genirq/manage: Add buslock back in to __disable_irq_nosync()
Charles Keepax
1
-1
/
+1
2025-10-24
genirq/chip: Add buslock back in to irq_set_handler()
Charles Keepax
1
-1
/
+1
2025-10-23
Merge tag 'trace-rv-v6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-6
/
+7
2025-10-23
printk: Use console_flush_one_record for legacy printer kthread
Andrew Murray
1
-6
/
+15
2025-10-23
printk: console_flush_one_record() code cleanup
Petr Mladek
1
-28
/
+31
2025-10-23
printk: Introduce console_flush_one_record
Andrew Murray
1
-59
/
+99
2025-10-23
Revert "PM: sleep: Make pm_wakeup_clear() call more clear"
Samuel Wu
2
-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
-1
/
+4
2025-10-22
audit: fix comment misindentation in audit.h
Ricardo Robaina
1
-1
/
+1
2025-10-22
sched_ext: Use rhashtable_lookup() instead of rhashtable_lookup_fast()
Tejun Heo
1
-1
/
+1
[prev]
[next]