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-11
Merge tag 'for-net-2025-11-11' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
Jakub Kicinski
9
-82
/
+158
2025-11-11
ethtool: fix incorrect kernel-doc style comment in ethtool.h
Kriish Sharma
1
-1
/
+1
2025-11-11
dt-bindings: interrupt-controller: aspeed,ast2700: Correct #interrupt-cells and interrupts count
Ryan Chen
1
-4
/
+9
2025-11-11
irqchip/aclint-sswi: Add Nuclei UX900 support
Junhui Liu
1
-1
/
+2
2025-11-11
dt-bindings: interrupt-controller: Add Anlogic DR1V90 ACLINT SSWI
Junhui Liu
1
-0
/
+4
2025-11-11
dt-bindings: interrupt-controller: Add Anlogic DR1V90 ACLINT MSWI
Junhui Liu
1
-6
/
+11
2025-11-11
dt-bindings: interrupt-controller: Add Anlogic DR1V90 PLIC
Junhui Liu
1
-0
/
+1
2025-11-11
irqchip/irq-bcm7038-l1: Remove unused reg_mask_status()
Krzysztof Kozlowski
1
-6
/
+0
2025-11-11
irqchip/sifive-plic: Fix call to __plic_toggle() in M-Mode code path
Charles Mirabile
1
-5
/
+4
2025-11-11
iio: accel: bmc150: Fix irq assumption regression
Linus Walleij
2
-0
/
+6
2025-11-11
arm64: add unlikely hint to MTE async fault check in el0_svc_common
Li Qiang
1
-1
/
+1
2025-11-11
gendwarfksyms: Skip files with no exports
Sami Tolvanen
3
-3
/
+6
2025-11-11
arm64: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
Thomas Huth
66
-136
/
+136
2025-11-11
arm64: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
Thomas Huth
3
-5
/
+5
2025-11-11
arm64: acpi: add newline to deferred APEI warning
Osama Abdelkader
1
-1
/
+1
2025-11-11
arm64: entry: Clean out some indirection
Linus Walleij
1
-25
/
+3
2025-11-11
arm64/mm: Ensure PGD_SIZE is aligned to 64 bytes when PA_BITS = 52
Anshuman Khandual
1
-1
/
+1
2025-11-11
crypto: testmgr - Remove polyval tests
Eric Biggers
3
-181
/
+0
2025-11-11
lib/crypto: tests: Add KUnit tests for POLYVAL
Eric Biggers
5
-2
/
+464
2025-11-11
lib/crypto: tests: Add additional SHAKE tests
Eric Biggers
3
-55
/
+170
2025-11-11
lib/crypto: tests: Add SHA3 kunit tests
David Howells
6
-1
/
+601
2025-11-11
lib/crypto: tests: Add KUnit tests for BLAKE2b
Eric Biggers
5
-13
/
+501
2025-11-11
fscrypt: Drop obsolete recommendation to enable optimized POLYVAL
Eric Biggers
1
-2
/
+0
2025-11-11
crypto: polyval - Remove the polyval crypto_shash
Eric Biggers
3
-216
/
+0
2025-11-11
crypto: hctr2 - Convert to use POLYVAL library
Eric Biggers
3
-163
/
+64
2025-11-11
lib/crypto: x86/polyval: Migrate optimized code into library
Eric Biggers
8
-214
/
+107
2025-11-11
lib/crypto: arm64/polyval: Migrate optimized code into library
Eric Biggers
8
-191
/
+110
2025-11-11
lib/crypto: polyval: Add POLYVAL library
Eric Biggers
4
-3
/
+493
2025-11-11
crypto: polyval - Rename conflicting functions
Eric Biggers
1
-6
/
+6
2025-11-11
arm64/efi: Call EFI runtime services without disabling preemption
Ard Biesheuvel
1
-2
/
+21
2025-11-11
arm64/efi: Move uaccess en/disable out of efi_set_pgd()
Ard Biesheuvel
2
-10
/
+21
2025-11-11
arm64/efi: Drop efi_rt_lock spinlock from EFI arch wrapper
Ard Biesheuvel
1
-4
/
+1
2025-11-11
arm64/fpsimd: Permit kernel mode NEON with IRQs off
Ard Biesheuvel
2
-7
/
+20
2025-11-11
arm64/fpsimd: Don't warn when EFI execution context is preemptible
Ard Biesheuvel
1
-2
/
+2
2025-11-11
efi/runtime-wrappers: Keep track of the efi_runtime_lock owner
Ard Biesheuvel
2
-1
/
+18
2025-11-11
efi: Add missing static initializer for efi_mm::cpus_allowed_lock
Ard Biesheuvel
1
-0
/
+3
2025-11-11
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
15
-82
/
+165
2025-11-11
Merge tag 'for-6.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
4
-34
/
+34
2025-11-11
Merge tag 'mm-hotfixes-stable-2025-11-10-19-30' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
30
-152
/
+424
2025-11-11
smb: client: let smbd_disconnect_rdma_connection() turn CREATED into DISCONNECTED
Stefan Metzmacher
1
-0
/
+3
2025-11-11
ALSA: usb-audio: Fix NULL pointer dereference in snd_usb_mixer_controls_badd
Haein Lee
1
-0
/
+2
2025-11-11
mmc: dw_mmc-rockchip: Fix wrong internal phase calculate
Shawn Lin
1
-2
/
+2
2025-11-11
mmc: pxamci: Simplify pxamci_probe() error handling using devm APIs
Rakuram Eswaran
1
-38
/
+18
2025-11-11
sched/deadline: Minor cleanup in select_task_rq_dl()
Shrikanth Hegde
1
-2
/
+1
2025-11-11
sched/deadline: Use cpumask_weight_and() in dl_bw_cpus
Shrikanth Hegde
1
-10
/
+1
2025-11-11
sched/deadline: Document dl_server
Peter Zijlstra
1
-0
/
+194
2025-11-11
memblock: fix memblock_estimated_nr_free_pages() for soft-reserved memory
Akinobu Mita
1
-1
/
+2
2025-11-11
smb: fix invalid username check in smb3_fs_context_parse_param()
Yiqi Sun
1
-1
/
+1
2025-11-11
smb: server: let smb_direct_disconnect_rdma_connection() turn CREATED into DISCONNECTED
Stefan Metzmacher
1
-0
/
+3
2025-11-11
x86/coco/sev: Convert has_cpuflag() to use cpu_feature_enabled()
Borislav Petkov (AMD)
4
-4
/
+3
[prev]
[next]