linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-06 21:46:45 to 2019-06-14 13:29:29 UTC [more...]

[PATCH 1/5] glibc: Perform rseq(2) registration at C startup and thread creation (v10)
 2019-06-14 13:29 UTC  (25+ messages)

[PATCHv4 00/28] kernel: Introduce Time Namespace
 2019-06-14 13:11 UTC  (30+ messages)
` [PATCHv4 01/28] ns: "
` [PATCHv4 02/28] timens: Add timens_offsets
` [PATCHv4 03/28] posix-clocks: add another call back to return clock time in ktime_t
` [PATCHv4 04/28] timens: Introduce CLOCK_MONOTONIC offsets
` [PATCHv4 05/28] timens: Introduce CLOCK_BOOTTIME offset
` [PATCHv4 06/28] timerfd/timens: Take into account ns clock offsets
` [PATCHv4 07/28] posix-timers/timens: Take into account "
` [PATCHv4 08/28] timens/kernel: Take into account timens clock offsets in clock_nanosleep
` [PATCHv4 09/28] timens: Shift /proc/uptime
` [PATCHv4 10/28] x86/vdso2c: Correct err messages on file opening
` [PATCHv4 11/28] x86/vdso2c: Convert iterator to unsigned
` [PATCHv4 12/28] x86/vdso/Makefile: Add vobjs32
` [PATCHv4 13/28] x86/vdso: Restrict splitting VVAR VMA
` [PATCHv4 14/28] x86/vdso: Rename vdso_image {.data=>.text}
` [PATCHv4 15/28] x86/vdso: Add offsets page in vvar
` [PATCHv4 16/28] x86/vdso: Allocate timens vdso
` [PATCHv4 17/28] x86/vdso: Switch image on setns()/unshare()/clone()
` [PATCHv4 18/28] vdso: introduce timens_static_branch
` [PATCHv4 19/28] timens: Add align for timens_offsets
` [PATCHv4 20/28] timens/fs/proc: Introduce /proc/pid/timens_offsets
` [PATCHv4 21/28] selftest/timens: Add Time Namespace test for supported clocks
` [PATCHv4 22/28] selftest/timens: Add a test for timerfd
` [PATCHv4 23/28] selftest/timens: Add a test for clock_nanosleep()
` [PATCHv4 24/28] selftest/timens: Add procfs selftest
` [PATCHv4 25/28] selftest/timens: Add timer offsets test
` [PATCHv4 26/28] x86/vdso: Align VDSO functions by CPU L1 cache line
` [PATCHv4 27/28] selftests: Add a simple perf test for clock_gettime()
` [PATCHv4 28/28] selftest/timens: Check that a right vdso is mapped after fork and exec

Regression for MS_MOVE on kernel v5.1
 2019-06-14 12:08 UTC  (9+ messages)

[RFC][PATCH 00/13] Mount, FS, Block and Keyrings notifications [ver #4]
 2019-06-13 14:49 UTC  (34+ messages)
` [PATCH 01/13] security: Override creds in __fput() with last fputter's creds "
` [PATCH 02/13] uapi: General notification ring definitions "
` [PATCH 03/13] security: Add hooks to rule on setting a watch "
` [PATCH 04/13] security: Add a hook for the point of notification insertion "
` [PATCH 05/13] General notification queue with user mmap()'able ring buffer "
` [PATCH 06/13] keys: Add a notification facility "
` [PATCH 07/13] vfs: Add a mount-notification "
` [PATCH 08/13] vfs: Add superblock notifications "
` [PATCH 09/13] fsinfo: Export superblock notification counter "
` [PATCH 10/13] Add a general, global device notification watch list "
` [PATCH 11/13] block: Add block layer notifications "
` [PATCH 12/13] usb: Add USB subsystem "
` [PATCH 13/13] Add sample notification program "

[PATCH v7 00/27] Control-flow Enforcement: Shadow Stack
 2019-06-13 13:26 UTC  (33+ messages)
` [PATCH v7 04/27] x86/fpu/xstate: Introduce XSAVES system states
` [PATCH v7 05/27] x86/fpu/xstate: Add XSAVES system states for shadow stack
` [PATCH v7 15/27] mm: Handle shadow stack page fault
` [PATCH v7 18/27] mm: Introduce do_mmap_locked()
` [PATCH v7 22/27] binfmt_elf: Extract .note.gnu.property from an ELF file
` [PATCH v7 23/27] x86/cet/shstk: ELF header parsing of Shadow Stack
` [PATCH v7 25/27] mm/mmap: Add Shadow stack pages to memory accounting

[PATCH v2 0/5] Introduce MADV_COLD and MADV_PAGEOUT
 2019-06-13  4:51 UTC  (11+ messages)
` [PATCH v2 1/5] mm: introduce MADV_COLD
` [PATCH v2 2/5] mm: change PAGEREF_RECLAIM_CLEAN with PAGE_REFRECLAIM
` [PATCH v2 3/5] mm: account nr_isolated_xxx in [isolate|putback]_lru_page
` [PATCH v2 4/5] mm: introduce MADV_PAGEOUT
` [PATCH v2 5/5] mm: factor out pmd young/dirty bit handling and THP split

[PATCH v1 0/4] Introduce MADV_COLD and MADV_PAGEOUT
 2019-06-13  4:48 UTC  (6+ messages)
` [PATCH v1 1/4] mm: introduce MADV_COLD

[PATCH v19 3/3] Documentation/filesystems/proc.txt: add arch_status file
 2019-06-12 12:36 UTC  (2+ messages)
` [tip:x86/core] Documentation/filesystems/proc.txt: Add "

[PATCH v19 2/3] x86,/proc/pid/arch_status: Add AVX-512 usage elapsed time
 2019-06-12 12:35 UTC  (2+ messages)
` [tip:x86/core] x86/process: Add AVX-512 usage elapsed time to /proc/pid/arch_status

[PATCH v19 1/3] proc: add /proc/<pid>/arch_status
 2019-06-12 12:34 UTC  (2+ messages)
` [tip:x86/core] proc: Add /proc/<pid>/arch_status

[PATCH 09/10] usb: Add USB subsystem notifications [ver #3]
 2019-06-12  6:58 UTC  (8+ messages)

[PATCH 1/7] signal.h: Define SIGINFO on all architectures
 2019-06-11 22:38 UTC  (2+ messages)

[PATCH v7 00/14] Control-flow Enforcement: Branch Tracking, PTRACE
 2019-06-11 10:33 UTC  (49+ messages)
` [PATCH v7 03/14] x86/cet/ibt: Add IBT legacy code bitmap setup function
` [PATCH v7 07/14] x86/cet/ibt: Add arch_prctl functions for IBT

[RFCv2 0/6] introduce memory hinting API for external process
 2019-06-10 10:12 UTC  (8+ messages)
` [RFCv2 4/6] mm: factor out madvise's core functionality

[PATCH for 5.2 08/12] rseq/selftests: arm: use udf instruction for RSEQ_SIG
 2019-06-08 15:52 UTC  (4+ messages)
` [PATCH v2 "

[PATCH v3 1/2] fork: add clone3
 2019-06-08  8:15 UTC  (3+ messages)

[PATCH] uapi: avoid namespace conflict in linux/posix_types.h
 2019-06-07 18:56 UTC  (6+ messages)

[RFC][PATCH 00/10] Mount, FS, Block and Keyrings notifications [ver #3]
 2019-06-07 14:37 UTC  (16+ messages)
    ` [PATCH 10/10] Add sample notification program "

[RFC]: Convention for naming syscall revisions
 2019-06-07 13:42 UTC  (3+ messages)

[PATCH 1/1] eventfd new tag EFD_VPOLL: generate epoll events
 2019-06-07  9:40 UTC  (9+ messages)

[PATCH 10/10] Add sample notification program [ver #3]
 2019-06-06 21:21 UTC 


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