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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-04
backing-file: use credential guards for reads
Christian Brauner
1
-24
/
+28
2025-11-04
aio: use credential guards
Christian Brauner
1
-3
/
+3
2025-11-04
cred: add scoped_with_creds() guards
Christian Brauner
1
-2
/
+4
2025-11-04
Merge patch series "creds: add {scoped_}with_kernel_creds()"
Christian Brauner
10
-126
/
+101
2025-11-04
unix: don't copy creds
Christian Brauner
1
-13
/
+4
2025-11-04
target: don't copy kernel creds
Christian Brauner
1
-12
/
+2
2025-11-04
nbd: don't copy kernel creds
Christian Brauner
1
-31
/
+19
2025-11-04
firmware: don't copy kernel creds
Christian Brauner
1
-34
/
+25
2025-11-04
cred: add scoped_with_kernel_creds()
Christian Brauner
1
-0
/
+8
2025-11-04
cred: make init_cred static
Christian Brauner
4
-29
/
+28
2025-11-04
cred: add kernel_cred() helper
Christian Brauner
1
-0
/
+7
2025-11-04
cleanup: fix scoped_class()
Christian Brauner
1
-7
/
+8
2025-11-04
parisc: Avoid crash due to unaligned access in unwinder
Helge Deller
1
-3
/
+10
2025-11-04
ALSA: usb-audio: add min_mute quirk for SteelSeries Arctis
Pauli Virtanen
1
-0
/
+2
2025-11-04
x86/ptrace: Always inline trivial accessors
Peter Zijlstra
1
-10
/
+10
2025-11-04
cleanup: Always inline everything
Peter Zijlstra
1
-15
/
+15
2025-11-04
rseq: Switch to TIF_RSEQ if supported
Thomas Gleixner
6
-13
/
+61
2025-11-04
rseq: Split up rseq_exit_to_user_mode()
Thomas Gleixner
2
-5
/
+37
2025-11-04
entry: Split up exit_to_user_mode_prepare()
Thomas Gleixner
3
-7
/
+46
2025-11-04
rseq: Switch to fast path processing on exit to user
Thomas Gleixner
6
-22
/
+41
2025-11-04
rseq: Implement fast path for exit to user
Thomas Gleixner
3
-3
/
+135
2025-11-04
rseq: Optimize event setting
Thomas Gleixner
6
-13
/
+95
2025-11-04
rseq: Rework the TIF_NOTIFY handler
Thomas Gleixner
2
-43
/
+62
2025-11-04
rseq: Separate the signal delivery path
Thomas Gleixner
2
-13
/
+38
2025-11-04
rseq: Provide and use rseq_set_ids()
Thomas Gleixner
5
-202
/
+151
2025-11-04
rseq: Use static branch for syscall exit debug when GENERIC_IRQ_ENTRY=y
Thomas Gleixner
3
-3
/
+18
2025-11-04
rseq: Make exit debugging static branch based
Thomas Gleixner
1
-1
/
+1
2025-11-04
rseq: Replace the original debug implementation
Thomas Gleixner
1
-69
/
+12
2025-11-04
rseq: Provide and use rseq_update_user_cs()
Thomas Gleixner
3
-171
/
+290
2025-11-04
rseq: Provide static branch for runtime debugging
Thomas Gleixner
4
-4
/
+90
2025-11-04
rseq: Expose lightweight statistics in debugfs
Thomas Gleixner
4
-23
/
+133
2025-11-04
rseq: Provide tracepoint wrappers for inline code
Thomas Gleixner
2
-1
/
+46
2025-11-04
rseq: Record interrupt from user space
Thomas Gleixner
4
-6
/
+33
2025-11-04
rseq: Cache CPU ID and MM CID values
Thomas Gleixner
4
-4
/
+32
2025-11-04
sched: Move MM CID related functions to sched.h
Thomas Gleixner
2
-25
/
+26
2025-11-04
entry: Inline irqentry_enter/exit_from/to_user_mode()
Thomas Gleixner
2
-15
/
+11
2025-11-04
entry: Remove syscall_enter_from_user_mode_prepare()
Thomas Gleixner
3
-30
/
+7
2025-11-04
entry: Clean up header
Thomas Gleixner
2
-4
/
+6
2025-11-04
rseq: Introduce struct rseq_data
Thomas Gleixner
5
-72
/
+110
2025-11-04
rseq: Avoid CPU/MM CID updates when no event pending
Thomas Gleixner
1
-5
/
+6
2025-11-04
rseq, virt: Retrigger RSEQ after vcpu_run()
Thomas Gleixner
4
-36
/
+67
2025-11-04
rseq: Simplify the event notification
Thomas Gleixner
7
-92
/
+48
2025-11-04
rseq: Simplify registration
Thomas Gleixner
1
-7
/
+3
2025-11-04
rseq: Remove the ksig argument from rseq_handle_notify_resume()
Thomas Gleixner
2
-8
/
+9
2025-11-04
rseq: Move algorithm comment to top
Thomas Gleixner
1
-60
/
+59
2025-11-04
rseq: Condense the inline stubs
Thomas Gleixner
1
-35
/
+12
2025-11-04
rseq: Avoid pointless evaluation in __rseq_notify_resume()
Thomas Gleixner
3
-25
/
+58
2025-11-04
select: Convert to scoped user access
Thomas Gleixner
1
-8
/
+4
2025-11-04
x86/futex: Convert to scoped user access
Thomas Gleixner
1
-42
/
+33
2025-11-04
futex: Convert to get/put_user_inline()
Thomas Gleixner
2
-57
/
+5
[prev]
[next]