linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-17 18:52:53 to 2022-12-02 06:20:04 UTC [more...]

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2022-12-02  6:13 UTC  (5+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory
` [PATCH v10 4/9] KVM: Add KVM_EXIT_MEMORY_FAULT exit

[PATCH v8 07/12] landlock: Add network rules support
 2022-12-02  3:13 UTC  (8+ messages)
  ` [PATCH v8 08/12] landlock: Implement TCP network hooks

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-12-02  2:16 UTC  (26+ messages)
` [PATCH v9 1/8] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v9 3/8] KVM: Add KVM_EXIT_MEMORY_FAULT exit

[PATCH v10 0/4] implement getrandom() in vDSO
 2022-12-01  2:16 UTC  (34+ messages)
` [PATCH v10 1/4] random: add vgetrandom_alloc() syscall
` [PATCH v10 2/4] arch: allocate vgetrandom_alloc() syscall number
` [PATCH v10 3/4] random: introduce generic vDSO getrandom() implementation
` [PATCH v10 4/4] x86: vdso: Wire up getrandom() vDSO implementation

[PATCH v9 0/3] implement getrandom() in vDSO
 2022-11-29 20:15 UTC  (4+ messages)
` [PATCH v9 1/3] arch: allocate vgetrandom_alloc() syscall number
` [PATCH v9 2/3] random: introduce generic vDSO getrandom() implementation
` [PATCH v9 3/3] x86: vdso: Wire up getrandom() vDSO implementation

Napływ Klientów ze strony
 2022-11-29  8:50 UTC 

[PATCH v8 0/3] implement getrandom() in vDSO
 2022-11-28 21:39 UTC  (12+ messages)
` [PATCH v8 1/3] random: add vgetrandom_alloc() syscall
` [PATCH v8 2/3] random: introduce generic vDSO getrandom() implementation
` [PATCH v8 3/3] x86: vdso: Wire up getrandom() vDSO implementation

[PATCH v3 0/9] LSM: Three basic syscalls
 2022-11-28 19:07 UTC  (21+ messages)
  ` [PATCH v3 1/9] LSM: Identify modules by more than name
  ` [PATCH v3 2/9] LSM: Identify the process attributes for each module
  ` [PATCH v3 3/9] LSM: Maintain a table of LSM attribute data
  ` [PATCH v3 4/9] proc: Use lsmids instead of lsm names for attrs
  ` [PATCH v3 5/9] LSM: lsm_get_self_attr syscall for LSM self attributes
  ` [PATCH v3 6/9] LSM: Create lsm_module_list system call
  ` [PATCH v3 7/9] LSM: lsm_set_self_attr syscall for LSM self attributes
  ` [PATCH v3 8/9] LSM: wireup Linux Security Module syscalls
  ` [PATCH v3 9/9] LSM: selftests for Linux Security Module infrastructure syscalls

[PATCH v7 0/3] implement getrandom() in vDSO
 2022-11-28 17:17 UTC  (16+ messages)
` [PATCH v7 1/3] random: add vgetrandom_alloc() syscall
` [PATCH v7 2/3] random: introduce generic vDSO getrandom() implementation
` [PATCH v7 3/3] x86: vdso: Wire up getrandom() vDSO implementation

[PATCH v6 2/3] random: introduce generic vDSO getrandom() implementation
 2022-11-25  8:02 UTC  (9+ messages)
            ` [PATCH v6 1/3] random: add vgetrandom_alloc() syscall

[PATCH v3 0/3] RISC-V: Add Bitmanip/Scalar Crypto HWCAP
 2022-11-24 18:09 UTC  (14+ messages)
` [PATCH v3 1/3] RISC-V: add Bitmanip/Scalar Crypto parsing from DT
` [PATCH v3 2/3] RISC-V: uapi: add HWCAP for Bitmanip/Scalar Crypto

[PATCH v1 0/8] LSM: Two basic syscalls
 2022-11-23 20:11 UTC  (10+ messages)
  ` [PATCH v1 1/8] LSM: Identify modules by more than name
  ` [PATCH v1 2/8] LSM: Add an LSM identifier for external use
  ` [PATCH v1 3/8] LSM: Identify the process attributes for each module
  ` [PATCH v1 4/8] LSM: Maintain a table of LSM attribute data
  ` [PATCH v1 5/8] proc: Use lsmids instead of lsm names for attrs
  ` [PATCH v1 6/8] LSM: lsm_self_attr syscall for LSM self attributes
  ` [PATCH v1 7/8] LSM: Create lsm_module_list system call
  ` [PATCH v1 8/8] lsm: wireup syscalls lsm_self_attr and lsm_module_list

[PATCH v1] xfs_spaceman: add fsuuid command
 2022-11-22 23:45 UTC  (2+ messages)

[PATCH 00/30] RSEQ node id and mm concurrency id extensions
 2022-11-22 20:39 UTC  (31+ messages)
` [PATCH 01/30] selftests/rseq: Fix: Fail thread registration when CONFIG_RSEQ=n
` [PATCH 02/30] rseq: Introduce feature size and alignment ELF auxiliary vector entries
` [PATCH 03/30] rseq: Introduce extensible rseq ABI
` [PATCH 04/30] rseq: Extend struct rseq with numa node id
` [PATCH 05/30] selftests/rseq: Use ELF auxiliary vector for extensible rseq
` [PATCH 06/30] selftests/rseq: Implement rseq numa node id field selftest
` [PATCH 07/30] sched: Introduce per-memory-map concurrency ID
` [PATCH 08/30] rseq: Extend struct rseq with "
` [PATCH 09/30] selftests/rseq: Remove RSEQ_SKIP_FASTPATH code
` [PATCH 10/30] selftests/rseq: Implement rseq mm_cid field support
` [PATCH 11/30] selftests/rseq: x86: Template memory ordering and percpu access mode
` [PATCH 12/30] selftests/rseq: arm: "
` [PATCH 13/30] selftests/rseq: arm64: "
` [PATCH 14/30] selftests/rseq: mips: "
` [PATCH 15/30] selftests/rseq: ppc: "
` [PATCH 16/30] selftests/rseq: s390: "
` [PATCH 17/30] selftests/rseq: riscv: "
` [PATCH 18/30] selftests/rseq: Implement basic percpu ops mm_cid test
` [PATCH 19/30] selftests/rseq: Implement parametrized "
` [PATCH 20/30] selftests/rseq: parametrized test: Report/abort on negative concurrency ID
` [PATCH 21/30] tracing/rseq: Add mm_cid field to rseq_update
` [PATCH 22/30] lib: Implement find_{first,next,nth}_notandnot_bit, find_first_andnot_bit
` [PATCH 23/30] cpumask: Implement cpumask_{first,next}_{not,}andnot
` [PATCH 24/30] sched: NUMA-aware per-memory-map concurrency ID
` [PATCH 25/30] rseq: Extend struct rseq with per-memory-map NUMA-aware Concurrency ID
` [PATCH 26/30] selftests/rseq: x86: Implement rseq_load_u32_u32
` [PATCH 27/30] selftests/rseq: Implement mm_numa_cid accessors in headers
` [PATCH 28/30] selftests/rseq: Implement numa node id vs mm_numa_cid invariant test
` [PATCH 29/30] selftests/rseq: Implement mm_numa_cid tests
` [PATCH 30/30] tracing/rseq: Add mm_numa_cid field to rseq_update

[PATCH v3 00/37] Shadow stacks for userspace
 2022-11-22  9:36 UTC  (21+ messages)
` [PATCH v3 27/37] x86/shstk: Introduce routines modifying shstk
` [PATCH v3 35/37] x86/cet: Add PTRACE interface for CET

[PATCH v2] mm: add new syscall pidfd_set_mempolicy()
 2022-11-22  8:40 UTC  (13+ messages)
  ` [External] "

[PATCH v5 00/24] RSEQ node id and virtual cpu id extensions
 2022-11-21 19:52 UTC  (11+ messages)
` [PATCH v5 08/24] sched: Introduce per memory space current virtual cpu id

[RFC] Add a new generic system call which has better performance, to get /proc data, than existing mechanisms
 2022-11-17 21:38 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).