index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-12
sched/balancing: Fix a couple of outdated function names in comments
Ingo Molnar
2
-2
/
+2
2024-03-12
sched/balancing: Rename find_idlest_cpu() => sched_balance_find_dst_cpu()
Ingo Molnar
1
-3
/
+3
2024-03-12
sched/balancing: Rename find_idlest_group() => sched_balance_find_dst_group()
Ingo Molnar
1
-4
/
+4
2024-03-12
sched/balancing: Rename find_idlest_group_cpu() => sched_balance_find_dst_gro...
Ingo Molnar
1
-3
/
+3
2024-03-12
sched/balancing: Rename newidle_balance() => sched_balance_newidle()
Ingo Molnar
1
-8
/
+8
2024-03-12
sched/balancing: Rename update_blocked_averages() => sched_balance_update_blo...
Ingo Molnar
2
-5
/
+5
2024-03-12
sched/balancing: Rename find_busiest_group() => sched_balance_find_src_group()
Ingo Molnar
1
-7
/
+7
2024-03-12
sched/balancing: Rename find_busiest_queue() => sched_balance_find_src_rq()
Ingo Molnar
1
-3
/
+3
2024-03-12
sched/balancing: Rename load_balance() => sched_balance_rq()
Ingo Molnar
1
-5
/
+5
2024-03-12
sched/balancing: Rename rebalance_domains() => sched_balance_domains()
Ingo Molnar
2
-5
/
+5
2024-03-12
sched/balancing: Rename trigger_load_balance() => sched_balance_trigger()
Ingo Molnar
3
-3
/
+3
2024-03-12
sched/balancing: Rename scheduler_tick() => sched_tick()
Ingo Molnar
4
-5
/
+5
2024-03-12
sched/balancing: Rename run_rebalance_domains() => sched_balance_softirq()
Ingo Molnar
1
-2
/
+2
2024-03-12
sched/balancing: Update comments in 'struct sg_lb_stats' and 'struct sd_lb_st...
Ingo Molnar
1
-10
/
+9
2024-03-12
sched/balancing: Vertically align the comments of 'struct sg_lb_stats' and 's...
Ingo Molnar
1
-18
/
+18
2024-03-12
sched/balancing: Update run_rebalance_domains() comments
Ingo Molnar
1
-3
/
+6
2024-03-12
sched/balancing: Fix comments (trying to) refer to NOHZ_BALANCE_KICK
Ingo Molnar
1
-3
/
+4
2024-03-12
sched/balancing: Change comment formatting to not overlap Git conflict marker...
Ingo Molnar
1
-2
/
+2
2024-03-12
sched/debug: Increase SCHEDSTAT_VERSION to 16
Ingo Molnar
1
-1
/
+1
2024-03-12
sched/balancing: Change 'enum cpu_idle_type' to have more natural definitions
Ingo Molnar
1
-15
/
+12
2024-03-12
sched/balancing: Remove reliance on 'enum cpu_idle_type' ordering when iterat...
Shrikanth Hegde
1
-2
/
+1
2024-03-12
sched/balancing: Switch the 'DEFINE_SPINLOCK(balancing)' spinlock into an 'at...
Ingo Molnar
1
-3
/
+16
2024-03-11
Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-1
/
+27
2024-03-11
Merge tag 'sched-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-85
/
+66
2024-03-11
Merge tag 'locking-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-11
/
+17
2024-03-11
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
16
-141
/
+1122
2024-03-11
bpf: move sleepable flag from bpf_prog_aux to bpf_prog
Andrii Nakryiko
7
-16
/
+16
2024-03-11
bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes()
Puranjay Mohan
1
-1
/
+6
2024-03-11
Merge tag 'x86-apic-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-3
/
+3
2024-03-11
bpf: Recognize btf_decl_tag("arg: Arena") as PTR_TO_ARENA.
Alexei Starovoitov
2
-4
/
+30
2024-03-11
bpf: Recognize addr_space_cast instruction in the verifier.
Alexei Starovoitov
3
-9
/
+107
2024-03-11
bpf: Add x86-64 JIT support for bpf_addr_space_cast instruction.
Alexei Starovoitov
1
-0
/
+5
2024-03-11
bpf: Disasm support for addr_space_cast instruction.
Alexei Starovoitov
1
-0
/
+10
2024-03-11
bpf: Introduce bpf_arena.
Alexei Starovoitov
5
-0
/
+609
2024-03-11
Merge tag 'timers-core-2024-03-10' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
17
-334
/
+2723
2024-03-11
Merge tag 'timers-ptp-2024-03-10' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-4
/
+5
2024-03-11
Merge tag 'smp-core-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-5
/
+4
2024-03-11
Merge tag 'irq-msi-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-56
/
+184
2024-03-11
Merge tag 'irq-core-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-119
/
+130
2024-03-11
Merge tag 'cgroup-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-0
/
+1
2024-03-11
Merge tag 'wq-for-6.9-bh-conversions' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-11
/
+7
2024-03-11
Merge tag 'wq-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
3
-435
/
+1432
2024-03-11
Merge tag 'rcu.next.v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bo...
Linus Torvalds
15
-305
/
+388
2024-03-11
Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linux
Linus Torvalds
1
-2
/
+15
2024-03-11
Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-14
/
+14
2024-03-11
Merge tag 'vfs-6.9.pidfd' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
5
-204
/
+143
2024-03-11
Merge tag 'linux_kselftest-kunit-6.9-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-1
/
+1
2024-03-11
Merge branch 'pm-em'
Rafael J. Wysocki
1
-66
/
+407
2024-03-11
Merge branch 'pm-sleep'
Rafael J. Wysocki
8
-165
/
+408
2024-03-10
Merge tag 'trace-ring-buffer-v6.8-rc7' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-93
/
+113
[prev]
[next]