messages from 2023-10-15 14:17:15 to 2023-10-18 23:21:48 UTC [more...]
[PATCH v3 0/5] workload-specific and memory pressure-driven zswap writeback
2023-10-18 23:20 UTC (14+ messages)
` [PATCH v3 1/5] mm: list_lru: allow external numa node and cgroup tracking
` [PATCH v3 2/5] zswap: make shrinking memcg-aware
` [PATCH v3 3/5] mm: memcg: add per-memcg zswap writeback stat
` [PATCH v3 4/5] selftests: cgroup: update per-memcg zswap writeback selftest
` [PATCH v3 5/5] zswap: shrinks zswap pool based on memory pressure
[PATCH] kunit: run test suites only after module initialization completes
2023-10-18 21:14 UTC (5+ messages)
[RFC PATCH v1 0/8] Introduce mseal() syscall
2023-10-18 20:36 UTC (33+ messages)
` [RFC PATCH v1 1/8] Add mseal syscall
` [RFC PATCH v1 2/8] Wire up "
` [RFC PATCH v1 3/8] mseal: add can_modify_mm and can_modify_vma
` [RFC PATCH v1 4/8] mseal: seal mprotect
` [RFC PATCH v1 5/8] mseal munmap
` [RFC PATCH v1 6/8] mseal mremap
` [RFC PATCH v1 7/8] mseal mmap
` [RFC PATCH v1 8/8] selftest mm/mseal mprotect/munmap/mremap/mmap
[PATCH 1/1] selftests: KVM: add test to print boottime wallclock
2023-10-18 19:51 UTC (2+ messages)
[PATCH-cgroup 0/4] cgroup/cpuset: Improve CPU isolation in isolated partitions
2023-10-18 19:18 UTC (10+ messages)
` [PATCH-cgroup 1/4] workqueue: Add workqueue_unbound_exclude_cpumask() to exclude CPUs from wq_unbound_cpumask
` [PATCH-cgroup 3/4] cgroup/cpuset: Keep track of CPUs in isolated partitions
[RESEND PATCH 0/2] add loongarch and riscv support for kprobe args test
2023-10-18 19:14 UTC (4+ messages)
` [RESEND PATCH 1/2] selftests/ftrace: add loongarch support for kprobe args char tests
` [RESEND PATCH 2/2] selftests/ftrace: Add riscv support for kprobe arg tests
[PATCH v2] selftests: futex: remove duplicate unneeded defines
2023-10-18 19:11 UTC (4+ messages)
[PATCH] selftests:modify the incorrect print format
2023-10-18 19:09 UTC (3+ messages)
[PATCH] selftests/efivarfs: create-read: fix a resource leak
2023-10-18 19:08 UTC (4+ messages)
[RFC PATCH v2 0/8] Introduce mseal() syscall
2023-10-18 19:07 UTC (18+ messages)
` [RFC PATCH v2 1/8] mseal: Add mseal(2) syscall
` [RFC PATCH v2 2/8] mseal: Wire up mseal syscall
` [RFC PATCH v2 3/8] mseal: add can_modify_mm and can_modify_vma
` [RFC PATCH v2 4/8] mseal: Check seal flag for mprotect(2)
` [RFC PATCH v2 5/8] mseal: Check seal flag for munmap(2)
` [RFC PATCH v2 6/8] mseal: Check seal flag for mremap(2)
` [RFC PATCH v2 7/8] mseal:Check seal flag for mmap(2)
` [RFC PATCH v2 8/8] selftest mm/mseal mprotect/munmap/mremap/mmap
[PATCH v2 1/1] selftests/resctrl: Fix MBM test failure when MBA unavailable
2023-10-18 19:07 UTC (3+ messages)
[PATCH] selftests/clone3: Report descriptive test names
2023-10-18 19:06 UTC (2+ messages)
[PATCH v5 2/2] selftests/ftrace: Add new test case which checks non unique symbol
2023-10-18 16:55 UTC (2+ messages)
[PATCH v4 00/17] iommufd: Add nesting infrastructure
2023-10-18 16:51 UTC (45+ messages)
` [PATCH v4 01/17] iommu: Add hwpt_type with user_data for domain_alloc_user op
` [PATCH v4 05/17] iommufd: Separate kernel-managed HWPT alloc/destroy/abort functions
` [PATCH v4 08/17] iommufd: Always setup MSI and anforce cc on kernel-managed domains
` [PATCH v4 10/17] iommufd: Support IOMMU_HWPT_ALLOC allocation with user data
[PATCH net-next v5 0/5] bridge: Add a limit on learned FDB entries
2023-10-18 1:00 UTC (11+ messages)
` [PATCH net-next v5 1/5] net: bridge: Set BR_FDB_ADDED_BY_USER early in fdb_add_entry
` [PATCH net-next v5 2/5] net: bridge: Track and limit dynamically learned FDB entries
` [PATCH net-next v5 3/5] net: bridge: Add netlink knobs for number / max "
` [PATCH net-next v5 4/5] net: bridge: Set strict_start_type for br_policy
` [PATCH net-next v5 5/5] selftests: forwarding: bridge_fdb_learning_limit: Add a new selftest
[PATCH -next 0/2] add loongarch and riscv support for kprobe args test
2023-10-17 23:58 UTC (2+ messages)
[PATCH v3] selftests/user_events: Fix abi_test for BE archs
2023-10-17 21:10 UTC (3+ messages)
[PATCH v3 0/3] userfaultfd move option
2023-10-17 19:39 UTC (14+ messages)
` [PATCH v3 2/3] userfaultfd: UFFDIO_MOVE uABI
[PATCH bpf-next v4] selftests/bpf: Use pkg-config to determine ld flags
2023-10-17 19:26 UTC (3+ messages)
[RFC PATCH v2 0/7] tun: Introduce virtio-net hashing feature
2023-10-17 19:19 UTC (15+ messages)
` [RFC PATCH v2 1/7] bpf: Introduce BPF_PROG_TYPE_VNET_HASH
` [RFC PATCH v2 2/7] bpf: Add vnet_hash members to __sk_buff
` [RFC PATCH v2 3/7] skbuff: Introduce SKB_EXT_TUN_VNET_HASH
` [RFC PATCH v2 4/7] virtio_net: Add virtio_net_hdr_v1_hash_from_skb()
` [RFC PATCH v2 5/7] tun: Support BPF_PROG_TYPE_VNET_HASH
` [RFC PATCH v2 6/7] selftests/bpf: Test BPF_PROG_TYPE_VNET_HASH
` [RFC PATCH v2 7/7] vhost_net: Support VIRTIO_NET_F_HASH_REPORT
[PATCH v2] KVM: selftests: Initialise dynamically allocated configuration names
2023-10-17 17:22 UTC
[PATCH 1/1] selftests/resctrl: Don't fail MBM test when schemata doesn't support MB:x=x line
2023-10-17 16:17 UTC (2+ messages)
[PATCH v2 0/6] iommufd support allocating nested parent domain
2023-10-17 16:05 UTC (9+ messages)
` [PATCH v2 1/6] iommu: Add new iommu op to create domains owned by userspace
` [PATCH v2 2/6] iommufd/hw_pagetable: Use domain_alloc_user op for domain allocation
[RESEND PATCH V9 0/7] amd-pstate preferred core
2023-10-17 8:22 UTC (11+ messages)
` [RESEND PATCH V9 3/7] cpufreq: amd-pstate: Enable amd-pstate preferred core supporting
[PATCH] selftests:modify the incorrect print format
2023-10-16 19:16 UTC (2+ messages)
[PATCH v2] selftests/x86/lam: Zero out buffer for readlink()
2023-10-16 19:11 UTC (3+ messages)
[PATCH v4 0/2] Fix issues observed in selftests/amd-pstate
2023-10-16 19:08 UTC (2+ messages)
[PATCH] iommufd/selftest: Rework TEST_LENGTH to test min_size explicitly
2023-10-16 14:09 UTC (3+ messages)
[PATCH v7 07/11] selftests/net: Extract uring helpers to be reusable
2023-10-16 13:47 UTC (2+ messages)
` [PATCH v7 11/11] selftests/bpf/sockopt: Add io_uring support
[PATCH bpf-next v3] selftests/bpf: Use pkg-config to determine ld flags
2023-10-16 13:08 UTC (3+ messages)
[PATCH v2] selftests/bpf: Use pkg-config to determine ld flags
2023-10-16 12:46 UTC (3+ messages)
[PATCH bpf-next] selftests/bpf: Use pkg-config to determine ld flags
2023-10-16 11:57 UTC (3+ messages)
[PATCH] selftests: net: remove unused variables
2023-10-16 8:30 UTC (2+ messages)
[PATCH v5 00/11] Add Intel VT-d nested translation
2023-10-16 8:30 UTC (5+ messages)
` [PATCH v5 04/11] iommu/vt-d: Add helper to setup pasid "
Zapytanie ofertowe
2023-10-16 7:30 UTC
[PATCH v6 0/8] Add printf attribute to kselftest functions
2023-10-16 5:28 UTC (3+ messages)
[PATCH net v2 0/4] selftests: openvswitch: Minor fixes for some systems
2023-10-15 19:10 UTC (2+ 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