linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-13 13:17:49 to 2022-11-04 22:40:16 UTC [more...]

[PATCH v3 00/37] Shadow stacks for userspace
 2022-11-04 22:35 UTC  (10+ messages)
` [PATCH v3 01/37] Documentation/x86: Add CET description
` [PATCH v3 02/37] x86/cet/shstk: Add Kconfig option for Shadow Stack
` [PATCH v3 03/37] x86/cpufeatures: Add CPU feature flags for shadow stacks
` [PATCH v3 04/37] x86/cpufeatures: Enable CET CR4 bit for shadow stack
` [PATCH v3 05/37] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v3 06/37] x86/fpu: Add helper for modifying xstate
` [PATCH v3 07/37] x86/cet: Add user control-protection fault handler
` [PATCH v3 08/37] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v3 09/37] x86/mm: Move pmd_write(), pud_write() up in the file

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-11-04 22:29 UTC  (44+ messages)
` [PATCH v9 1/8] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v9 2/8] KVM: Extend the memslot to support fd-based private memory
` [PATCH v9 3/8] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [PATCH v9 4/8] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v9 5/8] KVM: Register/unregister the guest private memory regions
` [PATCH v9 6/8] KVM: Update lpage info when private/shared memory are mixed
` [PATCH v9 7/8] KVM: Handle page fault for private memory
` [PATCH v9 8/8] KVM: Enable and expose KVM_MEM_PRIVATE

[PATCH v5 00/24] RSEQ node id and virtual cpu id extensions
 2022-11-03 20:03 UTC  (25+ messages)
` [PATCH v5 01/24] rseq: Introduce feature size and alignment ELF auxiliary vector entries
` [PATCH v5 02/24] rseq: Introduce extensible rseq ABI
` [PATCH v5 03/24] rseq: Extend struct rseq with numa node id
` [PATCH v5 04/24] selftests/rseq: Use ELF auxiliary vector for extensible rseq
` [PATCH v5 05/24] selftests/rseq: Implement rseq numa node id field selftest
` [PATCH v5 06/24] lib: Implement find_{first,next,nth}_notandnot_bit, find_first_andnot_bit
` [PATCH v5 07/24] cpumask: Implement cpumask_{first,next}_{not,}andnot
` [PATCH v5 08/24] sched: Introduce per memory space current virtual cpu id
` [PATCH v5 09/24] rseq: Extend struct rseq with per memory space vcpu id
` [PATCH v5 10/24] selftests/rseq: Remove RSEQ_SKIP_FASTPATH code
` [PATCH v5 11/24] selftests/rseq: Implement rseq vm_vcpu_id field support
` [PATCH v5 12/24] selftests/rseq: x86: Template memory ordering and percpu access mode
` [PATCH v5 13/24] selftests/rseq: arm: "
` [PATCH v5 14/24] selftests/rseq: arm64: "
` [PATCH v5 15/24] selftests/rseq: mips: "
` [PATCH v5 16/24] selftests/rseq: ppc: "
` [PATCH v5 17/24] selftests/rseq: s390: "
` [PATCH v5 18/24] selftests/rseq: riscv: "
` [PATCH v5 19/24] selftests/rseq: Implement basic percpu ops vm_vcpu_id test
` [PATCH v5 20/24] selftests/rseq: Implement parametrized "
` [PATCH v5 21/24] selftests/rseq: x86: Implement rseq_load_u32_u32
` [PATCH v5 22/24] selftests/rseq: Implement numa node id vs vm_vcpu_id invariant test
` [PATCH v5 23/24] selftests/rseq: parametrized test: Report/abort on negative cpu id
` [PATCH v5 24/24] tracing/rseq: Add mm_vcpu_id field to rseq_update

[PATCH v2 00/39] Shadowstacks for userspace
 2022-11-03 17:39 UTC  (58+ messages)
` [PATCH v2 01/39] Documentation/x86: Add CET description
` [PATCH v2 03/39] x86/cpufeatures: Add CPU feature flags for shadow stacks
` [PATCH v2 04/39] x86/cpufeatures: Enable CET CR4 bit for shadow stack
` [PATCH v2 05/39] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v2 10/39] x86/mm: Introduce _PAGE_COW
` [PATCH v2 15/39] x86/mm: Check Shadow Stack page fault errors
` [PATCH v2 16/39] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v2 17/39] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v2 24/39] x86/cet/shstk: Add user-mode shadow stack support
` [PATCH v2 26/39] x86/cet/shstk: Introduce routines modifying shstk
` [PATCH v2 27/39] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v2 33/39] x86/cpufeatures: Limit shadow stack to Intel CPUs

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-11-03 16:27 UTC  (43+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
` [PATCH v8 5/8] KVM: Register/unregister the guest private memory regions
` [PATCH v8 7/8] KVM: Handle page fault for private memory

[PATCH v3] kernel/ksysfs.c: export kernel cpu byteorder
 2022-11-03 15:24 UTC 

[PATCH] rseq: Use pr_warn_once() when deprecated/unknown ABI flags are encountered
 2022-11-03 11:31 UTC  (2+ messages)

[PATCH v2] proc: add byteorder file
 2022-11-01 14:18 UTC  (3+ messages)

linux interprets an fcntl int arg as long
 2022-11-01 13:35 UTC  (10+ messages)

[PATCH] proc: add byteorder file
 2022-11-01  4:42 UTC  (3+ messages)

[PATCH v1 0/8] LSM: Two basic syscalls
 2022-10-28 16:54 UTC  (29+ 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 v5 0/2] sched/numa: add per-process numa_balancing
 2022-10-27  2:53 UTC  (2+ messages)
` [PATCH v5 2/2] "

[RFC PATCH] rseq: Use pr_warn_once() when deprecated/unknown ABI flags are encountered
 2022-10-21  2:11 UTC  (2+ messages)

[PATCH v38 39/39] LSM: Create lsm_module_list system call
 2022-10-20 20:28 UTC  (2+ messages)

[PATCH v5 0/8] make statx() return DIO alignment information
 2022-10-18 20:08 UTC  (7+ messages)

[PATCH v4 00/25] RSEQ node id and virtual cpu id extensions
 2022-10-18 19:00 UTC  (9+ messages)
` [PATCH v4 01/25] rseq: Introduce feature size and alignment ELF auxiliary vector entries

Zwiększenie płynności finansowej
 2022-10-17  8:00 UTC 

[RFC] mm: add new syscall pidfd_set_mempolicy()
 2022-10-13 13:42 UTC  (11+ messages)
  ` [External] "


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).