linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-06-30 00:53:19 to 2018-07-11 07:22:41 UTC [more...]

[PATCH 01/32] vfs: syscall: Add open_tree(2) to reference or clone a mount [ver #9]
 2018-07-11  7:22 UTC  (17+ messages)
` [PATCH 02/32] vfs: syscall: Add move_mount(2) to move mounts around "
` [PATCH 24/32] vfs: syscall: Add fsopen() to prepare for superblock creation "
` [PATCH 25/32] vfs: syscall: Add fsmount() to create a mount for a superblock "
` [PATCH 26/32] vfs: syscall: Add fspick() to select a superblock for reconfiguration "
` [PATCH 31/32] vfs: syscall: Add fsinfo() to query filesystem information "
` [MANPAGE PATCH] Add manpages for move_mount(2) and open_tree(2)
` [MANPAGE PATCH] Add manpage for fsopen(2), fspick(2) and fsmount(2)
` [MANPAGE PATCH] Add manpage for fsinfo(2)

[RFC PATCH v2 00/27] Control Flow Enforcement (CET)
 2018-07-11  0:11 UTC  (41+ messages)
` [RFC PATCH v2 01/27] x86/cpufeatures: Add CPUIDs for Control-flow Enforcement Technology (CET)
` [RFC PATCH v2 02/27] x86/fpu/xstate: Change some names to separate XSAVES system and user states
` [RFC PATCH v2 03/27] x86/fpu/xstate: Enable XSAVES system states
` [RFC PATCH v2 04/27] x86/fpu/xstate: Add XSAVES system states for shadow stack
` [RFC PATCH v2 05/27] Documentation/x86: Add CET description
` [RFC PATCH v2 06/27] x86/cet: Control protection exception handler
` [RFC PATCH v2 07/27] x86/cet/shstk: Add Kconfig option for user-mode shadow stack
` [RFC PATCH v2 08/27] mm: Introduce VM_SHSTK for shadow stack memory
` [RFC PATCH v2 09/27] x86/mm: Change _PAGE_DIRTY to _PAGE_DIRTY_HW
` [RFC PATCH v2 10/27] x86/mm: Introduce _PAGE_DIRTY_SW
` [RFC PATCH v2 11/27] x86/mm: Modify ptep_set_wrprotect and pmdp_set_wrprotect for _PAGE_DIRTY_SW
` [RFC PATCH v2 12/27] x86/mm: Shadow stack page fault error checking
` [RFC PATCH v2 13/27] mm: Handle shadow stack page fault
` [RFC PATCH v2 14/27] mm: Handle THP/HugeTLB "
` [RFC PATCH v2 15/27] mm/mprotect: Prevent mprotect from changing shadow stack
` [RFC PATCH v2 16/27] mm: Modify can_follow_write_pte/pmd for "
` [RFC PATCH v2 17/27] x86/cet/shstk: User-mode shadow stack support
` [RFC PATCH v2 18/27] x86/cet/shstk: Introduce WRUSS instruction
` [RFC PATCH v2 19/27] x86/cet/shstk: Signal handling for shadow stack
` [RFC PATCH v2 20/27] x86/cet/shstk: ELF header parsing of CET
` [RFC PATCH v2 21/27] x86/cet/ibt: Add Kconfig option for user-mode Indirect Branch Tracking
` [RFC PATCH v2 22/27] x86/cet/ibt: User-mode indirect branch tracking support
` [RFC PATCH v2 23/27] mm/mmap: Add IBT bitmap size to address space limit check
` [RFC PATCH v2 24/27] x86: Insert endbr32/endbr64 to vDSO
` [RFC PATCH v2 25/27] x86/cet: Add PTRACE interface for CET
` [RFC PATCH v2 26/27] x86/cet/shstk: Handle thread shadow stack
` [RFC PATCH v2 27/27] x86/cet: Add arch_prctl functions for CET

[PATCH 01/32] vfs: syscall: Add open_tree(2) to reference or clone a mount
 2018-07-10 22:41 UTC  (2+ messages)
` [PATCH 02/32] vfs: syscall: Add move_mount(2) to move mounts around

[PATCH for 4.18 0/6] Restartable Sequences updates
 2018-07-10 13:48 UTC  (15+ messages)
` [PATCH for 4.18 1/6] rseq: use __u64 for rseq_cs fields, validate user inputs
` [PATCH for 4.18 2/6] rseq: use get_user/put_user rather than __get_user/__put_user
` [PATCH for 4.18 3/6] rseq: uapi: update uapi comments
` [PATCH for 4.18 4/6] rseq: uapi: declare rseq_cs field as union, update includes
` [PATCH for 4.18 5/6] rseq: remove unused types_32_64.h uapi header
` [PATCH for 4.18 6/6] rseq/selftests: cleanup: update comment above rseq_prepare_unload

io_pgetevents & aio fsync V4
 2018-07-10 12:51 UTC  (8+ messages)
` [PATCH 7/7] aio: implement io_pgetevents

[PATCH v2 for 4.18 0/6] Restartable Sequences updates
 2018-07-09 19:51 UTC  (7+ messages)
` [PATCH for 4.18 1/6] rseq: use __u64 for rseq_cs fields, validate user inputs
` [PATCH for 4.18 2/6] rseq: use get_user/put_user rather than __get_user/__put_user
` [PATCH for 4.18 3/6] rseq: uapi: update uapi comments
` [PATCH for 4.18 4/6] rseq: uapi: declare rseq_cs field as union, update includes
` [PATCH for 4.18 5/6] rseq: remove unused types_32_64.h uapi header
` [PATCH for 4.18 6/6] rseq/selftests: cleanup: update comment above rseq_prepare_unload

[PATCH v7 00/29] FPGA Device Feature List (DFL) Device Drivers
 2018-07-09 16:34 UTC  (21+ messages)
` [PATCH v7 12/29] fpga: add FPGA DFL PCIe device driver
` [PATCH v7 13/29] fpga: dfl-pci: add enumeration for feature devices
` [PATCH v7 14/29] fpga: dfl: add FPGA Management Engine driver basic framework
` [PATCH v7 15/29] fpga: dfl: fme: add header sub feature support
` [PATCH v7 16/29] fpga: dfl: fme: add DFL_FPGA_GET_API_VERSION/CHECK_EXTENSION ioctls support
` [PATCH v7 17/29] fpga: dfl: fme: add partial reconfiguration sub feature support
` [PATCH v7 18/29] fpga: dfl: add fpga manager platform driver for FME
` [PATCH v7 19/29] fpga: dfl: fme-mgr: add compat_id support
` [PATCH v7 20/29] fpga: dfl: add fpga bridge platform driver for FME
` [PATCH v7 21/29] fpga: dfl: add fpga region "
` [PATCH v7 22/29] fpga: dfl: fme-region: add support for compat_id
` [PATCH v7 23/29] fpga: dfl: add FPGA Accelerated Function Unit driver basic framework
` [PATCH v7 24/29] fpga: dfl: afu: add port ops support
` [PATCH v7 25/29] fpga: dfl: afu: add header sub feature support
` [PATCH v7 26/29] fpga: dfl: afu: add DFL_FPGA_GET_API_VERSION/CHECK_EXTENSION ioctls support
` [PATCH v7 27/29] fpga: dfl: afu: add afu sub feature support
` [PATCH v7 28/29] fpga: dfl: afu: add DFL_FPGA_PORT_DMA_MAP/UNMAP ioctls support
` [PATCH v7 29/29] MAINTAINERS: add entry for FPGA DFL drivers

[PATCH] mtdchar: fix overflows in adjustment of `count`
 2018-07-08 12:45 UTC  (2+ messages)

[RFC PATCH for 4.18 0/5] Restartable Sequences updates
 2018-07-07 15:06 UTC  (14+ messages)
` [RFC PATCH for 4.18 1/5] rseq: use __u64 for rseq_cs fields, validate user inputs
` [RFC PATCH for 4.18 2/5] rseq: uapi: update uapi comments
` [RFC PATCH for 4.18 3/5] rseq: uapi: declare rseq_cs field as union, update includes
` [RFC PATCH for 4.18 4/5] rseq: remove unused types_32_64.h uapi header
` [RFC PATCH for 4.18 5/5] rseq/selftests: cleanup: update comment above rseq_prepare_unload

[PATCH v3 0/7] Introduce struct __kernel_timex
 2018-07-07  5:42 UTC  (2+ messages)
` [PATCH v3 7/7] timex: change syscalls to use "

[PATCH v2 0/7] Introduce struct __kernel_timex
 2018-07-05 21:36 UTC  (2+ messages)
` [PATCH v2 7/7] timex: change syscalls to use "

Review request for glibc system call wrapper for statx
 2018-07-05 17:13 UTC 

[REGRESSION] "Locked" and "Pss" in /proc/*/smaps are the same
 2018-07-04  8:46 UTC  (5+ messages)

[RFC PATCH for 4.18] rseq: use __u64 for rseq_cs fields, validate user inputs
 2018-07-03 19:08 UTC  (43+ messages)

[PATCH v6] pidns: introduce syscall translate_pid
 2018-07-03 14:33 UTC  (2+ messages)

[PATCH 0/6] Introduce struct __kernel_timex
 2018-07-03  5:44 UTC  (2+ messages)
` [PATCH 6/6] timex: change syscalls to use "

[RFC PATCH for 4.18 1/2] rseq: use __u64 for rseq_cs fields, validate abort_ip < TASK_SIZE
 2018-07-02 22:16 UTC  (8+ messages)
` [RFC PATCH for 4.18 2/2] rseq: validate rseq->rseq_cs padding to be zero

[RFC PATCH for 4.18 1/2] rseq: validate rseq_cs fields are < TASK_SIZE
 2018-07-02 20:22 UTC  (15+ messages)

[PATCH v2 5/7] mm: rename and change semantics of nr_indirectly_reclaimable_bytes
 2018-07-02 16:52 UTC  (6+ messages)

[PATCH] Add renameat2 function [BZ #17662]
 2018-07-02  9:32 UTC  (2+ messages)


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