aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-03-14sched/fair: Fix typos in commentsIngo Molnar
2024-03-12sched/balancing: Fix a couple of outdated function names in commentsIngo Molnar
2024-03-12sched/balancing: Rename find_idlest_cpu() => sched_balance_find_dst_cpu()Ingo Molnar
2024-03-12sched/balancing: Rename find_idlest_group() => sched_balance_find_dst_group()Ingo Molnar
2024-03-12sched/balancing: Rename find_idlest_group_cpu() => sched_balance_find_dst_gro...Ingo Molnar
2024-03-12sched/balancing: Rename newidle_balance() => sched_balance_newidle()Ingo Molnar
2024-03-12sched/balancing: Rename update_blocked_averages() => sched_balance_update_blo...Ingo Molnar
2024-03-12sched/balancing: Rename find_busiest_group() => sched_balance_find_src_group()Ingo Molnar
2024-03-12sched/balancing: Rename find_busiest_queue() => sched_balance_find_src_rq()Ingo Molnar
2024-03-12sched/balancing: Rename load_balance() => sched_balance_rq()Ingo Molnar
2024-03-12sched/balancing: Rename rebalance_domains() => sched_balance_domains()Ingo Molnar
2024-03-12sched/balancing: Rename trigger_load_balance() => sched_balance_trigger()Ingo Molnar
2024-03-12sched/balancing: Rename scheduler_tick() => sched_tick()Ingo Molnar
2024-03-12sched/balancing: Rename run_rebalance_domains() => sched_balance_softirq()Ingo Molnar
2024-03-12sched/balancing: Update comments in 'struct sg_lb_stats' and 'struct sd_lb_st...Ingo Molnar
2024-03-12sched/balancing: Vertically align the comments of 'struct sg_lb_stats' and 's...Ingo Molnar
2024-03-12sched/balancing: Update run_rebalance_domains() commentsIngo Molnar
2024-03-12sched/balancing: Fix comments (trying to) refer to NOHZ_BALANCE_KICKIngo Molnar
2024-03-12sched/balancing: Change comment formatting to not overlap Git conflict marker...Ingo Molnar
2024-03-12sched/debug: Increase SCHEDSTAT_VERSION to 16Ingo Molnar
2024-03-12sched/balancing: Change 'enum cpu_idle_type' to have more natural definitionsIngo Molnar
2024-03-12sched/balancing: Remove reliance on 'enum cpu_idle_type' ordering when iterat...Shrikanth Hegde
2024-03-12sched/balancing: Switch the 'DEFINE_SPINLOCK(balancing)' spinlock into an 'at...Ingo Molnar
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-03-11Merge tag 'sched-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-03-11Merge tag 'locking-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-03-11Merge tag 'x86-apic-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-03-11Merge tag 'timers-core-2024-03-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-03-11Merge tag 'timers-ptp-2024-03-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-03-11Merge tag 'smp-core-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-03-11Merge tag 'irq-msi-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-03-11Merge tag 'irq-core-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-03-11Merge tag 'cgroup-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2024-03-11Merge tag 'wq-for-6.9-bh-conversions' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-03-11Merge tag 'wq-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2024-03-11Merge tag 'rcu.next.v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bo...Linus Torvalds
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-03-11Merge tag 'vfs-6.9.pidfd' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-03-11Merge tag 'linux_kselftest-kunit-6.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2024-03-10Merge tag 'trace-ring-buffer-v6.8-rc7' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-03-10tracing: Use .flush() call to wake up readersSteven Rostedt (Google)
2024-03-10ring-buffer: Fix resetting of shortest_fullSteven Rostedt (Google)
2024-03-10ring-buffer: Fix waking up ring buffer readersSteven Rostedt (Google)
2024-03-07Merge tag 'net-6.8-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-03-06tracing: Limit trace_marker writes to just 4KSteven Rostedt (Google)
2024-03-06tracing: Remove precision vsnprintf() check from print eventSteven Rostedt (Google)
2024-03-06timer/migration: Fix quick check reporting late expiryFrederic Weisbecker
2024-03-05cpumap: Zero-initialise xdp_rxq_info struct before running XDP programToke Høiland-Jørgensen
2024-03-05bpf: check bpf_func_state->callback_depth when pruning statesEduard Zingerman