This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 1df046ab1c65 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] new 0fb7b6f9d367 Merge branch 'driver-core/driver-core-next' new c530a3c716b9 sched/psi: Fix periodic aggregation shut off new 58d8c2586ced sched/psi: Don't create cgroup PSI files when psi_disabled new e2ad8ab04c5c sched/psi: Save percpu memory when !psi_cgroups_enabled new d79ddb069c52 sched/psi: Move private helpers to sched/stats.h new 65176f59a18d sched/psi: Optimize task switch inside shared cgroups again new 71dbdde7914d sched/psi: Remove NR_ONCPU task accounting new 52b1364ba0b1 sched/psi: Add PSI_IRQ to track IRQ/SOFTIRQ pressure new 57899a6610e6 sched/psi: Consolidate cgroup_psi() new dc86aba751e2 sched/psi: Cache parent psi_group to speed up group iteration new 34f26a15611a sched/psi: Per-cgroup PSI accounting disable/re-enable interface new bd9a3dba185c Merge tag 'sched-psi-2022-10-14' of git://git.kernel.org/p [...] new fd6dd9584ed3 leds: pca963x: fix blink with hw acceleration new 31fd71083023 dt-bindings: leds: Document mmc trigger new 4d1632151bde leds: pca963: fix misleading indentation new 5964c927b4c1 Merge tag 'leds-6.1-rc1' of git://git.kernel.org/pub/scm/l [...] new 417b9c51f597 ALSA: hda/realtek: remove ALC289_FIXUP_DUAL_SPK for Dell 5530 new 556a11a082ee ALSA: hda: Update register polling macros new 9902b303b5ad ALSA: usb-audio: Avoid unnecessary interface change at EP close new a74f8d0aa902 ALSA: usb-audio: Apply mutex around snd_usb_endpoint_set_params() new 9355b60e401d ALSA: usb-audio: Correct the return code from snd_usb_endp [...] new 1045f5f1ff07 ALSA: usb-audio: Avoid superfluous endpoint setup new 66ba7c885073 ALSA: hda/realtek: Correct pin configs for ASUS G533Z new 2ea8e1297801 ALSA: hda/realtek: Add quirk for ASUS GV601R laptop new 4f2e56a59b99 ALSA: hda/realtek: Add Intel Reference SSID to support hea [...] new a70aef7982b0 ALSA: rawmidi: Drop register_mutex in snd_rawmidi_free() new 97d917879d7f ALSA: oss: Fix potential deadlock at unregistration new 49b0dea1eb5e ALSA: hda: hda_cs_dsp_ctl: Minor clean and redundant code removal new 06f3a0a758c4 ALSA: hda: hda_cs_dsp_ctl: Ensure pwr_lock is held before [...] new 2176c6b599db ALSA: hda/cs_dsp_ctl: Fix mutex inversion when creating controls new 23904f7b2518 ALSA: hda: cs35l41: Remove suspend/resume hda hooks new 88672826e2a4 ALSA: hda: cs35l41: Support System Suspend new dca45efbe3c8 Merge tag 'sound-fix-6.1-rc1' of git://git.kernel.org/pub/ [...]
The 33 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/admin-guide/cgroup-v2.rst | 23 ++ Documentation/devicetree/bindings/leds/common.yaml | 39 +-- drivers/leds/leds-pca963x.c | 22 +- include/linux/cgroup-defs.h | 3 + include/linux/cgroup.h | 5 - include/linux/psi.h | 12 +- include/linux/psi_types.h | 31 ++- include/sound/hdaudio.h | 8 +- kernel/cgroup/cgroup.c | 104 +++++++- kernel/sched/core.c | 1 + kernel/sched/psi.c | 280 +++++++++++++++------ kernel/sched/stats.h | 6 + sound/core/rawmidi.c | 2 - sound/core/sound_oss.c | 13 +- sound/pci/hda/cs35l41_hda.c | 197 +++++++++++---- sound/pci/hda/hda_component.h | 2 - sound/pci/hda/hda_cs_dsp_ctl.c | 79 +++--- sound/pci/hda/hda_cs_dsp_ctl.h | 2 +- sound/pci/hda/patch_realtek.c | 30 +-- sound/usb/card.h | 3 +- sound/usb/endpoint.c | 32 ++- 21 files changed, 648 insertions(+), 246 deletions(-)