linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-09 22:52:16 to 2022-02-18 21:16:03 UTC [more...]

[RFC PATCH v2 00/11] RSEQ node id and virtual cpu id extensions
 2022-02-18 21:06 UTC  (11+ messages)
` [RFC PATCH v2 01/11] rseq: Introduce feature size and alignment ELF auxiliary vector entries
` [RFC PATCH v2 02/11] rseq: Introduce extensible rseq ABI
` [RFC PATCH v2 04/11] selftests/rseq: Use ELF auxiliary vector for extensible rseq
` [RFC PATCH v2 05/11] selftests/rseq: Implement rseq numa node id field selftest
` [RFC PATCH v2 06/11] lib: invert _find_next_bit source arguments
` [RFC PATCH v2 07/11] lib: implement find_{first,next}_{zero,one}_and_zero_bit
` [RFC PATCH v2 08/11] cpumask: implement cpumask_{first,next}_{zero,one}_and_zero
` [RFC PATCH v2 09/11] sched: Introduce per memory space current virtual cpu id
` [RFC PATCH v2 10/11] rseq: extend struct rseq with per memory space vcpu id
` [RFC PATCH v2 11/11] selftests/rseq: Implement rseq vm_vcpu_id field support

[PATCH v2 00/18] clean up asm/uaccess.h, kill set_fs for good
 2022-02-18 18:07 UTC  (60+ messages)
` [PATCH v2 01/18] uaccess: fix integer overflow on access_ok()
` [PATCH v2 02/18] uaccess: fix nios2 and microblaze get_user_8()
` [PATCH v2 03/18] nds32: fix access_ok() checks in get/put_user
` [PATCH v2 04/18] sparc64: add __{get,put}_kernel_nocheck()
` [PATCH v2 05/18] x86: remove __range_not_ok()
` [PATCH v2 06/18] x86: use more conventional access_ok() definition
` [PATCH v2 07/18] nios2: drop access_ok() check from __put_user()
` [PATCH v2 08/18] uaccess: add generic __{get,put}_kernel_nofault
` [PATCH v2 09/18] mips: use simpler access_ok()
` [PATCH v2 10/18] m68k: fix access_ok for coldfire
` [PATCH v2 11/18] arm64: simplify access_ok()
` [PATCH v2 12/18] uaccess: fix type mismatch warnings from access_ok()
` [PATCH v2 13/18] uaccess: generalize access_ok()
` [PATCH v2 14/18] lib/test_lockup: fix kernel pointer check for separate address spaces
` [PATCH v2 15/18] sparc64: remove CONFIG_SET_FS support
` [PATCH v2 16/18] sh: "
` [PATCH v2 17/18] ia64: "
` [PATCH v2 18/18] uaccess: drop maining CONFIG_SET_FS users

[PATCH v2 0/5] ucounts: RLIMIT_NPROC fixes
 2022-02-18 15:34 UTC  (9+ messages)
    ` [PATCH v2 1/5] rlimit: Fix RLIMIT_NPROC enforcement failure caused by capability calls in set_user
    ` [PATCH v2 2/5] ucounts: Enforce RLIMIT_NPROC not RLIMIT_NPROC+1
    ` [PATCH v2 3/5] ucounts: Base set_cred_ucounts changes on the real user
    ` [PATCH v2 4/5] ucounts: Move RLIMIT_NPROC handling after set_user
    ` [PATCH v2 5/5] ucounts: Handle wrapping in is_ucounts_overlimit
    ` [GIT PULL] ucounts: RLIMIT_NPROC fixes for v5.17

[PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-02-17 19:09 UTC  (5+ messages)
  ` [PATCH v4 01/12] mm/shmem: Introduce F_SEAL_INACCESSIBLE

[PATCH v3 0/6] Qualcomm custom compressed pixfmt
 2022-02-17 11:33 UTC  (4+ messages)
` [PATCH v3 5/6] venus: Add a handling of QC10C compressed format

[PATCH 00/14] clean up asm/uaccess.h, kill set_fs for good
 2022-02-16 19:43 UTC  (61+ messages)
` [PATCH 01/14] uaccess: fix integer overflow on access_ok()
` [PATCH 02/14] sparc64: add __{get,put}_kernel_nocheck()
` [PATCH 03/14] nds32: fix access_ok() checks in get/put_user
` [PATCH 04/14] x86: use more conventional access_ok() definition
` [PATCH 05/14] uaccess: add generic __{get,put}_kernel_nofault
` [PATCH 06/14] mips: use simpler access_ok()
` [PATCH 07/14] uaccess: generalize access_ok()
` [PATCH 08/14] arm64: simplify access_ok()
` [PATCH 09/14] m68k: drop custom __access_ok()
` [PATCH 10/14] uaccess: remove most CONFIG_SET_FS users
` [PATCH 11/14] sparc64: remove CONFIG_SET_FS support
` [PATCH 12/14] sh: "
` [PATCH 13/14] ia64: "
` [PATCH 14/14] uaccess: drop set_fs leftovers

[PATCH 0/2] exit: Introduce __WCHILDSIGINFO for waitid
 2022-02-15  9:14 UTC  (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/seccomp: Check for waitid() behavior

[RFC] Get siginfo from unreaped task
 2022-02-15  9:01 UTC  (7+ messages)

[PATCH 00/35] Shadow stacks for userspace
 2022-02-15  8:49 UTC  (49+ messages)
` [PATCH 10/35] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH 18/35] mm: Add guard pages around a shadow stack
` [PATCH 20/35] mm: Update can_follow_write_pte() for "
` [PATCH 21/35] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH 22/35] x86/mm: Prevent VM_WRITE shadow stacks
` [PATCH 23/35] x86/fpu: Add helpers for modifying supervisor xstate
` [PATCH 25/35] x86/cet/shstk: Add user-mode shadow stack support
` [PATCH 26/35] x86/process: Change copy_thread() argument 'arg' to 'stack_size'

discovering native audit arch
 2022-02-14 21:40 UTC 

[RFC PATCH 0/7] make statx() return I/O alignment information
 2022-02-11 11:45 UTC  (10+ messages)
` [RFC PATCH 1/7] statx: add "
` [RFC PATCH 2/7] fscrypt: change fscrypt_dio_supported() to prepare for STATX_IOALIGN
` [RFC PATCH 3/7] ext4: support STATX_IOALIGN
` [RFC PATCH 4/7] f2fs: move f2fs_force_buffered_io() into file.c
` [RFC PATCH 5/7] f2fs: don't allow DIO reads but not DIO writes
` [RFC PATCH 6/7] f2fs: simplify f2fs_force_buffered_io()
` [RFC PATCH 7/7] f2fs: support STATX_IOALIGN

[PATCH 26/35] x86/process: Change copy_thread() argument 'arg' to 'stack_size'
 2022-02-11  2:09 UTC  (2+ 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).