linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-19 03:50:56 to 2021-05-24 19:01:38 UTC [more...]

[PATCH v24 0/9] Control-flow Enforcement: Indirect Branch Tracking
 2021-05-24 19:01 UTC  (4+ messages)
` [PATCH v24 9/9] x86/vdso: Add ENDBR to __vdso_sgx_enter_enclave

[RFC PATCH v3 0/8] Add IOPF support for VFIO passthrough
 2021-05-24 13:11 UTC  (28+ 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

Linux powerpc new system call instruction and ABI
 2021-05-24 12:11 UTC  (33+ messages)
                ` [musl] "

[PATCH v3 0/2] quota: Add mountpath based quota support
 2021-05-24  8:49 UTC  (5+ messages)

[PATCH 0/5] Add pidfd support to the fanotify API
 2021-05-24  8:47 UTC  (24+ messages)
` [PATCH 1/5] kernel/pid.c: remove static qualifier from pidfd_create()
` [PATCH 2/5] kernel/pid.c: implement checks on parameters passed to pidfd_create()
` [PATCH 3/5] fanotify_user.c: minor cosmetic adjustments to fid labels
` [PATCH 4/5] fanotify/fanotify_user.c: introduce a generic info record copying function
` [PATCH 5/5] fanotify: Add pidfd info record support to the fanotify API

Candidate Linux ABI for Intel AMX and hypothetical new related features
 2021-05-22 23:55 UTC  (31+ messages)

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

[PATCH v27 00/10] Control-flow Enforcement: Indirect Branch Tracking
 2021-05-22 22:47 UTC  (12+ messages)
` [PATCH v27 01/10] x86/cet/ibt: Add Kconfig option for "
` [PATCH v27 02/10] x86/cet/ibt: Add user-mode Indirect Branch Tracking support
` [PATCH v27 03/10] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v27 04/10] x86/cet/ibt: Disable IBT for ia32
` [PATCH v27 05/10] x86/cet/ibt: Update ELF header parsing for Indirect Branch Tracking
` [PATCH v27 06/10] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v27 07/10] x86/vdso: Insert endbr32/endbr64 to vDSO
` [PATCH v27 08/10] x86/vdso: Introduce ENDBR macro
` [PATCH v27 09/10] x86/vdso/32: Add ENDBR to __kernel_vsyscall entry point
` [PATCH v27 10/10] x86/vdso: Add ENDBR to __vdso_sgx_enter_enclave

[RFC PATCH v0.1 0/9] UMCG early preview/RFC patchset
 2021-05-21 23:08 UTC  (26+ messages)
` [RFC PATCH v0.1 1/9] sched/umcg: add UMCG syscall stubs and CONFIG_UMCG
` [RFC PATCH v0.1 2/9] sched/umcg: add uapi/linux/umcg.h and sched/umcg.c
` [RFC PATCH v0.1 3/9] sched: add WF_CURRENT_CPU and externise ttwu
` [RFC PATCH v0.1 4/9] sched/umcg: implement core UMCG API
` [RFC PATCH v0.1 5/9] lib/umcg: implement UMCG core API for userspace
` [RFC PATCH v0.1 6/9] selftests/umcg: add UMCG core API selftest
` [RFC PATCH v0.1 7/9] sched/umcg: add UMCG server/worker API (early RFC)
` [RFC PATCH v0.1 8/9] lib/umcg: "
` [RFC PATCH v0.1 9/9] selftests/umcg: add UMCG server/worker API selftest

[PATCH tip:irq/core v1] genirq: remove auto-set of the mask when setting the hint
 2021-05-21 21:48 UTC  (15+ messages)
              ` [PATCH] genirq: Provide new interfaces for affinity hints

[PATCH v26 14/25] LSM: Specify which LSM to display
 2021-05-21 20:19 UTC  (4+ messages)

[PATCH v26 00/30] Control-flow Enforcement: Shadow Stack
 2021-05-21 18:40 UTC  (15+ messages)
` [PATCH v26 24/30] x86/cet/shstk: Introduce shadow stack token setup/verify routines
` [PATCH v26 26/30] ELF: Introduce arch_setup_elf_property()

siginfo_t ABI break on sparc64 from si_addr_lsb move 3y ago
 2021-05-21 16:34 UTC  (15+ messages)
        ` [RFC][PATCH 0/3] signal: Move si_trapno into the _si_fault union
                  ` [PATCH 00/12] signal: sort out si_trapno and si_perf
                    ` [PATCH v3 "
                      ` [GIT PULL] siginfo: ABI fixes for v5.13-rc2
                        ` [GIT PULL] siginfo: ABI fixes for v5.13-rc3

[PATCH resend v2 2/5] mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tables
 2021-05-21  8:48 UTC  (7+ messages)

[PATCH 00/11] File system wide monitoring
 2021-05-21  8:31 UTC 

[PATCH v9 0/6] Improve Minimum Alternate Stack Size
 2021-05-19  9:25 UTC  (2+ messages)

[PATCH v19 0/8] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-05-19  7:13 UTC  (15+ messages)
` [PATCH v19 5/8] "
` [PATCH v19 6/8] PM: hibernate: disable when there are active secretmem users

[PATCH v20 0/7] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-05-19  3:50 UTC  (4+ messages)
` [PATCH v20 4/7] "


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