messages from 2018-09-05 11:01:08 to 2018-09-21 15:03:38 UTC [more...]
[RFC PATCH v4 00/27] Control Flow Enforcement: Shadow Stack
2018-09-21 15:03 UTC (15+ messages)
` [RFC PATCH v4 01/27] x86/cpufeatures: Add CPUIDs for Control-flow Enforcement Technology (CET)
` [RFC PATCH v4 02/27] x86/fpu/xstate: Change some names to separate XSAVES system and user states
` [RFC PATCH v4 03/27] x86/fpu/xstate: Enable XSAVES system states
` [RFC PATCH v4 04/27] x86/fpu/xstate: Add XSAVES system states for shadow stack
` [RFC PATCH v4 05/27] Documentation/x86: Add CET description
` [RFC PATCH v4 06/27] x86/cet: Control protection exception handler
` [RFC PATCH v4 07/27] x86/cet/shstk: Add Kconfig option for user-mode shadow stack
` [RFC PATCH v4 08/27] mm: Introduce VM_SHSTK for shadow stack memory
` [RFC PATCH v4 09/27] x86/mm: Change _PAGE_DIRTY to _PAGE_DIRTY_HW
` [RFC PATCH v4 10/27] drm/i915/gvt: Update _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [RFC PATCH v4 11/27] x86/mm: Introduce _PAGE_DIRTY_SW
` [RFC PATCH v4 12/27] x86/mm: Modify ptep_set_wrprotect and pmdp_set_wrprotect for _PAGE_DIRTY_SW
` [RFC PATCH v4 13/27] x86/mm: Shadow stack page fault error checking
` [RFC PATCH v4 14/27] mm: Handle shadow stack page fault
[PATCH v6 0/5] seccomp trap to userspace
2018-09-21 13:39 UTC (29+ messages)
` [PATCH v6 1/5] seccomp: add a return code to "
` [PATCH v6 2/5] seccomp: make get_nth_filter available outside of CHECKPOINT_RESTORE
` [PATCH v6 3/5] seccomp: add a way to get a listener fd from ptrace
` [PATCH v6 4/5] seccomp: add support for passing fds via USER_NOTIF
` [PATCH v6 5/5] samples: add an example of seccomp user trap
[RFC 00/20] ns: Introduce Time Namespace
2018-09-21 12:27 UTC (24+ messages)
` [RFC 01/20] "
` [RFC 02/20] timens: Add timens_offsets
` [RFC 03/20] timens: Introduce CLOCK_MONOTONIC offsets
` [RFC 04/20] timens: Introduce CLOCK_BOOTTIME offset
` [RFC 05/20] timerfd/timens: Take into account ns clock offsets
` [RFC 06/20] kernel: Take into account timens clock offsets in clock_nanosleep
` [RFC 07/20] timens: Shift /proc/uptime
` [RFC 08/20] x86/vdso: Restrict splitting vvar vma
` [RFC 09/20] x86/vdso/timens: Add offsets page in vvar
` [RFC 10/20] x86/vdso: Use set_normalized_timespec() to avoid 32 bit overflow
` [RFC 11/20] x86/vdso: Purge timens page on setns()/unshare()/clone()
` [RFC 12/20] x86/vdso: Look for vvar vma to purge timens page
` [RFC 13/20] posix-timers/timens: Take into account clock offsets
` [RFC 14/20] timens: Add align for timens_offsets
` [RFC 15/20] timens: Optimize zero-offsets
` [RFC 16/20] selftest: Add Time Namespace test for supported clocks
` [RFC 17/20] selftest/timens: Add test for timerfd
` [RFC 18/20] selftest/timens: Add test for clock_nanosleep
` [RFC 19/20] timens/selftest: Add procfs selftest
` [RFC 20/20] timens/selftest: Add timer offsets test
[RFC PATCH] glibc: Perform rseq(2) registration at nptl init and thread creation
2018-09-20 20:29 UTC (13+ messages)
[PATCH v4 0/5] y2038: Make ppoll, io_pgetevents and pselect y2038 safe
2018-09-20 4:41 UTC (6+ messages)
` [PATCH v4 1/5] signal: Add set_user_sigmask()
` [PATCH v4 2/5] signal: Add restore_user_sigmask()
` [PATCH v4 3/5] ppoll: use __kernel_timespec
` [PATCH v4 4/5] pselect6: "
` [PATCH v4 5/5] io_pgetevents: "
[PATCH man-pages] Add rseq manpage
2018-09-19 14:40 UTC
[PATCH] [RFC] making uapi/linux/elfcore.h useful again
2018-09-18 14:21 UTC (6+ messages)
[PATCH] rseq/selftests: fix parametrized test with -fpie
2018-09-18 13:53 UTC
[PATCH v3 0/5] y2038: Make ppoll, io_pgetevents and pselect y2038 safe
2018-09-17 21:16 UTC (8+ messages)
` [PATCH v3 1/5] signal: Add set_user_sigmask()
` [PATCH v3 2/5] signal: Add restore_user_sigmask()
` [PATCH v3 3/5] ppoll: use __kernel_timespec
` [PATCH v3 4/5] pselect6: "
` [PATCH v3 5/5] io_pgetevents: "
(no subject)
2018-09-15 20:35 UTC (2+ messages)
` [GIT PULL] y2038: convert more syscalls
[PATCH v2 0/5] y2038: Make ppoll, io_pgetevents and pselect y2038 safe
2018-09-15 19:04 UTC (10+ messages)
` [PATCH v2 1/5] signal: Add set_user_sigmask()
` [PATCH v2 2/5] signal: Add restore_user_sigmask()
` [PATCH v2 3/5] ppoll: use __kernel_timespec
` [PATCH v2 4/5] pselect6: "
` [PATCH v2 5/5] io_pgetevents: "
[PATCH 0/5] y2038: Make ppoll, io_pgetevents and pselect y2038 safe
2018-09-14 22:07 UTC (5+ messages)
` [PATCH 3/5] ppoll: use __kernel_timespec
[RFC PATCH v3 12/24] x86/mm: Modify ptep_set_wrprotect and pmdp_set_wrprotect for _PAGE_DIRTY_SW
2018-09-14 21:33 UTC (15+ messages)
[RFC PATCH v3 00/24] Control Flow Enforcement: Shadow Stack
2018-09-14 21:17 UTC (11+ messages)
` [RFC PATCH v3 05/24] Documentation/x86: Add CET description
` [RFC PATCH v3 19/24] x86/cet/shstk: Introduce WRUSS instruction
[RFC PATCH] Add /proc/<pid>/numa_vamaps for numa node information
2018-09-14 18:14 UTC (18+ messages)
[RFC] UAPI: Check headers by compiling all together as C++
2018-09-14 9:10 UTC (17+ messages)
` [PATCH 02/11] UAPI: keys: Fix use of C++ keywords as structural members [ver #2]
` [PATCH 03/11] UAPI: virtio_net: "
` [PATCH 04/11] UAPI: bcache: Fix use of embedded flexible array "
` [PATCH 05/11] UAPI: coda: Move kernel internals out of public view "
` [PATCH 06/11] coda: Move internal defs out of include/linux/ "
` [PATCH 07/11] UAPI: netfilter: Fix symbol collision issues "
` [PATCH 08/11] UAPI: nilfs2: Fix use of undefined byteswapping functions "
` [PATCH 01/11] UAPI: drm: Fix use of C++ keywords as structural members "
` [PATCH 09/11] UAPI: ndctl: Fix g++-unsupported initialisation in headers "
` [PATCH 10/11] UAPI: ndctl: Remove use of PAGE_SIZE "
` [PATCH 11/11] UAPI: Check headers build for C++ "
[PATCH] proc: restrict kernel stack dumps to root
2018-09-13 14:39 UTC (5+ messages)
[PATCH v7] Add udmabuf misc device
2018-09-11 20:47 UTC (6+ messages)
` [v7] "
[PATCH v6 0/2] vfs: fix dedupe permission check
2018-09-10 23:21 UTC (3+ messages)
` [PATCH 1/2] vfs: allow dedupe of user owned read-only files
` [PATCH 2/2] vfs: dedupe should return EPERM if permission is not granted
[PATCH 00/10] Removing SEND_SIG_FORCED
2018-09-08 11:03 UTC (2+ messages)
[PATCH] prctl: add PR_[GS]ET_KILLABLE
2018-09-06 22:42 UTC (4+ messages)
` [PATCH v3 1/2] fork: do not rely on SIGNAL_UNKILLABLE for init check
` [PATCH v3 2/2] prctl: add PR_[GS]ET_KILLABLE
[RFC] UAPI: Check headers by compiling all together as C++
2018-09-06 14:53 UTC (34+ messages)
` [PATCH 01/11] UAPI: drm: Fix use of C++ keywords as structural members
` [PATCH 02/11] UAPI: keys: "
` [PATCH 03/11] UAPI: virtio_net: "
` [PATCH 04/11] UAPI: bcache: Fix use of embedded flexible array
` [PATCH 05/11] UAPI: coda: Don't use internal kernel structs in UAPI
` [PATCH 06/11] UAPI: netfilter: Fix symbol collision issues
` [PATCH 07/11] UAPI: nilfs2: Fix use of undefined byteswapping functions
` [PATCH 08/11] UAPI: sound: Fix use of u32 and co. in UAPI headers
` [PATCH 09/11] UAPI: ndctl: Fix g++-unsupported initialisation in headers
` [PATCH 10/11] UAPI: ndctl: Remove use of PAGE_SIZE
` [PATCH 11/11] UAPI: Check headers build for C++
[PATCH v4 00/16] Add utilization clamping support
2018-09-05 11:01 UTC (3+ messages)
` [PATCH v4 01/16] sched/core: uclamp: extend sched_setattr to support utilization clamping
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).