linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-30 18:16:48 to 2021-09-15 15:17:32 UTC [more...]

[PATCH 00/20] futex: splitup and waitv syscall
 2021-09-15 15:17 UTC  (18+ messages)
` [PATCH 01/20] futex: Move to kernel/futex/
` [PATCH 02/20] futex: Split out syscalls
` [PATCH 03/20] futex: Rename {,__}{,un}queue_me()
` [PATCH 04/20] futex: Rename futex_wait_queue_me()
` [PATCH 05/20] futex: Rename: queue_{,un}lock()
` [PATCH 06/20] futex: Rename __unqueue_futex()
` [PATCH 07/20] futex: Rename hash_futex()
` [PATCH 08/20] futex: Rename: {get,cmpxchg}_futex_value_locked()
` [PATCH 09/20] futex: Split out PI futex
` [PATCH 10/20] futex: Rename: hb_waiter_{inc,dec,pending}()
` [PATCH 11/20] futex: Rename: match_futex()
` [PATCH 12/20] futex: Rename mark_wake_futex()
` [PATCH 13/20] futex: Split out requeue
` [PATCH 14/20] futex: Split out wait/wake
` [PATCH 15/20] futex: Simplify double_lock_hb()

[PATCH v6 00/21] File system wide monitoring
 2021-09-15 10:31 UTC  (7+ messages)
` [PATCH v6 15/21] fanotify: Preallocate per superblock mark error event

[PATCH v2] include/uapi/linux/xfrm.h: Fix XFRM_MSG_MAPPING ABI breakage
 2021-09-15  8:51 UTC  (7+ messages)

[RFC PATCH 00/13] x86 User Interrupts support
 2021-09-14 19:03 UTC  (16+ messages)
` [RFC PATCH 01/13] x86/uintr/man-page: Include man pages draft for reference
` [RFC PATCH 02/13] Documentation/x86: Add documentation for User Interrupts
` [RFC PATCH 03/13] x86/cpu: Enumerate User Interrupts support
` [RFC PATCH 04/13] x86/fpu/xstate: Enumerate User Interrupts supervisor state
` [RFC PATCH 05/13] x86/irq: Reserve a user IPI notification vector
` [RFC PATCH 06/13] x86/uintr: Introduce uintr receiver syscalls
` [RFC PATCH 07/13] x86/process/64: Add uintr task context switch support
` [RFC PATCH 08/13] x86/process/64: Clean up uintr task fork and exit paths
` [RFC PATCH 09/13] x86/uintr: Introduce vector registration and uintr_fd syscall
` [RFC PATCH 10/13] x86/uintr: Introduce user IPI sender syscalls
` [RFC PATCH 11/13] x86/uintr: Introduce uintr_wait() syscall
` [RFC PATCH 12/13] x86/uintr: Wire up the user interrupt syscalls
` [RFC PATCH 13/13] selftests/x86: Add basic tests for User IPI

[PATCH 0/4 v0.5] sched/umcg: RFC UMCG patchset
 2021-09-14 18:48 UTC  (24+ messages)
` [PATCH 1/4 v0.5] sched/umcg: add WF_CURRENT_CPU and externise ttwu
` [PATCH 2/4 v0.5] sched/umcg: RFC: add userspace atomic helpers
` [PATCH 3/4 v0.5] sched/umcg: RFC: implement UMCG syscalls
` [PATCH 4/4 v0.5] sched/umcg: add Documentation/userspace-api/umcg.rst

[RESEND RFC PATCH 0/3] Provide fast access to thread specific data
 2021-09-14 17:24 UTC  (8+ messages)
` [RESEND RFC PATCH 1/3] Introduce per thread user-kernel shared structure
` [RESEND RFC PATCH 2/3] Publish tasks's scheduler stats thru the "
` [RESEND RFC PATCH 3/3] Introduce task's 'off cpu' time

[PATCH v3 0/6] futex2: Add wait on multiple futexes syscall
 2021-09-14 17:18 UTC  (12+ messages)
` [PATCH v3 1/6] futex: Prepare for futex_wait_multiple()
` [PATCH v3 2/6] futex2: Implement vectorized wait
` [PATCH v3 3/6] futex2: wire up syscall for x86
` [PATCH v3 4/6] futex2: wire up syscall for ARM
` [PATCH v3 5/6] selftests: futex2: Add waitv test
` [PATCH v3 6/6] selftests: futex2: Test futex_waitv timeout

[RESEND RFC PATCH 0/3] Provide fast access to thread specific data
 2021-09-14 16:10 UTC  (19+ messages)
` [RESEND RFC PATCH 1/3] Introduce per thread user-kernel shared structure
` [RESEND RFC PATCH 2/3] Publish tasks's scheduler stats thru the "
` [RESEND RFC PATCH 3/3] Introduce task's 'off cpu' time
  ` Fwd: [RESEND RFC PATCH 0/3] Provide fast access to thread specific data

[PATCH v11 25/25] x86/cet/shstk: Add arch_prctl functions for shadow stack
 2021-09-14  9:53 UTC  (22+ messages)
                                    ` [NEEDS-REVIEW] "

[PATCH v3] io-wq: provide IO_WQ_* constants for IORING_REGISTER_IOWQ_MAX_WORKERS arg items
 2021-09-13 16:38 UTC  (2+ messages)

[PATCH v2] io-wq: expose IO_WQ_ACCT_* enumeration items to UAPI
 2021-09-13 15:52 UTC  (3+ messages)

[PATCH] io-wq: expose IO_WQ_ACCT_* enumeration items to UAPI
 2021-09-12 22:49 UTC  (4+ messages)

[PATCH v2 0/7] Remove in-tree usage of MAP_DENYWRITE
 2021-09-05 19:07 UTC  (7+ messages)
` [PATCH v2 1/7] binfmt: don't use MAP_DENYWRITE when loading shared libraries via uselib()

Introduction: I am a Linux and open source software enthusiast
 2021-09-05 10:19 UTC 

[PATCH v2 0/5] futex2: Add wait on multiple futexes syscall
 2021-09-05 10:14 UTC  (7+ messages)
` [PATCH v2 1/5] futex: Prepare for futex_wait_multiple()
` [PATCH v2 2/5] futex2: Implement vectorized wait
` [PATCH v2 3/5] futex2: wire up syscall for x86
` [PATCH v2 4/5] selftests: futex2: Add waitv test
` [PATCH v2 5/5] selftests: futex2: Test futex_waitv timeout

[PATCH] include/uapi/linux/xfrm.h: Fix XFRM_MSG_MAPPING ABI breakage
 2021-09-02 18:28 UTC  (3+ messages)

[PATCH 1/2] net: Remove net/ipx.h and uapi/linux/ipx.h header files
 2021-09-02 16:08 UTC  (4+ messages)

[PATCH 2/1] man-pages: xattr.7: Update text for user extended xattr behavior change
 2021-09-02 15:38 UTC 

[PATCH v4] uapi/linux/prctl: provide macro definitions for the PR_SCHED_CORE type argument
 2021-09-02 13:44 UTC  (3+ messages)

[PATCH v11 00/14] btrfs: add ioctls and send/receive support for reading/writing compressed data
 2021-09-01 17:01 UTC  (25+ messages)
` [PATCH v11 01/14] fs: export rw_verify_area()
` [PATCH v11 02/14] fs: export variant of generic_write_checks without iov_iter
` [PATCH v11 03/14] btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()
` [PATCH v11 04/14] btrfs: add ram_bytes and offset to btrfs_ordered_extent
` [PATCH v11 05/14] btrfs: support different disk extent size for delalloc
` [PATCH v11 06/14] btrfs: optionally extend i_size in cow_file_range_inline()
` [PATCH v11 07/14] btrfs: add definitions + documentation for encoded I/O ioctls
` [PATCH v11 08/14] btrfs: add BTRFS_IOC_ENCODED_READ
` [PATCH v11 09/14] btrfs: add BTRFS_IOC_ENCODED_WRITE
` [PATCH v11 10/14] btrfs: add send stream v2 definitions
` [PATCH v11 11/14] btrfs: send: write larger chunks when using stream v2
` [PATCH v11 12/14] btrfs: send: allocate send buffer with alloc_page() and vmap() for v2
` [PATCH v11 13/14] btrfs: send: send compressed extents with encoded writes
` [PATCH v11 14/14] btrfs: send: enable support for stream v2 and compressed writes
` [PATCH v11 01/10] btrfs-progs: receive: support v2 send stream larger tlv_len
` [PATCH v11 02/10] btrfs-progs: receive: dynamically allocate sctx->read_buf
` [PATCH v11 03/10] btrfs-progs: receive: support v2 send stream DATA tlv format
` [PATCH v11 04/10] btrfs-progs: receive: add send stream v2 cmds and attrs to send.h
` [PATCH v11 05/10] btrfs-progs: receive: process encoded_write commands
` [PATCH v11 06/10] btrfs-progs: receive: encoded_write fallback to explicit decode and write
` [PATCH v11 07/10] btrfs-progs: receive: process fallocate commands
` [PATCH v11 08/10] btrfs-progs: receive: process setflags ioctl commands
` [PATCH v11 09/10] btrfs-progs: send: stream v2 ioctl flags
` [PATCH v11 10/10] btrfs-progs: receive: add tests for basic encoded_write send/receive

[PATCH v29 00/32] Control-flow Enforcement: Shadow Stack
 2021-09-01 15:24 UTC  (8+ messages)
` [PATCH v29 23/32] x86/cet/shstk: Add user-mode shadow stack support

[PATCH v1 0/7] Remove in-tree usage of MAP_DENYWRITE
 2021-09-01  8:28 UTC  (14+ messages)

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

[PATCH v30 00/32] Control-flow Enforcement: Shadow Stack
 2021-08-30 18:15 UTC  (22+ messages)
` [PATCH v30 01/32] Documentation/x86: Add CET description
` [PATCH v30 02/32] x86/cet/shstk: Add Kconfig option for Shadow Stack
` [PATCH v30 04/32] x86/cpufeatures: Introduce CPU setup and option parsing for CET
` [PATCH v30 07/32] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v30 08/32] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v30 09/32] x86/mm: Introduce _PAGE_COW
` [PATCH v30 10/32] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v30 12/32] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v30 14/32] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v30 17/32] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v30 18/32] mm: Add guard pages around a shadow stack
` [PATCH v30 23/32] x86/cet/shstk: Add user-mode shadow stack support
` [PATCH v30 24/32] x86/process: Change copy_thread() argument 'arg' to 'stack_size'
` [PATCH v30 25/32] x86/cet/shstk: Handle thread shadow stack
` [PATCH v30 26/32] x86/cet/shstk: Introduce shadow stack token setup/verify routines
` [PATCH v30 27/32] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v30 28/32] ELF: Introduce arch_setup_elf_property()
` [PATCH v30 29/32] x86/cet/shstk: Add arch_prctl functions for shadow stack
` [PATCH v30 30/32] mm: Move arch_calc_vm_prot_bits() to arch/x86/include/asm/mman.h
` [PATCH v30 31/32] mm: Update arch_validate_flags() to test vma anonymous
` [PATCH v30 32/32] mm: Introduce PROT_SHADOW_STACK for shadow stack


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