kernel-hardening.lists.openwall.com archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-17 09:51:38 to 2018-10-24 03:12:00 UTC [more...]

[RFC v1 PATCH 00/17] prmem: protected memory
 2018-10-24  3:12 UTC  (19+ messages)
` [PATCH 01/17] prmem: linker section for static write rare
` [PATCH 02/17] prmem: write rare for static allocation
` [PATCH 03/17] prmem: vmalloc support for dynamic allocation
` [PATCH 04/17] prmem: "
` [PATCH 05/17] prmem: shorthands for write rare on common types
` [PATCH 06/17] prmem: test cases for memory protection
` [PATCH 07/17] prmem: lkdtm tests "
` [PATCH 08/17] prmem: struct page: track vmap_area
` [PATCH 09/17] prmem: hardened usercopy
` [PATCH 10/17] prmem: documentation
` [PATCH 11/17] prmem: llist: use designated initializer
` [PATCH 12/17] prmem: linked list: set alignment
` [PATCH 13/17] prmem: linked list: disable layout randomization
` [PATCH 14/17] prmem: llist, hlist, both plain and rcu
` [PATCH 15/17] prmem: test cases for prlist and prhlist
` [PATCH 16/17] prmem: pratomic-long
` [PATCH 17/17] prmem: ima: turn the measurements list write rare

[PATCH RFC v3 0/3] Rlimit for module space
 2018-10-23 11:54 UTC  (7+ messages)
` [PATCH v3 1/3] modules: Create arch versions of module alloc/free
` [PATCH v3 2/3] modules: Create rlimit for module space
` [PATCH v3 3/3] bpf: Add system wide BPF JIT limit

[PATCH v2 0/7] Rlimit for module space
 2018-10-23 11:32 UTC  (19+ messages)
` [PATCH v2 1/7] modules: Create rlimit "
` [PATCH v2 2/7] x86/modules: Add rlimit checking for x86 modules
` [PATCH v2 3/7] arm/modules: Add rlimit checking for arm modules
` [PATCH v2 4/7] arm64/modules: Add rlimit checking for arm64 modules
` [PATCH v2 5/7] mips/modules: Add rlimit checking for mips modules
` [PATCH v2 6/7] sparc/modules: Add rlimit for sparc modules
` [PATCH v2 7/7] s390/modules: Add rlimit checking for s390 modules

Read Only Enforcement patches V4 [VMM based kernel hardening]
 2018-10-20 22:21 UTC  (6+ messages)
` [PATCH V4 1/5] KVM: X86: Memory ROE documentation
` [PATCH V4 2/5] KVM: X86: Adding arbitrary data pointer in kvm memslot iterator functions
` [PATCH V4 3/5] KVM: X86: Adding skeleton for Memory ROE
` [PATCH V4 4/5] KVM: X86: Adding support for byte granular memory ROE
` [PATCH V4 5/5] KVM: Small Refactoring to kvm_free_memslot

[PATCH v2 1/2] seq_buf: Make seq_buf_puts() null-terminate the buffer
 2018-10-19  4:21 UTC  (2+ messages)
` [PATCH v2 2/2] seq_buf: Use size_t for len in seq_buf_puts()

[PATCH] seq_buf: Make seq_buf_puts() NULL terminate the buffer
 2018-10-19  4:17 UTC  (6+ messages)

[PATCH net-next v8 03/28] zinc: introduce minimal cryptography library
 2018-10-18 14:57 UTC  (23+ messages)
` [PATCH net-next v8 04/28] zinc: ChaCha20 generic C implementation and selftest
` [PATCH net-next v8 05/28] zinc: import Andy Polyakov's ChaCha20 x86_64 implementation
` [PATCH net-next v8 06/28] zinc: "
` [PATCH net-next v8 07/28] zinc: import Andy Polyakov's ChaCha20 ARM and ARM64 implementations
` [PATCH net-next v8 08/28] zinc: port "
` [PATCH net-next v8 09/28] zinc: "
` [PATCH net-next v8 10/28] zinc: ChaCha20 MIPS32r2 implementation
` [PATCH net-next v8 11/28] zinc: Poly1305 generic C implementations and selftest
` [PATCH net-next v8 12/28] zinc: import Andy Polyakov's Poly1305 x86_64 implementation
` [PATCH net-next v8 13/28] zinc: "
` [PATCH net-next v8 14/28] zinc: import Andy Polyakov's Poly1305 ARM and ARM64 implementations
` [PATCH net-next v8 15/28] zinc: "
` [PATCH net-next v8 16/28] zinc: import Andy Polyakov's Poly1305 MIPS64 implementation
` [PATCH net-next v8 17/28] zinc: Poly1305 MIPS32r2 and MIPS64 implementations
` [PATCH net-next v8 18/28] zinc: ChaCha20Poly1305 construction and selftest
` [PATCH net-next v8 19/28] zinc: BLAKE2s generic C implementation "
` [PATCH net-next v8 20/28] zinc: BLAKE2s x86_64 implementation
` [PATCH net-next v8 21/28] zinc: Curve25519 generic C implementations and selftest
` [PATCH net-next v8 22/28] zinc: Curve25519 x86_64 implementation
` [PATCH net-next v8 23/28] zinc: import Bernstein and Schwabe's Curve25519 ARM implementation
` [PATCH net-next v8 24/28] zinc: "
` [PATCH net-next v8 27/28] security/keys: rewrite big_key crypto to use Zinc

[PATCH v5 0/5] LSM: Support ptrace sidechannel access checks
 2018-10-16 11:44 UTC  (27+ messages)
` [PATCH v5 1/5] AppArmor: Prepare for PTRACE_MODE_SCHED
` [PATCH v5 2/5] Smack: "
` [PATCH v5 3/5] SELinux: "
` [PATCH v5 4/5] Capability: Complete PTRACE_MODE_SCHED
` [PATCH v5 5/5] sidechannel: Linux Security Module for sidechannel

Redoing eXclusive Page Frame Ownership (XPFO) with isolated CPUs in mind (for KVM to isolate its guests per CPU)
 2018-10-15  8:07 UTC  (13+ messages)

[PATCH] x86: entry: flush the cache if syscall error
 2018-10-12 16:07 UTC  (22+ messages)

Fwd: link time analysis for the kernel
 2018-10-11 18:52 UTC  (3+ messages)
  `  "

[PATCH net-next v7 03/28] zinc: introduce minimal cryptography library
 2018-10-08 23:22 UTC  (24+ messages)
` [PATCH net-next v7 04/28] zinc: ChaCha20 generic C implementation and selftest
` [PATCH net-next v7 05/28] zinc: import Andy Polyakov's ChaCha20 x86_64 implementation
` [PATCH net-next v7 06/28] zinc: "
` [PATCH net-next v7 07/28] zinc: import Andy Polyakov's ChaCha20 ARM and ARM64 implementations
` [PATCH net-next v7 08/28] zinc: port "
` [PATCH net-next v7 09/28] zinc: "
` [PATCH net-next v7 10/28] zinc: ChaCha20 MIPS32r2 implementation
` [PATCH net-next v7 11/28] zinc: Poly1305 generic C implementations and selftest
` [PATCH net-next v7 12/28] zinc: import Andy Polyakov's Poly1305 x86_64 implementation
` [PATCH net-next v7 13/28] zinc: "
` [PATCH net-next v7 14/28] zinc: import Andy Polyakov's Poly1305 ARM and ARM64 implementations
` [PATCH net-next v7 15/28] zinc: "
` [PATCH net-next v7 16/28] zinc: import Andy Polyakov's Poly1305 MIPS64 implementation
` [PATCH net-next v7 17/28] zinc: Poly1305 MIPS32r2 and MIPS64 implementations
` [PATCH net-next v7 18/28] zinc: ChaCha20Poly1305 construction and selftest
` [PATCH net-next v7 19/28] zinc: BLAKE2s generic C implementation "
` [PATCH net-next v7 20/28] zinc: BLAKE2s x86_64 implementation
` [PATCH net-next v7 21/28] zinc: Curve25519 generic C implementations and selftest
` [PATCH net-next v7 22/28] zinc: Curve25519 x86_64 implementation
` [PATCH net-next v7 23/28] zinc: import Bernstein and Schwabe's Curve25519 ARM implementation
` [PATCH net-next v7 24/28] zinc: "
` [PATCH net-next v7 27/28] security/keys: rewrite big_key crypto to use Zinc

[PATCH bpf-next 1/6] bpf: introduce BPF_PROG_TYPE_FILE_FILTER
 2018-10-08  9:06 UTC  (3+ messages)

[PATCH v7 0/4] KASLR feature to randomize each loadable module
 2018-10-05 17:19 UTC  (7+ messages)
` [PATCH v7 1/4] vmalloc: Add __vmalloc_node_try_addr function
` [PATCH v7 2/4] x86/modules: Increase randomization for modules
` [PATCH v7 3/4] vmalloc: Add debugfs modfraginfo
` [PATCH v7 4/4] Kselftest for module text allocation benchmarking

[RFC 0/5] perf: Per PMU access controls (paranoid setting)
 2018-10-01  6:27 UTC 

[PATCH v4 0/5] LSM: Add and use a hook for side-channel safety checks
 2018-09-27 19:49 UTC  (3+ messages)
` [PATCH 6/5] capability: Repair sidechannel test in ptrace

temporal and spatial locality in the kernel
 2018-09-26 14:39 UTC  (6+ messages)

Redoing eXclusive Page Frame Ownership (XPFO) with isolated CPUs in mind (for KVM to isolate its guests per CPU)
 2018-09-25 14:12 UTC  (8+ messages)

[PATCH v6 0/4] KASLR feature to randomize each loadable module
 2018-09-24 21:29 UTC  (14+ messages)
` [PATCH v6 1/4] vmalloc: Add __vmalloc_node_try_addr function
` [PATCH v6 2/4] x86/modules: Increase randomization for modules
` [PATCH v6 3/4] vmalloc: Add debugfs modfraginfo

[PATCH v6 4/4] Kselftest for module text allocation benchmarking
 2018-09-18  0:27 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).