messages from 2024-08-29 15:30:24 to 2024-08-31 16:31:20 UTC [more...]
[PATCH 00/16] mm: Introduce MAP_BELOW_HINT
2024-08-31 16:30 UTC (10+ messages)
` [PATCH 07/16] powerpc: mm: Support MAP_BELOW_HINT
[PATCH] selftests/futex: Create test for robust list
2024-08-31 13:28 UTC (2+ messages)
[PATCH v1 1/2] mseal: fix mmap(FIXED) error code
2024-08-31 10:14 UTC (15+ messages)
` [PATCH v1 2/2] selftests/mm: mseal_test add more tests
[PATCH bpf,v2,0/2] bpf: fix incorrect name check pass logic in btf_name_valid_section
2024-08-31 5:47 UTC (3+ messages)
` [PATCH bpf,v2,1/2] bpf: add check for invalid name in btf_name_valid_section()
` [PATCH bpf,v2,2/2] selftest/bpf : Add a selftest test case to check for incorrect names
[PATCH] selftests: splice: Add splice_read.sh and hint
2024-08-31 5:25 UTC (3+ messages)
[PATCH v2] selftests: splice: Add usage() to splice_read.c
2024-08-31 5:14 UTC
[PATCH 0/3] riscv: mm: Do not restrict mmap address based on hint
2024-08-31 3:33 UTC (3+ messages)
` [PATCH 3/3] "
[PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
2024-08-31 1:45 UTC (16+ messages)
` [PATCH RFC v2 1/4] mm: Add MAP_BELOW_HINT
` [PATCH RFC v2 2/4] mm: Add hint and mmap_flags to struct vm_unmapped_area_info
[PATCH bpf-next v4 0/8] libbpf, selftests/bpf: Support cross-endian usage
2024-08-31 1:26 UTC (18+ messages)
` [PATCH bpf-next v4 1/8] libbpf: Improve log message formatting
` [PATCH bpf-next v4 2/8] libbpf: Fix header comment typos for BTF.ext
` [PATCH bpf-next v4 3/8] libbpf: Fix output .symtab byte-order during linking
` [PATCH bpf-next v4 4/8] libbpf: Support BTF.ext loading and output in either endianness
` [PATCH bpf-next v4 5/8] libbpf: Support opening bpf objects of "
` [PATCH bpf-next v4 6/8] libbpf: Support linking "
` [PATCH bpf-next v4 7/8] libbpf: Support creating light skeleton "
` [PATCH bpf-next v4 8/8] selftests/bpf: Support cross-endian building
[PATCH net-next v24 00/13] Device Memory TCP
2024-08-31 0:43 UTC (14+ messages)
` [PATCH net-next v24 01/13] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v24 02/13] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v24 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v24 04/13] netdev: netdevice devmem allocator
` [PATCH net-next v24 05/13] page_pool: devmem support
` [PATCH net-next v24 06/13] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v24 07/13] net: support non paged skb frags
` [PATCH net-next v24 08/13] net: add support for skbs with unreadable frags
` [PATCH net-next v24 09/13] tcp: RX path for devmem TCP
` [PATCH net-next v24 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v24 11/13] net: add devmem TCP documentation
` [PATCH net-next v24 12/13] selftests: add ncdevmem, netcat for devmem TCP
` [PATCH net-next v24 13/13] netdev: add dmabuf introspection
[PATCH] KVM: selftests: Add SEV-ES shutdown test
2024-08-31 0:20 UTC (3+ messages)
[PATCH v3 0/5] Increase mseal test coverage
2024-08-30 23:57 UTC (10+ messages)
` [PATCH v3 1/5] selftests/mseal_test: Check vma_size, prot, error code
` [PATCH v3 2/5] selftests/mseal: add sealed madvise type
` [PATCH v3 3/5] selftests/mseal: munmap across multiple vma ranges
` [PATCH v3 4/5] selftests/mseal: add more tests for mmap
` [PATCH v3 5/5] selftests/mseal: add more tests for mremap
[PATCH net-next RFC] selftests/net: integrate packetdrill with ksft
2024-08-30 21:52 UTC (12+ messages)
[PATCH v2 0/2] Exposing nice CPU usage to userspace
2024-08-30 20:06 UTC (5+ messages)
` [PATCH v2 1/2] Tracking cgroup-level niced CPU time
` [PATCH v2 2/2] Selftests for niced CPU statistics
[PATCH net-next] wireguard: allowedips: Add WGALLOWEDIP_F_REMOVE_ME flag
2024-08-30 19:41 UTC
[PATCH-cgroup 0/2] cgroup/cpuset: Account for boot time isolated CPUs
2024-08-30 19:24 UTC (2+ messages)
[PATCH v3 0/5] Wire up getrandom() vDSO implementation on powerpc
2024-08-30 18:52 UTC (11+ messages)
` [PATCH v3 1/5] mm: Define VM_DROPPABLE for powerpc/32
` [PATCH v3 2/5] powerpc/vdso32: Add crtsavres
` [PATCH v3 3/5] powerpc/vdso: Refactor CFLAGS for CVDSO build
` [PATCH v3 4/5] powerpc/vdso: Wire up getrandom() vDSO implementation on PPC32
` [PATCH v3 5/5] powerpc/vdso: Wire up getrandom() vDSO implementation on PPC64
[PATCH net-next v23 00/13] Device Memory TCP
2024-08-30 17:59 UTC (16+ messages)
` [PATCH net-next v23 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v23 06/13] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v23 13/13] netdev: add dmabuf introspection
[PATCH v6 0/2] Add test to distinguish between thread's signal mask and ucontext_t
2024-08-30 16:29 UTC (5+ messages)
` [PATCH v6 1/2] selftests: Rename sigaltstack to generic signal
[PATCH] kselftest/arm64: Fix build warnings for ptrace
2024-08-30 16:12 UTC (4+ messages)
[PATCH] kselftest/arm64: Actually test SME vector length changes via sigreturn
2024-08-30 16:12 UTC (3+ messages)
[PATCH] selftest/vDSO: Fix cross build for the random tests
2024-08-30 16:05 UTC (8+ messages)
` [PATCH v2] selftests: vDSO: fix cross build for getrandom and chacha tests
[PATCH 0/6] selftests/resctrl: Support diverse platforms with MBM and MBA tests
2024-08-30 16:01 UTC (16+ messages)
` [PATCH 1/6] selftests/resctrl: Fix sparse warnings
` [PATCH 2/6] selftests/resctrl: Ensure measurements skip initialization of default benchmark
` [PATCH 3/6] selftests/resctrl: Simplify benchmark parameter passing
` [PATCH 4/6] selftests/resctrl: Use cache size to determine "fill_buf" buffer size
` [PATCH 5/6] selftests/resctrl: Do not compare performance counters and resctrl at low bandwidth
` [PATCH 6/6] selftests/resctrl: Keep results from first test run
[PATCH v2 0/4] Increase mseal test coverage
2024-08-30 15:52 UTC (13+ messages)
` [PATCH v2 1/4] selftests/mm: mseal_test, add vma size check
` [PATCH v2 2/4] selftests/mm: mseal_test add sealed madvise type
` [PATCH v2 3/4] selftests/mm: mseal_test add more tests for mmap
` [PATCH v2 4/4] selftests/mm: mseal_test add more tests for mremap
[PATCH 0/3] selftests: kvm: s390: Add ucontrol memory selftests
2024-08-30 15:51 UTC (6+ messages)
` [PATCH 2/3] selftests: kvm: s390: Add uc_skey VM test case
[PATCH 1/5] selftests: vdso: Fix vDSO name for powerpc
2024-08-30 13:34 UTC (7+ messages)
` [PATCH 2/5] selftests: vdso: Fix vdso_config "
` [PATCH 3/5] selftests: vdso: Fix vDSO symbols lookup for powerpc64
` [PATCH 4/5] selftests: vdso: Fix the way vDSO functions are called for powerpc
` [PATCH 5/5] selftests: vdso: Use parse_vdso.h in vdso_test_abi
[PATCH v5 00/30] Permission Overlay Extension
2024-08-30 11:58 UTC (11+ messages)
` [PATCH v5 08/30] KVM: arm64: make kvm_at() take an OP_AT_*
` [PATCH v5 16/30] arm64: handle PKEY/POE faults
[PATCH net-next v16 01/14] mm: page_frag: add a test module for page_frag
2024-08-30 11:18 UTC (4+ messages)
` [PATCH net-next v16 02/14] mm: move the page fragment allocator from page_alloc into its own file
` [PATCH net-next v16 04/14] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
` [PATCH net-next v16 11/14] mm: page_frag: add testing for the newly added prepare API
[PATCH v2 00/17] Wire up getrandom() vDSO implementation on powerpc
2024-08-30 10:01 UTC (15+ messages)
` [PATCH v2 05/17] vdso: Avoid call to memset() by getrandom
[RFC PATCH v1 0/4] Add support for the Bus Lock Threshold
2024-08-30 8:21 UTC (6+ messages)
` [RFC PATCH v1 1/4] x86/cpufeatures: Add CPUID feature bit "
[PATCH] selftests/mm: Relax test to fail after 100 migration failures
2024-08-30 5:16 UTC
[net-next, v3 0/2] Adding SO_PEEK_OFF for TCPv6
2024-08-30 3:45 UTC (2+ messages)
[PATCH 3/6] KVM: x86: selftests: Set up AMD VM in pmu_counters_test
2024-08-29 20:45 UTC (4+ messages)
[PATCH] kunit: Fix kernel-doc for EXPORT_SYMBOL_IF_KUNIT
2024-08-29 20:28 UTC (3+ messages)
[PATCH 2/6] KVM: x86: selftests: Define AMD PMU CPUID leaves
2024-08-29 20:25 UTC (3+ messages)
[PATCH 1/2] Tracking cgroup-level niced CPU time
2024-08-29 19:26 UTC (2+ messages)
[PATCH v3 0/6] kunit: Add macros to help write more complex tests
2024-08-29 18:13 UTC (7+ messages)
` [PATCH v3 1/6] kunit: Introduce kunit_is_running()
` [PATCH v3 2/6] kunit: Add macro to conditionally expose declarations to tests
` [PATCH v3 3/6] kunit: Add macro to conditionally expose expressions "
` [PATCH v3 4/6] kunit: Allow function redirection outside of the KUnit thread
` [PATCH v3 5/6] kunit: Add example with alternate function redirection method
` [PATCH v3 6/6] kunit: Add some selftests for global stub redirection macros
[PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
2024-08-29 17:00 UTC (2+ messages)
[PATCH v2 0/6] kunit: Add macros to help write more complex tests
2024-08-29 15:56 UTC (5+ messages)
` [PATCH v2 4/6] kunit: Allow function redirection outside of the KUnit thread
[PATCH] Improve timer_create failure message
2024-08-29 15:37 UTC (2+ messages)
` [PATCH] selftests: timers: improve "
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 read-only IMAP folder(s) and NNTP newsgroup(s).