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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-17
lockdep: Use info level for lockdep initial info messages
Jiri Slaby (SUSE)
1
-11
/
+11
2024-10-17
lockdep: Add lockdep_cleanup_dead_cpu()
David Woodhouse
2
-0
/
+25
2024-10-17
futex: Use atomic64_try_cmpxchg_relaxed() in get_inode_sequence_number()
Uros Bizjak
1
-2
/
+2
2024-10-17
futex: Use atomic64_inc_return() in get_inode_sequence_number()
Uros Bizjak
1
-1
/
+1
2024-10-17
bpf: Fix print_reg_state's constant scalar dump
Daniel Borkmann
1
-2
/
+1
2024-10-17
bpf: Fix incorrect delta propagation between linked registers
Daniel Borkmann
1
-5
/
+6
2024-10-17
bpf: Fix iter/task tid filtering
Jordan Rome
1
-1
/
+1
2024-10-17
Merge tag 'net-6.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-0
/
+3
2024-10-17
sched_ext: Use btf_ids to resolve task_struct
Tianchen Ding
1
-9
/
+2
2024-10-17
Merge branch 'linus' into sched/urgent, to resolve conflict
Ingo Molnar
15
-182
/
+257
2024-10-16
genirq: Unexport nr_irqs
Bart Van Assche
1
-2
/
+1
2024-10-16
genirq: Switch to irq_get_nr_irqs()
Bart Van Assche
2
-2
/
+3
2024-10-16
genirq: Introduce irq_get_nr_irqs() and irq_set_nr_irqs()
Bart Van Assche
1
-0
/
+23
2024-10-16
bpf: Prevent tailcall infinite loop caused by freplace
Leon Hwang
4
-13
/
+68
2024-10-16
bpf: Add bpf_task_from_vpid() kfunc
Juntong Deng
1
-0
/
+20
2024-10-16
mm/bpf: Add bpf_get_kmem_cache() kfunc
Namhyung Kim
2
-0
/
+6
2024-10-16
printk: Improve memory usage logging during boot
Isaac J. Manjarres
1
-4
/
+22
2024-10-15
Merge tag 'sched_ext-for-6.12-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext
Linus Torvalds
1
-85
/
+101
2024-10-16
timers: Add a warning to usleep_range_state() for wrong order of arguments
Anna-Maria Behnsen
1
-0
/
+3
2024-10-16
timers: Update function descriptions of sleep/delay related functions
Anna-Maria Behnsen
1
-6
/
+47
2024-10-16
timers: Update schedule_[hr]timeout*() related function descriptions
Anna-Maria Behnsen
1
-25
/
+41
2024-10-16
timers: Move *sleep*() and timeout functions into a separate file
Anna-Maria Behnsen
4
-313
/
+318
2024-10-16
time: Remove '%' from numeric constant in kernel-doc comment
Wang Jinchao
1
-8
/
+8
2024-10-15
Merge tag 'trace-ringbuffer-v6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
2
-21
/
+29
2024-10-15
bpf: Fix truncation bug in coerce_reg_to_size_sx()
Dimitar Kanaliev
1
-4
/
+4
2024-10-15
vdso: Remove timekeeper argument of __arch_update_vsyscall()
Thomas Weißschuh
1
-1
/
+1
2024-10-15
ring-buffer: Fix reader locking when changing the sub buffer order
Petr Pavlu
1
-18
/
+26
2024-10-14
bpf: Add kmem_cache iterator
Namhyung Kim
2
-0
/
+176
2024-10-14
posix-clock: Fix missing timespec64 check in pc_clock_settime()
Jinjie Ruan
1
-0
/
+3
2024-10-14
cgroup: Fix potential overflow issue when checking max_depth
Xiu Jianfeng
1
-2
/
+2
2024-10-14
sched_ext: Remove unnecessary cpu_relax()
David Vernet
1
-1
/
+0
2024-10-14
ring-buffer: Fix refcount setting of boot mapped buffers
Steven Rostedt
1
-3
/
+3
2024-10-14
kcsan: Remove redundant call of kallsyms_lookup_name()
Ran Xiaokai
1
-2
/
+1
2024-10-14
kcsan: Turn report_filterlist_lock into a raw_spinlock
Marco Elver
1
-38
/
+36
2024-10-14
sched: Split scheduler and execution contexts
Peter Zijlstra
7
-80
/
+114
2024-10-14
sched: Split out __schedule() deactivate task logic into a helper
John Stultz
1
-27
/
+40
2024-10-14
sched: Consolidate pick_*_task to task_is_pushable helper
Connor O'Brien
3
-19
/
+12
2024-10-14
sched: Add move_queued_task_locked helper
Connor O'Brien
4
-22
/
+19
2024-10-14
locking/mutex: Expose __mutex_owner()
Juri Lelli
2
-25
/
+27
2024-10-14
locking/mutex: Make mutex::wait_lock irq safe
Juri Lelli
2
-18
/
+21
2024-10-14
locking/mutex: Remove wakeups from under mutex::wait_lock
Peter Zijlstra
9
-39
/
+96
2024-10-14
sched: Improve cache locality of RSEQ concurrency IDs for intermittent workloads
Mathieu Desnoyers
3
-24
/
+48
2024-10-14
sched: idle: Optimize the generic idle loop by removing needless memory barrier
Zhongqiu Han
1
-1
/
+0
2024-10-14
Merge branch 'tip/sched/urgent'
Peter Zijlstra
13
-70
/
+128
2024-10-14
sched/fair: Fix external p->on_rq users
Peter Zijlstra
6
-6
/
+32
2024-10-14
sched/psi: Fix mistaken CPU pressure indication after corrupted task state bug
Johannes Weiner
2
-21
/
+39
2024-10-11
Merge tag 'rcu.fixes.6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rcu/linux
Linus Torvalds
1
-1
/
+7
2024-10-11
audit: change context data from secid to lsm_prop
Casey Schaufler
3
-21
/
+13
2024-10-11
audit: use an lsm_prop in audit_names
Casey Schaufler
2
-16
/
+6
2024-10-11
lsm: use lsm_prop in security_inode_getsecid
Casey Schaufler
1
-1
/
+5
[prev]
[next]