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
/
arch
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
9 days
riscv: kexec_file: Support loading Image binary file
Song Shuai
5
-1
/
+101
9 days
riscv: kexec_file: Split the loading of kernel and others
Song Shuai
5
-486
/
+510
9 days
riscv: ftrace: support direct call using call_ops
Andy Chiu
5
-27
/
+48
9 days
riscv: Implement HAVE_DYNAMIC_FTRACE_WITH_CALL_OPS
Puranjay Mohan
5
-6
/
+105
9 days
riscv: ftrace: support PREEMPT
Andy Chiu
1
-1
/
+1
9 days
riscv: add a data fence for CMODX in the kernel mode
Andy Chiu
1
-1
/
+14
9 days
riscv: vector: Support calling schedule() for preemptible Vector
Andy Chiu
2
-3
/
+24
9 days
riscv: ftrace: do not use stop_machine to update code
Andy Chiu
1
-54
/
+10
9 days
riscv: ftrace: prepare ftrace for atomic code patching
Andy Chiu
3
-97
/
+98
9 days
riscv: ftrace: align patchable functions to 4 Byte boundary
Andy Chiu
1
-0
/
+2
9 days
riscv: ftrace factor out code defined by !WITH_ARG
Andy Chiu
2
-49
/
+0
9 days
riscv: ftrace: support fastcc in Clang for WITH_ARGS
Andy Chiu
3
-2
/
+28
9 days
Merge tag 'dmaengine-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine
Linus Torvalds
1
-0
/
+165
9 days
s390/mm: Fix in_atomic() handling in do_secure_storage_access()
Heiko Carstens
1
-0
/
+2
9 days
um: remove "extern" from implementation of sigchld_handler
Benjamin Berg
1
-2
/
+2
9 days
um: fix unused variable warning
Benjamin Berg
1
-3
/
+0
9 days
riscv: misaligned: add a function to check misalign trap delegability
Clément Léger
2
-2
/
+21
9 days
riscv: misaligned: move emulated access uniformity check in a function
Clément Léger
1
-6
/
+14
9 days
riscv: misaligned: declare misaligned_access_speed under CONFIG_RISCV_MISALIGNED
Clément Léger
2
-3
/
+4
9 days
riscv: misaligned: use on_each_cpu() for scalar misaligned access probing
Clément Léger
1
-2
/
+6
9 days
riscv: misaligned: request misaligned exception from SBI
Clément Léger
3
-5
/
+77
9 days
riscv: sbi: add SBI FWFT extension calls
Clément Léger
1
-1
/
+19
9 days
riscv: sbi: add FWFT extension interface
Clément Léger
2
-0
/
+74
9 days
riscv: sbi: add new SBI error mappings
Clément Léger
1
-0
/
+10
9 days
riscv: sbi: remove useless parenthesis
Clément Léger
1
-3
/
+3
9 days
riscv: sbi: add Firmware Feature (FWFT) SBI extensions definitions
Clément Léger
1
-0
/
+33
10 days
Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci
Linus Torvalds
3
-4
/
+4
10 days
Merge branch 'pci/misc'
Bjorn Helgaas
2
-3
/
+3
10 days
um: fix SECCOMP 32bit xstate register restore
Benjamin Berg
2
-5
/
+1
11 days
Merge tag 'mfd-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
Linus Torvalds
4
-4
/
+4
11 days
Merge tag 'xtensa-20250603' of https://github.com/jcmvbkbc/linux-xtensa
Linus Torvalds
12
-15
/
+12
11 days
Merge tag 'hyperv-next-signed-20250602' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux
Linus Torvalds
13
-119
/
+135
11 days
Merge tag 'v6.16-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-1
/
+2
11 days
Merge tag 'bitmap-for-6.16-rc1' of https://github.com/norov/linux
Linus Torvalds
1
-1
/
+1
11 days
x86/iopl: Cure TIF_IO_BITMAP inconsistencies
Thomas Gleixner
2
-4
/
+15
11 days
Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
2
-3
/
+4
12 days
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
67
-1002
/
+1302
12 days
Merge tag 'm68knommu-for-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu
Linus Torvalds
3
-6
/
+7
12 days
Revert "RISC-V: vDSO: Wire up getrandom() vDSO implementation"
Palmer Dabbelt
6
-298
/
+0
12 days
um: pass FD for memory operations when needed
Benjamin Berg
8
-60
/
+280
12 days
um: Add SECCOMP support detection and initialization
Benjamin Berg
2
-4
/
+195
12 days
um: Implement kernel side of SECCOMP based process handling
Benjamin Berg
10
-138
/
+459
12 days
um: Track userspace children dying in SECCOMP mode
Benjamin Berg
11
-8
/
+145
12 days
um: Add helper functions to get/set state for SECCOMP
Benjamin Berg
3
-20
/
+283
12 days
um: Add stub side of SECCOMP/futex based process handling
Benjamin Berg
7
-0
/
+120
12 days
um: Move faultinfo extraction into userspace routine
Benjamin Berg
1
-11
/
+6
12 days
arm64: Add override for MPAM
Xi Ruoyao
4
-18
/
+23
12 days
arm64/mm: Close theoretical race where stale TLB entry remains valid
Ryan Roberts
1
-4
/
+5
12 days
arm64: Work around convergence issue with LLD linker
Ard Biesheuvel
2
-1
/
+12
12 days
arm64: Disable LLD linker ASSERT()s for the time being
Ard Biesheuvel
1
-0
/
+6
[prev]
[next]