messages from 2022-02-18 00:10:59 to 2022-02-24 14:29:40 UTC [more...]
[PATCH bpf-next v2 0/3] New BPF helpers to accelerate synproxy
2022-02-24 14:29 UTC (12+ messages)
` [PATCH bpf-next v2 2/3] bpf: Add helpers to issue and check SYN cookies in XDP
[PATCH bpf-next v1 0/6] Introduce eBPF support for HID devices
2022-02-24 13:52 UTC (11+ messages)
` [PATCH bpf-next v1 1/6] HID: initial BPF implementation
` [PATCH bpf-next v1 2/6] HID: bpf: allow to change the report descriptor from an eBPF program
` [PATCH bpf-next v1 3/6] HID: bpf: add hid_{get|set}_data helpers
` [PATCH bpf-next v1 4/6] HID: bpf: add new BPF type to trigger commands from userspace
` [PATCH bpf-next v1 5/6] HID: bpf: tests: rely on uhid event to know if a test device is ready
` [PATCH bpf-next v1 6/6] HID: bpf: add bpf_hid_raw_request helper function
Ruch z pierwszej pozycji w Google
2022-02-24 9:05 UTC
[PATCH 1/2] torture: Select line in sed and replace grep
2022-02-24 8:24 UTC (4+ messages)
` [PATCH 2/2] torture: Make thread detection more robust by using lspcu
[PATCH] kunit: tool: Do not colorize output when redirected
2022-02-24 6:46 UTC (3+ messages)
[PATCH 1/3] kunit: tool: readability tweaks in KernelCI json generation logic
2022-02-24 6:26 UTC (6+ messages)
` [PATCH 2/3] kunit: tool: refactor how we plumb metadata into JSON
` [PATCH 3/3] kunit: tool: properly report the used arch for --json, or '' if not known
[PATCH v2] um: Allow builds with Clang
2022-02-24 5:58 UTC
[RFC PATCH 0/6] RLIMIT_NPROC in ucounts fixups
2022-02-24 3:00 UTC (13+ messages)
` How should rlimits, suid exec, and capabilities interact?
[PATCH v3 0/5] selftests/resctrl: Add resctrl_tests into kselftest set
2022-02-24 0:13 UTC (14+ messages)
` [PATCH v3 1/5] selftests/resctrl: Kill child process before parent process terminates if SIGTERM is received
` [PATCH v3 2/5] selftests/resctrl: Make resctrl_tests run using kselftest framework
` [PATCH v3 3/5] selftests/resctrl: Update README about using kselftest framework to build/run resctrl_tests
` [PATCH v3 4/5] selftests/resctrl: Change the default limited time to 120 seconds
` [PATCH v3 5/5] selftests/resctrl: Fix resctrl_tests' return code to work with selftest framework
[PATCH] Makefile: Fix separate output directory build of kselftests
2022-02-23 19:10 UTC
[PATCH 00/12] Introduce DAMON sysfs interface
2022-02-23 19:03 UTC (20+ messages)
` [PATCH 01/12] mm/damon/core: Allow non-exclusive DAMON start/stop
` [PATCH 02/12] mm/damon/core: Add number of each enum type values
` [PATCH 03/12] mm/damon: Implement a minimal stub for sysfs-based DAMON interface
` [PATCH 04/12] mm/damon/sysfs: Link DAMON for virtual address spaces monitoring
` [PATCH 05/12] mm/damon/sysfs: Support physical address space monitoring
` [PATCH 06/12] mm/damon/sysfs: Support DAMON-based Operation Schemes
` [PATCH 07/12] mm/damon/sysfs: Support DAMOS quotas
` [PATCH 08/12] mm/damon/sysfs: Support schemes prioritization weights
` [PATCH 09/12] mm/damon/sysfs: Support DAMOS watermarks
` [PATCH 10/12] mm/damon/sysfs: Support DAMOS stats
` [PATCH 11/12] selftests/damon: Add a test for DAMON sysfs interface
` [PATCH 12/12] Docs/admin-guide/mm/damon/usage: Document "
[PATCH net-next v4 0/5] Add support for locked bridge ports (for 802.1X)
2022-02-23 16:20 UTC (11+ messages)
` [PATCH net-next v4 1/5] net: bridge: Add support for bridge port in locked mode
` [PATCH net-next v4 2/5] net: bridge: Add support for offloading of locked port flag
` [PATCH net-next v4 3/5] net: dsa: Include BR_PORT_LOCKED in the list of synced brport flags
` [PATCH net-next v4 4/5] net: dsa: mv88e6xxx: Add support for bridge port locked mode
` [PATCH net-next v4 5/5] selftests: forwarding: tests of locked port feature
[PATCH v2 0/3] s390: Ultravisor device
2022-02-23 15:57 UTC (5+ messages)
` [PATCH v2 1/3] drivers/s390/char: Add Ultravisor io device
` [PATCH v2 2/3] drivers/s390/char: Add Ultravisor attestation to uvdevice
` [PATCH v2 3/3] selftests: drivers/s390x: Add uvdevice tests
[PATCH v11 00/40] arm64/sme: Initial support for the Scalable Matrix Extension
2022-02-23 15:49 UTC (74+ messages)
` [PATCH v11 09/40] arm64/sme: Early CPU setup for SME
` [PATCH v11 10/40] arm64/sme: Basic enumeration support
` [PATCH v11 11/40] arm64/sme: Identify supported SME vector lengths at boot
` [PATCH v11 12/40] arm64/sme: Implement sysctl to set the default vector length
` [PATCH v11 13/40] arm64/sme: Implement vector length configuration prctl()s
` [PATCH v11 14/40] arm64/sme: Implement support for TPIDR2
` [PATCH v11 15/40] arm64/sme: Implement SVCR context switching
` [PATCH v11 16/40] arm64/sme: Implement streaming SVE "
` [PATCH v11 17/40] arm64/sme: Implement ZA "
` [PATCH v11 18/40] arm64/sme: Implement traps and syscall handling for SME
` [PATCH v11 19/40] arm64/sme: Disable ZA and streaming mode when handling signals
` [PATCH v11 20/40] arm64/sme: Implement streaming SVE signal handling
` [PATCH v11 21/40] arm64/sme: Implement ZA "
` [PATCH v11 22/40] arm64/sme: Implement ptrace support for streaming mode SVE registers
` [PATCH v11 23/40] arm64/sme: Add ptrace support for ZA
` [PATCH v11 24/40] arm64/sme: Disable streaming mode and ZA when flushing CPU state
` [PATCH v11 25/40] arm64/sme: Save and restore streaming mode over EFI runtime calls
` [PATCH v11 26/40] KVM: arm64: Hide SME system registers from guests
` [PATCH v11 27/40] KVM: arm64: Trap SME usage in guest
` [PATCH v11 28/40] KVM: arm64: Handle SME host state when running guests
` [PATCH v11 29/40] arm64/sme: Provide Kconfig for SME
` [PATCH v11 30/40] kselftest/arm64: Add manual encodings for SME instructions
` [PATCH v11 31/40] kselftest/arm64: sme: Add SME support to vlset
` [PATCH v11 32/40] kselftest/arm64: Add tests for TPIDR2
` [PATCH v11 33/40] kselftest/arm64: Extend vector configuration API tests to cover SME
` [PATCH v11 34/40] kselftest/arm64: sme: Provide streaming mode SVE stress test
` [PATCH v11 35/40] kselftest/arm64: signal: Handle ZA signal context in core code
` [PATCH v11 36/40] kselftest/arm64: Add stress test for SME ZA context switching
` [PATCH v11 37/40] kselftest/arm64: signal: Add SME signal handling tests
` [PATCH v11 38/40] kselftest/arm64: Add streaming SVE to SVE ptrace tests
` [PATCH v11 39/40] kselftest/arm64: Add coverage for the ZA ptrace interface
` [PATCH v11 40/40] kselftest/arm64: Add SME support to syscall ABI test
[PATCH V2 0/4] selftests/sgx: Early enclave loading error path fixes
2022-02-23 15:43 UTC (11+ messages)
` [PATCH V2 1/4] selftests/sgx: Fix NULL-pointer-dereference upon early test failure
` [PATCH V2 2/4] selftests/sgx: Do not attempt enclave build without valid enclave
` [PATCH V2 3/4] selftests/sgx: Ensure enclave data available during debug print
` [PATCH V2 4/4] selftests/sgx: Remove extra newlines in test output
[PATCH RESEND] kselftest: kvm/arm64: Skip tests if we can't create a vgic-v3
2022-02-23 13:16 UTC
[PATCH net-next v5 0/5] Add support for locked bridge ports (for 802.1X)
2022-02-23 13:00 UTC (7+ messages)
` [PATCH net-next v5 1/5] net: bridge: Add support for bridge port in locked mode
` [PATCH net-next v5 2/5] net: bridge: Add support for offloading of locked port flag
` [PATCH net-next v5 3/5] net: dsa: Include BR_PORT_LOCKED in the list of synced brport flags
` [PATCH net-next v5 4/5] net: dsa: mv88e6xxx: Add support for bridge port locked mode
` [PATCH net-next v5 5/5] selftests: forwarding: tests of locked port feature
[REGRESSION] lkft kselftest for next-20220216
2022-02-23 12:52 UTC
[PATCH AUTOSEL 4.19 09/13] selftests/ftrace: Do not trace do_softirq because of PREEMPT_RT
2022-02-23 2:31 UTC
[PATCH AUTOSEL 5.4 09/13] selftests/ftrace: Do not trace do_softirq because of PREEMPT_RT
2022-02-23 2:31 UTC
[PATCH AUTOSEL 5.10 12/18] selftests/seccomp: Fix seccomp failure by adding missing headers
2022-02-23 2:30 UTC (2+ messages)
` [PATCH AUTOSEL 5.10 13/18] selftests/ftrace: Do not trace do_softirq because of PREEMPT_RT
[PATCH AUTOSEL 5.15 19/28] selftests/seccomp: Fix seccomp failure by adding missing headers
2022-02-23 2:29 UTC (2+ messages)
` [PATCH AUTOSEL 5.15 21/28] selftests/ftrace: Do not trace do_softirq because of PREEMPT_RT
[PATCH AUTOSEL 5.16 21/30] selftests/seccomp: Fix seccomp failure by adding missing headers
2022-02-23 2:28 UTC (2+ messages)
` [PATCH AUTOSEL 5.16 23/30] selftests/ftrace: Do not trace do_softirq because of PREEMPT_RT
[PATCH net-next v3 0/5] Add support for locked bridge ports (for 802.1X)
2022-02-21 14:05 UTC (18+ messages)
` [PATCH net-next v3 1/5] net: bridge: Add support for bridge port in locked mode
` [PATCH net-next v3 2/5] net: bridge: Add support for offloading of locked port flag
` [PATCH net-next v3 3/5] net: dsa: Add support for offloaded "
` [PATCH net-next v3 4/5] net: dsa: mv88e6xxx: Add support for bridge port locked mode
` [PATCH net-next v3 5/5] selftests: forwarding: tests of locked port feature
[PATCH 0/3] s390: Ultravisor device
2022-02-21 11:09 UTC (7+ messages)
` [PATCH 1/3] drivers/s390/char: Add Ultravisor io device
` [PATCH 3/3] selftests: drivers/s390x: Add uvdevice tests
[PATCH] selftests: kvm: Check whether SIDA memop fails for normal guests
2022-02-21 9:31 UTC (3+ messages)
[PATCH 0/2] selftests: sgx: Fix build of test_sgx
2022-02-20 20:06 UTC (3+ messages)
` [PATCH 2/2] selftests: sgx: Treat CC as one argument
[REGRESSION] lkft kselftest for next-20220203
2022-02-20 12:08 UTC
[REGRESSION] lkft kselftest for next-20220202
2022-02-20 9:54 UTC
[PATCH 0/4] kunit,um: Fix kunit.py build --alltests
2022-02-19 15:43 UTC (12+ messages)
` [PATCH 1/4] drm/amdgpu: Fix compilation under UML
` [PATCH 2/4] drm/amdgpu: Make smu7_hwmgr build on UML
` [PATCH 3/4] IB/qib: Compile under User-Mode Linux
` [PATCH 4/4] kunit: tool: Disable broken options for --alltests
[PATCH] selftests/rtc: continuously read RTC in a loop for 30s
2022-02-19 7:27 UTC
[PATCH 2/2] selftests/damon: make selftests executable
2022-02-18 22:20 UTC (5+ messages)
(no subject)
2022-02-18 22:14 UTC (9+ messages)
` [PATCH 1/2] KVM: s390: selftests: Refactor memop test
` [PATCH 2/2] KVM: s390: selftests: Test vm and vcpu memop with keys
[PATCH] selftests/resctrl: Add missing SPDX license to Makefile
2022-02-18 20:55 UTC (3+ messages)
[PATCH 1/2] selftests/lkdtm: add config and turn off CFI_FORWARD_PROTO
2022-02-18 15:32 UTC (4+ messages)
` [PATCH 2/2] selftests/lkdtm: add config
[PATCH v2 0/6] bpf-lsm: Extend interoperability with IMA
2022-02-18 15:01 UTC (2+ messages)
[PATCH 0/2] selftests/damon: trivial fixes
2022-02-18 7:50 UTC (3+ messages)
` [PATCH 1/2] selftests/damon: add damon to selftests root Makefile
[PATCH] um: Allow builds with Clang
2022-02-18 2:19 UTC (4+ 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