index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-08
bpf: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
1
-1
/
+2
2025-09-08
bpf: replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
3
-4
/
+4
2025-09-08
bpf: replace use of system_wq with system_percpu_wq
Marco Crivellari
2
-2
/
+2
2025-09-07
Merge tag 'timers-urgent-2025-09-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-4
/
+10
2025-09-07
Merge tag 'locking-urgent-2025-09-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-5
/
+13
2025-09-07
Merge tag 'perf-urgent-2025-09-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+1
2025-09-06
tracing/osnoise: Fix null-ptr-deref in bitmap_parselist()
Wang Liang
1
-0
/
+3
2025-09-06
trace/fgraph: Fix error handling
Guenter Roeck
1
-1
/
+2
2025-09-05
Merge tag 'audit-pr-20250905' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit
Linus Torvalds
1
-1
/
+1
2025-09-05
workqueue: replace use of system_wq with system_percpu_wq
Marco Crivellari
1
-1
/
+1
2025-09-05
workqueue: replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
1
-1
/
+1
2025-09-05
cgroup: Merge branch 'for-6.17-fixes' into for-6.18
Tejun Heo
1
-7
/
+37
2025-09-05
cgroup: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
2
-2
/
+2
2025-09-05
cgroup: replace use of system_wq with system_percpu_wq
Marco Crivellari
1
-1
/
+1
2025-09-04
cgroup: Remove unused local variables from cgroup_procs_write_finish()
Tejun Heo
1
-3
/
+0
2025-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-10
/
+16
2025-09-04
sched_ext: Fix NULL dereference in scx_bpf_cpu_rq() warning
Andrea Righi
1
-2
/
+5
2025-09-04
change the calling conventions for vfs_parse_fs_string()
Al Viro
1
-2
/
+1
2025-09-04
PM: sleep: Make pm_wakeup_clear() call more clear
Samuel Wu
2
-1
/
+1
2025-09-04
workqueue: Provide a handshake for canceling BH workers
Sebastian Andrzej Siewior
1
-9
/
+41
2025-09-04
cgroup: Remove unused cgroup_subsys::post_attach
Chuyi Zhou
1
-4
/
+0
2025-09-04
cpuset: Defer flushing of the cpuset_migrate_mm_wq to task_work
Chuyi Zhou
1
-5
/
+24
2025-09-04
cpuset: Don't always flush cpuset_migrate_mm_wq in cpuset_write_resmask
Chuyi Zhou
1
-1
/
+2
2025-09-04
workqueue: Remove rcu_read_lock/unlock() in wq_watchdog_timer_fn()
Zqiang
1
-4
/
+0
2025-09-04
workqueue: Remove redundant rcu_read_lock/unlock() in workqueue_congested()
Zqiang
1
-2
/
+0
2025-09-04
bpf: add bpf_strcasecmp kfunc
Rong Tao
1
-20
/
+48
2025-09-04
audit: init ab->skb_list earlier in audit_buffer_alloc()
Eric Dumazet
1
-1
/
+2
2025-09-04
time: Build generic update_vsyscall() only with generic time vDSO
Thomas Weißschuh
1
-1
/
+1
2025-09-03
time: export timespec64_add_safe() symbol
Gatien Chevallier
1
-0
/
+1
2025-09-03
sched_ext: deprecation warn for scx_bpf_cpu_rq()
Christian Loehle
2
-0
/
+10
2025-09-03
sched_ext: Introduce scx_bpf_cpu_curr()
Christian Loehle
1
-0
/
+14
2025-09-03
sched_ext: Introduce scx_bpf_locked_rq()
Christian Loehle
1
-0
/
+23
2025-09-03
sched_ext: Use cgroup_lock/unlock() to synchronize against cgroup operations
Tejun Heo
3
-56
/
+14
2025-09-03
sched_ext: Put event_stats_cpu in struct scx_sched_pcpu
Tejun Heo
2
-16
/
+19
2025-09-03
sched_ext: Move internal type and accessor definitions to ext_internal.h
Tejun Heo
4
-1057
/
+1062
2025-09-03
sched_ext: Keep bypass on between enable failure and scx_disable_workfn()
Tejun Heo
1
-1
/
+1
2025-09-03
sched_ext: Make explicit scx_task_iter_relock() calls unnecessary
Tejun Heo
1
-20
/
+23
2025-09-03
audit: fix out-of-bounds read in audit_compare_dname_path()
Stanislav Fort
1
-1
/
+1
2025-09-03
cgroup/cpuset: Prevent NULL pointer access in free_tmpmasks()
Waiman Long
1
-0
/
+3
2025-09-03
sched: Fix sched_numa_find_nth_cpu() if mask offline
Christian Loehle
1
-0
/
+2
2025-09-03
genirq/test: Ensure CPU 1 is online for hotplug test
Brian Norris
1
-0
/
+2
2025-09-03
genirq/test: Drop CONFIG_GENERIC_IRQ_MIGRATION assumptions
Brian Norris
1
-4
/
+0
2025-09-03
genirq/test: Depend on SPARSE_IRQ
Brian Norris
1
-0
/
+1
2025-09-03
genirq/test: Fail early if interrupt request fails
Brian Norris
1
-5
/
+5
2025-09-03
genirq/test: Factor out fake-virq setup
Brian Norris
1
-25
/
+20
2025-09-03
genirq/test: Select IRQ_DOMAIN
Brian Norris
1
-0
/
+1
2025-09-03
genirq/test: Fix depth tests on architectures with NOREQUEST by default.
David Gow
1
-0
/
+12
2025-09-03
genirq: Add support for warning on long-running interrupt handlers
Wladislav Wiebe
1
-1
/
+48
2025-09-03
vdso/vsyscall: Avoid slow division loop in auxiliary clock update
Thomas Weißschuh
2
-4
/
+10
2025-09-03
perf: Fix the POLL_HUP delivery breakage
Kan Liang
1
-0
/
+1
[prev]
[next]