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

[PATCH v9 0/6] ACPI: Support Generic Initiator proximity domains
 2020-08-21 16:30 UTC  (16+ 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  (74+ messages)
` [GIT PULL] Filesystem Information
        ` file metadata via fs API (was: [GIT PULL] Filesystem Information)
                  ` file metadata via fs API

[PATCH v5 0/9] fs: interface for directly reading/writing compressed data
 2020-08-21  9:24 UTC  (13+ 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 v32 00/12] /dev/random - a new approach with full SP800-90B compliance
 2020-08-21  5:44 UTC  (32+ 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

[RFC PATCH 0/5] Introduce /proc/all/ to gather stats from all processes
 2020-08-20 17:41 UTC  (6+ 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 iproute2 v5 0/2] iplink: hsr: add support for creating PRP device
 2020-08-19 21:21 UTC  (4+ 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 v1 0/4] [RFC] Implement Trampoline File Descriptor
 2020-08-19 18:53 UTC  (13+ messages)

[PATCH v3] mm: introduce reference pages
 2020-08-18 18:25 UTC  (3+ 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 0/2] proc,socket: attach description to sockets
 2020-08-16 19:30 UTC  (11+ 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

[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  (10+ messages)
` [PATCH v7 3/7] exec: Move path_noexec() check earlier
` [PATCH v7 4/7] fs: Introduce O_MAYEXEC flag for openat2(2)
` [PATCH v7 5/7] fs,doc: Enable to enforce noexec mounts or file exec through O_MAYEXEC

INFO: task hung in pipe_release (2)
 2020-08-13  3:57 UTC 

KASAN: use-after-free Read in path_init (2)
 2020-08-12 21:28 UTC  (6+ messages)
` [PATCH] "

Songs about Pandemic of Lies
 2020-08-11 22:28 UTC 


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