linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-01 17:55:51 to 2021-04-13 20:25:59 UTC [more...]

[PATCH rdma-next v2] RDMA/mlx5: Expose private query port
 2021-04-13 20:25 UTC  (6+ messages)

[PATCH v2 0/9] userfaultfd: add minor fault handling for shmem
 2021-04-13 20:17 UTC  (13+ messages)
` [PATCH v2 1/9] userfaultfd/hugetlbfs: avoid including userfaultfd_k.h in hugetlb.h
` [PATCH v2 2/9] userfaultfd/shmem: combine shmem_{mcopy_atomic,mfill_zeropage}_pte
` [PATCH v2 3/9] userfaultfd/shmem: support minor fault registration for shmem
` [PATCH v2 4/9] userfaultfd/shmem: support UFFDIO_CONTINUE "
` [PATCH v2 5/9] userfaultfd/selftests: use memfd_create for shmem test type
` [PATCH v2 6/9] userfaultfd/selftests: create alias mappings in the shmem test
` [PATCH v2 7/9] userfaultfd/selftests: reinitialize test context in each test
` [PATCH v2 8/9] userfaultfd/selftests: exercise minor fault handling shmem support
` [PATCH v2 9/9] userfaultfd/shmem: modify shmem_mcopy_atomic_pte to use install_ptes

[PATCH rdma-next v1 0/7] Add MEMIC operations support
 2021-04-13 19:20 UTC  (10+ messages)
` [PATCH mlx5-next v1 1/7] net/mlx5: Add MEMIC operations related bits
` [PATCH rdma-next v1 2/7] RDMA/uverbs: Make UVERBS_OBJECT_METHODS to consider line number
` [PATCH rdma-next v1 3/7] RDMA/mlx5: Move all DM logic to separate file
` [PATCH rdma-next v1 4/7] RDMA/mlx5: Re-organize the DM code
` [PATCH rdma-next v1 5/7] RDMA/mlx5: Add support to MODIFY_MEMIC command
` [PATCH rdma-next v1 6/7] RDMA/mlx5: Add support in MEMIC operations
` [PATCH rdma-next v1 7/7] RDMA/mlx5: Expose UAPI to query DM

[PATCH 0/9] userfaultfd: add minor fault handling for shmem
 2021-04-13 18:12 UTC  (20+ messages)
` [PATCH 1/9] userfaultfd/hugetlbfs: avoid including userfaultfd_k.h in hugetlb.h
` [PATCH 2/9] userfaultfd/shmem: combine shmem_{mcopy_atomic,mfill_zeropage}_pte
` [PATCH 3/9] userfaultfd/shmem: support minor fault registration for shmem
` [PATCH 4/9] userfaultfd/shmem: support UFFDIO_CONTINUE "
` [PATCH 5/9] userfaultfd/selftests: use memfd_create for shmem test type
` [PATCH 6/9] userfaultfd/selftests: create alias mappings in the shmem test
` [PATCH 7/9] userfaultfd/selftests: reinitialize test context in each test
` [PATCH 8/9] userfaultfd/selftests: exercise minor fault handling shmem support
` [PATCH 9/9] userfaultfd/shmem: modify shmem_mcopy_atomic_pte to use install_ptes

[PATCH] lightnvm: remove duplicate include in lightnvm.h
 2021-04-13 10:55 UTC  (2+ messages)

[PATCH v6 24/40] fs: make helpers idmap mount aware
 2021-04-13  8:26 UTC  (3+ messages)

[PATCH 0/7 v2] tracing: Fix tracefs lockdown and various clean ups
 2021-04-13  8:13 UTC  (3+ messages)
` [PATCH 7/7 v2] tracing: Do not create tracefs files if tracefs lockdown is in effect

[PATCH v7 0/6] x86: Improve Minimum Alternate Stack Size
 2021-04-12 22:30 UTC  (7+ messages)
` [PATCH v7 5/6] x86/signal: Detect and prevent an alternate signal stack overflow

Candidate Linux ABI for Intel AMX and hypothetical new related features
 2021-04-12 17:14 UTC  (12+ messages)

remove the nvlink2 pci_vfio subdriver v2
 2021-04-12 14:23 UTC  (5+ messages)
` [PATCH 1/2] vfio/pci: remove vfio_pci_nvlink2

[PATCH v24 00/30] Control-flow Enforcement: Shadow Stack
 2021-04-10  9:29 UTC  (50+ messages)
` [PATCH v24 01/30] Documentation/x86: Add CET description
` [PATCH v24 02/30] x86/cet/shstk: Add Kconfig option for Shadow Stack
` [PATCH v24 03/30] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v24 04/30] x86/cpufeatures: Introduce X86_FEATURE_CET and setup functions
` [PATCH v24 05/30] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v24 06/30] x86/cet: Add control-protection fault handler
` [PATCH v24 07/30] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v24 08/30] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v24 09/30] x86/mm: Introduce _PAGE_COW
` [PATCH v24 10/30] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v24 11/30] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v24 12/30] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v24 13/30] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v24 14/30] x86/mm: Shadow Stack page fault error checking
` [PATCH v24 15/30] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v24 16/30] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v24 17/30] mm: Add guard pages around a shadow stack
` [PATCH v24 18/30] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v24 19/30] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v24 20/30] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH v24 21/30] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v24 22/30] x86/cet/shstk: Add user-mode shadow stack support
` [PATCH v24 23/30] x86/cet/shstk: Handle thread shadow stack
` [PATCH v24 24/30] x86/cet/shstk: Introduce shadow stack token setup/verify routines
` [PATCH v24 25/30] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v24 26/30] ELF: Introduce arch_setup_elf_property()
` [PATCH v24 27/30] x86/cet/shstk: Add arch_prctl functions for shadow stack
` [PATCH v24 28/30] mm: Move arch_calc_vm_prot_bits() to arch/x86/include/asm/mman.h
` [PATCH v24 29/30] mm: Update arch_validate_flags() to include vma anonymous
` [PATCH v24 30/30] mm: Introduce PROT_SHSTK for shadow stack

[PATCH] Documentation: syscalls: add a note about ABI-agnostic types
 2021-04-09 20:43 UTC 

[PATCH v12 0/3] Add trusted_for(2) (was O_MAYEXEC)
 2021-04-09 17:15 UTC  (3+ messages)

[PATCH v33 00/12] Landlock LSM
 2021-04-09 16:04 UTC  (16+ messages)
` [PATCH v33 01/12] landlock: Add object management
` [PATCH v33 02/12] landlock: Add ruleset and domain management
` [PATCH v33 03/12] landlock: Set up the security framework and manage credentials
` [PATCH v33 04/12] landlock: Add ptrace restrictions
` [PATCH v33 05/12] LSM: Infrastructure management of the superblock
` [PATCH v33 06/12] fs,security: Add sb_delete hook
` [PATCH v33 07/12] landlock: Support filesystem access-control
` [PATCH v33 08/12] landlock: Add syscall implementations
` [PATCH v33 09/12] arch: Wire up Landlock syscalls
` [PATCH v33 10/12] selftests/landlock: Add user space tests
` [PATCH v33 11/12] samples/landlock: Add a sandbox manager example
` [PATCH v33 12/12] landlock: Add user and kernel documentation

[RFC PATCH v3 0/8] Add IOPF support for VFIO passthrough
 2021-04-09  3:44 UTC  (9+ messages)
` [RFC PATCH v3 1/8] iommu: Evolve the device fault reporting framework
` [RFC PATCH v3 2/8] vfio/type1: Add a page fault handler
` [RFC PATCH v3 3/8] vfio/type1: Add an MMU notifier to avoid pinning
` [RFC PATCH v3 4/8] vfio/type1: Pre-map more pages than requested in the IOPF handling
` [RFC PATCH v3 5/8] vfio/type1: VFIO_IOMMU_ENABLE_IOPF
` [RFC PATCH v3 6/8] vfio/type1: No need to statically pin and map if IOPF enabled
` [RFC PATCH v3 7/8] vfio/type1: Add selective DMA faulting support
` [RFC PATCH v3 8/8] vfio: Add nested IOPF support

[PATCH v4 0/3] Preventing job distribution to isolated CPUs
 2021-04-08 18:49 UTC  (18+ messages)
` [Patch v4 1/3] lib: Restrict cpumask_local_spread to houskeeping CPUs

[RFC][PATCH] fanotify: allow setting FAN_CREATE in mount mark mask
 2021-04-08 16:48 UTC  (13+ messages)
        ` open_by_handle_at() in userns

[PATCH] mtd: add OTP (one-time-programmable) erase ioctl
 2021-04-08  7:06 UTC  (4+ messages)

[PATCH v1 0/5] mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault/prealloc memory
 2021-04-07 10:31 UTC  (8+ messages)
` [PATCH v1 2/5] "

[RFC][PATCH] fanotify: allow setting FAN_CREATE in mount mark mask
 2021-04-06  8:35 UTC  (14+ messages)
                ` fsnotify path hooks

[PATCHSET RFC v3 00/18] xfs: atomic file updates
 2021-04-05 23:08 UTC  (18+ messages)
` [PATCH 01/18] vfs: introduce new file range exchange ioctl
` [PATCH 02/18] xfs: support two inodes in the defer capture structure
` [PATCH 03/18] xfs: allow setting and clearing of log incompat feature flags
` [PATCH 04/18] xfs: clear log incompat feature bits when the log is idle
` [PATCH 05/18] xfs: create a log incompat flag for atomic extent swapping
` [PATCH 06/18] xfs: introduce a swap-extent log intent item

[PATCH RFC 0/3] drivers/char: remove /dev/kmem for good
 2021-04-05 17:16 UTC  (3+ messages)
` [PATCH RFC 1/3] "

[PATCH v24 0/9] Control-flow Enforcement: Indirect Branch Tracking
 2021-04-04 15:54 UTC  (11+ messages)
` [PATCH v24 1/9] x86/cet/ibt: Add Kconfig option for "
` [PATCH v24 2/9] x86/cet/ibt: Add user-mode Indirect Branch Tracking support
` [PATCH v24 3/9] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v24 4/9] x86/cet/ibt: Update ELF header parsing "
` [PATCH v24 5/9] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v24 6/9] x86/vdso: Insert endbr32/endbr64 to vDSO
` [PATCH v24 7/9] x86/vdso: Introduce ENDBR macro
` [PATCH v24 8/9] x86/vdso/32: Add ENDBR to __kernel_vsyscall entry point
` [PATCH v24 9/9] x86/vdso: Add ENDBR to __vdso_sgx_enter_enclave

[PATCH] riscv: Bump COMMAND_LINE_SIZE value to 1024
 2021-04-02 18:33 UTC  (5+ messages)

[PATCH v9 0/9] fs: interface for directly reading/writing compressed data
 2021-04-02 17:50 UTC  (6+ messages)
` [PATCH v9 1/9] iov_iter: add copy_struct_from_iter()

[PATCH v32 00/12] Landlock LSM
 2021-04-01 20:52 UTC  (13+ messages)
` [PATCH v32 01/12] landlock: Add object management
` [PATCH v32 02/12] landlock: Add ruleset and domain management
` [PATCH v32 03/12] landlock: Set up the security framework and manage credentials
` [PATCH v32 04/12] landlock: Add ptrace restrictions
` [PATCH v32 05/12] LSM: Infrastructure management of the superblock
` [PATCH v32 06/12] fs,security: Add sb_delete hook
` [PATCH v32 07/12] landlock: Support filesystem access-control
` [PATCH v32 08/12] landlock: Add syscall implementations
` [PATCH v32 09/12] arch: Wire up Landlock syscalls
` [PATCH v32 10/12] selftests/landlock: Add user space tests
` [PATCH v32 11/12] samples/landlock: Add a sandbox manager example
` [PATCH v32 12/12] landlock: Add user and kernel documentation

[PATCH] Document that PF_KTHREAD _is_ ABI
 2021-04-01 15:05 UTC  (5+ 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).