messages from 2018-07-11 23:00:28 to 2018-07-25 09:48:29 UTC [more...]
[PATCH v9 00/24] ILP32 for ARM64
2018-07-25 9:48 UTC (3+ messages)
[PATCH 0/4] cleanups and refactor of /proc/pid/smaps*
2018-07-25 6:53 UTC (6+ messages)
` [PATCH 1/4] mm: /proc/pid/*maps remove is_pid and related wrappers
` [PATCH 2/4] mm: proc/pid/smaps: factor out mem stats gathering
` [PATCH 3/4] mm: proc/pid/smaps: factor out common stats printing
` [PATCH 4/4] mm: proc/pid/smaps_rollup: convert to single value seq_file
[RFC PATCH ghak90 (was ghak32) V3 00/10] audit: implement container identifier
2018-07-24 21:57 UTC (43+ messages)
` [RFC PATCH ghak90 (was ghak32) V3 01/10] audit: add container id
` [RFC PATCH ghak90 (was ghak32) V3 02/10] audit: log container info of syscalls
` [RFC PATCH ghak90 (was ghak32) V3 03/10] audit: add containerid support for ptrace and signals
` [RFC PATCH ghak90 (was ghak32) V3 04/10] audit: add support for non-syscall auxiliary records
` [RFC PATCH ghak90 (was ghak32) V3 05/10] audit: add containerid support for tty_audit
` [RFC PATCH ghak90 (was ghak32) V3 06/10] audit: add containerid filtering
` [RFC PATCH ghak90 (was ghak32) V3 07/10] audit: add support for containerid to network namespaces
` [RFC PATCH ghak90 (was ghak32) V3 08/10] audit: NETFILTER_PKT: record each container ID associated with a netNS
` [RFC PATCH ghak90 (was ghak32) V3 09/10] debug audit: read container ID of a process
` [RFC PATCH ghak90 (was ghak32) V3 10/10] rfkill: fix spelling mistake contidion to condition
[PATCH v6] pidns: introduce syscall translate_pid
2018-07-23 21:13 UTC (4+ messages)
[RFC PATCH v2 00/27] Control Flow Enforcement (CET)
2018-07-20 14:58 UTC (55+ messages)
` [RFC PATCH v2 14/27] mm: Handle THP/HugeTLB shadow stack page fault
` [RFC PATCH v2 16/27] mm: Modify can_follow_write_pte/pmd for shadow stack
` [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 22/27] x86/cet/ibt: User-mode indirect branch tracking support
` [RFC PATCH v2 25/27] x86/cet: Add PTRACE interface for CET
[PATCH v3 0/7] kmalloc-reclaimable caches
2018-07-20 9:45 UTC (20+ messages)
` [PATCH v3 1/7] mm, slab: combine kmalloc_caches and kmalloc_dma_caches
` [PATCH v3 2/7] mm, slab/slub: introduce kmalloc-reclaimable caches
` [PATCH v3 3/7] mm, slab: allocate off-slab freelists as reclaimable when appropriate
` [PATCH v3 4/7] dcache: allocate external names from reclaimable kmalloc caches
` [PATCH v3 5/7] mm: rename and change semantics of nr_indirectly_reclaimable_bytes
` [PATCH v3 6/7] mm, proc: add KReclaimable to /proc/meminfo
` [PATCH v3 7/7] mm, slab: shorten kmalloc cache names for large sizes
[PATCH 0/6 v1 resend] statfs: handle mount propagation
2018-07-19 15:30 UTC (5+ messages)
[PATCH v2 00/17] y2038: system calls, part 3
2018-07-19 8:53 UTC (27+ messages)
` [PATCH v2 01/17] y2038: compat: Move common compat types to asm-generic/compat.h
` [PATCH v2 02/17] y2038: Remove newstat family from default syscall set
` [PATCH v2 03/17] y2038: Remove stat64 "
` [PATCH v2 04/17] asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macro
` [PATCH v2 05/17] asm-generic: Remove empty asm/unistd.h
` [PATCH v2 06/17] y2038: Change sys_utimensat() to use __kernel_timespec
` [PATCH v2 07/17] y2038: Compile utimes()/futimesat() conditionally
` [PATCH v2 08/17] y2038: utimes: Rework #ifdef guards for compat syscalls
` [PATCH v2 09/17] y2038: futex: Move compat implementation into futex.c
` [PATCH v2 10/17] y2038: futex: Add support for __kernel_timespec
` [PATCH v2 11/17] y2038: Prepare sched_rr_get_interval "
` [PATCH v2 12/17] y2038: aio: Prepare sys_io_{p,}getevents "
` [PATCH v2 13/17] y2038: socket: Convert recvmmsg to __kernel_timespec
` [PATCH v2 14/17] y2038: socket: Add compat_sys_recvmmsg_time64
` [PATCH v2 15/17] y2038: signal: Change rt_sigtimedwait to use __kernel_timespec
` [PATCH v2 16/17] y2038: Make compat_sys_rt_sigtimedwait usable on 32-bit
` [PATCH v2 17/17] y2038: signal: Add compat_sys_rt_sigtimedwait_time64
[PATCH 24/32] vfs: syscall: Add fsopen() to prepare for superblock creation [ver #9]
2018-07-19 1:30 UTC (51+ messages)
[PATCHSET v3] block: Separating discards from writes in Linux IO statistics
2018-07-18 14:45 UTC (8+ messages)
` [PATCH 1/6] block: make bdev_ops->rw_page() take a REQ_OP instead of bool
` [PATCH 2/6] block: Add part_stat_read_accum to read across field entries
` [PATCH 3/6] block: Define and use STAT_READ and STAT_WRITE
` [PATCH 4/6] block: Add and use op_stat_group() for indexing disk_stat fields
` [PATCH 5/6] block: Track DISCARD statistics and output them in stat and diskstat
` [PATCH 6/6] blkcg: Track DISCARD statistics and output them in cgroup io.stat
[RESEND][PATCH v4 0/2] vfs: better dedupe permission check
2018-07-17 20:14 UTC
[PATCH v2 5/7] mm: rename and change semantics of nr_indirectly_reclaimable_bytes
2018-07-17 19:11 UTC (9+ messages)
[PATCH] [RFC] y2038: globally rename compat_time to old_time32
2018-07-17 16:16 UTC (5+ messages)
[PATCH v7 00/29] FPGA Device Feature List (DFL) Device Drivers
2018-07-16 14:55 UTC (4+ messages)
[patch v27 0/4] JTAG driver introduction
2018-07-13 12:22 UTC (5+ messages)
` [patch v27 1/4] drivers: jtag: Add JTAG core driver
` [patch v27 2/4] drivers: jtag: Add Aspeed SoC 24xx and 25xx families JTAG master driver
` [patch v27 3/4] Documentation: jtag: Add bindings for "
` [patch v27 4/4] Documentation: jtag: Add ABI documentation
[PATCH v3 0/7] Introduce struct __kernel_timex
2018-07-12 14:40 UTC (4+ messages)
` [PATCH v3 7/7] timex: change syscalls to use "
[PATCH v16 00/13] support "task_isolation" mode
2018-07-12 12:29 UTC (2+ messages)
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).