LinuxLists
Users
About
David Vernet (
[email protected]
)
Number of posts: 546 (0.62 per day)
First post: 2021-12-09 16:53:28
Last post: 2024-05-14 21:34:22
Previous Page
/
Next Page
Date
List
Subject
2023-07-10 20:12:02
linux-kernel
[PATCH v2 2/7] sched: Move is_cpu_allowed() into sched.h
2023-07-10 20:08:26
linux-kernel
[PATCH v2 5/7] sched: Implement shared runqueue in CFS
2023-07-10 20:07:50
linux-kernel
[PATCH v2 6/7] sched: Shard per-LLC shared runqueues
2023-07-10 20:07:38
linux-kernel
[PATCH v2 4/7] sched/fair: Add SHARED_RUNQ sched feature and skeleton calls
2023-07-10 20:07:25
linux-kernel
[PATCH v2 0/7] sched: Implement shared runqueue in CFS
2023-07-10 19:08:21
linux-kernel
[PATCH bpf-next] bpf,docs: Create new standardization subdirectory
2023-06-27 04:23:58
linux-kernel
Re: [RFC PATCH 3/3] sched: Implement shared wakequeue in CFS
2023-06-22 14:59:05
linux-kernel
Re: [RFC PATCH 2/3] sched/fair: Add SWQUEUE sched feature and skeleton calls
2023-06-22 14:55:17
linux-kernel
Re: [RFC PATCH 3/3] sched: Implement shared wakequeue in CFS
2023-06-22 03:11:31
linux-kernel
Re: [RFC PATCH 1/3] sched: Make migrate_task_to() take any task
2023-06-22 02:05:48
linux-kernel
Re: [RFC PATCH 3/3] sched: Implement shared wakequeue in CFS
2023-06-21 20:56:07
linux-kernel
Re: [RFC PATCH 3/3] sched: Implement shared wakequeue in CFS
2023-06-21 06:02:57
linux-kernel
Re: [RFC PATCH 3/3] sched: Implement shared wakequeue in CFS
2023-06-21 03:15:48
linux-kernel
Re: [RFC PATCH 3/3] sched: Implement shared wakequeue in CFS
2023-06-20 20:32:58
linux-kernel
Re: [RFC PATCH 3/3] sched: Implement shared wakequeue in CFS
2023-06-20 20:14:39
linux-kernel
Re: [RFC PATCH 3/3] sched: Implement shared wakequeue in CFS
2023-06-20 18:08:30
linux-kernel
Re: [RFC PATCH 3/3] sched: Implement shared wakequeue in CFS
2023-06-16 00:18:28
linux-kernel
Re: [RFC PATCH 3/3] sched: Implement shared wakequeue in CFS
2023-06-15 00:07:01
linux-kernel
Re: [RFC PATCH 3/3] sched: Implement shared wakequeue in CFS
2023-06-14 20:59:42
linux-kernel
Re: [RFC PATCH 3/3] sched: Implement shared wakequeue in CFS
2023-06-13 05:58:32
linux-kernel
[RFC PATCH 1/3] sched: Make migrate_task_to() take any task
2023-06-13 05:29:58
linux-kernel
[RFC PATCH 3/3] sched: Implement shared wakequeue in CFS
2023-06-13 05:29:48
linux-kernel
[RFC PATCH 2/3] sched/fair: Add SWQUEUE sched feature and skeleton calls
2023-06-13 05:28:24
linux-kernel
[RFC PATCH 0/3] sched: Implement shared wakequeue in CFS
2023-06-10 06:16:19
linux-kernel
[PATCH bpf-next 2/5] selftests/bpf: Add test for new bpf_cpumask_first_and() kfunc
2023-06-10 04:33:05
linux-kernel
[PATCH bpf-next 1/5] bpf: Add bpf_cpumask_first_and() kfunc
2023-06-10 04:01:30
linux-kernel
[PATCH bpf-next 5/5] bpf/docs: Update documentation for new cpumask kfuncs
2023-06-10 03:55:49
linux-kernel
[PATCH bpf-next 4/5] selftests/bpf: Update bpf_cpumask_any* tests to use bpf_cpumask_any_distribute*
2023-06-10 03:54:45
linux-kernel
[PATCH bpf-next 3/5] bpf: Replace bpf_cpumask_any* with bpf_cpumask_any_distribute*
2023-06-05 22:38:48
linux-kernel
Re: [PATCH bpf-next 2/2] selftests/bpf: Test bpf_for_each_map_elem on BPF_MAP_TYPE_HASH_OF_MAPS
2023-06-05 20:18:27
linux-kernel
[PATCH bpf-next 2/2] selftests/bpf: Test bpf_for_each_map_elem on BPF_MAP_TYPE_HASH_OF_MAPS
2023-06-05 20:17:47
linux-kernel
[PATCH bpf-next 1/2] bpf: Support bpf_for_each_map_elem() for BPF_MAP_TYPE_HASH_OF_MAPS maps
2023-06-02 15:21:01
linux-kernel
[PATCH bpf-next 1/2] bpf: Teach verifier that trusted PTR_TO_BTF_ID pointers are non-NULL
2023-06-02 15:12:04
linux-kernel
[PATCH bpf-next 2/2] selftests/bpf: Add test for non-NULLable PTR_TO_BTF_IDs
2023-06-02 14:09:03
linux-kernel
[PATCH] selftests/bpf: Add missing selftests kconfig options
2023-05-19 18:26:56
linux-kernel
Re: [tip: objtool/core] start_kernel: Add __no_stack_protector function attribute
2023-05-19 17:21:15
linux-kernel
Re: [tip: objtool/core] start_kernel: Add __no_stack_protector function attribute
2023-04-16 08:52:14
linux-kernel
[PATCH bpf-next v2 3/3] bpf,docs: Remove KF_KPTR_GET from documentation
2023-04-16 08:50:28
linux-kernel
[PATCH bpf-next v2 2/3] bpf: Remove KF_KPTR_GET kfunc flag
2023-04-16 08:50:23
linux-kernel
[PATCH bpf-next v2 1/3] bpf: Remove bpf_kfunc_call_test_kptr_get() test kfunc
2023-04-16 08:50:02
linux-kernel
[PATCH bpf-next v2 0/3] Remove KF_KPTR_GET kfunc flag
2023-04-15 10:34:07
linux-kernel
[PATCH bpf-next 3/3] bpf,docs: Remove KF_KPTR_GET from documentation
2023-04-15 10:33:44
linux-kernel
[PATCH bpf-next 2/3] bpf: Remove KF_KPTR_GET kfunc flag
2023-04-15 10:33:27
linux-kernel
[PATCH bpf-next 1/3] bpf: Remove bpf_kfunc_call_test_kptr_get() test kfunc
2023-04-15 10:33:07
linux-kernel
[PATCH bpf-next 0/3] Remove KF_KPTR_GET kfunc flag
2023-04-11 04:22:44
linux-kernel
[PATCH bpf-next 3/3] bpf,docs: Remove references to bpf_cgroup_kptr_get()
2023-04-11 04:21:03
linux-kernel
[PATCH bpf-next 2/3] bpf: Remove bpf_cgroup_kptr_get() kfunc
2023-04-11 04:20:33
linux-kernel
[PATCH bpf-next 1/3] bpf: Make bpf_cgroup_acquire() KF_RCU | KF_RET_NULL
2023-04-11 02:29:41
linux-kernel
Re: [PATCH 00/17] sched: EEVDF using latency-nice
2023-04-10 03:17:52
linux-kernel
Re: [PATCH 00/17] sched: EEVDF using latency-nice
2023-03-31 19:59:52
linux-kernel
[PATCH bpf-next v2 3/3] bpf,docs: Update documentation to reflect new task kfuncs