linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-04 01:14:27 to 2021-03-16 06:58:19 UTC [more...]

[PATCH v7 0/6] x86: Improve Minimum Alternate Stack Size
 2021-03-16  6:52 UTC  (7+ messages)
` [PATCH v7 1/6] uapi: Define the aux vector AT_MINSIGSTKSZ
` [PATCH v7 2/6] x86/signal: Introduce helpers to get the maximum signal frame size
` [PATCH v7 3/6] x86/elf: Support a new ELF aux vector AT_MINSIGSTKSZ
` [PATCH v7 4/6] selftest/sigaltstack: Use the AT_MINSIGSTKSZ aux vector if available
` [PATCH v7 5/6] x86/signal: Detect and prevent an alternate signal stack overflow
` [PATCH v7 6/6] selftest/x86/signal: Include test cases for validating sigaltstack

[PATCH v2 1/2] usb: gadget: uvc: Updating bcdUVC field to 0x0110
 2021-03-16  0:35 UTC  (5+ messages)
` [PATCH v3 2/2] usb: webcam: Invalid size of Processing Unit Descriptor

[PATCH v4 2/2] usb: webcam: Invalid size of Processing Unit Descriptor
 2021-03-16  0:25 UTC  (2+ messages)

[PATCH] tee: Add -q, --quiet option to not write to stdout
 2021-03-15 20:20 UTC  (8+ messages)
` [PATCH v3 (resend)] tee: Add -q, --quiet, --silent "

[PATCH v4] mm/vmalloc: randomize vmalloc() allocations
 2021-03-15 18:02 UTC  (10+ messages)

[PATCH RFCv2] mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault/prealloc memory
 2021-03-15 16:28 UTC  (9+ messages)

[PATCH v7 0/3] block device interposer
 2021-03-15 13:25 UTC  (13+ messages)
` [PATCH v7 1/3] block: add blk_mq_is_queue_frozen()
` [PATCH v7 2/3] block: add bdev_interposer
` [PATCH v7 3/3] dm: add DM_INTERPOSED_FLAG

[PATCH 1/2] usb: gadget: uvc: Updating bcdUVC field to 0x0110
 2021-03-15  5:10 UTC  (7+ messages)
` [PATCH 2/2] usb: webcam: Invalid size of Processing Unit Descriptor

Why is the bit size different between a syscall and its wrapper?
 2021-03-14  5:10 UTC  (4+ messages)

epoll_wait.2: epoll_pwait2(2) prototype
 2021-03-13 17:10 UTC  (3+ messages)

[PATCH] lightnvm: remove duplicate include in lightnvm.h
 2021-03-13 11:22 UTC 

[PATCH v6 00/40] idmapped mounts
 2021-03-13  0:05 UTC  (3+ messages)
` [PATCH v6 02/40] fs: add id translation helpers

[PATCH v22 0/8] Control-flow Enforcement: Indirect Branch Tracking
 2021-03-12 16:59 UTC  (21+ messages)
` [PATCH v22 1/8] x86/cet/ibt: Update Kconfig for user-mode "
` [PATCH v22 2/8] x86/cet/ibt: User-mode Indirect Branch Tracking support
` [PATCH v22 3/8] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v22 4/8] x86/cet/ibt: Update ELF header parsing "
` [PATCH v22 5/8] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v22 6/8] x86/vdso/32: Add ENDBR32 to __kernel_vsyscall entry point
` [PATCH v22 7/8] x86/vdso: Insert endbr32/endbr64 to vDSO
` [PATCH v22 8/8] x86/vdso: Add ENDBR64 to __vdso_sgx_enter_enclave

[PATCH 2/2] sigaction.2: wfix - Clarify si_addr description
 2021-03-12 12:55 UTC  (4+ messages)

[PATCH v2] ptrace: add PTRACE_GET_RSEQ_CONFIGURATION request
 2021-03-11 17:24 UTC  (5+ messages)

[PATCH v3] x86/fault: Send a SIGBUS to user process always for hwpoison page access
 2021-03-11 16:56 UTC  (6+ messages)

[PATCH v6 0/4] block-layer interposer
 2021-03-11 10:54 UTC  (12+ messages)
` [PATCH v6 1/4] block: add blk_mq_is_queue_frozen()
` [PATCH v6 2/4] block: add blk_interposer
` [PATCH v6 4/4] dm: add DM_INTERPOSED_FLAG

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

[PATCH v6 0/6] x86: Improve Minimum Alternate Stack Size
 2021-03-10 18:01 UTC  (9+ messages)
` [PATCH v6 1/6] uapi: Define the aux vector AT_MINSIGSTKSZ
` [PATCH v6 3/6] x86/elf: Support a new ELF "

[RFC PATCH v2 0/6] Add IOPF support for VFIO passthrough
 2021-03-10  6:34 UTC  (9+ messages)
` [RFC PATCH v2 1/6] iommu: Evolve to support more scenarios of using IOPF
` [RFC PATCH v2 2/6] vfio: Add an MMU notifier to avoid pinning
` [RFC PATCH v2 3/6] vfio: Add a page fault handler
` [RFC PATCH v2 4/6] vfio: VFIO_IOMMU_ENABLE_IOPF
` [RFC PATCH v2 5/6] vfio: No need to statically pin and map if IOPF enabled
` [RFC PATCH v2 6/6] vfio: Add nested IOPF support

[PATCH v2 2/2] usb: webcam: Invalid size of Processing Unit Descriptor
 2021-03-10  4:45 UTC 

[PATCH v25 14/25] LSM: Specify which LSM to display
 2021-03-09 14:42 UTC  (2+ messages)
` [PATCH v25 24/25] LSM: Add /proc attr entry for full LSM context

[PATCH v3] mm/vmalloc: randomize vmalloc() allocations
 2021-03-09 13:49 UTC  (5+ messages)

[PATCH 0/3] platform/surface: Add DTX detachment system driver
 2021-03-08 18:48 UTC  (3+ messages)
` [PATCH 1/3] platform/surface: Add DTX driver
` [PATCH 3/3] docs: driver-api: Add Surface DTX driver documentation

[RFC PATCH v2 00/13] Add futex2 syscall
 2021-03-08 17:33 UTC  (16+ messages)
` [RFC PATCH v2 12/13] perf bench: Add futex2 benchmark tests
` [RFC PATCH v2 13/13] kernel: Enable waitpid() for futex2

[PATCH v21 00/26] Control-flow Enforcement: Shadow Stack
 2021-03-08 16:51 UTC  (4+ messages)
` [PATCH v21 10/26] x86/mm: Update pte_modify for _PAGE_COW

[RFC PATCH] fs: introduce mkdirat2 syscall for atomic mkdir
 2021-03-08 13:50 UTC  (6+ messages)

[PATCH] mtd: add OTP (one-time-programmable) erase ioctl
 2021-03-08 11:27 UTC  (2+ messages)

[PATCH v3 1/1] mm/madvise: replace ptrace attach requirement for process_madvise
 2021-03-05 19:41 UTC  (12+ messages)

[PATCH v4 0/3] Preventing job distribution to isolated CPUs
 2021-03-04 23:23 UTC  (16+ messages)
` [Patch v4 1/3] lib: Restrict cpumask_local_spread to houskeeping CPUs
                              ` [EXT] "

[PATCH v3 0/2] quota: Add mountpath based quota support
 2021-03-04 17:08 UTC  (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] quota: wire up quotactl_path
` [PATCH] quotactl.2: Add documentation for quotactl_path()

[PATCH v2 0/2] unprivileged fanotify listener
 2021-03-04 11:29 UTC  (3+ messages)
` [PATCH v2 1/2] fanotify: configurable limits via sysfs
` [PATCH v2 2/2] fanotify: support limited functionality for unprivileged users

[RFC] Hugepage collapse in process context
 2021-03-04 10:52 UTC  (7+ 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).