index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sys_ni.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-03-27
ALSA: usb-audio: fix memory leak on cval
Colin Ian King
1
-1
/
+3
2018-03-27
ALSA: pcm: Fix mutex unbalance in OSS emulation ioctls
Takashi Iwai
1
-25
/
+42
2018-03-27
ALSA: pcm: potential uninitialized return values
Dan Carpenter
1
-2
/
+2
2018-03-27
ALSA: aloop: Mark paused device as inactive
Robert Rosengren
1
-3
/
+9
2018-03-26
ALSA: pcm: Use dma_bytes as size parameter in dma_mmap_coherent()
Stefan Roese
1
-1
/
+1
2018-03-24
ALSA: usb-audio: update clock valid control
Andrew Chant
1
-14
/
+19
2018-03-24
ALSA: usb-audio: UAC2 jack detection
Andrew Chant
1
-1
/
+97
2018-03-23
ALSA: pcm: Return -EBUSY for OSS ioctls changing busy streams
Takashi Iwai
2
-9
/
+28
2018-03-23
ALSA: pcm: Avoid potential races between OSS ioctls and read/write
Takashi Iwai
1
-28
/
+106
2018-03-23
ALSA: usb-audio: Integrate native DSD support for ITF-USB based DACs.
Nobutaka Okabe
1
-61
/
+23
2018-03-23
ALSA: usb-audio: FIX native DSD support for TEAC UD-501 DAC
Nobutaka Okabe
1
-10
/
+27
2018-03-23
ALSA: usb-audio: Add native DSD support for Luxman DA-06
Nobutaka Okabe
1
-13
/
+16
2018-03-23
ALSA: usb-audio: Add native DSD support for TEAC UD-301
Nobutaka Okabe
1
-0
/
+1
2018-03-23
ALSA: usb-audio: fix uac control query argument
Andrew Chant
3
-30
/
+48
2018-03-22
ALSA: aloop: Fix access to not-yet-ready substream via cable
Takashi Iwai
1
-1
/
+7
2018-03-22
ALSA: aloop: Sync stale timer before release
Takashi Iwai
1
-1
/
+8
2018-03-22
ALSA: hda/realtek - Fix speaker no sound after system resume
Kailang Yang
1
-0
/
+4
2018-03-22
ALSA: hda/realtek - Fix Dell headset Mic can't record
Kailang Yang
1
-0
/
+10
2018-03-21
ALSA: usb: initial USB Audio Device Class 3.0 support
Ruslan Bilovol
11
-194
/
+1246
2018-03-21
ALSA: hda - Force polling mode on CFL for fixing codec communication
Takashi Iwai
1
-0
/
+5
2018-03-19
ALSA: usb-audio: move audioformat quirks to quirks.c
Ruslan Bilovol
3
-29
/
+39
2018-03-19
ALSA: usb-audio: Fix parsing descriptor of UAC2 processing unit
Kirill Marinushkin
1
-2
/
+2
2018-03-17
ALSA: hda/realtek - Always immediately update mute LED with pin VREF
Takashi Iwai
1
-1
/
+5
2018-03-13
ALSA: pcm: Use krealloc() for resizing the rules array
Takashi Iwai
1
-6
/
+2
2018-03-13
ALSA: pcm: Remove VLA usage
Takashi Iwai
1
-7
/
+12
2018-03-13
ALSA: hda: Add Icelake PCI ID
Guneshwor Singh
1
-0
/
+3
2018-03-12
ALSA: echoaudio: remove redundant initialization of pointer 'pipe'
Colin Ian King
1
-2
/
+1
2018-03-12
ALSA: hda - Revert power_save option default value
Takashi Iwai
1
-3
/
+6
2018-03-12
Linux 4.16-rc5
v4.16-rc5
Linus Torvalds
1
-1
/
+1
2018-03-11
dmaengine: mv_xor_v2: Fix clock resource by adding a register clock
Gregory CLEMENT
2
-6
/
+25
2018-03-11
ALSA: pcm: Fix UAF in snd_pcm_oss_get_formats()
Takashi Iwai
1
-4
/
+6
2018-03-10
ALSA: seq: Clear client entry before deleting else at closing
Takashi Iwai
1
-2
/
+2
2018-03-10
ALSA: seq: Fix possible UAF in snd_seq_check_queue()
Takashi Iwai
3
-37
/
+25
2018-03-10
lib/test_kmod.c: fix limit check on number of test devices created
Luis R. Rodriguez
1
-1
/
+1
2018-03-10
selftests/vm/run_vmtests: adjust hugetlb size according to nr_cpus
Li Zhijian
1
-8
/
+17
2018-03-10
mm/page_alloc: fix memmap_init_zone pageblock alignment
Daniel Vacek
1
-2
/
+7
2018-03-10
mm/memblock.c: hardcode the end_pfn being -1
Daniel Vacek
1
-5
/
+5
2018-03-10
mm/gup.c: teach get_user_pages_unlocked to handle FOLL_NOWAIT
Andrea Arcangeli
1
-2
/
+5
2018-03-10
lib/bug.c: exclude non-BUG/WARN exceptions from report_bug()
Kees Cook
1
-0
/
+2
2018-03-10
bug: use %pB in BUG and stack protector failure
Kees Cook
2
-2
/
+2
2018-03-10
hugetlb: fix surplus pages accounting
Michal Hocko
1
-1
/
+1
2018-03-10
RDMA/mlx5: Fix integer overflow while resizing CQ
Leon Romanovsky
1
-1
/
+6
2018-03-10
Revert "RDMA/mlx5: Fix integer overflow while resizing CQ"
Doug Ledford
1
-6
/
+1
2018-03-09
arm64: Relax ARM_SMCCC_ARCH_WORKAROUND_1 discovery
Marc Zyngier
1
-2
/
+2
2018-03-09
Documentation/sphinx: Fix Directive import error
Matthew Wilcox
1
-2
/
+1
2018-03-09
platform/x86: dell-smbios: Resolve dependency error on DCDBAS
Darren Hart (VMware)
1
-0
/
+6
2018-03-09
platform/x86: Allow for SMBIOS backend defaults
Darren Hart (VMware)
1
-2
/
+4
2018-03-09
platform/x86: dell-smbios: Link all dell-smbios-* modules together
Mario Limonciello
6
-33
/
+66
2018-03-09
platform/x86: dell-smbios: Rename dell-smbios source to dell-smbios-base
Mario Limonciello
2
-0
/
+1
2018-03-09
platform/x86: dell-smbios: Correct some style warnings
Mario Limonciello
1
-3
/
+5
[next]