linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-28 22:24:41 to 2020-12-03 23:17:53 UTC [more...]

[PATCH] mm/vmalloc: randomize vmalloc() allocations
 2020-12-03 23:15 UTC  (6+ messages)

[PATCH v5] mm: Optional full ASLR for mmap(), mremap(), vdso and stack
 2020-12-03 19:26 UTC  (11+ messages)

[PATCH v12 0/3] Add trusted_for(2) (was O_MAYEXEC)
 2020-12-03 17:31 UTC  (4+ messages)
` [PATCH v12 1/3] fs: Add trusted_for(2) syscall implementation and related sysctl
` [PATCH v12 2/3] arch: Wire up trusted_for(2)
` [PATCH v12 3/3] selftest/interpreter: Add tests for trusted_for(2) policies

[PATCH v15 00/26] Control-flow Enforcement: Shadow Stack
 2020-12-03 15:56 UTC  (23+ messages)
` [PATCH v15 03/26] x86/fpu/xstate: Introduce CET MSR XSAVES supervisor states
  ` [NEEDS-REVIEW] "
` [PATCH v15 05/26] x86/cet/shstk: Add Kconfig option for user-mode Shadow Stack
` [PATCH v15 06/26] x86/mm: Change _PAGE_DIRTY to _PAGE_DIRTY_HW

[PATCH v14 00/10] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-12-03 15:47 UTC  (12+ messages)
` [PATCH v14 01/10] mm: add definition of PMD_PAGE_ORDER
` [PATCH v14 02/10] mmap: make mlock_future_check() global
` [PATCH v14 03/10] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v14 04/10] set_memory: allow querying whether set_direct_map_*() is actually enabled
` [PATCH v14 05/10] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v14 06/10] secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v14 07/10] secretmem: add memcg accounting
` [PATCH v14 08/10] PM: hibernate: disable when there are active secretmem users
` [PATCH v14 09/10] arch, mm: wire up memfd_secret system call were relevant
` [PATCH v14 10/10] secretmem: test: add basic selftest for memfd_secret(2)

[PATCH v6 00/11] fs: interface for directly reading/writing compressed data
 2020-12-03 14:37 UTC  (30+ messages)
` [PATCH man-pages v6] Document encoded I/O
        ` Ping: "
` [PATCH v6 02/11] fs: add O_ALLOW_ENCODED open flag
` [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 10/11] btrfs: implement RWF_ENCODED reads
` [PATCH v6 11/11] btrfs: implement RWF_ENCODED writes

[PATCH -V6 RESEND 0/3] numa balancing: Migrate on fault among multiple bound nodes
 2020-12-03 10:53 UTC  (12+ messages)
` [PATCH -V6 RESEND 1/3] "
` [PATCH -V6 RESEND 2/3] NOT kernel/man-pages: man2/set_mempolicy.2: Add mode flag MPOL_F_NUMA_BALANCING
` [PATCH -V6 RESEND 3/3] NOT kernel/numactl: Support to enable Linux kernel NUMA balancing

[PATCH v5 1/2] arm64: mte: make the per-task SCTLR_EL1 field usable elsewhere
 2020-12-03  9:04 UTC  (2+ messages)
` [PATCH v5 2/2] arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)

[PATCH v4 1/2] arm64: mte: make the per-task SCTLR_EL1 field usable elsewhere
 2020-12-03  8:58 UTC  (4+ messages)

[PATCH v5 0/9] "Task_isolation" mode
 2020-12-02 14:20 UTC  (10+ messages)
` [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()
  ` [EXT] Re: [PATCH v5 0/9] "Task_isolation" mode

[PATCH v3 00/38] idmapped mounts
 2020-12-02 10:01 UTC  (52+ messages)
` [PATCH v3 01/38] namespace: take lock_mount_hash() directly when changing flags
` [PATCH v3 02/38] mount: make {lock,unlock}_mount_hash() static
` [PATCH v3 03/38] namespace: only take read lock in do_reconfigure_mnt()
` [PATCH v3 04/38] fs: add mount_setattr()
` [PATCH v3 05/38] tests: add mount_setattr() selftests
` [PATCH v3 06/38] fs: add id translation helpers
` [PATCH v3 07/38] mount: attach mappings to mounts
` [PATCH v3 08/38] capability: handle idmapped mounts
` [PATCH v3 09/38] namei: add idmapped mount aware permission helpers
` [PATCH v3 10/38] inode: add idmapped mount aware init and "
` [PATCH v3 11/38] attr: handle idmapped mounts
` [PATCH v3 17/38] namei: introduce struct renamedata
` [PATCH v3 18/38] namei: prepare for idmapped mounts
` [PATCH v3 32/38] fat: handle "
` [PATCH v3 33/38] ext4: support "

[PATCH v8 0/7] Syscall User Dispatch
 2020-12-02  0:04 UTC  (15+ messages)
` [PATCH v8 1/7] x86: vdso: Expose sigreturn address on vdso to the kernel
` [PATCH v8 3/7] kernel: Implement selective syscall userspace redirection
` [PATCH v8 4/7] entry: Support Syscall User Dispatch on common syscall entry
` [PATCH v8 5/7] selftests: Add kselftest for syscall user dispatch
` [PATCH v8 6/7] selftests: Add benchmark "
` [PATCH v8 7/7] docs: Document Syscall User Dispatch

[PATCH v25 00/12] Landlock LSM
 2020-12-01 19:23 UTC  (13+ messages)
` [PATCH v25 01/12] landlock: Add object management
` [PATCH v25 02/12] landlock: Add ruleset and domain management
` [PATCH v25 03/12] landlock: Set up the security framework and manage credentials
` [PATCH v25 04/12] landlock: Add ptrace restrictions
` [PATCH v25 05/12] LSM: Infrastructure management of the superblock
` [PATCH v25 06/12] fs,security: Add sb_delete hook
` [PATCH v25 07/12] landlock: Support filesystem access-control
` [PATCH v25 08/12] landlock: Add syscall implementations
` [PATCH v25 09/12] arch: Wire up Landlock syscalls
` [PATCH v25 10/12] selftests/landlock: Add user space tests
` [PATCH v25 11/12] samples/landlock: Add a sandbox manager example
` [PATCH v25 12/12] landlock: Add user and kernel documentation

[PATCH v2] drivers/virt: vmgenid: add vm generation id driver
 2020-12-01 18:00 UTC  (8+ messages)
          ` [PATCH v3] "

[RESEND RFC PATCH 0/5] Remote mapping
 2020-12-01 18:01 UTC  (4+ messages)

[PATCH v13 00/10] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-12-01 16:44 UTC  (13+ messages)
` [PATCH v13 01/10] mm: add definition of PMD_PAGE_ORDER
` [PATCH v13 02/10] mmap: make mlock_future_check() global
` [PATCH v13 03/10] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v13 04/10] set_memory: allow querying whether set_direct_map_*() is actually enabled
` [PATCH v13 05/10] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v13 06/10] secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v13 07/10] secretmem: add memcg accounting
` [PATCH v13 08/10] PM: hibernate: disable when there are active secretmem users
` [PATCH v13 09/10] arch, mm: wire up memfd_secret system call were relevant
` [PATCH v13 10/10] secretmem: test: add basic selftest for memfd_secret(2)

[PATCH v2 0/4] x86: Improve Minimum Alternate Stack Size
 2020-12-01 14:27 UTC  (5+ messages)
` [PATCH v2 1/4] x86/signal: Introduce helpers to get the maximum signal frame size

[PATCH -V6 0/3] autonuma: Migrate on fault among multiple bound nodes
 2020-12-01  0:27 UTC  (4+ messages)
` [PATCH -v6 2/3] NOT kernel/man-pages man2/set_mempolicy.2: Add mode flag MPOL_F_NUMA_BALANCING

[PATCH RESEND v4 0/1] add sysfs exports for TPM 2 PCR registers
 2020-11-30 22:57 UTC  (10+ messages)
` [PATCH RESEND v4 1/1] tpm: add sysfs exports for all banks of "

[PATCH v12 00/10] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-11-30 20:15 UTC  (5+ messages)
` [PATCH v12 07/10] secretmem: add memcg accounting

[PATCH v15 01/26] Documentation/x86: Add CET description
 2020-11-30 19:47 UTC  (5+ messages)

[PATCH 0/2] userspace memory reaping using process_madvise
 2020-11-30 19:01 UTC  (6+ messages)
` [PATCH 1/2] mm/madvise: allow process_madvise operations on entire memory range

[RFC net-next af_unix v1 0/1] Allow delivery of SIGURG on AF_UNIX streams socket
 2020-11-30  6:24 UTC  (4+ messages)
` [RFC net-next af_unix v1 1/1] af_unix: "

[PATCH v2 00/39] fs: idmapped mounts
 2020-11-28 18:12 UTC  (3+ messages)
` [PATCH v2 10/39] inode: add idmapped mount aware init and permission helpers


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