linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-28 16:55:26 to 2022-11-15 04:21:47 UTC [more...]

[RFC PATCH] seccomp: Add protection keys into seccomp_data
 2022-11-15  4:16 UTC  (2+ messages)

[RFC PATCH] getting misc stats/attributes via xattr API
 2022-11-15  3:39 UTC  (4+ messages)

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-11-14 22:16 UTC  (48+ 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 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 v5 00/24] RSEQ node id and virtual cpu id extensions
 2022-11-14 20:49 UTC  (37+ 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] mm: add new syscall pidfd_set_mempolicy()
 2022-11-14 18:12 UTC  (10+ messages)
  ` [External] "

[PATCH v1 0/8] LSM: Two basic syscalls
 2022-11-11  3:16 UTC  (33+ messages)
` [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 6/8] LSM: lsm_self_attr syscall for LSM self attributes
` [PATCH v1 7/8] LSM: Create lsm_module_list system call

[PATCH] riscv: Bump COMMAND_LINE_SIZE value to 1024
 2022-11-10 21:01 UTC  (3+ messages)

[PATCH v5 0/2] sched/numa: add per-process numa_balancing
 2022-11-10  3:11 UTC  (2+ messages)

selftests: clone3: clone3_cap_checkpoint_restore fails - Could not set CAP_CHECKPOINT_RESTORE
 2022-11-08 11:28 UTC  (2+ messages)

selftests: clone3: clone3_clear_sighand failed - Bail out! Failed to clear signal handler for child process
 2022-11-08 11:25 UTC  (6+ messages)

[PATCH v3 00/37] Shadow stacks for userspace
 2022-11-08  9:14 UTC  (59+ 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 v3 10/37] x86/mm: Introduce _PAGE_COW
` [PATCH v3 11/37] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v3 12/37] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v3 13/37] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v3 14/37] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v3 15/37] x86/mm: Check Shadow Stack page fault errors
` [PATCH v3 16/37] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v3 17/37] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v3 18/37] mm: Add guard pages around a shadow stack
` [PATCH v3 19/37] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v3 20/37] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH v3 21/37] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v3 22/37] mm: Don't allow write GUPs to shadow stack memory
` [PATCH v3 23/37] mm: Warn on shadow stack memory in wrong vma
` [PATCH v3 24/37] x86: Introduce userspace API for CET enabling
` [PATCH v3 25/37] x86/shstk: Add user-mode shadow stack support
` [PATCH v3 26/37] x86/shstk: Handle thread shadow stack
` [PATCH v3 27/37] x86/shstk: Introduce routines modifying shstk
` [PATCH v3 28/37] x86/shstk: Handle signals for shadow stack
` [PATCH v3 29/37] x86/shstk: Introduce map_shadow_stack syscall
` [PATCH v3 30/37] x86/shstk: Support wrss for userspace
` [PATCH v3 31/37] x86: Expose thread features in /proc/$PID/status
` [PATCH v3 32/37] x86/cet/shstk: Wire in CET interface
` [PATCH v3 33/37] selftests/x86: Add shadow stack test
` [PATCH v3 34/37] x86/fpu: Add helper for initing features
` [PATCH v3 35/37] x86/cet: Add PTRACE interface for CET
` [PATCH v3 36/37] x86/cet/shstk: Add ARCH_CET_UNLOCK
` [RFC 37/37] fs/binfmt_elf: Block old shstk elf bit

Słowa kluczowe do wypozycjonowania
 2022-11-08  8:40 UTC 

[PATCH] drm/atomic: do not branch based on the value of current->comm[0]
 2022-11-05 22:20 UTC 

[PATCH v2 00/39] Shadowstacks for userspace
 2022-11-03 17:39 UTC  (12+ messages)
` [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  (7+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd

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


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