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
2025-02-17
bpf: Allow struct_ops prog to return referenced kptr
Amery Hung
2
-5
/
+43
2025-02-17
bpf: Support getting referenced kptr from struct_ops argument
Amery Hung
3
-9
/
+54
2025-02-17
bpf: Make every prog keep a copy of ctx_arg_info
Amery Hung
3
-17
/
+19
2025-02-17
Merge tag 'vfs-6.14-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-50
/
+84
2025-02-17
Merge 6.14-rc3 into tty-next
Greg Kroah-Hartman
23
-121
/
+296
2025-02-17
Merge 6.14-rc3 into driver-core-next
Greg Kroah-Hartman
11
-75
/
+137
2025-02-16
Merge tag 'irq_urgent_for_v6.14_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-4
/
+0
2025-02-16
Merge tag 'sched_urgent_for_v6.14_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+3
2025-02-16
sched_ext: idle: Per-node idle cpumasks
Andrea Righi
3
-55
/
+233
2025-02-16
sched_ext: idle: Introduce SCX_OPS_BUILTIN_IDLE_PER_NODE
Andrea Righi
3
-11
/
+43
2025-02-16
sched_ext: idle: Make idle static keys private
Andrea Righi
3
-28
/
+32
2025-02-15
Merge tag 'trace-ring-buffer-v6.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
2
-9
/
+31
2025-02-15
ring-buffer: Update pages_touched to reflect persistent buffer content
Steven Rostedt
1
-0
/
+5
2025-02-15
tracing: Do not allow mmap() of persistent ring buffer
Steven Rostedt
1
-0
/
+4
2025-02-15
kernfs: Use RCU to access kernfs_node::parent.
Sebastian Andrzej Siewior
2
-6
/
+20
2025-02-14
bpf: Fix array bounds error with may_goto
Jiayuan Chen
2
-4
/
+22
2025-02-14
Merge tag 'sched_ext-for-6.14-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext
Linus Torvalds
5
-45
/
+85
2025-02-14
Merge tag 'cgroup-for-6.14-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Linus Torvalds
2
-9
/
+12
2025-02-14
Merge tag 'wq-for-6.14-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-6
/
+6
2025-02-14
ring-buffer: Validate the persistent meta data subbuf array
Steven Rostedt
1
-2
/
+20
2025-02-14
tracing: Have the error of __tracing_resize_ring_buffer() passed to user
Steven Rostedt
1
-7
/
+1
2025-02-14
ring-buffer: Unlock resize on mmap error
Steven Rostedt
1
-0
/
+1
2025-02-14
workqueue: Log additional details when rejecting work
Will Deacon
1
-1
/
+3
2025-02-14
sched_ext: Provides a sysfs 'events' to expose core event counters
Changwoo Min
1
-1
/
+26
2025-02-14
x86/ibt: Clean up is_endbr()
Peter Zijlstra
1
-17
/
+4
2025-02-14
Merge branch 'x86/mm'
Peter Zijlstra
2
-62
/
+28
2025-02-14
module: don't annotate ROX memory as kmemleak_not_leak()
Mike Rapoport (Microsoft)
1
-1
/
+2
2025-02-14
sched/fair: Refactor can_migrate_task() to elimate looping
I Hsin Cheng
1
-6
/
+5
2025-02-14
sched/eevdf: Force propagating min_slice of cfs_rq when {en,de}queue tasks
Tianchen Ding
1
-0
/
+4
2025-02-14
sched: Don't define sched_clock_irqtime as static key
Yafang Shao
2
-6
/
+6
2025-02-14
sched: Reduce the default slice to avoid tasks getting an extra tick
zihan zhou
1
-3
/
+3
2025-02-14
sched: Cancel the slice protection of the idle entity
zihan zhou
1
-13
/
+33
2025-02-14
Revert "kernel/debug: Mask KGDB NMI upon entry"
Douglas Anderson
1
-11
/
+3
2025-02-14
Revert "kdb: Implement disable_nmi command"
Douglas Anderson
1
-37
/
+0
2025-02-13
bpf: fs/xattr: Add BPF kfuncs to set and remove xattrs
Song Liu
1
-0
/
+21
2025-02-13
bpf: lsm: Add two more sleepable hooks
Song Liu
1
-0
/
+2
2025-02-13
bpf: Add tracepoints with null-able arguments
Jiri Olsa
1
-0
/
+99
2025-02-13
cpu: export lockdep_assert_cpus_held()
Hamza Mahfooz
1
-0
/
+1
2025-02-13
sched_ext: Implement SCX_OPS_ALLOW_QUEUED_WAKEUP
Tejun Heo
3
-13
/
+38
2025-02-13
sched_ext: Use SCX_CALL_OP_TASK in task_tick_scx
Chuyi Zhou
1
-3
/
+3
2025-02-13
genirq: Remove unused CONFIG_GENERIC_PENDING_IRQ_CHIPFLAGS
Anup Patel
1
-4
/
+0
2025-02-12
acct: block access to kernel internal filesystems
Christian Brauner
1
-0
/
+14
2025-02-12
acct: perform last write from workqueue
Christian Brauner
1
-50
/
+70
2025-02-12
uidgid: add map_id_range_up()
Christian Brauner
1
-9
/
+17
2025-02-10
crash: Use note name macros
Akihiko Odaki
1
-1
/
+1
2025-02-10
Merge branch 'for-6.14-fixes' into for-6.15
Tejun Heo
1
-8
/
+21
2025-02-10
sched_ext: Fix incorrect assumption about migration disabled tasks in task_can_run_on_remote_rq()
Tejun Heo
1
-8
/
+21
2025-02-10
seccomp: remove the 'sd' argument from __seccomp_filter()
Oleg Nesterov
1
-13
/
+8
2025-02-10
seccomp: remove the 'sd' argument from __secure_computing()
Oleg Nesterov
2
-8
/
+6
2025-02-10
seccomp: fix the __secure_computing() stub for !HAVE_ARCH_SECCOMP_FILTER
Oleg Nesterov
1
-4
/
+10
[prev]
[next]