linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-23 05:05:59 to 2020-04-29 22:10:12 UTC [more...]

[PATCH v10 00/26] Control-flow Enforcement: Shadow Stack
 2020-04-29 22:07 UTC  (20+ messages)
` [PATCH v10 01/26] Documentation/x86: Add CET description
` [PATCH v10 08/26] x86/mm: Introduce _PAGE_COW
` [PATCH v10 09/26] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v10 11/26] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY_HW to _PAGE_COW
` [PATCH v10 12/26] mm: Introduce VM_SHSTK for shadow stack memory
` [PATCH v10 13/26] x86/mm: Shadow Stack page fault error checking
` [PATCH v10 14/26] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v10 15/26] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v10 16/26] mm: Add guard pages around a shadow stack
` [PATCH v10 17/26] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v10 18/26] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v10 19/26] x86/cet/shstk: User-mode shadow stack support
` [PATCH v10 20/26] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v10 21/26] ELF: UAPI and Kconfig additions for ELF program properties
` [PATCH v10 22/26] ELF: Add ELF program property parsing support
` [PATCH v10 23/26] ELF: Introduce arch_setup_elf_property()
` [PATCH v10 24/26] x86/cet/shstk: ELF header parsing for shadow stack
` [PATCH v10 25/26] x86/cet/shstk: Handle thread "
` [PATCH v10 26/26] x86/cet/shstk: Add arch_prctl functions for "

[PATCH] [v2] ARM: oabi-compat: fix epoll_ctl build failure
 2020-04-29 20:13 UTC  (3+ messages)

Build 0.6 version fail on musl libc
 2020-04-29 19:38 UTC  (2+ messages)

[PATCH v4 10/10] loop: Add LOOP_CONFIGURE ioctl
 2020-04-29 14:03 UTC 

[PATCH v6 RESEND 0/2] vfs: have syncfs() return error when there are writeback errors
 2020-04-29 12:23 UTC  (5+ messages)
` [PATCH v6 RESEND 1/2] vfs: track per-sb writeback errors and report them to syncfs
` [PATCH v6 RESEND 2/2] buffer: record blockdev write errors in super_block that it backs

[PATCH glibc 5/9] glibc: Perform rseq(2) registration at C startup and thread creation (v17)
 2020-04-29 12:19 UTC  (22+ messages)
` [PATCH glibc 6/9] glibc: sched_getcpu(): use rseq cpu_id TLS on Linux (v7)

[PATCH v3 0/5] Add support for RESOLVE_MAYEXEC
 2020-04-29  8:50 UTC  (10+ messages)
` [PATCH v3 1/5] fs: Add support for a RESOLVE_MAYEXEC flag on openat2(2)
` [PATCH v3 2/5] fs: Add a MAY_EXECMOUNT flag to infer the noexec mount property
` [PATCH v3 3/5] fs: Enable to enforce noexec mounts or file exec through RESOLVE_MAYEXEC
` [PATCH v3 4/5] selftest/openat2: Add tests for RESOLVE_MAYEXEC enforcing
` [PATCH v3 5/5] doc: Add documentation for the fs.open_mayexec_enforce sysctl

[PATCH V11 00/11] XFS - Enable per-file/per-directory DAX operations V11
 2020-04-29  5:47 UTC  (25+ messages)
` [PATCH V11 01/11] fs/xfs: Remove unnecessary initialization of i_rwsem
` [PATCH V11 02/11] fs: Remove unneeded IS_DAX() check in io_is_direct()
` [PATCH V11 03/11] fs/stat: Define DAX statx attribute
` [PATCH V11 04/11] Documentation/dax: Update Usage section
  ` [PATCH V11.1] "
    ` [PATCH V11.2] "
` [PATCH V11 05/11] fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYS
` [PATCH V11 06/11] fs/xfs: Make DAX mount option a tri-state
` [PATCH V11 07/11] fs/xfs: Create function xfs_inode_should_enable_dax()
` [PATCH V11 08/11] fs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_to_iflags()
` [PATCH V11 09/11] fs: Lift XFS_IDONTCACHE to the VFS layer
` [PATCH V11 10/11] fs: Introduce DCACHE_DONTCACHE
` [PATCH V11 11/11] fs/xfs: Update xfs_ioctl_setattr_dax_invalidate()

[PATCH RFC 00/18] xfs: atomic file updates
 2020-04-29  2:46 UTC  (19+ messages)
` [PATCH 01/18] xfs: clean up the error handling in xfs_swap_extent_rmap
` [PATCH 02/18] xfs: fix xfs_reflink_remap_prep calling conventions
` [PATCH 03/18] vfs: introduce new file extent swap ioctl
` [PATCH 04/18] xfs: support deferred bmap updates on the attr fork
` [PATCH 05/18] xfs: xfs_bmap_finish_one should map unwritten extents properly
` [PATCH 06/18] xfs: create a log incompat flag for atomic extent swapping
` [PATCH 07/18] xfs: allow deferred ops items to put themselves at the end of the pending queue
` [PATCH 08/18] xfs: introduce a swap-extent log intent item
` [PATCH 09/18] xfs: create deferred log items for extent swapping
` [PATCH 10/18] xfs: refactor locking and unlocking two inodes against userspace IO
` [PATCH 11/18] xfs: add a ->swap_file_range handler
` [PATCH 12/18] xfs: add error injection to test swapext recovery
` [PATCH 13/18] xfs: allow xfs_swap_range to use older extent swap algorithms
` [PATCH 14/18] xfs: port xfs_swap_extents_rmap to our new code
` [PATCH 15/18] xfs: consolidate all of the xfs_swap_extent_forks code
` [PATCH 16/18] xfs: refactor reflink flag handling in xfs_swap_extent_forks
` [PATCH 17/18] xfs: remove old swap extents implementation
` [PATCH 18/18] xfs: fix quota accounting in the old fork swap code

[PATCH V11.1] Documentation/dax: Update Usage section
 2020-04-28 22:23 UTC  (2+ messages)

[PATCH v4] mm: Proactive compaction
 2020-04-28 22:10 UTC 

[RFC PATCH glibc 1/3] glibc: Perform rseq(2) registration at C startup and thread creation (v18)
 2020-04-28 17:15 UTC  (2+ messages)
` [RFC PATCH glibc 2/3] glibc: sched_getcpu(): use rseq cpu_id TLS on Linux (v7)

[PATCH 00/12] "Task_isolation" mode
 2020-04-28 14:12 UTC  (4+ messages)
` [PATCH 03/12] task_isolation: userspace hard isolation from kernel

[PATCH v3 0/5] support setting sysctl parameters from kernel command line
 2020-04-28 10:18 UTC  (11+ messages)
` [PATCH v3 1/5] kernel/sysctl: "
` [PATCH v3 2/5] kernel/sysctl: support handling command line aliases
` [PATCH v3 3/5] kernel/hung_task convert hung_task_panic boot parameter to sysctl
` [PATCH v3 4/5] tools/testing/selftests/sysctl/sysctl.sh: support CONFIG_TEST_SYSCTL=y
` [PATCH v3 5/5] lib/test_sysctl: support testing of sysctl. boot parameter

[RFC] ptrace, pidfd: add pidfd_ptrace syscall
 2020-04-28  8:21 UTC  (17+ messages)
` [RFC v2] "

[PATCH] nsproxy: attach to namespaces via pidfds
 2020-04-27 19:48 UTC  (5+ messages)

[PATCH man-pages] Add rseq manpage
 2020-04-27 15:15 UTC  (4+ messages)

[PATCH v3 9/9] loop: Add LOOP_SET_FD_AND_STATUS ioctl
 2020-04-27 14:58 UTC  (2+ messages)

[PATCH v10 0/2] add performance reporting support to FPGA DFL drivers
 2020-04-27  1:06 UTC  (3+ messages)
` [PATCH v10 1/2] Documentation: fpga: dfl: add description for performance reporting support
` [PATCH v10 2/2] fpga: dfl: fme: add "

[PATCH] sched_getattr.2: update to include changed size semantics
 2020-04-25 19:12 UTC 

[PATCH v3 0/7] loopfs
 2020-04-24 16:20 UTC  (8+ messages)
` [PATCH v3 1/7] kobject_uevent: remove unneeded netlink_ns check
` [PATCH v3 2/7] loopfs: implement loopfs
` [PATCH v3 3/7] loop: use ns_capable for some loop operations
` [PATCH v3 4/7] kernfs: handle multiple namespace tags
` [PATCH v3 5/7] loop: preserve sysfs backwards compatibility
` [PATCH v3 6/7] loopfs: start attaching correct namespace during loop_add()
` [PATCH v3 7/7] loopfs: only show devices in their correct instance

[PATCH V10 00/11] XFS - Enable per-file/per-directory DAX operations V10
 2020-04-24  5:55 UTC  (25+ messages)
` [PATCH V10 02/11] fs: Remove unneeded IS_DAX() check in io_is_direct()
` [PATCH V10 04/11] Documentation/dax: Update Usage section
` [PATCH V10 05/11] fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYS
` [PATCH V10 06/11] fs/xfs: Make DAX mount option a tri-state
` [PATCH V10 07/11] fs/xfs: Create function xfs_inode_should_enable_dax()
` [PATCH V10 08/11] fs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_to_iflags()
` [PATCH V10 09/11] fs: Lift XFS_IDONTCACHE to the VFS layer
` [PATCH V10 10/11] fs: Introduce DCACHE_DONTCACHE

[PATCH v13 0/8] proc: modernize proc to support multiple private instances
 2020-04-23 20:03 UTC  (9+ messages)
` [PATCH v13 1/8] proc: rename struct proc_fs_info to proc_fs_opts
` [PATCH v13 2/8] Use proc_pid_ns() to get pid_namespace from the proc superblock
` [PATCH v13 3/8] proc: allow to mount many instances of proc in one pid namespace
` [PATCH v13 4/8] proc: instantiate only pids that we can ptrace on 'hidepid=4' mount option
` [PATCH v13 5/8] proc: add option to mount only a pids subset
` [PATCH v13 6/8] docs: proc: add documentation for "hidepid=4" and "subset=pid" options and new mount behavior
` [PATCH v13 7/8] proc: use human-readable values for hidepid
` [PATCH v13 8/8] proc: use named enums for better readability

[PATCH v12 2/7] proc: allow to mount many instances of proc in one pid namespace
 2020-04-23 20:01 UTC  (4+ messages)
` [PATCH v13 "

[PATCH v2 0/7] loopfs
 2020-04-23 16:29 UTC  (10+ messages)
` [PATCH v2 2/7] loopfs: implement loopfs
` [PATCH v2 5/7] loop: preserve sysfs backwards compatibility

CLONE_INTO_CGROUP documentation?
 2020-04-23 10:14 UTC  (5+ messages)
` [PATCH] clone.2: Document CLONE_INTO_CGROUP

[PATCH v5 2/3] fs: openat2: Extend open_how to allow userspace-selected fds
 2020-04-23  9:46 UTC  (13+ messages)
  ` [PATCH v5 1/3] fs: Support setting a minimum fd for "lowest available fd" allocation


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