linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-19 21:48:05 to 2018-11-26 11:56:36 UTC [more...]

[RFC PATCH v4 1/5] glibc: Perform rseq(2) registration at nptl init and thread creation
 2018-11-26 11:56 UTC  (33+ messages)
` [RFC PATCH v4 2/5] glibc: sched_getcpu(): use rseq cpu_id TLS on Linux

[PATCH] Add /proc/pid_generation
 2018-11-25 23:00 UTC  (27+ messages)
` [PATCH v2] Add /proc/pid_gen

[PATCH RESEND v3 0/3] ptrace: add PTRACE_GET_SYSCALL_INFO request
 2018-11-25  6:17 UTC  (7+ messages)
` [PATCH RESEND v3 1/3] ptrace: pass type of a syscall-stop in ptrace_message
          `  "
` [PATCH RESEND v3 2/3] ptrace: add PTRACE_GET_SYSCALL_INFO request
` [RFC PATCH RESEND v3 3/3] ptrace: add PTRACE_EVENT_SECCOMP support to PTRACE_GET_SYSCALL_INFO

[RFC PATCH v2] ptrace: add PTRACE_GET_SYSCALL_INFO request
 2018-11-25  4:10 UTC  (7+ messages)

[PATCH -next 1/2] mm/memfd: make F_SEAL_FUTURE_WRITE seal more robust
 2018-11-25  0:47 UTC  (15+ messages)
` [PATCH -next 2/2] selftests/memfd: modify tests for F_SEAL_FUTURE_WRITE seal

[PATCH 0/3] Fix unsafe BPF_PROG_TEST_RUN interface
 2018-11-24 22:20 UTC  (24+ messages)
` [PATCH 3/3] selftests: add a test for bpf_prog_test_run output size
` [PATCH v2 0/4] Fix unsafe BPF_PROG_TEST_RUN interface
  ` [PATCH v2 1/4] bpf: respect size hint to BPF_PROG_TEST_RUN if present
  ` [PATCH v2 2/4] tools: sync uapi/linux/bpf.h
  ` [PATCH v2 3/4] libbpf: require size hint in bpf_prog_test_run
  ` [PATCH v2 4/4] selftests: add a test for bpf_prog_test_run output size
` [PATCH v3 0/4] Fix unsafe BPF_PROG_TEST_RUN interface
  ` [PATCH v3 1/4] bpf: respect size hint to BPF_PROG_TEST_RUN if present
  ` [PATCH v3 2/4] tools: sync uapi/linux/bpf.h
  ` [PATCH v3 3/4] libbpf: add bpf_prog_test_run_xattr
  ` [PATCH v3 4/4] selftests: add a test for bpf_prog_test_run_xattr

RFC: userspace exception fixups
 2018-11-24 17:07 UTC  (13+ messages)

Official Linux system wrapper library?
 2018-11-24  3:41 UTC  (12+ messages)

[PATCH v4 0/4] namei: O_* flags to restrict path resolution
 2018-11-23 16:58 UTC  (7+ messages)
` [PATCH v4 2/4] namei: O_BENEATH-style path resolution flags

[RFC PATCH 0/3] THP eligibility reporting via proc
 2018-11-23 15:49 UTC  (20+ messages)
` [RFC PATCH 1/3] mm, proc: be more verbose about unstable VMA flags in /proc/<pid>/smaps
` [RFC PATCH 2/3] mm, thp, proc: report THP eligibility for each vma
` [RFC PATCH 3/3] mm, proc: report PR_SET_THP_DISABLE in proc

[RFC PATCH v6 00/26] Control-flow Enforcement: Shadow Stack
 2018-11-22 16:53 UTC  (11+ messages)
` [RFC PATCH v6 01/26] Documentation/x86: Add CET description
` [RFC PATCH v6 22/26] x86/cet/shstk: ELF header parsing of Shadow Stack
` [RFC PATCH v6 23/26] x86/cet/shstk: Handle thread shadow stack
` [RFC PATCH v6 24/26] mm/mmap: Add Shadow stack pages to memory accounting
` [RFC PATCH v6 25/26] x86/cet/shstk: Add arch_prctl functions for Shadow Stack
` [RFC PATCH v6 26/26] x86/cet/shstk: Add Shadow Stack instructions to opcode map

[PATCH v2] UAPI: move RENAME_* definitions to separated file
 2018-11-22 12:16 UTC  (3+ messages)

[PATCH v2] signal: add procfd_signal() syscall
 2018-11-22  8:23 UTC  (4+ messages)
` [PATCH v2] procfd_signal.2: document procfd_signal syscall

[PATCH v1 0/2] proc: allow signaling processes via file descriptors
 2018-11-22  7:48 UTC  (27+ messages)
` [PATCH v1 2/2] signal: add procfd_signal() syscall
` [PATCH] procfd_signal.2: document procfd_signal syscall

[PATCH v4 0/5] cgroup: Introducing bypass mode
 2018-11-21 14:27 UTC 

[RFC PATCH] mm, proc: report PR_SET_THP_DISABLE in proc
 2018-11-20  7:48 UTC  (13+ messages)

[PATCH -manpage 1/2] fcntl.2: Update manpage with new memfd F_SEAL_FUTURE_WRITE seal
 2018-11-20  5:25 UTC  (2+ messages)
` [PATCH -manpage 2/2] memfd_create.2: "

[PATCH 0/3] bpf: allow zero-initialising hash map seed
 2018-11-19 23:56 UTC  (3+ messages)
` [PATCH v3 0/4] "

[RFC PATCH v6 00/11] Control-flow Enforcement: Branch Tracking, PTRACE
 2018-11-19 22:43 UTC  (17+ messages)
` [RFC PATCH v6 01/11] x86/cet/ibt: Add Kconfig option for user-mode Indirect Branch Tracking
` [RFC PATCH v6 02/11] x86/cet/ibt: User-mode indirect branch tracking support
` [RFC PATCH v6 03/11] x86/cet/ibt: Add IBT legacy code bitmap setup function
` [RFC PATCH v6 04/11] mm/mmap: Add IBT bitmap size to address space limit check
` [RFC PATCH v6 05/11] x86/cet/ibt: ELF header parsing for IBT
` [RFC PATCH v6 06/11] x86/cet/ibt: Add arch_prctl functions "
` [RFC PATCH v6 07/11] x86/cet/ibt: Add ENDBR to op-code-map
` [RFC PATCH v6 08/11] x86: Insert endbr32/endbr64 to vDSO
` [RFC PATCH v6 09/11] x86/vsyscall/32: Add ENDBR32 to vsyscall entry point
` [RFC PATCH v6 10/11] x86/vsyscall/64: Add ENDBR64 to vsyscall entry points
` [RFC PATCH v6 11/11] 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).