linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-13 15:01:30 to 2020-08-25 00:30:33 UTC [more...]

[PATCH v11 00/25] Control-flow Enforcement: Shadow Stack
 2020-08-25  0:25 UTC  (12+ messages)
` [PATCH v11 01/25] Documentation/x86: Add CET description
` [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 10/25] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v11 15/25] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v11 18/25] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v11 20/25] x86/cet/shstk: User-mode shadow stack support
` [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 25/25] x86/cet/shstk: Add arch_prctl functions for shadow stack

[PATCH v5 0/9] fs: interface for directly reading/writing compressed data
 2020-08-24 23:49 UTC  (28+ 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 1/2] Add a manpage for watch_queue(7)
 2020-08-24 17:54 UTC  (5+ messages)

[PATCH 1/2] Add a manpage for watch_queue(7)
 2020-08-24 15:30 UTC  (2+ messages)
` [PATCH 2/2] Modify the pipe(2) manpage for notification queues

[PATCH 1/5] Add manpage for open_tree(2)
 2020-08-24 12:25 UTC  (5+ 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 1/5] Add manpage for open_tree(2)
 2020-08-24 10:08 UTC  (11+ 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)

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

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

[PATCH iproute2 v5 0/2] iplink: hsr: add support for creating PRP device
 2020-08-23  4:15 UTC  (6+ messages)
` [PATCH iproute2 v5 1/2] iplink: hsr: add support for creating PRP device similar to HSR
` [PATCH iproute2 v5 2/2] ip: iplink: prp: update man page for new parameter

[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 0/6] ACPI: Support Generic Initiator proximity domains
 2020-08-21 16:54 UTC  (18+ messages)
` [PATCH v9 1/6] ACPI: Support Generic Initiator only domains
` [PATCH v9 2/6] x86: Support Generic Initiator only proximity domains
` [PATCH v9 3/6] ACPI: Let ACPI know we support Generic Initiator Affinity Structures
` [PATCH v9 4/6] ACPI: HMAT: Fix handling of changes from ACPI 6.2 to ACPI 6.3
` [PATCH v9 5/6] node: Add access1 class to represent CPU to memory characteristics
` [PATCH v9 6/6] docs: mm: numaperf.rst Add brief description for access class 1

[GIT PULL] Mount notifications
 2020-08-21 13:17 UTC  (26+ messages)
` [GIT PULL] Filesystem Information
        ` file metadata via fs API (was: [GIT PULL] Filesystem Information)
                  ` file metadata via fs API

[RFC PATCH 0/5] Introduce /proc/all/ to gather stats from all processes
 2020-08-20 17:41 UTC  (4+ messages)

[PATCH v4 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-08-20 15:52 UTC  (16+ messages)
` [PATCH v4 1/6] mm: add definition of PMD_PAGE_ORDER
` [PATCH v4 2/6] mmap: make mlock_future_check() global
` [PATCH v4 3/6] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v4 4/6] arch, mm: wire up memfd_secret system call were relevant
` [PATCH v4 5/6] mm: secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v4 6/6] mm: secretmem: add ability to reserve memory at boot

[PATCH v1 0/4] [RFC] Implement Trampoline File Descriptor
 2020-08-19 18:53 UTC  (7+ messages)

[PATCH v3] mm: introduce reference pages
 2020-08-18 18:25 UTC  (3+ messages)

file metadata via fs API (was: [GIT PULL] Filesystem Information)
 2020-08-18  9:41 UTC  (14+ messages)

[net-next iproute2 PATCH v4 0/2] iplink: hsr: add support for creating PRP device
 2020-08-17 20:58 UTC  (4+ messages)
` [net-next iproute2 PATCH v4 1/2] iplink: hsr: add support for creating PRP device similar to HSR

[PATCH 00/23] proc: Introduce /proc/namespaces/ directory to expose namespaces lineary
 2020-08-17 18:53 UTC 

add file system helpers that take kernel pointers for the init code v4
 2020-08-17 13:44 UTC  (4+ messages)
` [PATCH 02/23] fs: refactor ksys_umount

[RFC PATCH] mm: extend memfd with ability to create "secret" memory areas
 2020-08-14 18:09 UTC  (3+ messages)

[PATCH v4 6/6] io_uring: add support for zone-append
 2020-08-14 12:20 UTC  (14+ messages)

setsid2(sid) proposal - assign current process to existing session
 2020-08-14 11:33 UTC  (2+ messages)

[PATCH v4 0/2] proc,fcntl: introduce F_SET_DESCRIPTION
 2020-08-14  5:48 UTC  (5+ messages)
` [PATCH v4 1/2] mm: add GFP mask param to strndup_user
` [PATCH v4 2/2] fcntl: introduce F_SET_DESCRIPTION

[PATCH v20 00/12] Landlock LSM
 2020-08-13 20:29 UTC  (7+ messages)
` [PATCH v20 05/12] LSM: Infrastructure management of the superblock
` [PATCH v20 08/12] landlock: Add syscall implementations

[PATCH v7 0/7] Add support for O_MAYEXEC
 2020-08-13 15:31 UTC  (4+ messages)
` [PATCH v7 3/7] exec: Move path_noexec() check earlier


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