linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-15 17:49:32 to 2022-09-30 16:24:46 UTC [more...]

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-09-30 16:23 UTC  (40+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
` [PATCH v8 2/8] KVM: Extend the memslot to support fd-based private memory
` [PATCH v8 3/8] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [PATCH v8 5/8] KVM: Register/unregister the guest private memory regions
` [PATCH v8 6/8] KVM: Update lpage info when private/shared memory are mixed

[PATCH v2 00/39] Shadowstacks for userspace
 2022-09-30 15:16 UTC  (44+ messages)
` [PATCH v2 01/39] Documentation/x86: Add CET description
` [PATCH v2 02/39] x86/cet/shstk: Add Kconfig option for Shadow Stack
` [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 06/39] x86/fpu: Add helper for modifying xstate
` [PATCH v2 07/39] x86/cet: Add user control-protection fault handler
` [PATCH v2 08/39] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v2 09/39] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v2 10/39] x86/mm: Introduce _PAGE_COW
` [PATCH v2 11/39] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v2 12/39] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v2 13/39] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v2 14/39] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [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 18/39] mm: Add guard pages around a shadow stack
` [PATCH v2 19/39] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v2 20/39] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH v2 21/39] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v2 22/39] mm: Don't allow write GUPs to shadow stack memory
` [PATCH v2 23/39] x86: Introduce userspace API for CET enabling
` [PATCH v2 24/39] x86/cet/shstk: Add user-mode shadow stack support
` [PATCH v2 25/39] x86/cet/shstk: Handle thread shadow stack
` [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 28/39] x86/cet/shstk: Introduce map_shadow_stack syscall
` [PATCH v2 29/39] x86/cet/shstk: Support wrss for userspace
` [PATCH v2 30/39] x86: Expose thread features status in /proc/$PID/arch_status
` [PATCH v2 31/39] x86/cet/shstk: Wire in CET interface
` [PATCH v2 32/39] selftests/x86: Add shadow stack test
` [PATCH v2 33/39] x86/cpufeatures: Limit shadow stack to Intel CPUs
` [OPTIONAL/CLEANUP v2 34/39] x86: Separate out x86_regset for 32 and 64 bit
` [OPTIONAL/CLEANUP v2 35/39] x86: Improve formatting of user_regset arrays
` [OPTIONAL/RFC v2 36/39] x86/fpu: Add helper for initing features
` [OPTIONAL/RFC v2 37/39] x86/cet: Add PTRACE interface for CET
` [OPTIONAL/RFC v2 38/39] x86/cet/shstk: Add ARCH_CET_UNLOCK
` [OPTIONAL/RFC v2 39/39] x86: Add alt shadow stack support

[RFC PATCH] rseq: Use pr_warn_once() when deprecated/unknown ABI flags are encountered
 2022-09-29 16:11 UTC  (3+ messages)

[PATCH v4] sched/numa: add per-process numa_balancing
 2022-09-29  8:45 UTC  (3+ messages)

IMPORTANT
 2022-09-27 18:57 UTC 

[PATCH mm-unstable v4 00/10] mm: add file/shmem support to MADV_COLLAPSE
 2022-09-27 16:32 UTC  (15+ messages)
` [PATCH mm-unstable v4 01/10] mm/shmem: add flag to enforce shmem THP in hugepage_vma_check()
` [PATCH mm-unstable v4 02/10] mm/khugepaged: attempt to map file/shmem-backed pte-mapped THPs by pmds
` [PATCH mm-unstable v4 03/10] mm/madvise: add file and shmem support to MADV_COLLAPSE
` [PATCH mm-unstable v4 04/10] mm/khugepaged: add tracepoint to hpage_collapse_scan_file()
` [PATCH mm-unstable v4 05/10] selftests/vm: dedup THP helpers
` [PATCH mm-unstable v4 06/10] selftests/vm: modularize thp collapse memory operations
` [PATCH mm-unstable v4 07/10] selftests/vm: add thp collapse file and tmpfs testing
` [PATCH mm-unstable v4 08/10] selftests/vm: add thp collapse shmem testing
` [PATCH mm-unstable v4 09/10] selftests/vm: add file/shmem MADV_COLLAPSE selftest for cleared pmd
` [PATCH mm-unstable v4 10/10] selftests/vm: add selftest for MADV_COLLAPSE of uffd-minor memory

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

[man-pages RFC PATCH v4] statx, inode: document the new STATX_INO_VERSION field
 2022-09-27 13:18 UTC  (41+ messages)

[PATCH] a.out: Remove the a.out implementation
 2022-09-27  7:52 UTC  (3+ messages)

Syscall kill() can send signal to thread ID
 2022-09-24  3:16 UTC  (12+ messages)

[RFC PATCH v4 00/25] RSEQ node id and virtual cpu id extensions
 2022-09-22 10:59 UTC  (9+ messages)
` [RFC PATCH v4 01/25] rseq: Introduce feature size and alignment ELF auxiliary vector entries
` [RFC PATCH v4 02/25] rseq: Introduce extensible rseq ABI
` [RFC PATCH v4 03/25] rseq: Extend struct rseq with numa node id
` [RFC PATCH v4 04/25] selftests/rseq: Use ELF auxiliary vector for extensible rseq
` [RFC PATCH v4 05/25] selftests/rseq: Implement rseq numa node id field selftest

[PATCH mm-unstable v3 00/10] mm: add file/shmem support to MADV_COLLAPSE
 2022-09-21 18:26 UTC  (16+ messages)
` [PATCH mm-unstable v3 01/10] mm/shmem: add flag to enforce shmem THP in hugepage_vma_check()
` [PATCH mm-unstable v3 02/10] mm/khugepaged: attempt to map file/shmem-backed pte-mapped THPs by pmds
` [PATCH mm-unstable v3 03/10] mm/madvise: add file and shmem support to MADV_COLLAPSE
` [PATCH mm-unstable v3 04/10] mm/khugepaged: add tracepoint to hpage_collapse_scan_file()

[PATCH v9 0/6] Add RS485 9th bit addressing mode support to DW UART
 2022-09-20 11:20 UTC  (3+ messages)
` [PATCH v9 5/6] serial: Support for RS-485 multipoint addresses

O_LARGEFILE / EOVERFLOW on tmpfs / NFS
 2022-09-20 10:33 UTC 

[PATCH RESEND] Add sicode to /proc/<PID>/stat
 2022-09-18 22:04 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).