linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-21 15:03:46 to 2018-10-02 20:00:57 UTC [more...]

[RFC 00/20] ns: Introduce Time Namespace
 2018-10-02 20:00 UTC  (23+ messages)
` [RFC 01/20] "
` [RFC 16/20] selftest: Add Time Namespace test for supported clocks
                ` Setting monotonic time?

[PATCH 0/3] bpf: allow zero-initialising hash map seed
 2018-10-02 19:59 UTC  (6+ messages)
` [PATCH 1/3] bpf: allow zero-initializing "
` [PATCH 2/3] tools: sync linux/bpf.h
` [PATCH 3/3] tools: add selftest for BPF_F_ZERO_SEED

[RFC PATCH v4 00/27] Control Flow Enforcement: Shadow Stack
 2018-10-02 17:15 UTC  (28+ 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 22/27] x86/cet/shstk: Handle thread shadow stack
` [RFC PATCH v4 23/27] mm/map: Add Shadow stack pages to memory accounting
` [RFC PATCH v4 24/27] mm/mmap: Create a guard area between VMAs
` [RFC PATCH v4 25/27] mm/mmap: Prevent Shadow Stack VMA merges
` [RFC PATCH v4 26/27] x86/cet/shstk: Add arch_prctl functions for Shadow Stack
` [RFC PATCH v4 27/27] x86/cet/shstk: Add Shadow Stack instructions to opcode map

[RFC v2 v2 0/1] ns: introduce binfmt_misc namespace
 2018-10-02 16:47 UTC  (4+ messages)
` [RFC v2 v2 1/1] ns: add binfmt_misc to the mount namespace

Problems with VM_MIXEDMAP removal from /proc/<pid>/smaps
 2018-10-02 15:31 UTC  (6+ messages)

[PATCH 04/11] UAPI: bcache: Fix use of embedded flexible array
 2018-10-02 14:52 UTC  (2+ messages)

[patch] mm, thp: always specify ineligible vmas as nh in smaps
 2018-10-02 11:28 UTC  (18+ messages)
    ` [patch v2] "
                      ` [RFC PATCH] mm, proc: report PR_SET_THP_DISABLE in proc
              ` [patch v3] mm, thp: always specify disabled vmas as nh in smaps

[PATCH 2/3] namei: implement AT_THIS_ROOT chroot-like path resolution
 2018-10-02  7:32 UTC  (15+ messages)
    ` [PATCH 0/3] namei: implement various scoping AT_* flags

[RFC 0/2] ns: introduce binfmt_misc namespace
 2018-10-01 12:26 UTC  (12+ messages)
` [RFC 1/2] "
` [RFC 2/2] binfmt_misc: move data to binfmt_namespace

[RFC 04/20] timens: Introduce CLOCK_BOOTTIME offset
 2018-09-30  3:18 UTC  (2+ messages)
` [LKP] [timens] 3cc8de9dcb: RIP:posix_get_boottime

[RFC 13/20] posix-timers/timens: Take into account clock offsets
 2018-09-30  3:11 UTC  (2+ messages)
` [LKP] [posix] 25217c6e39: BUG:KASAN:null-ptr-deref_in_c

[PATCH v7 0/6] seccomp trap to userspace
 2018-09-29  0:28 UTC  (45+ messages)
` [PATCH v7 1/6] seccomp: add a return code to "
` [PATCH v7 2/6] seccomp: make get_nth_filter available outside of CHECKPOINT_RESTORE
` [PATCH v7 3/6] seccomp: add a way to get a listener fd from ptrace
` [PATCH v7 4/6] files: add a replace_fd_files() function
` [PATCH v7 5/6] seccomp: add a way to pass FDs via a notification fd
` [PATCH v7 6/6] samples: add an example of seccomp user trap

[RFC] UAPI: Check headers by compiling all together as C++
 2018-09-28 13:07 UTC  (7+ messages)
` [PATCH 07/11] UAPI: netfilter: Fix symbol collision issues [ver #2]
  ` [netfilter-core] "
` [PATCH 09/11] UAPI: ndctl: Fix g++-unsupported initialisation in headers "
` [PATCH 10/11] UAPI: ndctl: Remove use of PAGE_SIZE "

[PATCH resend] proc: restrict kernel stack dumps to root
 2018-09-27 22:39 UTC  (4+ messages)

[PATCH] rseq/selftests: fix parametrized test with -fpie
 2018-09-27 18:26 UTC  (8+ messages)

[PATCH] proc: restrict kernel stack dumps to root
 2018-09-27  2:03 UTC  (6+ messages)

[REVIEW][PATCH 0/6] signal: Shrinking the kernel's siginfo structure
 2018-09-25 17:19 UTC  (7+ messages)
` [REVIEW][PATCH 1/6] signal/sparc: Move EMT_TAGOVF into the generic siginfo.h
` [REVIEW][PATCH 2/6] signal: Fail sigqueueinfo if si_signo != sig
` [REVIEW][PATCH 3/6] signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZE
` [REVIEW][PATCH 4/6] signal: Introduce copy_siginfo_from_user and use it's return value
` [REVIEW][PATCH 5/6] signal: Distinguish between kernel_siginfo and siginfo
` [REVIEW][PATCH 6/6] signal: Use a smaller struct siginfo in the kernel

[PATCH v6 0/5] seccomp trap to userspace
 2018-09-25 12:53 UTC  (14+ messages)
` [PATCH v6 4/5] seccomp: add support for passing fds via USER_NOTIF

[PATCH 0/5] VFS: Introduce filesystem information query syscall [ver #12]
 2018-09-21 19:50 UTC  (3+ messages)
` [PATCH 1/5] vfs: syscall: Add fsinfo() to query filesystem information "

[PATCH 00/34] VFS: Introduce filesystem context [ver #12]
 2018-09-21 16:34 UTC  (7+ messages)
` [PATCH 01/34] vfs: syscall: Add open_tree(2) to reference or clone a mount "
` [PATCH 02/34] vfs: syscall: Add move_mount(2) to move mounts around "
` [PATCH 26/34] vfs: syscall: Add fsopen() to prepare for superblock creation "
` [PATCH 29/34] vfs: syscall: Add fsconfig() for configuring and managing a context "
` [PATCH 30/34] vfs: syscall: Add fsmount() to create a mount for a superblock "
` [PATCH 31/34] vfs: syscall: Add fspick() to select a superblock for reconfiguration "

[RFC PATCH] glibc: Perform rseq(2) registration at nptl init and thread creation
 2018-09-21 16:29 UTC  (7+ messages)

[RFC PATCH v4 0/9] Control Flow Enforcement: Branch Tracking, PTRACE
 2018-09-21 15:05 UTC  (10+ messages)
` [RFC PATCH v4 1/9] x86/cet/ibt: Add Kconfig option for user-mode Indirect Branch Tracking
` [RFC PATCH v4 2/9] x86/cet/ibt: User-mode indirect branch tracking support
` [RFC PATCH v4 3/9] x86/cet/ibt: Add IBT legacy code bitmap allocation function
` [RFC PATCH v4 4/9] mm/mmap: Add IBT bitmap size to address space limit check
` [RFC PATCH v4 5/9] x86/cet/ibt: ELF header parsing for IBT
` [RFC PATCH v4 6/9] x86/cet/ibt: Add arch_prctl functions "
` [RFC PATCH v4 7/9] x86/cet/ibt: Add ENDBR to op-code-map
` [RFC PATCH v4 8/9] x86: Insert endbr32/endbr64 to vDSO
` [RFC PATCH v4 9/9] x86/cet: Add PTRACE interface for CET


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