platform/kernel/linux-rpi.git
2021-10-31 Vincent Guittotsched/fair: Remove sysctl_sched_migration_cost condition
2021-10-31 Vincent Guittotsched/fair: Wait before decaying max_newidle_lb_cost
2021-10-31 Vincent Guittotsched/fair: Skip update_blocked_averages if we are...
2021-10-31 Vincent Guittotsched/fair: Account update_blocked_averages in newidle_...
2021-10-26 Peter Zijlstrax86: Fix __get_wchan() for !STACKTRACE
2021-10-22 Peter Zijlstrasched,x86: Fix L2 cache mask
2021-10-22 Peng Wangsched/core: Remove rq_relock()
2021-10-22 Peter Zijlstrasched: Improve wake_up_all_idle_cpus() take #2
2021-10-15 Sebastian Andrzej... irq_work: Also rcuwait for !IRQ_WORK_HARD_IRQ on PREEMPT_RT
2021-10-15 Sebastian Andrzej... irq_work: Handle some irq_work in a per-CPU thread...
2021-10-15 Sebastian Andrzej... irq_work: Allow irq_work_sync() to sleep if irq_work...
2021-10-15 Sebastian Andrzej... sched/rt: Annotate the RT balancing logic irqwork as...
2021-10-15 Tim Chensched: Add cluster scheduler level for x86
2021-10-15 Barry Songsched: Add cluster scheduler level in core and related...
2021-10-15 Jonathan Camerontopology: Represent clusters of CPUs within a die
2021-10-15 Peter Zijlstrasched: Disable -Wunused-but-set-variable
2021-10-15 Kees Cooksched: Add wrapper for get_wchan() to keep task blocked
2021-10-15 Qi Zhengx86: Fix get_wchan() to support the ORC unwinder
2021-10-15 Kees Cookproc: Use task_is_running() for wchan in /proc/$pid...
2021-10-15 Kees Cookleaking_addresses: Always print a trailing newline
2021-10-15 Kees CookRevert "proc/wchan: use printk format instead of lookup...
2021-10-14 Kees Cooksched: Fill unconditional hole induced by sched_entity
2021-10-14 Zhang Qiaokernel/sched: Fix sched_fork() access an invalid sched_...
2021-10-14 Yicong Yangsched/topology: Remove unused numa_distance in cpu_atta...
2021-10-14 Bharata B Raosched/numa: Fix a few comments
2021-10-14 Bharata B Raosched/numa: Remove the redundant member numa_group...
2021-10-14 Bharata B Raosched/numa: Replace hard-coded number by a define in...
2021-10-14 Peter Zijlstrasched,livepatch: Use wake_up_if_idle()
2021-10-07 Peter Zijlstrasched: Simplify wake_up_*idle*()
2021-10-07 Peter Zijlstrasched,livepatch: Use task_call_func()
2021-10-07 Peter Zijlstrasched,rcu: Rework try_invoke_on_locked_down_task()
2021-10-07 Peter Zijlstrasched: Improve try_invoke_on_locked_down_task()
2021-10-06 Peter Zijlstrasched: Fix DEBUG && !SCHEDSTATS warn
2021-10-05 Vincent Guittotsched/fair: Removed useless update of p->recent_used_cpu
2021-10-05 Thomas Gleixnersched: Remove pointless preemption disable in sched_sub...
2021-10-05 Thomas Gleixnersched: Move kprobes cleanup out of finish_task_switch()
2021-10-05 Thomas Gleixnersched: Disable TTWU_QUEUE on RT
2021-10-05 Thomas Gleixnersched: Limit the number of task migrations per batch...
2021-10-05 Thomas Gleixnersched: Move mmdrop to RCU on RT
2021-10-05 Shaokun Zhangsched: Make cookie functions static
2021-10-05 Ricardo Nerisched/fair: Consider SMT in ASYM_PACKING load balance
2021-10-05 Ricardo Nerisched/fair: Carve out logic to mark a group for asymmet...
2021-10-05 Ricardo Nerisched/fair: Provide update_sg_lb_stats() with sched...
2021-10-05 Ricardo Nerisched/fair: Optimize checking for group_asym_packing
2021-10-05 Ricardo Nerisched/topology: Introduce sched_group::flags
2021-10-05 Ricardo Nerix86/sched: Decrease further the priorities of SMT siblings
2021-10-05 Sebastian Andrzej... kthread: Move prio/affinite change into the newly creat...
2021-10-05 Frederic Weisbeckersched: Provide Kconfig support for default dynamic...
2021-10-05 YueHaibingsched: Remove unused inline function __rq_clock_broken()
2021-10-05 Yafang Shaosched/dl: Support schedstats for deadline sched class
2021-10-05 Yafang Shaosched/dl: Support sched_stat_runtime tracepoint for...
2021-10-05 Yafang Shaosched/rt: Support schedstats for RT sched class
2021-10-05 Yafang Shaosched/rt: Support sched_stat_runtime tracepoint for...
2021-10-05 Yafang Shaosched: Introduce task block time in schedstats
2021-10-05 Yafang Shaosched: Make schedstats helpers independent of fair...
2021-10-05 Yafang Shaosched: Make struct sched_statistics independent of...
2021-10-05 Yafang Shaosched/fair: Use __schedstat_set() in set_next_entity()
2021-10-05 Li Zhijiankselftests/sched: cleanup the child processes
2021-10-05 Huaixin Changsched/fair: Add document for burstable CFS bandwidth
2021-10-05 Huaixin Changsched/fair: Add cfs bandwidth burst statistics
2021-10-05 Josh Donsched: adjust sleeper credit for SCHED_IDLE entities
2021-10-05 Josh Donsched: reduce sched slice for SCHED_IDLE entities
2021-10-05 Josh Donsched: Account number of SCHED_IDLE entities on each...
2021-10-05 Josh Donfs/proc/uptime.c: Fix idle time reporting in /proc...
2021-10-05 Peter Zijlstrasched/core: Simplify core-wide task selection
2021-10-05 Sebastian Andrzej... sched: Switch wait_task_inactive to HRTIMER_MODE_REL_HARD
2021-10-05 Valentin Schneidersched/fair: Trigger nohz.next_balance updates when...
2021-10-05 Valentin Schneidersched/fair: Add NOHZ balancer flag for nohz.next_balanc...
2021-10-03 Linus TorvaldsLinux 5.15-rc4
2021-10-03 Chen Jingwenelf: don't use MAP_FIXED_NOREPLACE for elf interpreter...
2021-10-03 Linus TorvaldsMerge tag 'ext4_for_linus_stable' of git://git./linux...
2021-10-03 Linus Torvaldsobjtool: print out the symbol type when complaining...
2021-10-03 Linus Torvaldskvm: fix objtool relocation warning
2021-10-03 Linus TorvaldsMerge tag 'char-misc-5.15-rc4' of git://git./linux...
2021-10-03 Linus TorvaldsMerge tag 'driver-core-5.15-rc4' of git://git./linux...
2021-10-03 Linus TorvaldsMerge tag 'sched_urgent_for_v5.15_rc4' of git://git...
2021-10-03 Linus TorvaldsMerge tag 'perf_urgent_for_v5.15_rc4' of git://git...
2021-10-03 Linus TorvaldsMerge tag 'objtool_urgent_for_v5.15_rc4' of git://git...
2021-10-03 Linus TorvaldsMerge tag 'hwmon-for-v5.15-rc4' of git://git./linux...
2021-10-03 Linus TorvaldsMerge tag '5.15-rc3-ksmbd-fixes' of git://git.samba...
2021-10-02 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2021-10-02 Linus TorvaldsMerge tag 'block-5.15-2021-10-01' of git://git.kernel...
2021-10-02 Linus TorvaldsMerge tag 'io_uring-5.15-2021-10-01' of git://git.kerne...
2021-10-02 Linus TorvaldsMerge tag 'libnvdimm-fixes-5.15-rc4' of git://git....
2021-10-02 Dave Wysochanskicachefiles: Fix oops in trace_cachefiles_mark_buried...
2021-10-02 Hugh Dickinsdrm/i915: fix blank screen booting crashes
2021-10-02 Nadezda Lutovinovahwmon: (w83793) Fix NULL pointer dereference by removin...
2021-10-02 Nadezda Lutovinovahwmon: (w83792d) Fix NULL pointer dereference by removi...
2021-10-02 Nadezda Lutovinovahwmon: (w83791d) Fix NULL pointer dereference by removi...
2021-10-02 Vadim Pasternakhwmon: (pmbus/mp2975) Add missed POUT attribute for...
2021-10-02 Brandon Wymanhwmon: (pmbus/ibm-cffps) max_power_out swap changes
2021-10-02 Eddie Jameshwmon: (occ) Fix P10 VRM temp sensors
2021-10-01 Linus TorvaldsMerge tag 's390-5.15-4' of git://git./linux/kernel...
2021-10-01 Rafael J. Wysockithermal: Update information in MAINTAINERS
2021-10-01 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2021-10-01 Linus TorvaldsMerge tag 'drm-fixes-2021-10-01' of git://anongit.freed...
2021-10-01 Pavel Begunkovio_uring: kill fasync
2021-10-01 Linus TorvaldsMerge tag 'iommu-fixes-v5.15-rc3' of git://git./linux...
2021-10-01 Daniel VetterMerge tag 'exynos-drm-fixes-for-v5.15-rc4' of git:...
2021-10-01 Daniel VetterMerge tag 'amd-drm-fixes-5.15-2021-09-29' of https...
next