linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-17 20:32:13 to 2020-11-24 12:08:58 UTC [more...]

[PATCH] syscalls: Document OCI seccomp filter interactions & workaround
 2020-11-24 12:08 UTC 

[PATCH v11 0/9] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-11-24 10:59 UTC  (11+ messages)
` [PATCH v11 1/9] mm: add definition of PMD_PAGE_ORDER
` [PATCH v11 2/9] mmap: make mlock_future_check() global
` [PATCH v11 3/9] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v11 4/9] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v11 5/9] secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v11 6/9] secretmem: add memcg accounting
` [PATCH v11 7/9] PM: hibernate: disable when there are active secretmem users
` [PATCH v11 8/9] arch, mm: wire up memfd_secret system call were relevant
` [PATCH v11 9/9] secretmem: test: add basic selftest for memfd_secret(2)

[PATCH v10 0/9] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-11-24  9:29 UTC  (13+ messages)
` [PATCH v10 1/9] mm: add definition of PMD_PAGE_ORDER
` [PATCH v10 2/9] mmap: make mlock_future_check() global
` [PATCH v10 3/9] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v10 4/9] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v10 5/9] secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v10 6/9] secretmem: add memcg accounting
` [PATCH v10 7/9] PM: hibernate: disable when there are active secretmem users
` [PATCH v10 8/9] arch, mm: wire up memfd_secret system call were relevant
` [PATCH v10 9/9] secretmem: test: add basic selftest for memfd_secret(2)

[PATCH 1/1] RFC: add pidfd_send_signal flag to reclaim mm while killing a process
 2020-11-24  5:45 UTC  (16+ messages)

[PATCH 0/2] userspace memory reaping using process_madvise
 2020-11-24  5:39 UTC  (3+ messages)
` [PATCH 1/2] mm/madvise: allow process_madvise operations on entire memory range
` [PATCH 2/2] mm/madvise: add process_madvise MADV_DONTNEER support

[PATCH v24 00/12] Landlock LSM
 2020-11-24  2:38 UTC  (19+ messages)
` [PATCH v24 01/12] landlock: Add object management
` [PATCH v24 02/12] landlock: Add ruleset and domain management
` [PATCH v24 07/12] landlock: Support filesystem access-control
` [PATCH v24 08/12] landlock: Add syscall implementations
` [PATCH v24 12/12] landlock: Add user and kernel documentation

[PATCH v5 0/9] "Task_isolation" mode
 2020-11-23 23:21 UTC  (20+ messages)
` [PATCH v5 1/9] task_isolation: vmstat: add quiet_vmstat_sync function
` [PATCH v5 2/9] task_isolation: vmstat: add vmstat_idle function
` [PATCH v5 3/9] task_isolation: userspace hard isolation from kernel
` [PATCH v5 4/9] task_isolation: Add task isolation hooks to arch-independent code
` [PATCH v5 5/9] task_isolation: Add driver-specific hooks
` [PATCH v5 6/9] task_isolation: arch/arm64: enable task isolation functionality
` [PATCH v5 7/9] task_isolation: don't interrupt CPUs with tick_nohz_full_kick_cpu()
` [PATCH v5 8/9] task_isolation: ringbuffer: don't interrupt CPUs running isolated tasks on buffer resize
` [PATCH v5 9/9] task_isolation: kick_all_cpus_sync: don't kick isolated cpus
    ` [EXT] "

[PATCH v2 00/39] fs: idmapped mounts
 2020-11-23 22:06 UTC  (20+ messages)
` [PATCH v2 07/39] mount: attach mappings to mounts
` [PATCH v2 14/39] commoncap: handle idmapped mounts
` [PATCH v2 31/39] audit: "
` [PATCH v2 39/39] tests: add vfs/idmapped mounts test suite

[PATCH v21 1/2] signal: define the SA_EXPOSE_TAGBITS bit in sa_flags
 2020-11-23 18:56 UTC  (11+ messages)
` [PATCH v21 2/2] arm64: expose FAR_EL1 tag bits in siginfo

[PATCH 1/2] kasan: arm64: set TCR_EL1.TBID1 when enabled
 2020-11-23 18:20 UTC  (3+ messages)
` [PATCH 2/2] arm64: allow TCR_EL1.TBID0 to be configured

[PATCH v6 00/11] fs: interface for directly reading/writing compressed data
 2020-11-23 17:09 UTC  (21+ messages)
` [PATCH man-pages v6] Document encoded I/O
` [PATCH v6 01/11] iov_iter: add copy_struct_from_iter()
` [PATCH v6 02/11] fs: add O_ALLOW_ENCODED open flag
` [PATCH v6 03/11] fs: add RWF_ENCODED for reading/writing compressed data
` [PATCH v6 04/11] btrfs: fix btrfs_write_check()
` [PATCH v6 05/11] btrfs: fix check_data_csum() error message for direct I/O
` [PATCH v6 06/11] btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()
` [PATCH v6 07/11] btrfs: add ram_bytes and offset to btrfs_ordered_extent
` [PATCH v6 08/11] btrfs: support different disk extent size for delalloc
` [PATCH v6 09/11] btrfs: optionally extend i_size in cow_file_range_inline()
` [PATCH v6 10/11] btrfs: implement RWF_ENCODED reads
` [PATCH v6 11/11] btrfs: implement RWF_ENCODED writes

Problems with the new pthread clock implementations
 2020-11-23 16:12 UTC  (7+ messages)

[PATCH v7 0/7] Syscall User Dispatch
 2020-11-22  4:01 UTC  (19+ messages)
` [PATCH v7 1/7] x86: vdso: Expose sigreturn address on vdso to the kernel
` [PATCH v7 2/7] signal: Expose SYS_USER_DISPATCH si_code type
` [PATCH v7 3/7] kernel: Implement selective syscall userspace redirection
` [PATCH v7 4/7] entry: Support Syscall User Dispatch on common syscall entry
` [PATCH v7 5/7] selftests: Add kselftest for syscall user dispatch
` [PATCH v7 6/7] selftests: Add benchmark "
` [PATCH v7 7/7] docs: Document Syscall User Dispatch

[PATCH v2 0/4] x86: Improve Minimum Alternate Stack Size
 2020-11-20 23:04 UTC  (6+ messages)
` [PATCH v2 1/4] x86/signal: Introduce helpers to get the maximum signal frame size
` [PATCH v2 2/4] x86/elf: Support a new ELF aux vector AT_MINSIGSTKSZ
` [PATCH v2 3/4] x86/signal: Prevent an alternate stack overflow before a signal delivery
` [PATCH v2 4/4] selftest/x86/signal: Include test cases for validating sigaltstack

[PATCH v2] drivers/virt: vmgenid: add vm generation id driver
 2020-11-20 22:29 UTC  (9+ messages)

[PATCH v23 12/23] LSM: Specify which LSM to display
 2020-11-20 20:15 UTC  (2+ messages)
` [PATCH v23 22/23] LSM: Add /proc attr entry for full LSM context

[PATCH v20] arm64: expose FAR_EL1 tag bits in siginfo
 2020-11-20 20:35 UTC  (5+ messages)

[PATCH v3] arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)
 2020-11-20  3:32 UTC  (6+ messages)

[PATCH v4 1/2] arm64: mte: make the per-task SCTLR_EL1 field usable elsewhere
 2020-11-20  3:29 UTC  (2+ messages)
` [PATCH v4 2/2] arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)

[PATCH v19] arm64: expose FAR_EL1 tag bits in siginfo
 2020-11-19 19:09 UTC  (3+ messages)

[PATCH v2] arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)
 2020-11-19  5:20 UTC  (14+ messages)

Is adding an argument to an existing syscall okay?
 2020-11-19  3:08 UTC  (2+ messages)

[PATCH v2] sigaction.2: Document SA_EXPOSE_TAGBITS and the flag support detection protocol
 2020-11-18 14:04 UTC  (3+ messages)

[PATCH v3 RESEND] fcntl: Add 32bit filesystem mode
 2020-11-18  9:00 UTC  (4+ messages)

[PATCH v9 0/9] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-11-18  6:57 UTC  (8+ messages)
` [PATCH v9 6/9] secretmem: add memcg accounting
` [PATCH v9 8/9] arch, mm: wire up memfd_secret system call were relevant

[PATCH v18] arm64: expose FAR_EL1 tag bits in siginfo
 2020-11-18  0:39 UTC  (3+ messages)

[PATCH] sigaction.2: Document SA_EXPOSE_TAGBITS and the flag support detection protocol
 2020-11-17 23:52 UTC  (3+ messages)

[PATCH v4] fcntl: Add 32bit filesystem mode
 2020-11-17 23:39 UTC 

[PATCH v9 0/3] introduce memory hinting API for external process
 2020-11-17 20:31 UTC  (8+ messages)
` [PATCH v9 3/3] mm/madvise: introduce process_madvise() syscall: an external memory hinting API


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