linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-21 16:32:48 to 2020-09-01 15:42:25 UTC [more...]

[PATCH v1 0/4] [RFC] Implement Trampoline File Descriptor
 2020-09-01 15:42 UTC  (8+ messages)

[Question] About SECCOMP issue for ILP32
 2020-09-01 11:40 UTC  (2+ messages)

[PATCH v11 00/25] Control-flow Enforcement: Shadow Stack
 2020-09-01 10:28 UTC  (56+ messages)
` [PATCH v11 01/25] Documentation/x86: Add CET description
` [PATCH v11 02/25] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v11 03/25] x86/fpu/xstate: Introduce CET MSR XSAVES supervisor states
` [PATCH v11 04/25] x86/cet: Add control-protection fault handler
` [PATCH v11 05/25] x86/cet/shstk: Add Kconfig option for user-mode Shadow Stack
` [PATCH v11 06/25] x86/mm: Change _PAGE_DIRTY to _PAGE_DIRTY_HW
` [PATCH v11 07/25] x86/mm: Remove _PAGE_DIRTY_HW from kernel RO pages
` [PATCH v11 08/25] x86/mm: Introduce _PAGE_COW
` [PATCH v11 09/25] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v11 10/25] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v11 11/25] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY_HW to _PAGE_COW
` [PATCH v11 12/25] mm: Introduce VM_SHSTK for shadow stack memory
` [PATCH v11 13/25] x86/mm: Shadow Stack page fault error checking
` [PATCH v11 14/25] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v11 15/25] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v11 16/25] mm: Add guard pages around a shadow stack
` [PATCH v11 17/25] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v11 18/25] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v11 19/25] mm: Re-introduce do_mmap_pgoff()
` [PATCH v11 20/25] x86/cet/shstk: User-mode shadow stack support
` [PATCH v11 21/25] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v11 22/25] binfmt_elf: Define GNU_PROPERTY_X86_FEATURE_1_AND properties
` [PATCH v11 23/25] ELF: Introduce arch_setup_elf_property()
` [PATCH v11 24/25] x86/cet/shstk: Handle thread shadow stack
` [PATCH v11 25/25] x86/cet/shstk: Add arch_prctl functions for "

[PATCH v9 0/3] introduce memory hinting API for external process
 2020-09-01  0:06 UTC  (4+ messages)
` [PATCH v9 1/3] mm/madvise: pass mm to do_madvise
` [PATCH v9 2/3] pid: move pidfd_get_pid() to pid.c
` [PATCH v9 3/3] mm/madvise: introduce process_madvise() syscall: an external memory hinting API

[PATCH v2] vfs: add RWF_NOAPPEND flag for pwritev2
 2020-08-31 17:05 UTC  (3+ messages)

[PATCH 0/4] Support non-blocking pidfds
 2020-08-31 13:45 UTC  (5+ messages)
` [PATCH 1/4] pidfd: support PIDFD_NONBLOCK in pidfd_open()
` [PATCH 2/4] exit: support non-blocking pidfds
` [PATCH 3/4] tests: port pidfd_wait to kselftest harness
` [PATCH 4/4] tests: add waitid() tests for non-blocking pidfds

[RESEND PATCH] vfs: add RWF_NOAPPEND flag for pwritev2
 2020-08-31 13:12 UTC  (12+ messages)

[PATCH v32 00/12] /dev/random - a new approach with full SP800-90B compliance
 2020-08-31 10:03 UTC  (19+ messages)
` [PATCH v33 "
  ` [PATCH v34 "
    ` [PATCH v34 01/12] Linux Random Number Generator
    ` [PATCH v34 02/12] LRNG - allocate one DRNG instance per NUMA node
    ` [PATCH v34 03/12] LRNG - sysctls and /proc interface
    ` [PATCH v34 04/12] LRNG - add switchable DRNG support
    ` [PATCH v34 05/12] crypto: DRBG - externalize DRBG functions for LRNG
    ` [PATCH v34 06/12] LRNG - add SP800-90A DRBG extension
    ` [PATCH v34 07/12] LRNG - add kernel crypto API PRNG extension
    ` [PATCH v34 08/12] crypto: provide access to a static Jitter RNG state
    ` [PATCH v34 09/12] LRNG - add Jitter RNG fast noise source
    ` [PATCH v34 10/12] LRNG - add SP800-90B compliant health tests
    ` [PATCH v34 11/12] LRNG - add interface for gathering of raw entropy
    ` [PATCH v34 12/12] LRNG - add power-on and runtime self-tests

[PATCH v2] block: grant IOPRIO_CLASS_RT to CAP_SYS_NICE
 2020-08-30  1:00 UTC 

[PATCH v8 0/4] introduce memory hinting API for external process
 2020-08-29  7:02 UTC  (9+ messages)
` [PATCH v8 3/4] mm/madvise: introduce process_madvise() syscall: an external memory hinting API

[PATCH] x86: Extend arch_prctl (int, ...) to 5 arguments
 2020-08-28 12:16 UTC 

[PATCH 1/5] Add manpage for open_tree(2)
 2020-08-27 11:07 UTC  (10+ messages)
` [PATCH 2/5] Add manpages for move_mount(2)
` [PATCH 3/5] Add manpage for fspick(2)
` [PATCH 4/5] Add manpage for fsopen(2) and fsmount(2)
` [PATCH 5/5] Add manpage for fsconfig(2)

[PATCH 00/18] VFS: Filesystem information [ver #21]
 2020-08-27 11:27 UTC  (3+ messages)
` [PATCH 02/18] fsinfo: Add fsinfo() syscall to query filesystem "

[PATCH 1/2] Add a manpage for watch_queue(7)
 2020-08-27 11:54 UTC  (3+ messages)
` [PATCH 2/2] Modify the pipe(2) manpage for notification queues

[RFC PATCH] mm: extend memfd with ability to create "secret" memory areas
 2020-08-26 19:01 UTC  (5+ messages)

[PATCH v20 22/23] LSM: Add /proc attr entry for full LSM context
 2020-08-26 18:02 UTC  (2+ messages)

[PATCH v33 01/12] Linux Random Number Generator
 2020-08-26 14:27 UTC  (6+ messages)

[PATCH v4 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-08-26 11:01 UTC  (2+ messages)

[PATCH 1/5] Add manpage for open_tree(2)
 2020-08-26  7:31 UTC  (12+ messages)
` [PATCH 2/5] Add manpages for move_mount(2) and open_tree(2)
` [PATCH 3/5] Add manpage for fspick(2)
` [PATCH 4/5] Add manpage for fsopen(2) and fsmount(2)
` [PATCH 5/5] Add manpage for fsconfig(2)

[PATCH v5 0/9] fs: interface for directly reading/writing compressed data
 2020-08-25 17:20 UTC  (30+ messages)
` [PATCH man-pages v5] Document encoded I/O
` [PATCH v5 1/9] iov_iter: add copy_struct_from_iter()
` [PATCH v5 2/9] fs: add O_ALLOW_ENCODED open flag
` [PATCH v5 3/9] fs: add RWF_ENCODED for reading/writing compressed data
` [PATCH v5 4/9] btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()
` [PATCH v5 5/9] btrfs: add ram_bytes and offset to btrfs_ordered_extent
` [PATCH v5 6/9] btrfs: support different disk extent size for delalloc
` [PATCH v5 7/9] btrfs: optionally extend i_size in cow_file_range_inline()
` [PATCH v5 8/9] btrfs: implement RWF_ENCODED reads
` [PATCH v5 9/9] btrfs: implement RWF_ENCODED writes

[PATCH v11 0/9] Control-flow Enforcement: Indirect Branch Tracking, PTRACE
 2020-08-25 16:13 UTC  (15+ messages)
` [PATCH v11 1/9] x86/cet/ibt: Add Kconfig option for user-mode Indirect Branch Tracking
` [PATCH v11 2/9] x86/cet/ibt: User-mode Indirect Branch Tracking support
` [PATCH v11 3/9] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v11 4/9] x86/cet/ibt: ELF header parsing "
` [PATCH v11 5/9] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v11 6/9] x86/cet: Add PTRACE interface for CET
` [PATCH v11 7/9] x86/vdso/32: Add ENDBR32 to __kernel_vsyscall entry point
` [PATCH v11 8/9] x86/vdso: Insert endbr32/endbr64 to vDSO
` [PATCH v11 9/9] x86: Disallow vsyscall emulation when CET is enabled

[RFC PATCH 0/5] Introduce /proc/all/ to gather stats from all processes
 2020-08-25 10:00 UTC  (9+ messages)

[PATCH 1/2] Add a manpage for watch_queue(7)
 2020-08-24 17:54 UTC  (5+ messages)

[RFC PATCH 0/2] proc,socket: attach description to sockets
 2020-08-23 22:28 UTC  (12+ messages)
` [PATCH v2 1/2] mm: add GFP mask param to strndup_user
  ` [PATCH v2 2/2] net: socket: implement SO_DESCRIPTION

[PATCH v33 12/12] LRNG - add power-on and runtime self-tests
 2020-08-23 14:50 UTC  (2+ messages)

[PATCH v33 03/12] LRNG - sysctls and /proc interface
 2020-08-23  7:10 UTC  (2+ messages)

[PATCH iproute2 v5 0/2] iplink: hsr: add support for creating PRP device
 2020-08-23  4:15 UTC  (4+ messages)

[PATCH ghak90 V9 00/13] audit: implement container identifier
 2020-08-21 20:13 UTC  (21+ messages)
` [PATCH ghak90 V9 02/13] audit: add container id
` [PATCH ghak90 V9 05/13] audit: log container info of syscalls
` [PATCH ghak90 V9 06/13] audit: add contid support for signalling the audit daemon
` [PATCH ghak90 V9 08/13] audit: add containerid support for user records
` [PATCH ghak90 V9 11/13] audit: contid check descendancy and nesting

[PATCH v9 4/6] ACPI: HMAT: Fix handling of changes from ACPI 6.2 to ACPI 6.3
 2020-08-21 16:54 UTC  (6+ 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).