summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda - bind headset buttons to the headphone jackHui Wang2021-03-053-5/+91
* ALSA: pci: vx222: fix kernel-doc warningPierre-Louis Bossart2021-03-031-5/+5
* ALSA: pci: mixart: fix kernel-doc warningPierre-Louis Bossart2021-03-031-1/+2
* ALSA: vx: fix kernel-doc warningPierre-Louis Bossart2021-03-031-1/+1
* ALSA: ps3: fix spelling typo of valuesdingsenjie2021-03-021-1/+1
* ALSA: usb-audio: fix Pioneer DJM-850 control label infoNicolas MURE2021-03-021-4/+24
* ALSA: usb-audio: Configure Pioneer DJM-850 samplerateNicolas MURE2021-03-021-0/+3
* ALSA: usb-audio: Declare Pioneer DJM-850 mixer controlsNicolas MURE2021-03-021-3/+29
* ALSA: usb-audio: Add Pioneer DJM-850 to quirks-tableNicolas MURE2021-03-021-0/+63
* Merge branch 'for-linus' into for-nextTakashi Iwai2021-03-022-1/+11
|\
| * ALSA: usb-audio: Fix Pioneer DJM devices URB_CONTROL request direction to set...Nicolas MURE2021-03-011-1/+1
| * ALSA: usb-audio: use Corsair Virtuoso mapping for Corsair Virtuoso SEAndrea Fagiani2021-03-011-0/+10
* | ALSA: usb-audio: generate midi streaming substream names from jack namesGeorge Harker2021-03-012-5/+100
* | ALSA: usb-audio: use usb headers rather than define structs locallyGeorge Harker2021-03-011-18/+2
* | Merge branch 'for-linus' into for-nextTakashi Iwai2021-03-016-12/+42
|\|
| * ALSA: hda/realtek: Enable headset mic of Acer SWIFT with ALC256Chris Chiu2021-02-281-0/+13
| * ALSA: ctxfi: cthw20k2: fix mask on conf to allow 4 bitsColin Ian King2021-02-281-1/+1
| * ALSA: usb-audio: Allow modifying parameters with succeeding hw_params callsTakashi Iwai2021-02-281-3/+9
| * ALSA: usb-audio: Drop bogus dB range in too low levelTakashi Iwai2021-02-271-0/+11
| * ALSA: usb-audio: Don't abort even if the clock rate differsTakashi Iwai2021-02-271-4/+4
| * ALSA: n64: Fix return value check in n64audio_probe()Wei Yongjun2021-02-251-4/+4
* | Linux 5.12-rc1v5.12-rc1-dontusev5.12-rc1Linus Torvalds2021-02-281-3/+3
* | Merge tag 'ide-5.11-2021-02-28' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-281-1/+2
|\ \
| * | ide/falconide: Fix module unloadFinn Thain2021-01-031-1/+2
* | | Merge tag 'kbuild-fixes-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-286-21/+31
|\ \ \
| * | | kbuild: Fix <linux/version.h> for empty SUBLEVEL or PATCHLEVEL againMasahiro Yamada2021-02-281-2/+4
| * | | kbuild: make -s option take precedence over V=1Masahiro Yamada2021-02-281-0/+1
| * | | ia64: remove redundant READELF from arch/ia64/MakefileMasahiro Yamada2021-02-281-1/+0
| * | | kbuild: do not include include/config/auto.conf from adjust_autoksyms.shMasahiro Yamada2021-02-281-3/+0
| * | | kbuild: fix UNUSED_KSYMS_WHITELIST for Clang LTOMasahiro Yamada2021-02-283-16/+26
| * | | kbuild: lto: add _mcount to list of used symbolsArnd Bergmann2021-02-271-0/+1
* | | | Merge tag 'csky-for-linus-5.12-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds2021-02-2894-992/+1347
|\ \ \ \
| * | | | csky: Fixup compile errorGuo Ren2021-02-2752-52/+0
| * | | | csky: use free_initmem_default() in free_initmem()David Hildenbrand2021-02-271-16/+1
| * | | | csky: Fixup pfn_valid error with wrong max_mapnrGuo Ren2021-02-271-2/+2
| * | | | csky: Add VDSO with GENERIC_GETTIMEOFDAY, GENERIC_TIME_VSYSCALL, HAVE_GENERIC...Guo Ren2021-02-2714-3/+225
| * | | | csky: kprobe: Fixup code in simulate without 'long'Guo Ren2021-02-271-15/+7
| * | | | csky: Fixup swaponGuo Ren2021-02-273-9/+52
| * | | | csky: pgtable.h: Coding conventionGuo Ren2021-02-273-55/+36
| * | | | csky: Fixup _PAGE_ACCESSED for default pgprotGuo Ren2021-01-121-7/+9
| * | | | csky: remove unused including <linux/version.h>Tian Tao2021-01-121-1/+0
| * | | | csky: Fix a size determination in gpr_get()Zhenzhong Duan2021-01-121-1/+1
| * | | | csky: Reconstruct VDSO frameworkGuo Ren2021-01-1213-89/+269
| * | | | csky: mm: abort uaccess retries upon fatal signalGuo Ren2021-01-121-1/+4
| * | | | csky: Sync riscv mm/fault.c for easy maintenanceGuo Ren2021-01-122-155/+189
| * | | | csky: Fixup do_page_fault parent irq statusGuo Ren2021-01-122-1/+5
| * | | | csky: Add faulthandler_disabled() checkGuo Ren2021-01-121-2/+2
| * | | | csky: Fixup update_mmu_cache called with user io mappingGuo Ren2021-01-121-0/+3
| * | | | csky: Fixup FAULT_FLAG_XXX param for handle_mm_faultGuo Ren2021-01-121-2/+21
| * | | | csky: Add show_tlb for CPU_CK860 debugGuo Ren2021-01-121-0/+121