messages from 2018-03-15 07:23:03 to 2018-03-27 16:05:38 UTC [more...]
[RFC PATCH for 4.17 14/21] selftests: lib.mk: Introduce OVERRIDE_TARGETS
2018-03-27 16:05 UTC (8+ messages)
` [RFC PATCH for 4.17 15/21] cpu_opv: selftests: Implement selftests (v7)
` [RFC PATCH for 4.17 16/21] rseq: selftests: Provide rseq library (v5)
` [RFC PATCH for 4.17 17/21] rseq: selftests: Provide percpu_op API
[PATCH 0/4] selftests: fix compiling issues
2018-03-27 10:19 UTC (28+ messages)
` [PATCH 1/4] selftests/Makefile: append a slash to env variable OUTPUT
` [PATCH 2/4] selftests/gpio: fix paths in Makefile
` [PATCH 3/4] kselftest: install sanitized kernel headers before compiling
` [PATCH 4/4] selftests/bpf: fix compiling errors
[PATCH v13 0/3] mm, x86, powerpc: Enhancements to Memory Protection Keys
2018-03-27 9:09 UTC (8+ messages)
` [PATCH v13 1/3] mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabled
` [PATCH v13 2/3] mm, powerpc, x86: introduce an additional vma bit for powerpc pkey
` [PATCH v13 3/3] mm, x86, powerpc: display pkey in smaps only if arch supports pkeys
[PATCH v2 0/4] selftests: fix compiling issues
2018-03-27 3:11 UTC (10+ messages)
` [PATCH v2 1/4] selftests/Makefile: append a slash to env variable OUTPUT
` [PATCH v2 2/4] selftests/gpio: fix paths in Makefile
` [PATCH v2 3/4] kselftest: install sanitized kernel headers before compiling
` [PATCH v2 4/4] selftests/bpf: fix compiling errors
[PATCH v12 00/22] selftests, powerpc, x86 : Memory Protection Keys
2018-03-26 19:38 UTC (63+ messages)
` [PATCH v12 02/22] selftests/vm: rename all references to pkru to a generic name
` [PATCH v12 04/22] selftests/vm: typecast the pkey register
` [PATCH v12 05/22] selftests/vm: generic function to handle shadow key register
` [PATCH v12 06/22] selftests/vm: fix the wrong assert in pkey_disable_set()
` [PATCH v12 07/22] selftests/vm: fixed bugs in pkey_disable_clear()
` [PATCH v12 08/22] selftests/vm: clear the bits in shadow reg when a pkey is freed
` [PATCH v12 09/22] selftests/vm: fix alloc_random_pkey() to make it really random
` [PATCH v12 10/22] selftests/vm: introduce two arch independent abstraction
` [PATCH v12 11/22] selftests/vm: pkey register should match shadow pkey
` [PATCH v12 12/22] selftests/vm: generic cleanup
` [PATCH v12 13/22] selftests/vm: powerpc implementation for generic abstraction
` [PATCH v12 14/22] selftests/vm: clear the bits in shadow reg when a pkey is freed
` [PATCH v12 15/22] selftests/vm: powerpc implementation to check support for pkey
` [PATCH v12 16/22] selftests/vm: fix an assertion in test_pkey_alloc_exhaust()
` [PATCH v12 17/22] selftests/vm: associate key on a mapped page and detect access violation
` [PATCH v12 18/22] selftests/vm: associate key on a mapped page and detect write violation
` [PATCH v12 19/22] selftests/vm: detect write violation on a mapped access-denied-key page
` [PATCH v12 20/22] selftests/vm: testcases must restore pkey-permissions
` [PATCH v12 21/22] selftests/vm: sub-page allocator
` [PATCH v12 22/22] selftests/vm: Fix deadlock in protection_keys.c
[PATCH v6 00/21] tracing: probeevent: Improve fetcharg features
2018-03-26 17:28 UTC (62+ messages)
` [PATCH v6 01/21] [BUGFIX] tracing: probeevent: Fix to support minus offset from symbol
` [PATCH v6 02/21] selftests: ftrace: Add probe event argument syntax testcase
` [PATCH v6 03/21] selftests: ftrace: Add a testcase for string type with kprobe_event
` [PATCH v6 04/21] selftests: ftrace: Add a testcase for probepoint
` [PATCH v6 05/21] tracing: probeevent: Cleanup print argument functions
` [PATCH v6 06/21] tracing: probeevent: Cleanup argument field definition
` [PATCH v6 07/21] tracing: probeevent: Remove NOKPROBE_SYMBOL from print functions
` [PATCH v6 08/21] tracing: probeevent: Introduce new argument fetching code
` [PATCH v6 09/21] tracing: probeevent: Unify fetch type tables
` [PATCH v6 10/21] tracing: probeevent: Return consumed bytes of dynamic area
` [PATCH v6 11/21] tracing: probeevent: Append traceprobe_ for exported function
` [PATCH v6 12/21] tracing: probeevent: Unify fetch_insn processing common part
` [PATCH v6 13/21] tracing: probeevent: Add symbol type
` [PATCH v6 14/21] x86: ptrace: Add function argument access API
` [PATCH v6 15/21] tracing: probeevent: Add $argN for accessing function args
` [PATCH v6 16/21] tracing: probeevent: Add array type support
` [PATCH v6 17/21] selftests: ftrace: Add a testcase for symbol type
` [PATCH v6 18/21] selftests: ftrace: Add a testcase for $argN with kprobe_event
` [PATCH v6 19/21] selftests: ftrace: Add a testcase for array type "
` [PATCH v6 20/21] [RESEND] perf-probe: Fix to convert array type collectly
` [PATCH v6 21/21] perf-probe: Add array argument support
[PATCH] selftests: Print the test we're running to /dev/kmsg
2018-03-26 14:44 UTC (4+ messages)
kernel_selftests.x86.mpx-mini-test_32.fail on skylake platform
2018-03-23 1:23 UTC (3+ messages)
[PATCH] selftests/android/ion: Makefile: fix build error
2018-03-21 16:52 UTC (5+ messages)
[PATCH] selftests/seccomp: Allow get_metadata to XFAIL
2018-03-21 16:48 UTC (6+ messages)
[GIT PULL 00/14] perf/core improvements and fixes
2018-03-19 19:39 UTC (6+ messages)
` [PATCH 12/14] perf probe: Use right type to access array elements
[PATCH] selftests/x86/ptrace_syscall: Fix for yet more glibc interference
2018-03-17 15:25 UTC (2+ messages)
[PATCH v5 00/19] tracing: probeevent: Improve fetcharg features
2018-03-16 14:48 UTC (10+ messages)
` [PATCH v5 16/19] tracing: probeevent: Add array type support
[PATCH][next] selftests: fix spelling mistake: "desciptor" -> "descriptor"
2018-03-16 14:23 UTC (2+ messages)
[PATCH v2] Add udmabuf misc device
2018-03-16 12:30 UTC (8+ messages)
New invoice #15387686890/JN#LKUKH/2017 (Mar 16)re: Invoice #442555931
2018-03-16 12:18 UTC (2+ messages)
[PATCH] selftests/android/ion: fix heap_type may be uninitialized
2018-03-16 10:14 UTC (3+ 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