linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-03 00:23:11 to 2018-07-11 21:51:21 UTC [more...]

[RFC PATCH v2 00/27] Control Flow Enforcement (CET)
 2018-07-11 21:51 UTC  (84+ 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 [ver #9]
 2018-07-11 17:06 UTC  (24+ 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)

[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  (2+ messages)

[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  (41+ 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 "


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