LinuxLists
Users
About
Jason A. Donenfeld (
[email protected]
)
Number of posts: 4358 (1.07 per day)
First post: 2013-04-15 14:17:40
Last post: 2024-06-14 19:34:05
Previous Page
/
Next Page
Date
List
Subject
2022-12-31 13:01:02
linux-kernel
Re: [PATCH qemu] x86: don't let decompressed kernel image clobber setup_data
2022-12-30 22:55:07
linux-kernel
Re: [PATCH qemu] x86: don't let decompressed kernel image clobber setup_data
2022-12-30 22:31:00
linux-kernel
Re: [PATCH qemu v2] x86: don't let decompressed kernel image clobber setup_data
2022-12-30 22:23:17
linux-kernel
[PATCH qemu v3] x86: don't let decompressed kernel image clobber setup_data
2022-12-30 19:21:08
linux-kernel
[PATCH qemu v2] x86: don't let decompressed kernel image clobber setup_data
2022-12-30 19:00:02
linux-kernel
Re: [PATCH qemu] x86: don't let decompressed kernel image clobber setup_data
2022-12-30 17:23:27
linux-kernel
Re: [PATCH qemu] x86: don't let decompressed kernel image clobber setup_data
2022-12-30 16:53:26
linux-kernel
Re: [PATCH qemu] x86: don't let decompressed kernel image clobber setup_data
2022-12-30 16:16:55
linux-kernel
Re: [PATCH qemu] x86: don't let decompressed kernel image clobber setup_data
2022-12-30 16:09:50
linux-kernel
Re: [PATCH qemu] x86: don't let decompressed kernel image clobber setup_data
2022-12-30 02:20:12
linux-kernel
Re: [linus:master] [kbuild] 3bc753c06d: xfstests.generic.454.fail
2022-12-29 04:55:34
linux-kernel
Re: [REGRESSION] suspend to ram fails in 6.2-rc1 due to tpm errors
2022-12-29 04:52:02
linux-kernel
Re: [REGRESSION] suspend to ram fails in 6.2-rc1 due to tpm errors
2022-12-29 03:10:54
linux-kernel
Re: [PATCH qemu] x86: don't let decompressed kernel image clobber setup_data
2022-12-28 17:25:39
linux-kernel
Re: [PATCH qemu] x86: don't let decompressed kernel image clobber setup_data
2022-12-28 16:53:10
linux-kernel
Re: [PATCH qemu] x86: don't let decompressed kernel image clobber setup_data
2022-12-28 15:11:40
linux-kernel
[PATCH qemu] x86: don't let decompressed kernel image clobber setup_data
2022-12-22 15:42:06
linux-kernel
Re: [PATCH] string.c: test *cmp for all possible 1-character strings
2022-12-21 14:26:53
linux-crypto
Re: [PATCH v12 0/6] implement getrandom() in vDSO
2022-12-21 14:26:40
linux-crypto
[PATCH v13 5/7] arch: allocate vgetrandom_alloc() syscall number
2022-12-21 14:26:23
linux-crypto
[PATCH v13 7/7] x86: vdso: Wire up getrandom() vDSO implementation
2022-12-21 14:26:01
linux-crypto
[PATCH v13 6/7] random: introduce generic vDSO getrandom() implementation
2022-12-21 14:25:48
linux-crypto
[PATCH v13 4/7] random: add vgetrandom_alloc() syscall
2022-12-21 14:25:42
linux-crypto
[PATCH v13 3/7] x86: mm: Skip faulting instruction for VM_DROPPABLE faults
2022-12-21 14:25:29
linux-crypto
[PATCH v13 2/7] mm: add VM_DROPPABLE for designating always lazily freeable mappings
2022-12-21 14:25:15
linux-crypto
[PATCH v13 1/7] x86: lib: Separate instruction decoder MMIO type from MMIO trace
2022-12-21 14:25:15
linux-crypto
[PATCH v13 0/7] implement getrandom() in vDSO
2022-12-21 14:10:51
linux-crypto
Re: [PATCH v12 0/6] implement getrandom() in vDSO
2022-12-20 02:33:56
linux-kernel
[GIT PULL] random number generator fixes for 6.2-rc1, part 2
2022-12-19 17:09:05
linux-crypto
Re: [RFC][PATCH 01/12] crypto: Remove u128 usage
2022-12-19 15:59:46
linux-crypto
Re: [RFC][PATCH 01/12] crypto: Remove u128 usage
2022-12-19 14:21:12
linux-kernel
Re: [PATCH v2] efi: random: fix NULL-deref when refreshing seed
2022-12-17 02:45:58
linux-kernel
[PATCH] scsi: fcoe_ctlr: use unpredictable RNG
2022-12-16 20:52:26
linux-kernel
Re: [GIT PULL] x86/mm for 6.2
2022-12-16 20:34:01
linux-kernel
Re: [PATCH v2] x86: lib: Separate instruction decoder MMIO type from MMIO trace
2022-12-16 20:13:44
linux-kernel
Re: [PATCH] efi: random: fix NULL-deref when refreshing seed
2022-12-15 19:43:50
linux-kernel
Re: [PATCH] m68k: string: Make char intermediate in strcmp() signed
2022-12-14 20:59:47
linux-kernel
Re: [PATCH] x86: lib: Separate instruction decoder MMIO type from MMIO trace
2022-12-14 20:42:35
linux-kernel
[PATCH v2] x86: lib: Separate instruction decoder MMIO type from MMIO trace
2022-12-14 05:55:34
linux-kernel
Re: linux-next: build failure after merge of the random tree
2022-12-13 05:12:49
linux-kernel
Re: linux-next: build failure after merge of the random tree
2022-12-13 02:26:14
linux-kernel
Re: linux-next: failed to fetch the unsigned-char tree
2022-12-12 22:48:56
linux-kernel
Re: [PATCH 2/5] Replace invocation of weak PRNG in kernel/bpf/core.c
2022-12-12 22:47:59
linux-kernel
Re: [GIT PULL] non-MM commits for 6.2-rc1
2022-12-12 21:18:17
linux-kernel
[PATCH] x86: lib: Separate instruction decoder MMIO type from MMIO trace
2022-12-12 21:06:31
linux-kernel
Re: [PATCH RFC v12 2/6] x86: mm: Skip faulting instruction for VM_DROPPABLE faults
2022-12-12 18:56:18
linux-crypto
[PATCH v12 6/6] x86: vdso: Wire up getrandom() vDSO implementation
2022-12-12 18:55:59
linux-crypto
[PATCH v12 5/6] random: introduce generic vDSO getrandom() implementation
2022-12-12 18:55:54
linux-crypto
[PATCH v12 4/6] arch: allocate vgetrandom_alloc() syscall number
2022-12-12 18:55:53
linux-crypto
[PATCH v12 3/6] random: add vgetrandom_alloc() syscall
2022-12-12 18:55:25
linux-crypto
[PATCH RFC v12 1/6] mm: add VM_DROPPABLE for designating always lazily freeable mappings