index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-04-16
ALSA: control: Fix racy management of user ctl memory size account
Takashi Iwai
1
-6
/
+11
2021-04-14
ALSA: usb-audio: Apply implicit feedback mode for BOSS devices
Takashi Iwai
3
-13
/
+26
2021-04-14
ALSA: control_led - fix the stack usage (control element ops)
Jaroslav Kysela
1
-2
/
+6
2021-04-13
ALSA: usb-audio: Explicitly set up the clock selector
Takashi Iwai
1
-4
/
+14
2021-04-12
ALSA: virtio: use module_virtio_driver() to simplify the code
Chen Huang
1
-11
/
+1
2021-04-10
ALSA: HDA: Add access description in __snd_hda_add_vmaster
Ranjani Sridharan
1
-0
/
+1
2021-04-09
ALSA: control - double free in snd_ctl_led_init()
Dan Carpenter
1
-1
/
+1
2021-04-09
ALSA: usb-audio: Add MIDI quirk for Vox ToneLab EX
Takashi Iwai
1
-0
/
+10
2021-04-09
ALSA: usb-audio: Skip probe of UA-101 devices
Takashi Iwai
3
-0
/
+24
2021-04-08
ALSA: control: Add memory consumption limit to user controls
Takashi Sakamoto
2
-25
/
+52
2021-04-08
ALSA: hda/realtek: Fix speaker amp setup on Acer Aspire E1
Takashi Iwai
1
-0
/
+16
2021-04-07
ALSA: usb-audio: Drop implicit fb quirk entries dubbed for capture
Takashi Iwai
1
-10
/
+5
2021-04-07
ALSA: usb-audio: Add error checks for usb_driver_claim_interface() calls
Takashi Iwai
3
-11
/
+21
2021-04-07
ALSA: aloop: Fix initialization of controls
Jonas Holmberg
1
-3
/
+8
2021-04-06
ALSA: hda/conexant: Apply quirk for another HP ZBook G5 model
Takashi Iwai
1
-0
/
+1
2021-04-06
ALSA: control - off by one in store_mode()
Dan Carpenter
1
-1
/
+1
2021-04-02
ASoC: fsl_esai: Fix TDM slot setup for I2S mode
Alexander Shiyan
1
-3
/
+5
2021-04-01
ASoC: codecs: lpass-rx-macro: set npl clock rate correctly
Srinivas Kandagatla
1
-1
/
+1
2021-04-01
ASoC: codecs: lpass-tx-macro: set npl clock rate correctly
Srinivas Kandagatla
1
-1
/
+1
2021-04-01
ALSA: control led - improve the set_led_id() parser
Jaroslav Kysela
1
-1
/
+4
2021-04-01
ALSA: control - add the missing prev_lops2 initialization
Jaroslav Kysela
1
-1
/
+3
2021-03-31
ASoC: sunxi: sun4i-codec: fill ASoC card owner
Bastian Germann
1
-0
/
+5
2021-03-30
ALSA: led control - add sysfs kcontrol LED marking layer
Jaroslav Kysela
1
-4
/
+362
2021-03-30
ALSA: control - add sysfs support to the LED trigger module
Jaroslav Kysela
1
-29
/
+163
2021-03-30
ALSA: HDA - remove the custom implementation for the audio LED trigger
Jaroslav Kysela
9
-235
/
+45
2021-03-30
ALSA: control - add generic LED trigger module as the new control layer
Jaroslav Kysela
5
-2
/
+307
2021-03-30
ALSA: control - add layer registration routines
Jaroslav Kysela
2
-2
/
+120
2021-03-30
ALSA: control - introduce snd_ctl_notify_one() helper
Jaroslav Kysela
2
-25
/
+47
2021-03-30
ALSA: core: remove redundant spin_lock pair in snd_card_disconnect
Jia Zhou
1
-2
/
+0
2021-03-30
ALSA: hda/realtek: fix mute/micmute LEDs for HP 640 G8
Jeremy Szu
1
-0
/
+1
2021-03-30
ALSA: hda: Add missing sanity checks in PM prepare/complete callbacks
Takashi Iwai
1
-0
/
+6
2021-03-30
ALSA: hda: Re-add dropped snd_poewr_change_state() calls
Takashi Iwai
1
-0
/
+2
2021-03-29
ASoC: cygnus: fix for_each_child.cocci warnings
kernel test robot
1
-1
/
+3
2021-03-29
ALSA: usb-audio: Apply sample rate quirk to Logitech Connect
Ikjoon Jang
1
-0
/
+1
2021-03-29
Linux 5.12-rc5
v5.12-rc5
Linus Torvalds
1
-1
/
+1
2021-03-27
io_uring: remove unsued assignment to pointer io
Colin Ian King
1
-1
/
+0
2021-03-27
io_uring: don't cancel extra on files match
Pavel Begunkov
1
-2
/
+0
2021-03-27
io_uring: don't cancel-track common timeouts
Pavel Begunkov
1
-1
/
+2
2021-03-27
io_uring: do post-completion chore on t-out cancel
Pavel Begunkov
1
-20
/
+22
2021-03-27
io_uring: fix timeout cancel return code
Pavel Begunkov
1
-4
/
+4
2021-03-27
Revert "signal: don't allow STOP on PF_IO_WORKER threads"
Jens Axboe
1
-2
/
+1
2021-03-27
Revert "kernel: freezer should treat PF_IO_WORKER like PF_KTHREAD for freezing"
Jens Axboe
1
-1
/
+1
2021-03-27
Revert "kernel: treat PF_IO_WORKER like PF_KTHREAD for ptrace/signals"
Jens Axboe
2
-3
/
+3
2021-03-27
Revert "signal: don't allow sending any signals to PF_IO_WORKER threads"
Jens Axboe
1
-3
/
+0
2021-03-27
kernel: stop masking signals in create_io_thread()
Jens Axboe
1
-8
/
+8
2021-03-27
io_uring: handle signals for IO threads like a normal thread
Jens Axboe
2
-9
/
+20
2021-03-27
block: don't create too many partitions
Ming Lei
1
-0
/
+7
2021-03-27
smb3: fix cached file size problems in duplicate extents (reflink)
Steve French
1
-3
/
+15
2021-03-27
cifs: Silently ignore unknown oplock break handle
Vincent Whitchurch
1
-2
/
+2
2021-03-27
cifs: revalidate mapping when we open files for SMB1 POSIX
Ronnie Sahlberg
1
-0
/
+1
[next]