linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-01 21:47:07 to 2020-12-09 22:32:47 UTC [more...]

[PATCH v16 0/7] Control-flow Enforcement: Indirect Branch Tracking
 2020-12-09 22:27 UTC  (8+ messages)
` [PATCH v16 1/7] x86/cet/ibt: Update Kconfig for user-mode "
` [PATCH v16 2/7] x86/cet/ibt: User-mode Indirect Branch Tracking support
` [PATCH v16 3/7] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v16 4/7] x86/cet/ibt: Update ELF header parsing "
` [PATCH v16 5/7] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v16 6/7] x86/vdso/32: Add ENDBR32 to __kernel_vsyscall entry point
` [PATCH v16 7/7] x86/vdso: Insert endbr32/endbr64 to vDSO

[PATCH v16 00/26] Control-flow Enforcement: Shadow Stack
 2020-12-09 22:23 UTC  (7+ messages)
` [PATCH v16 01/26] Documentation/x86: Add CET description
` [PATCH v16 06/26] x86/cet: Add control-protection fault handler
` [PATCH v16 16/26] mm: Add guard pages around a shadow stack
` [PATCH v16 21/26] x86/cet/shstk: Handle signals for "
` [PATCH v16 22/26] binfmt_elf: Define GNU_PROPERTY_X86_FEATURE_1_AND properties
` [PATCH v16 24/26] x86/cet/shstk: Handle thread shadow stack

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

[PATCH] mm/vmalloc: randomize vmalloc() allocations
 2020-12-09 19:08 UTC  (10+ messages)

[PATCH] mm,hwpoison: Return -EBUSY when migration fails
 2020-12-09 10:38 UTC  (2+ messages)

[PATCH 0/2] userspace memory reaping using process_madvise
 2020-12-08 23:59 UTC  (10+ 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 v15 00/26] Control-flow Enforcement: Shadow Stack
 2020-12-08 19:24 UTC  (18+ messages)
` [PATCH v15 03/26] x86/fpu/xstate: Introduce CET MSR XSAVES supervisor states
  ` [NEEDS-REVIEW] "
` [PATCH v15 06/26] x86/mm: Change _PAGE_DIRTY to _PAGE_DIRTY_HW
` [PATCH v15 07/26] x86/mm: Remove _PAGE_DIRTY_HW from kernel RO pages
` [PATCH v15 08/26] x86/mm: Introduce _PAGE_COW

[PATCH v4 00/40] idmapped mounts
 2020-12-08 15:26 UTC  (49+ messages)
` [PATCH v4 01/40] namespace: take lock_mount_hash() directly when changing flags
` [PATCH v4 02/40] mount: make {lock,unlock}_mount_hash() static
` [PATCH v4 03/40] namespace: only take read lock in do_reconfigure_mnt()
` [PATCH v4 04/40] fs: split out functions to hold writers
` [PATCH v4 05/40] fs: add attr_flags_to_mnt_flags helper
` [PATCH v4 06/40] fs: add mount_setattr()
` [PATCH v4 07/40] tests: add mount_setattr() selftests
` [PATCH v4 08/40] fs: add id translation helpers
` [PATCH v4 09/40] mount: attach mappings to mounts
` [PATCH v4 10/40] capability: handle idmapped mounts
` [PATCH v4 11/40] namei: make permission helpers idmapped mount aware
` [PATCH v4 12/40] inode: make init and "
` [PATCH v4 13/40] attr: handle idmapped mounts
` [PATCH v4 14/40] acl: "
` [PATCH v4 15/40] xattr: "
` [PATCH v4 16/40] commoncap: "
` [PATCH v4 17/40] stat: "
` [PATCH v4 18/40] namei: handle idmapped mounts in may_*() helpers
` [PATCH v4 19/40] namei: introduce struct renamedata
` [PATCH v4 20/40] namei: prepare for idmapped mounts
` [PATCH v4 21/40] open: handle idmapped mounts in do_truncate()
` [PATCH v4 22/40] open: handle idmapped mounts
` [PATCH v4 23/40] af_unix: "
` [PATCH v4 24/40] utimes: "
` [PATCH v4 25/40] fcntl: "
` [PATCH v4 26/40] notify: "
` [PATCH v4 27/40] init: "
` [PATCH v4 28/40] ioctl: "
` [PATCH v4 29/40] would_dump: "
` [PATCH v4 30/40] exec: "
` [PATCH v4 31/40] fs: make helpers idmap mount aware
` [PATCH v4 32/40] apparmor: handle idmapped mounts
` [PATCH v4 33/40] ima: "
` [PATCH v4 34/40] fat: "
` [PATCH v4 35/40] ext4: support "
` [PATCH v4 36/40] ecryptfs: do not mount on top of "
` [PATCH v4 37/40] overlayfs: "
` [PATCH v4 38/40] fs: introduce MOUNT_ATTR_IDMAP
` [PATCH v4 39/40] tests: extend mount_setattr tests
` [PATCH v4 40/40] generic/618: add fstests for idmapped mounts

[PATCH -V6 RESEND 0/3] numa balancing: Migrate on fault among multiple bound nodes
 2020-12-08  8:13 UTC  (14+ 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 v14 00/10] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-12-08  1:34 UTC  (19+ 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)

[RFC net-next af_unix v1 0/1] Allow delivery of SIGURG on AF_UNIX streams socket
 2020-12-07 18:51 UTC  (5+ messages)

[PATCH v2] drivers/virt: vmgenid: add vm generation id driver
 2020-12-07 14:22 UTC  (16+ messages)
          ` [PATCH v3] "

[PATCH v5 0/9] "Task_isolation" mode
 2020-12-07 11:58 UTC  (18+ messages)
` [PATCH v5 5/9] task_isolation: Add driver-specific hooks
    ` [EXT] "
` [PATCH v5 6/9] task_isolation: arch/arm64: enable task isolation functionality
    ` [EXT] "
` [PATCH v5 7/9] task_isolation: don't interrupt CPUs with tick_nohz_full_kick_cpu()
    ` [EXT] "
  ` [EXT] Re: [PATCH v5 0/9] "Task_isolation" mode

[PATCH -V7 0/3] numa balancing: Migrate on fault among multiple bound nodes
 2020-12-07  0:48 UTC  (6+ messages)
` [PATCH -V7 1/3] "
` [PATCH -V7 2/3] NOT kernel/man2/set_mempolicy.2: Add mode flag MPOL_F_NUMA_BALANCING
` [PATCH -V7 3/3] NOT kernel/numactl: Support to enable Linux kernel NUMA balancing

[PATCH RESEND v4 0/1] add sysfs exports for TPM 2 PCR registers
 2020-12-04  4:55 UTC  (3+ messages)
` [PATCH RESEND v4 1/1] tpm: add sysfs exports for all banks of "

[PATCH v5] mm: Optional full ASLR for mmap(), mremap(), vdso and stack
 2020-12-03 19:26 UTC  (8+ 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 v6 00/11] fs: interface for directly reading/writing compressed data
 2020-12-03 14:37 UTC  (15+ messages)
` [PATCH man-pages v6] Document encoded I/O
` [PATCH v6 10/11] btrfs: implement RWF_ENCODED reads
` [PATCH v6 11/11] btrfs: implement RWF_ENCODED writes

[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 v3 00/38] idmapped mounts
 2020-12-02 10:01 UTC  (29+ 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 06/38] fs: add id translation helpers
` [PATCH v3 07/38] mount: attach mappings to mounts
` [PATCH v3 10/38] inode: add idmapped mount aware init and permission helpers
` [PATCH v3 17/38] namei: introduce struct renamedata

[PATCH v8 0/7] Syscall User Dispatch
 2020-12-02  0:04 UTC  (13+ messages)
` [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 6/7] selftests: Add benchmark for syscall user dispatch
` [PATCH v8 7/7] docs: Document Syscall User Dispatch


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