messages from 2018-07-31 22:35:53 to 2018-08-16 16:41:27 UTC [more...]
[PATCH v2 00/32] selftests/ftrace: Improve ftracetest with coverage check
2018-08-16 16:41 UTC (54+ messages)
` [PATCH v2 01/32] tracing: Allow gcov profiling on only ftrace subsystem
` [PATCH v2 02/32] selftests/ftrace: Add --stop-fail hidden option for debug
` [PATCH v2 03/32] selftests/ftrace: Add --console hidden option
` [PATCH v2 04/32] selftests/ftrace: Add case number prefix to logfile
` [PATCH v2 05/32] selftests/ftrace: More initialize features in initialize_ftrace
` [PATCH v2 06/32] selftests/ftrace: Add SPDX License Identifier to template
` [PATCH v2 07/32] selftests/ftrace: Cleanup ftrace after running test
` [PATCH v2 08/32] selftests/ftrace: Remove unneeded per-test init/cleanup ftrace
` [PATCH v2 09/32] selftests/ftrace: Fix to test kprobe $comm arg only if available
` [PATCH v2 10/32] selftests/ftrace: Fix checkbashisms errors
` [PATCH v2 11/32] selftests/ftrace: Use loopback address instead of localhost
` [PATCH v2 12/32] selftests/ftrace: Improve kprobe on module testcase to load/unload module
` [PATCH v2 13/32] selftests/ftrace: Improve kprobe testcase to check log data
` [PATCH v2 14/32] selftests/ftrace: Improve kretprobe "
` [PATCH v2 15/32] selftests/ftrace: Test kprobe-event argument with various bitsize
` [PATCH v2 16/32] selftests/ftrace: Check set_event_pid result
` [PATCH v2 17/32] selftests/ftrace: Add kprobe event with $comm argument testcase
` [PATCH v2 18/32] selftests/ftrace: Add kprobe profile testcase
` [PATCH v2 19/32] selftests/ftrace: Add a testcase for nop tracer
` [PATCH v2 20/32] selftests/ftrace: Add kprobe-event with symbol argument test
` [PATCH v2 21/32] selftests/ftrace: Add trace_printk sample module test
` [PATCH v2 22/32] selftests/ftrace: Add ringbuffer size changing testcase
` [PATCH v2 23/32] selftests/ftrace: Add function profiling stat testcase
` [PATCH v2 24/32] selftests/ftrace: Add max stack tracer testcase
` [PATCH v2 25/32] selftests/ftrace: Add function filter on module testcase
` [PATCH v2 26/32] selftests/ftrace: Add trace_pipe testcase
[PATCH][bpf-next] bpf: test: fix spelling mistake "REUSEEPORT" -> "REUSEPORT"
2018-08-13 14:00 UTC (2+ messages)
kselftest-merge misses config's to merge
2018-08-10 8:50 UTC (2+ messages)
[PATCH] selftests: membarrier: fix test by checking supported commands
2018-08-09 20:21 UTC (7+ messages)
` [PATCH v2] "
[PATCH v2] selftests: add headers_install to lib.mk
2018-08-09 8:04 UTC (13+ messages)
` [PATCH v4] "
` [PATCH v5] "
[PATCH 0/1] rseq/selftests: add __rseq_abi misalignment check
2018-08-07 22:22 UTC (10+ messages)
` [PATCH 1/1] "
` [PATCH v2 "
[bug report] selftests: add seccomp suite
2018-08-07 11:57 UTC (2+ messages)
[PATCH v2 0/4] userfaultfd: selftest: Improve behavior with older kernels
2018-08-07 6:56 UTC (18+ messages)
` [PATCH v2 1/4] userfaultfd: selftest: Fix checking of userfaultfd_open() result
` [PATCH v2 2/4] userfaultfd: selftest: Skip test if userfaultfd() syscall not supported
` [PATCH v2 3/4] userfaultfd: selftest: Skip test if a feature isn't supported
` [PATCH v2 4/4] userfaultfd: selftest: Cope if shmem doesn't support zeropage
[PATCH v4 0/7] arm64: untag user pointers passed to the kernel
2018-08-06 19:12 UTC (20+ messages)
[PATCH v5 00/10] arm64: untag user pointers passed to the kernel
2018-08-06 16:40 UTC (22+ messages)
` [PATCH v5 01/10] arm64: add type casts to untagged_addr macro
` [PATCH v5 02/10] uaccess: add untagged_addr definition for other arches
` [PATCH v5 03/10] arm64: untag user addresses in access_ok and __uaccess_mask_ptr
` [PATCH v5 04/10] mm, arm64: untag user addresses in mm/gup.c
` [PATCH v5 05/10] lib, arm64: untag addrs passed to strncpy_from_user and strnlen_user
` [PATCH v5 06/10] arm64: untag user address in __do_user_fault
` [PATCH v5 07/10] fs, arm64: untag user address in copy_mount_options
` [PATCH v5 08/10] usb, arm64: untag user addresses in devio
` [PATCH v5 09/10] arm64: update Documentation/arm64/tagged-pointers.txt
` [PATCH v5 10/10] selftests, arm64: add a selftest for passing tagged pointers to kernel
[PATCH v3 0/4] Make sure .device_run is always called in non-atomic context
2018-08-03 11:15 UTC (16+ messages)
` [PATCH v3 1/4] v4l2-mem2mem: Avoid v4l2_m2m_prepare_buf from scheduling a job
` [PATCH v3 2/4] v4l2-mem2mem: Simplify exiting the function in __v4l2_m2m_try_schedule
` [PATCH v3 3/4] v4l2-mem2mem: Avoid calling .device_run in v4l2_m2m_job_finish
` [PATCH v3 4/4] selftests: media_tests: Add a memory-to-memory concurrent stress test
[PATCH 00/25] selftests/ftrace: Improve ftracetest with coverage check
2018-08-03 5:24 UTC (9+ messages)
` [PATCH 11/25] selftests/ftrace: Improve kprobe on module testcase to load/unload module
` [PATCH 23/25] selftests/ftrace: Add max stack tracer testcase
[PATCH v4 0/6] Make sure .device_run is always called in non-atomic context
2018-08-02 20:48 UTC (14+ messages)
` [PATCH v4 1/6] mem2mem: Require capture and output mutexes to match
` [PATCH v4 2/6] v4l2-ioctl.c: simplify locking for m2m devices
` [PATCH v4 3/6] v4l2-mem2mem: Avoid v4l2_m2m_prepare_buf from scheduling a job
` [PATCH v4 4/6] v4l2-mem2mem: Simplify exiting the function in __v4l2_m2m_try_schedule
` [PATCH v4 5/6] v4l2-mem2mem: Avoid calling .device_run in v4l2_m2m_job_finish
` [PATCH v4 6/6] selftests: media_tests: Add a memory-to-memory concurrent stress test
[PATCH] mm/selftest: Add MAP_POPULATE test
2018-08-02 0:29 UTC (10+ messages)
[PATCH net-next v2 0/7] ipv4: Control SKB reprioritization after forwarding
2018-08-01 16:52 UTC (18+ messages)
` [PATCH net-next v2 1/7] net: "
` [PATCH net-next v2 2/7] net: ipv4: Notify about changes to ip_forward_update_priority
` [PATCH net-next v2 3/7] mlxsw: spectrum: Extract work-scheduling into a new function
` [PATCH net-next v2 4/7] mlxsw: spectrum_router: Handle sysctl_ip_fwd_update_priority
` [PATCH net-next v2 5/7] selftests: forwarding: Move lldpad waiting to lib.sh
` [PATCH net-next v2 6/7] selftests: forwarding: Move DSCP capture "
` [PATCH net-next v2 7/7] selftests: mlxsw: Add test for ip_forward_update_priority
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