messages from 2025-12-19 00:33:25 to 2026-01-16 20:17:35 UTC [more...]
[PATCH bpf-next v2 00/13] bpf: Kernel functions with KF_IMPLICIT_ARGS
2026-01-16 20:16 UTC (4+ messages)
` [PATCH bpf-next v2 01/13] bpf: Refactor btf_kfunc_id_set_contains
` [PATCH bpf-next v2 02/13] bpf: Introduce struct bpf_kfunc_meta
` [PATCH bpf-next v2 03/13] bpf: Verifier support for KF_IMPLICIT_ARGS
[PATCH v1] sched_ext: Add comprehensive selftests
2026-01-16 8:38 UTC
[PATCH v2 0/3] tools/sched_ext: Add example C schedulers
2026-01-16 8:02 UTC (5+ messages)
` [PATCH v2 1/3] tools/sched_ext: add scx_userland scheduler
` [PATCH v2 2/3] tools/sched_ext: add scx_pair scheduler
` [PATCH v2 3/3] tools/sched_ext: add arena based scheduler
[PATCH 00/12] sched: Cleanup the change-pattern and related locking
2026-01-15 13:56 UTC (21+ messages)
` [PATCH 05/12] sched: Move sched_class::prio_changed() into the change pattern
[PATCH bpf-next v1 00/10] bpf: Kernel functions with KF_IMPLICIT_ARGS
2026-01-14 4:08 UTC (44+ messages)
` [PATCH bpf-next v1 01/10] bpf: Refactor btf_kfunc_id_set_contains
` [PATCH bpf-next v1 02/10] bpf: Introduce struct bpf_kfunc_meta
` [PATCH bpf-next v1 03/10] bpf: Verifier support for KF_IMPLICIT_ARGS
` [PATCH bpf-next v1 04/10] resolve_btfids: Support "
` [PATCH bpf-next v1 05/10] selftests/bpf: Add tests "
` [PATCH bpf-next v1 06/10] bpf: Add bpf_wq_set_callback kfunc with KF_IMPLICIT_ARGS
` [PATCH bpf-next v1 07/10] HID: Use bpf_wq_set_callback kernel function
` [PATCH bpf-next v1 08/10] bpf: Add bpf_task_work_schedule_* kfuncs with KF_IMPLICIT_ARGS
` [PATCH bpf-next v1 09/10] bpf: Add bpf_stream_vprintk "
` [PATCH bpf-next v1 10/10] bpf,docs: Document KF_IMPLICIT_ARGS flag
[PATCH 0/4] tools/sched_ext: Add example C schedulers
2026-01-13 16:05 UTC (8+ messages)
` [PATCH 1/4] tools/sched_ext: add scx_nest scheduler
` [PATCH 2/4] tools/sched_ext: add scx_userland scheduler
` [PATCH 3/4] tools/sched_ext: add scx_pair scheduler
` [PATCH 4/4] tools/sched_ext: add arena based scheduler
[PATCH v2] scx_lavd: Optimize CPU selection in pick_idle_cpu
2026-01-13 5:48 UTC (3+ messages)
[PATCH v3 1/1] sched_ext: Add error logging for dsq creation failures
2026-01-12 18:51 UTC (2+ messages)
[PATCH v2 for 6.19 0/4] Revise the EM YNL spec to be clearer
2026-01-09 20:49 UTC (7+ messages)
` [PATCH v2 for 6.19 1/4] PM: EM: Fix yamllint warnings in the EM YNL spec
` [PATCH v2 for 6.19 2/4] PM: EM: Rename em.yaml to dev-energymodel.yaml
` [PATCH v2 for 6.19 3/4] PM: EM: Change cpus' type from string to u64 array in the EM YNL spec
` [PATCH v2 for 6.19 4/4] PM: EM: Add dump to get-perf-domains "
[PATCH v2 1/1] sched_ext: Add error logging for dsq creation failures
2026-01-09 11:07 UTC (4+ messages)
[PATCH 1/1] sched_ext: Add error logging for dsq creation failures
2026-01-09 10:02 UTC (5+ messages)
[PATCH] sched_ext: Add DSQ statistics collection functionality
2026-01-08 6:21 UTC (2+ messages)
[PATCH for 6.19 0/4] Revise the EM YNL spec to be clearer
2026-01-07 11:52 UTC (14+ messages)
` [PATCH for 6.19 1/4] PM: EM: Fix yamllint warnings in the EM YNL spec
` [PATCH for 6.19 2/4] PM: EM: Rename em.yaml to dev-energymodel.yaml
` [PATCH for 6.19 3/4] PM: EM: Change cpus' type from string to u64 array in the EM YNL spec
` [PATCH for 6.19 4/4] PM: EM: Add dump to get-perf-domains "
[PATCH 0/5] bpf: use const pointer for struct_ops cfi_stubs
2026-01-02 16:19 UTC (12+ messages)
` [PATCH 1/5] "
` [PATCH 2/5] HID: bpf: make __bpf_hid_bpf_ops const
` [PATCH 3/5] sched_ext: make __bpf_ops_sched_ext_ops const
` [PATCH 4/5] net: make cfi_stubs globals const
` [PATCH 5/5] selftests/bpf: "
[PATCH 0/2] sched_ext: Implement proper ops.dequeue() semantics
2025-12-29 18:56 UTC (17+ messages)
` [PATCH 1/2] sched_ext: Fix "
` [PATCH 2/2] selftests/sched_ext: Add test to validate ops.dequeue()
[GIT PULL] sched_ext: Fixes for v6.19-rc3
2025-12-29 6:15 UTC (2+ messages)
[PATCH v1 0/2] tools/sched_ext: fix issues in scx_show_state.py
2025-12-28 16:22 UTC (6+ messages)
` [PATCH v1 1/2] tools/sched_ext: fix scx_show_state.py for scx_root change
` [PATCH v1 2/2] tools/sched_ext: update scx_show_state.py for scx_aborting change
[RFT] sched_ext: Skip stack trace capture in NMI context
2025-12-24 17:42 UTC (8+ messages)
[PATCH] sched_ext: Use the resched_cpu() to replace resched_curr() in the bypass_lb_node()
2025-12-23 13:18 UTC (8+ messages)
` [PATCH] sched_ext: Avoid multiple irq_work_queue() calls in destroy_dsq()
[PATCH] sched_ext: Fix some comments in ext.c
2025-12-23 2:31 UTC (3+ messages)
[PATCH bpf-next v7 0/8] resolve_btfids: Support for BTF modifications
2025-12-19 20:10 UTC (10+ messages)
` [PATCH bpf-next v7 1/8] resolve_btfids: Rename object btf field to btf_path
` [PATCH bpf-next v7 2/8] resolve_btfids: Factor out load_btf()
` [PATCH bpf-next v7 3/8] resolve_btfids: Introduce enum btf_id_kind
` [PATCH bpf-next v7 4/8] resolve_btfids: Always build with -Wall -Werror
` [PATCH bpf-next v7 5/8] kbuild: Sync kconfig when PAHOLE_VERSION changes
` [PATCH bpf-next v7 6/8] lib/Kconfig.debug: Set the minimum required pahole version to v1.22
` [PATCH bpf-next v7 7/8] selftests/bpf: Run resolve_btfids only for relevant .test.o objects
` [PATCH bpf-next v7 8/8] resolve_btfids: Change in-place update with raw binary output
[PATCH bpf-next v6 0/8] resolve_btfids: Support for BTF modifications
2025-12-19 13:00 UTC (12+ messages)
` [PATCH bpf-next v6 1/8] resolve_btfids: Rename object btf field to btf_path
` [PATCH bpf-next v6 2/8] resolve_btfids: Factor out load_btf()
` [PATCH bpf-next v6 3/8] resolve_btfids: Introduce enum btf_id_kind
` [PATCH bpf-next v6 4/8] resolve_btfids: Always build with -Wall -Werror
` [PATCH bpf-next v6 5/8] kbuild: Sync kconfig when PAHOLE_VERSION changes
` [PATCH bpf-next v6 6/8] lib/Kconfig.debug: Set the minimum required pahole version to v1.22
` [PATCH bpf-next v6 7/8] selftests/bpf: Run resolve_btfids only for relevant .test.o objects
` [PATCH bpf-next v6 8/8] resolve_btfids: Change in-place update with raw binary output
[PATCH bpf-next v5 0/8] resolve_btfids: Support for BTF modifications
2025-12-19 1:37 UTC (5+ messages)
` [PATCH bpf-next v5 7/8] selftests/bpf: Run resolve_btfids only for relevant .test.o objects
` [PATCH bpf-next v5 8/8] resolve_btfids: Change in-place update with raw binary output
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