summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tags/mute-led-rework' into for-nextTakashi Iwai2021-03-301390-7312/+12843
|\
| * ALSA: led control - add sysfs kcontrol LED marking layerJaroslav Kysela2021-03-301-4/+362
| * ALSA: control - add sysfs support to the LED trigger moduleJaroslav Kysela2021-03-301-29/+163
| * ALSA: HDA - remove the custom implementation for the audio LED triggerJaroslav Kysela2021-03-309-235/+45
| * ALSA: control - add generic LED trigger module as the new control layerJaroslav Kysela2021-03-305-2/+307
| * ALSA: control - add layer registration routinesJaroslav Kysela2021-03-302-2/+120
| * ALSA: control - introduce snd_ctl_notify_one() helperJaroslav Kysela2021-03-302-25/+47
| * Linux 5.12-rc5v5.12-rc5Linus Torvalds2021-03-281-1/+1
| * Merge tag 'perf-tools-fixes-for-v5.12-2020-03-28' of git://git.kernel.org/pub...Linus Torvalds2021-03-2811-45/+105
| |\
| | * perf test: Change to use bash for daemon testLeo Yan2021-03-261-1/+1
| | * perf record: Fix memory leak in vDSO found using ASANNamhyung Kim2021-03-241-0/+2
| | * perf test: Remove now useless failing sub test "BPF relocation checker"Thomas Richter2021-03-241-8/+1
| | * perf daemon: Return from kill functionsJiri Olsa2021-03-241-2/+5
| | * perf daemon: Force waipid for all session on SIGCHLD deliveryJiri Olsa2021-03-241-22/+28
| | * perf top: Fix BPF support related crash with perf_event_paranoid=3 + kptr_res...Jackie Liu2021-03-161-3/+10
| | * perf pmu: Validate raw event with sysfs exported format bitsJin Yao2021-03-153-0/+39
| | * Merge remote-tracking branch 'torvalds/master' into perf/urgentArnaldo Carvalho de Melo2021-03-15390-1867/+3353
| | |\
| | * | perf synthetic events: Avoid write of uninitialized memory when generating PE...Ian Rogers2021-03-101-4/+5
| | * | tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2021-03-101-0/+13
| | * | perf synthetic-events: Fix uninitialized 'kernel_thread' variableThomas Richter2021-03-101-1/+1
| | * | perf auxtrace: Fix auxtrace queue conflictAdrian Hunter2021-03-101-4/+0
| * | | Merge tag 'auxdisplay-for-linus-v5.12-rc6' of git://github.com/ojeda/linuxLinus Torvalds2021-03-281-10/+8
| |\ \ \
| | * | | auxdisplay: Remove in_interrupt() usage.Sebastian Andrzej Siewior2021-03-161-10/+8
| | | |/ | | |/|
| * | | Merge tag 'x86-urgent-2021-03-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-03-282-2/+2
| |\ \ \
| | * | | x86/build: Turn off -fcf-protection for realmode targetsArnd Bergmann2021-03-231-1/+1
| | * | | x86/mem_encrypt: Correct physical address calculation in __set_clr_pte_enc()Isaku Yamahata2021-03-231-1/+1
| * | | | Merge tag 'locking-urgent-2021-03-28' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-03-281-1/+1
| |\ \ \ \
| | * | | | locking/mutex: Fix non debug version of mutex_lock_io_nested()Thomas Gleixner2021-03-231-1/+1
| * | | | | Merge tag '5.12-rc4-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-03-288-22/+60
| |\ \ \ \ \
| | * | | | | smb3: fix cached file size problems in duplicate extents (reflink)Steve French2021-03-261-3/+15
| | * | | | | cifs: Silently ignore unknown oplock break handleVincent Whitchurch2021-03-261-2/+2
| | * | | | | cifs: revalidate mapping when we open files for SMB1 POSIXRonnie Sahlberg2021-03-261-0/+1
| | * | | | | cifs: Fix chmod with modefromsid when an older ACE already exists.Shyam Prasad N2021-03-261-2/+1
| | * | | | | cifs: Adjust key sizes and key generation routines for AES256 encryptionShyam Prasad N2021-03-265-15/+41
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'io_uring-5.12-2021-03-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-03-286-76/+94
| |\ \ \ \ \
| | * | | | | io_uring: remove unsued assignment to pointer ioColin Ian King2021-03-271-1/+0
| | * | | | | io_uring: don't cancel extra on files matchPavel Begunkov2021-03-271-2/+0
| | * | | | | io_uring: don't cancel-track common timeoutsPavel Begunkov2021-03-271-1/+2
| | * | | | | io_uring: do post-completion chore on t-out cancelPavel Begunkov2021-03-271-20/+22
| | * | | | | io_uring: fix timeout cancel return codePavel Begunkov2021-03-271-4/+4
| | * | | | | Revert "signal: don't allow STOP on PF_IO_WORKER threads"Jens Axboe2021-03-271-2/+1
| | * | | | | Revert "kernel: freezer should treat PF_IO_WORKER like PF_KTHREAD for freezing"Jens Axboe2021-03-271-1/+1
| | * | | | | Revert "kernel: treat PF_IO_WORKER like PF_KTHREAD for ptrace/signals"Jens Axboe2021-03-272-3/+3
| | * | | | | Revert "signal: don't allow sending any signals to PF_IO_WORKER threads"Jens Axboe2021-03-271-3/+0
| | * | | | | kernel: stop masking signals in create_io_thread()Jens Axboe2021-03-271-8/+8
| | * | | | | io_uring: handle signals for IO threads like a normal threadJens Axboe2021-03-272-9/+20
| | * | | | | kernel: don't call do_exit() for PF_IO_WORKER threadsJens Axboe2021-03-261-1/+9
| | * | | | | io_uring: maintain CQE order of a failed linkPavel Begunkov2021-03-251-2/+2
| | * | | | | io-wq: fix race around pending work on teardownJens Axboe2021-03-251-1/+5
| | * | | | | io_uring: do ctx sqd ejection in a clear contextPavel Begunkov2021-03-241-8/+8