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
/
time
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-02
Merge tag 'core-core-2025-12-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2025-12-02
Merge tag 'timers-core-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
7
-173
/
+376
2025-12-01
Merge tag 'namespace-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-4
/
+1
2025-11-25
timekeeping: Fix error code in tk_aux_sysfs_init()
Dan Carpenter
1
-1
/
+3
2025-11-22
timers: Fix NULL function pointer race in timer_shutdown_sync()
Yipeng Zou
1
-3
/
+4
2025-11-20
timers/migration: Exclude isolated cpus from hierarchy
Gabriele Monaco
1
-0
/
+143
2025-11-20
timers/migration: Use scoped_guard on available flag set/clear
Gabriele Monaco
1
-17
/
+17
2025-11-20
timers/migration: Add mask for CPUs available in the hierarchy
Gabriele Monaco
1
-1
/
+14
2025-11-20
timers/migration: Rename 'online' bit to 'available'
Gabriele Monaco
2
-13
/
+13
2025-11-20
timekeeping: Fix resource leak in tk_aux_sysfs_init() error paths
Malaya Kumar Rout
1
-9
/
+12
2025-11-19
tick/sched: Fix bogus condition in report_idle_softirq()
Wen Yang
1
-6
/
+5
2025-11-14
time: Fix a few typos in time[r] related code comments
Jianyun Gao
2
-2
/
+2
2025-11-14
time: tick-oneshot: Add missing Return and parameter descriptions to kernel-doc
Sunday Adelodun
1
-1
/
+19
2025-11-14
posix-timers: Plug potential memory leak in do_timer_create()
Eslam Khafagy
1
-6
/
+6
2025-11-14
hrtimer: Store time as ktime_t in restart block
Thomas Weißschuh
2
-4
/
+4
2025-11-11
ns: drop custom reference count initialization for initial namespaces
Christian Brauner
1
-1
/
+1
2025-11-11
Merge branch 'kbuild-6.19.fms.extension'
Christian Brauner
1
-1
/
+1
2025-11-03
ns: use NS_COMMON_INIT() for all namespaces
Christian Brauner
1
-4
/
+1
2025-11-01
timers/migration: Remove dead code handling idle CPU checking for remote timers
Frederic Weisbecker
1
-16
/
+0
2025-11-01
timers/migration: Remove unused "cpu" parameter from tmigr_get_group()
Frederic Weisbecker
1
-3
/
+2
2025-11-01
timers/migration: Assert that hotplug preparing CPU is part of stable active hierarchy
Frederic Weisbecker
1
-0
/
+8
2025-11-01
timers/migration: Fix imbalanced NUMA trees
Frederic Weisbecker
1
-104
/
+127
2025-11-01
timers/migration: Remove locking on group connection
Frederic Weisbecker
1
-10
/
+0
2025-11-01
timers/migration: Convert "while" loops to use "for"
Frederic Weisbecker
1
-10
/
+13
2025-11-01
tick/sched: Limit non-timekeeper CPUs calling jiffies update
Steve Wahl
1
-4
/
+26
2025-10-24
treewide: Remove in_irq()
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-10-20
timekeeping: Fix aux clocks sysfs initialization loop bound
Haofeng Li
1
-1
/
+1
2025-10-02
Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-0
/
+1
2025-09-30
Merge tag 'timers-vdso-2025-09-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2025-09-30
Merge tag 'timers-clocksource-2025-09-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+2
2025-09-30
Merge tag 'timers-core-2025-09-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
9
-38
/
+43
2025-09-29
Merge tag 'namespace-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-16
/
+16
2025-09-29
Merge tag 'kernel-6.18-rc1.clone3' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-1
/
+1
2025-09-25
ns: move ns type into struct ns_common
Christian Brauner
1
-2
/
+1
2025-09-23
time/sched_clock: Export symbol for sched_clock register function
Daniel Lezcano
1
-2
/
+2
2025-09-22
ns: simplify ns_common_init() further
Christian Brauner
1
-1
/
+1
2025-09-21
time: Fix spelling mistakes in comments
Haofeng Li
4
-4
/
+4
2025-09-19
ns: use inode initializer for initial namespaces
Christian Brauner
1
-1
/
+1
2025-09-19
ns: rename to __ns_ref
Christian Brauner
1
-1
/
+1
2025-09-19
ns: add ns_common_free()
Christian Brauner
1
-1
/
+1
2025-09-19
nscommon: simplify initialization
Christian Brauner
1
-1
/
+1
2025-09-19
ns: add to_<type>_ns() to respective headers
Christian Brauner
1
-5
/
+0
2025-09-19
time: support ns lookup
Christian Brauner
1
-1
/
+10
2025-09-19
time: use ns_common_init()
Christian Brauner
1
-5
/
+2
2025-09-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-8
/
+3
2025-09-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-4
/
+10
2025-09-09
clocksource: Print durations for sync check unconditionally
Jiri Wiesner
1
-3
/
+2
2025-09-09
hrtimers: Unconditionally update target CPU base after offline timer migration
Xiongfeng Wang
1
-8
/
+3
2025-09-09
tick: Do not set device to detached state in tick_shutdown()
Bibo Mao
3
-13
/
+7
2025-09-09
hrtimer: Reorder branches in hrtimer_clockid_to_base()
Thomas Weißschuh
1
-2
/
+2
[next]