index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-06-18
sched_ext: Track tasks that are subjects of the in-flight SCX operation
Tejun Heo
2024-06-18
sched_ext: Implement tickless support
Tejun Heo
2024-06-18
sched_ext: Add task state tracking operations
Tejun Heo
2024-06-18
sched_ext: Make watchdog handle ops.dispatch() looping stall
Tejun Heo
2024-06-18
sched_ext: Add a central scheduler which makes all scheduling decisions on on...
Tejun Heo
2024-06-18
sched_ext: Implement scx_bpf_kick_cpu() and task preemption support
Tejun Heo
2024-06-18
tools/sched_ext: Add scx_show_state.py
Tejun Heo
2024-06-18
sched_ext: Print debug dump after an error exit
Tejun Heo
2024-06-18
sched_ext: Print sched_ext info when dumping stack
David Vernet
2024-06-18
sched_ext: Allow BPF schedulers to disallow specific tasks from joining SCHED...
Tejun Heo
2024-06-18
sched_ext: Implement runnable task stall watchdog
David Vernet
2024-06-18
sched_ext: Add sysrq-S which disables the BPF scheduler
Tejun Heo
2024-06-18
sched_ext: Add scx_simple and scx_example_qmap example schedulers
Tejun Heo
2024-06-18
sched_ext: Implement BPF extensible scheduler class
Tejun Heo
2024-06-18
sched_ext: Add boilerplate for extensible scheduler class
Tejun Heo
2024-06-18
sched: Add normal_policy()
Tejun Heo
2024-06-18
sched: Factor out update_other_load_avgs() from __update_blocked_others()
Tejun Heo
2024-06-18
sched: Factor out cgroup weight conversion functions
Tejun Heo
2024-06-18
sched: Add sched_class->switching_to() and expose check_class_changing/changed()
Tejun Heo
2024-06-18
sched: Add sched_class->reweight_task()
Tejun Heo
2024-06-18
sched: Allow sched_cgroup_fork() to fail and introduce sched_cancel_fork()
Tejun Heo
2024-06-18
sched: Restructure sched_class order sanity checks in sched_init()
Tejun Heo
2024-06-18
Merge branch 'bpf/for-next' into sched_ext-base
Tejun Heo
2024-06-17
Merge branch 'bpf-support-resilient-split-btf'
Andrii Nakryiko
2024-06-17
resolve_btfids: Handle presence of .BTF.base section
Alan Maguire
2024-06-17
libbpf: Make btf_parse_elf process .BTF.base transparently
Eduard Zingerman
2024-06-17
selftests/bpf: Extend distilled BTF tests to cover BTF relocation
Alan Maguire
2024-06-17
libbpf: Split BTF relocation
Alan Maguire
2024-06-17
selftests/bpf: Test distilled base, split BTF generation
Alan Maguire
2024-06-17
libbpf: Add btf__distill_base() creating split BTF with distilled base BTF
Alan Maguire
2024-06-14
selftests/bpf: Add tests for add_const
Alexei Starovoitov
2024-06-14
bpf: Support can_loop/cond_break on big endian
Alexei Starovoitov
2024-06-14
bpf: Track delta between "linked" registers.
Alexei Starovoitov
2024-06-14
bpf: Relax tuple len requirement for sk helpers.
Alexei Starovoitov
2024-06-13
Merge branch 'bpf-make-trusted-args-nullable'
Alexei Starovoitov
2024-06-13
selftests: bpf: add testmod kfunc for nullable params
Vadim Fedorenko
2024-06-13
selftests: bpf: crypto: adjust bench to use nullable IV
Vadim Fedorenko
2024-06-13
selftests: bpf: crypto: use NULL instead of 0-sized dynptr
Vadim Fedorenko
2024-06-13
bpf: crypto: make state and IV dynptr nullable
Vadim Fedorenko
2024-06-13
bpf: verifier: make kfuncs args nullalble
Vadim Fedorenko
2024-06-13
Merge branch 'fixes-for-kfunc-prototype-generation'
Alexei Starovoitov
2024-06-13
bpf: selftests: Do not use generated kfunc prototypes for arena progs
Daniel Xu
2024-06-13
bpf: Fix bpf_dynptr documentation comments
Daniel Xu
2024-06-13
selftests/bpf: Validate CHECKSUM_COMPLETE option
Vadim Fedorenko
2024-06-13
bpf: Add CHECKSUM_COMPLETE to bpf test progs
Vadim Fedorenko
2024-06-12
Merge branch 'bpf-support-dumping-kfunc-prototypes-from-btf'
Alexei Starovoitov
2024-06-12
bpftool: Support dumping kfunc prototypes from BTF
Daniel Xu
2024-06-12
bpf: selftests: xfrm: Opt out of using generated kfunc prototypes
Daniel Xu
2024-06-12
bpf: selftests: nf: Opt out of using generated kfunc prototypes
Daniel Xu
2024-06-12
bpf: treewide: Align kfunc signatures to prog point-of-view
Daniel Xu
[next]