linux-2.6-block.git
2024-07-12 Tejun Heosched_ext: s/SCX_RQ_BALANCING/SCX_RQ_IN_BALANCE/ and...
2024-07-12 Tejun Heosched_ext: Unpin and repin rq lock from balance_scx()
2024-07-12 Tejun Heosched_ext: Open-code task_linked_on_dsq()
2024-07-12 Tejun Heosched: Move struct balance_callback definition upward
2024-07-09 Tejun Heosched_ext: Make scx_bpf_reenqueue_local() skip tasks...
2024-07-09 Tejun Heosched_ext: Reimplement scx_bpf_reenqueue_local()
2024-07-09 Tejun Heosched_ext/scx_qmap: Add an example usage of DSQ iterator
2024-07-09 Tejun Heosched_ext: Implement DSQ iterator
2024-07-09 Tejun Heosched_ext: Take out ->priq and ->flags from scx_dsq_node
2024-07-08 Tejun Heosched, sched_ext: Move some declarations from kernel...
2024-07-08 Tejun Heosched, sched_ext: Open code for_balance_class_range()
2024-07-08 Tejun Heosched_ext: Minor cleanups in kernel/sched/ext.h
2024-07-08 Tejun Heosched_ext: Disallow loading BPF scheduler if isolcpus...
2024-07-08 Tejun Heosched_ext: Account for idle policy when setting p-...
2024-07-08 Tejun Heosched, sched_ext: Simplify dl_prio() case handling...
2024-07-08 Hongyan Xiasched/ext: Add BPF function to fetch rq
2024-07-08 Tejun HeoMerge branch 'sched/core' of git://git./linux/kernel...
2024-07-04 Tejun Heosched/fair: set_load_weight() must also call reweight_t...
2024-07-04 Tvrtko Ursulinsched/psi: Optimise psi_group_change a bit
2024-07-02 Aboorva Devarajansched_ext: Documentation: Remove mentions of scx_bpf_sw...
2024-07-01 Tejun Heosched_ext: Swap argument positions in kcalloc() call...
2024-06-27 Andrea Righisched_ext: add CONFIG_DEBUG_INFO_BTF dependency
2024-06-27 Andrea Righisched_ext: fix typo in set_weight() description
2024-06-27 Colin Ian Kingsched_ext: Fix spelling mistake: "intead" -> "instead"
2024-06-25 Tejun Heosched_ext: Drop tools_clean target from the top-level...
2024-06-23 David Vernetsched_ext: Make scx_bpf_cpuperf_set() @cpu arg signed
2024-06-21 Tejun Heosched_ext: Add cpuperf support
2024-06-21 Tejun Heocpufreq_schedutil: Refactor sugov_cpu_is_busy()
2024-06-21 Tejun Heosched, sched_ext: Replace scx_next_task_picked() with...
2024-06-18 David Vernetsched_ext: Add selftests
2024-06-18 Tejun Heosched_ext: Documentation: scheduler: Document extensibl...
2024-06-18 Tejun Heosched_ext: Add vtime-ordered priority queue to dispatch_q's
2024-06-18 Tejun Heosched_ext: Implement core-sched support
2024-06-18 Tejun Heosched_ext: Bypass BPF scheduler while PM events are...
2024-06-18 Tejun Heosched_ext: Implement sched_ext_ops.cpu_online/offline()
2024-06-18 David Vernetsched_ext: Implement sched_ext_ops.cpu_acquire/release()
2024-06-18 David Vernetsched_ext: Implement SCX_KICK_WAIT
2024-06-18 Tejun Heosched_ext: Track tasks that are subjects of the in...
2024-06-18 Tejun Heosched_ext: Implement tickless support
2024-06-18 Tejun Heosched_ext: Add task state tracking operations
2024-06-18 Tejun Heosched_ext: Make watchdog handle ops.dispatch() looping...
2024-06-18 Tejun Heosched_ext: Add a central scheduler which makes all...
2024-06-18 Tejun Heosched_ext: Implement scx_bpf_kick_cpu() and task preemp...
2024-06-18 Tejun Heotools/sched_ext: Add scx_show_state.py
2024-06-18 Tejun Heosched_ext: Print debug dump after an error exit
2024-06-18 David Vernetsched_ext: Print sched_ext info when dumping stack
2024-06-18 Tejun Heosched_ext: Allow BPF schedulers to disallow specific...
2024-06-18 David Vernetsched_ext: Implement runnable task stall watchdog
2024-06-18 Tejun Heosched_ext: Add sysrq-S which disables the BPF scheduler
2024-06-18 Tejun Heosched_ext: Add scx_simple and scx_example_qmap example...
2024-06-18 Tejun Heosched_ext: Implement BPF extensible scheduler class
2024-06-18 Tejun Heosched_ext: Add boilerplate for extensible scheduler...
2024-06-18 Tejun Heosched: Add normal_policy()
2024-06-18 Tejun Heosched: Factor out update_other_load_avgs() from __updat...
2024-06-18 Tejun Heosched: Factor out cgroup weight conversion functions
2024-06-18 Tejun Heosched: Add sched_class->switching_to() and expose check...
2024-06-18 Tejun Heosched: Add sched_class->reweight_task()
2024-06-18 Tejun Heosched: Allow sched_cgroup_fork() to fail and introduce...
2024-06-18 Tejun Heosched: Restructure sched_class order sanity checks...
2024-06-18 Tejun HeoMerge branch 'bpf/for-next' into sched_ext-base
2024-06-17 Andrii NakryikoMerge branch 'bpf-support-resilient-split-btf'
2024-06-17 Alan Maguireresolve_btfids: Handle presence of .BTF.base section
2024-06-17 Eduard Zingermanlibbpf: Make btf_parse_elf process .BTF.base transparently
2024-06-17 Alan Maguireselftests/bpf: Extend distilled BTF tests to cover...
2024-06-17 Alan Maguirelibbpf: Split BTF relocation
2024-06-17 Alan Maguireselftests/bpf: Test distilled base, split BTF generation
2024-06-17 Alan Maguirelibbpf: Add btf__distill_base() creating split BTF...
2024-06-14 Alexei Starovoitovselftests/bpf: Add tests for add_const
2024-06-14 Alexei Starovoitovbpf: Support can_loop/cond_break on big endian
2024-06-14 Alexei Starovoitovbpf: Track delta between "linked" registers.
2024-06-14 Alexei Starovoitovbpf: Relax tuple len requirement for sk helpers.
2024-06-13 Alexei StarovoitovMerge branch 'bpf-make-trusted-args-nullable'
2024-06-13 Vadim Fedorenkoselftests: bpf: add testmod kfunc for nullable params
2024-06-13 Vadim Fedorenkoselftests: bpf: crypto: adjust bench to use nullable IV
2024-06-13 Vadim Fedorenkoselftests: bpf: crypto: use NULL instead of 0-sized...
2024-06-13 Vadim Fedorenkobpf: crypto: make state and IV dynptr nullable
2024-06-13 Vadim Fedorenkobpf: verifier: make kfuncs args nullalble
2024-06-13 Alexei StarovoitovMerge branch 'fixes-for-kfunc-prototype-generation'
2024-06-13 Daniel Xubpf: selftests: Do not use generated kfunc prototypes...
2024-06-13 Daniel Xubpf: Fix bpf_dynptr documentation comments
2024-06-13 Vadim Fedorenkoselftests/bpf: Validate CHECKSUM_COMPLETE option
2024-06-13 Vadim Fedorenkobpf: Add CHECKSUM_COMPLETE to bpf test progs
2024-06-12 Alexei StarovoitovMerge branch 'bpf-support-dumping-kfunc-prototypes...
2024-06-12 Daniel Xubpftool: Support dumping kfunc prototypes from BTF
2024-06-12 Daniel Xubpf: selftests: xfrm: Opt out of using generated kfunc...
2024-06-12 Daniel Xubpf: selftests: nf: Opt out of using generated kfunc...
2024-06-12 Daniel Xubpf: treewide: Align kfunc signatures to prog point...
2024-06-12 Daniel Xubpf: verifier: Relax caller requirements for kfunc...
2024-06-12 Daniel Xubpf: selftests: Namespace struct_opt callbacks in bpf_dctcp
2024-06-12 Daniel Xubpf: Make bpf_session_cookie() kfunc return long *
2024-06-12 Daniel Xubpf: selftests: Fix bpf_map_sum_elem_count() kfunc...
2024-06-12 Daniel Xubpf: selftests: Fix bpf_cpumask_first_zero() kfunc...
2024-06-12 Daniel Xubpf: selftests: Fix fentry test kfunc prototypes
2024-06-12 Daniel Xubpf: selftests: Fix bpf_iter_task_vma_new() prototype
2024-06-12 Daniel Xukbuild: bpf: Tell pahole to DECL_TAG kfuncs
2024-06-11 Kenta Tadabpftool: Query only cgroup-related attach types
2024-06-11 Jakub KicinskiMerge branch 'intel-wired-lan-driver-updates-2024-06-03'
2024-06-11 Michal Schmidtice: use irq_update_affinity_hint()
2024-06-11 Jacob Kellerice: add and use roundup_u64 instead of open coding...
2024-06-11 Andy Shevchenkonet: intel: Use *-y instead of *-objs in Makefile
next