summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ALSA: scarlett2: Default mixer driver to enabledGeoffrey D. Bennett2023-09-181-10/+11
* ALSA: rawmidi: Fix NULL dereference at proc readTakashi Iwai2023-09-161-1/+1
* ALSA: riptide: Fix -Wformat-truncation warning for longname stringTakashi Iwai2023-09-151-8/+8
* ALSA: cs4231: Fix -Wformat-truncation warning for longname stringTakashi Iwai2023-09-151-6/+6
* ALSA: ad1848: Fix -Wformat-truncation warning for longname stringTakashi Iwai2023-09-151-6/+6
* ALSA: hda: generic: Check potential mixer name string truncationTakashi Iwai2023-09-151-1/+5
* ALSA: cmipci: Fix -Wformat-truncation warningTakashi Iwai2023-09-151-3/+5
* ALSA: firewire: Fix -Wformat-truncation warning for MIDI stream namesTakashi Iwai2023-09-158-27/+27
* ALSA: firewire: Fix -Wformat-truncation warning for longname stringTakashi Iwai2023-09-152-10/+10
* ALSA: xen: Fix -Wformat-truncation warningTakashi Iwai2023-09-151-1/+1
* ALSA: opti9x: Fix -Wformat-truncation warningTakashi Iwai2023-09-152-12/+12
* ALSA: es1688: Fix -Wformat-truncation warningTakashi Iwai2023-09-151-3/+3
* ALSA: cs4236: Fix -Wformat-truncation warningTakashi Iwai2023-09-151-7/+7
* ALSA: sscape: Fix -Wformat-truncation warningTakashi Iwai2023-09-151-1/+1
* ALSA: caiaq: Fix -Wformat-truncation warningTakashi Iwai2023-09-151-1/+1
* ALSA: usb-audio: scarlett_gen2: Fix -Wformat-truncation warningTakashi Iwai2023-09-151-2/+2
* ALSA: seq: midi: Fix -Wformat-truncation warningTakashi Iwai2023-09-151-2/+2
* ALSA: seq: ump: Fix -Wformat-truncation warningTakashi Iwai2023-09-151-1/+1
* ALSA: hda: cs35l56: Fix missing RESET GPIO if _SUB is missingRichard Fitzgerald2023-09-151-7/+5
* ALSA: hda: Disable power save for solving pop issue on Lenovo ThinkCentre M70qKailang Yang2023-09-151-0/+1
* ALSA: hda: cs35l56: Don't 'return ret' if ret is always zeroRichard Fitzgerald2023-09-141-1/+1
* ALSA: usb-audio: mixer: Remove temporary string use in parse_clock_source_unitPeter Ujfalusi2023-09-131-4/+2
* ALSA: hda/realtek: Splitting the UX3402 into two separate modelsKnyazev Arseniy2023-09-131-1/+2
* ALSA: hda: intel-sdw-acpi: Use u8 type for link indexPeter Ujfalusi2023-09-131-4/+4
* ALSA: hda: cs35l56: Disable low-power hibernation modeRichard Fitzgerald2023-09-131-1/+0
* ALSA: core: Use dev_name of card_dev as debugfs directory namePeter Ujfalusi2023-09-121-5/+2
* ALSA: hda/realtek - Fixed two speaker platformKailang Yang2023-09-121-2/+4
* ALSA: seq: Avoid delivery of events for disabled UMP groupsTakashi Iwai2023-09-122-0/+24
* ALSA: docs: Fix a typo of midi2_ump_probe option for snd-usb-audioTakashi Iwai2023-09-121-2/+2
* ALSA: hda: cs35l56: Call pm_runtime_dont_use_autosuspend()Richard Fitzgerald2023-09-121-0/+1
* selftests: ALSA: remove unused variablesDing Xiang2023-09-114-12/+5
* Linux 6.6-rc1v6.6-rc1Linus Torvalds2023-09-101-2/+2
* Merge tag 'topic/drm-ci-2023-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-09-1068-0/+5508
|\
| * drm: ci: docs: fix build warning - add missing escapeHelen Koike2023-08-291-1/+1
| * drm: Add initial ci/ subdirectoryTomeu Vizoso2023-08-2968-0/+5508
* | Merge tag 'x86-urgent-2023-09-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-09-106-11/+20
|\ \
| * | x86/sgx: Break up long non-preemptible delays in sgx_vepc_release()Jack Wang2023-09-061-0/+3
| * | x86: Remove the arch_calc_vm_prot_bits() macro from the UAPIThomas Huth2023-09-063-9/+15
| * | x86/build: Fix linker fill bytes quirk/incompatibility for ld.lldSong Liu2023-09-061-1/+1
| * | x86/smp: Don't send INIT to non-present and non-booted CPUsThomas Gleixner2023-09-041-1/+1
* | | Merge tag 'perf-urgent-2023-09-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-09-101-1/+11
|\ \ \
| * | | perf/x86/uncore: Correct the number of CHAs on EMRKan Liang2023-09-051-1/+11
* | | | Merge tag 'perf-tools-for-v6.6-1-2023-09-05' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-09-09284-9119/+8011
|\ \ \ \
| * | | | perf parse-events: Fix driver config termIan Rogers2023-09-051-0/+17
| * | | | perf parse-events: Fixes relating to no_value termsIan Rogers2023-09-023-4/+4
| * | | | perf parse-events: Fix propagation of term's no_value when cloningIan Rogers2023-08-313-21/+19
| * | | | perf parse-events: Name the two term enumsIan Rogers2023-08-314-67/+187
| * | | | perf list: Don't print Unit for "default_core"Ian Rogers2023-08-311-1/+1
| * | | | perf vendor events intel: Fix modifier in tma_info_system_mem_parallel_reads ...Ian Rogers2023-08-301-1/+1
| * | | | perf dlfilter: Avoid leak in v0 API test use of resolve_address()Adrian Hunter2023-08-301-0/+2