messages from 2015-03-13 00:11:02 to 2015-03-16 23:26:12 UTC [more...]
[PATCH v2 0/7] CLONE_FD: Task exit notification via file descriptor
2015-03-16 23:26 UTC (20+ messages)
` [PATCH v2 1/7] clone: Support passing tls argument via C rather than pt_regs magic
` [PATCH v2 3/7] Introduce a new clone4 syscall with more flag bits and extensible arguments
` [PATCH v2 4/7] kernel/fork.c: Pass arguments to _do_fork and copy_process using clone4_args
` [PATCH v2 5/7] clone4: Add a CLONE_AUTOREAP flag to automatically reap the child process
` [PATCH v2 6/7] signal: Factor out a helper function to process task_struct exit_code
` [PATCH v2 7/7] clone4: Add a CLONE_FD flag to get task exit notification via fd
` [PATCH v2 man-pages] clone4.2: New manpage documenting clone4(2)
` [PATCH v2 2/7] x86: Opt into HAVE_COPY_THREAD_TLS, for both 32-bit and 64-bit
[PATCHv3 0/3] fs: add O_BENEATH flag to openat(2)
2015-03-16 23:24 UTC (3+ messages)
` [PATCHv3 xfstests 2/3] generic: test openat and new O_BENEATH flag
[PATCH v7 0/5] vfs: Non-blockling buffered fs read (page cache only)
2015-03-16 22:56 UTC (15+ messages)
` [PATCH v7 1/5] vfs: Prepare for adding a new preadv/pwritev with user flags
` [PATCH v7 2/5] vfs: Define new syscalls preadv2,pwritev2
` [PATCH v7 3/5] x86: wire up preadv2 and pwritev2
` [PATCH v7 4/5] vfs: RWF_NONBLOCK flag for preadv2
` [PATCH v7 5/5] xfs: add RWF_NONBLOCK support
` [PATCH] Add preadv2/pwritev2 documentation
` [PATCH] fstests: generic test for preadv2 behavior on linux
[PATCH 0/2] Move away from non-failing small allocations
2015-03-16 22:38 UTC (2+ messages)
[PATCH v7 tip 0/8] tracing: attach eBPF programs to kprobes
2015-03-16 21:49 UTC (9+ messages)
` [PATCH v7 tip 1/8] bpf: make internal bpf API independent of CONFIG_BPF_SYSCALL ifdefs
` [PATCH v7 tip 2/8] tracing: attach BPF programs to kprobes
` [PATCH v7 tip 4/8] tracing: allow BPF programs to call bpf_trace_printk()
` [PATCH v7 tip 5/8] samples: bpf: simple non-portable kprobe filter example
` [PATCH v7 tip 3/8] tracing: allow BPF programs to call bpf_ktime_get_ns()
` [PATCH v7 tip 6/8] samples: bpf: counting example for kfree_skb and write syscall
` [PATCH v7 tip 7/8] samples: bpf: IO latency analysis (iosnoop/heatmap)
` [PATCH v7 tip 8/8] samples: bpf: kmem_alloc/free tracker
[v9 0/5] ext4: add project quota support
2015-03-16 21:49 UTC (8+ messages)
` [v9 1/5] vfs: adds general codes to enforces project quota limits
` [v9 2/5] ext4: adds project ID support
` [v9 4/5] ext4: adds FS_IOC_FSSETXATTR/FS_IOC_FSGETXATTR interface support
[Patch v4] firmware: dmi-sysfs: add SMBIOS entry point area attribute
2015-03-16 21:02 UTC (5+ messages)
` [dmidecode] "
[Patch] firmware: dmi_scan: split dmisubsystem from dmi-sysfs
2015-03-16 20:57 UTC
[PATCH v2 tip/core/rcu 01/22] smpboot: Add common code for notification from dying CPU
2015-03-16 18:37 UTC
[PATCH RFCv2 00/21] Drivers: hv: utils: re-implement the kernel/userspace communication layer
2015-03-16 18:15 UTC (2+ messages)
[PATCH 1/2] drm_modes: videomode: add pos/neg pixel clock polarity flag
2015-03-16 17:29 UTC (2+ messages)
` [PATCH 2/2] imx-drm: ipuv3-crtc: Use DRM mode flags to configure pixel clock polarity
[PATCH V5] Allow compaction of unevictable pages
2015-03-16 13:49 UTC (2+ messages)
[PATCH] selftests: Fix build failures when invoked from kselftest target
2015-03-16 11:00 UTC (4+ messages)
` [PATCH] selftests: Fix kcmp build to not require headers install
[RFC/PATCH 0/5] Add live source objects to DRM
2015-03-16 8:35 UTC (7+ messages)
` [RFC/PATCH 1/5] drm: Add live source object
` [RFC/PATCH 2/5] drm: Connect live source to plane
` [RFC/PATCH 3/5] drm/rcar-du: Add VSP1 support to the planes allocator
` [RFC/PATCH 4/5] drm/rcar-du: Add VSP1 live source support
` [RFC/PATCH 5/5] drm/rcar-du: Restart the DU group when a plane source changes
[PATCH v4 1/9] kbuild: Don't pass -rR to selftest makefiles
2015-03-16 3:12 UTC (16+ messages)
` [PATCH v4 2/9] kbuild: Don't pass LDFLAGS to selftest Makefile
` [PATCH v4 3/9] selftests: Introduce minimal shared logic for running tests
` [PATCH v4 4/9] selftests: Add install target
[PATCH 0/2] Changes to timers Maefile to use shared logic for run_tests and install
2015-03-16 2:48 UTC (7+ messages)
` [PATCH 1/2] selftests: add ability to run and emit script for tests args to lib.mk
` [PATCH 2/2] selftests/timers: change to use shared logic to run and install tests
[PATCH v2 net-next 0/2] bpf: allow eBPF access skb fields
2015-03-16 2:03 UTC (15+ messages)
` [PATCH v2 net-next 1/2] bpf: allow extended BPF programs "
` [PATCH v2 net-next 2/2] samples: bpf: add skb->field examples and tests
[PATCH -next v2 0/4] mm: replace mmap_sem for mm->exe_file serialization
2015-03-15 17:34 UTC
[PATCH 0/6] CLONE_FD: Task exit notification via file descriptor
2015-03-15 10:59 UTC (54+ messages)
` [PATCH 1/6] clone: Support passing tls argument via C rather than pt_regs magic
` [PATCH 3/6] Introduce a new clone4 syscall with more flag bits and extensible arguments
` [PATCH 4/6] signal: Factor out a helper function to process task_struct exit_code
` [PATCH 2/6] x86: Opt into HAVE_COPY_THREAD_TLS, for both 32-bit and 64-bit
` [PATCH 5/6] fs: Make alloc_fd non-private
` [PATCH 6/6] clone4: Introduce new CLONE_FD flag to get task exit notification via fd
` [PATCH] clone4.2: New manpage documenting clone4(2)
[RFC] capabilities: Ambient capabilities
2015-03-15 0:04 UTC (18+ messages)
[PATCH] capabilities: Ambient capability set V2
2015-03-14 19:04 UTC (2+ messages)
[PATCH 2/2] fbcon: expose cursor blink interval via sysfs
2015-03-14 17:48 UTC (5+ messages)
` [PATCH 0/2] add cursor blink interval terminal escape sequence
` [PATCH 1/2] vt: add cursor blink interval "
(unknown),
2015-03-14 13:17 UTC
[GIT PULL] kselftest fixes for 4.0-rc4
2015-03-13 17:39 UTC
[PATCH net-next 0/2] bpf: allow extended BPF programs access skb fields
2015-03-13 17:09 UTC (8+ messages)
` [PATCH net-next 1/2] "
` [PATCH net-next 2/2] samples: bpf: add skb->field examples and tests
[PATCH v6 tip 0/8] tracing: attach eBPF programs to kprobes
2015-03-13 16:38 UTC (4+ messages)
` [PATCH v6 tip 3/8] tracing: allow BPF programs to call bpf_ktime_get_ns()
[PATCH v4 0/9] epoll: Introduce new syscalls, epoll_ctl_batch and epoll_pwait1
2015-03-13 14:56 UTC (5+ messages)
[PATCH v3 00/15] Add support to STMicroelectronics STM32 family
2015-03-13 14:19 UTC (9+ messages)
` [PATCH v3 05/15] dt-bindings: Document the STM32 reset bindings
` [PATCH v3 06/15] drivers: reset: Add STM32 reset driver
` [PATCH v3 10/15] serial: stm32-usart: Add STM32 USART Driver
[PATCH v1 0/6] Add simple EEPROM Framework via regmap
2015-03-13 9:51 UTC (9+ messages)
` [PATCH v2 0/7] "
` [PATCH v2 1/7] eeprom: Add a simple EEPROM framework for eeprom providers
` [PATCH v2 5/7] eeprom: qfprom: Add Qualcomm QFPROM support
` [PATCH v2 2/7] eeprom: Add a simple EEPROM framework for eeprom consumers
` [PATCH v2 3/7] eeprom: Add bindings for simple eeprom framework
` [PATCH v2 4/7] eeprom: sunxi: Move the SID driver to the "
` [PATCH v2 6/7] eeprom: qfprom: Add bindings for qfprom
` [PATCH v2 7/7] eeprom: Add to MAINTAINERS for eeprom framework
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).