summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-10smb: client: serialise cifs_construct_tcon() with cifs_mount_mutexPaulo Alcantara3-4/+27
2024-04-10smb: client: handle DFS tcons in cifs_construct_tcon()Paulo Alcantara1-0/+30
2024-04-10smb: client: refresh referral without acquiring refpath_lockPaulo Alcantara1-20/+24
2024-04-10smb: client: guarantee refcounted children from parent sessionPaulo Alcantara7-72/+76
2024-04-10smb: client: fix UAF in smb2_reconnect_server()Paulo Alcantara1-49/+34
2024-04-10riscv: process: Fix kernel gp leakageStefan O'Rear1-3/+0
2024-04-10riscv: Fix spurious errors from __get/put_kernel_nofaultSamuel Holland1-2/+2
2024-04-10s390/entry: align system call table on 8 bytesSumanth Korikkar1-0/+1
2024-04-10selftests/mm: include strings.h for ffslEdward Liaw1-1/+1
2024-04-10mm/secretmem: fix GUP-fast succeeding on secretmem foliosDavid Hildenbrand1-2/+2
2024-04-10arm64/ptrace: Use saved floating point state type to determine SVE layoutMark Brown1-4/+1
2024-04-10riscv: Fix vector state restore in rt_sigreturn()Björn Töpel1-7/+8
2024-04-10aio: Fix null ptr deref in aio_complete() wakeupKent Overstreet1-1/+1
2024-04-10perf/x86/intel/ds: Don't clear ->pebs_data_cfg for the last PEBS eventKan Liang1-4/+4
2024-04-10x86/coco: Require seeding RNG with RDRAND on CoCo systemsJason A. Donenfeld3-0/+45
2024-04-10x86/mce: Make sure to grab mce_sysfs_mutex in set_bank()Borislav Petkov (AMD)1-1/+3
2024-04-10x86/mm/pat: fix VM_PAT handling in COW mappingsDavid Hildenbrand2-14/+39
2024-04-10of: module: prevent NULL pointer dereference in vsnprintf()Sergey Shtylyov1-0/+8
2024-04-10of: dynamic: Synchronize of_changeset_destroy() with the devlink removalsHerve Codina1-0/+12
2024-04-10driver core: Introduce device_link_wait_removal()Herve Codina2-3/+24
2024-04-10ASoC: SOF: Intel: hda: Compensate LLP in case it is not resetPeter Ujfalusi3-1/+27
2024-04-10ASoC: SOF: ipc4-pcm: Correct the delay calculationPeter Ujfalusi1-32/+127
2024-04-10ASoC: SOF: sof-pcm: Add pointer callback to sof_ipc_pcm_opsPeter Ujfalusi2-1/+15
2024-04-10ASoC: SOF: ipc4-pcm: Invalidate the stream_start_offset in PAUSED statePeter Ujfalusi1-1/+12
2024-04-10ASoC: SOF: ipc4-pcm: Combine the SOF_IPC4_PIPE_PAUSED cases in pcm_triggerPeter Ujfalusi1-3/+1
2024-04-10ASoC: SOF: ipc4-pcm: Move struct sof_ipc4_timestamp_info definition locallyPeter Ujfalusi2-14/+14
2024-04-10ASoC: SOF: Remove the get_stream_position callbackPeter Ujfalusi2-19/+0
2024-04-10ASoC: SOF: ipc4-pcm: Use the snd_sof_pcm_get_dai_frame_counter() for pcm_delayPeter Ujfalusi1-3/+4
2024-04-10ASoC: SOF: Intel: hda-common-ops: Do not set the get_stream_position callbackPeter Ujfalusi1-1/+0
2024-04-10ASoC: SOF: Intel: Set the dai/host get frame/byte counter callbacksPeter Ujfalusi3-0/+36
2024-04-10ASoC: SOF: Introduce a new callback pair to be used for PCM delay reportingPeter Ujfalusi2-0/+45
2024-04-10ASoC: SOF: Intel: mtl/lnl: Use the generic get_stream_position callbackPeter Ujfalusi3-26/+0
2024-04-10ASoC: SOF: Intel: hda: Implement get_stream_position (Linear Link Position)Peter Ujfalusi3-0/+37
2024-04-10ASoC: SOF: Intel: hda-pcm: Use dsp_max_burst_size_in_ms to place constraintPeter Ujfalusi1-0/+21
2024-04-10ASoC: SOF: ipc4-topology: Save the DMA maximum burst size for PCMsPeter Ujfalusi1-1/+21
2024-04-10ASoC: SOF: Add dsp_max_burst_size_in_ms member to snd_sof_pcm_streamPeter Ujfalusi1-0/+1
2024-04-10io_uring/kbuf: hold io_buffer_list reference over mmapJens Axboe3-14/+36
2024-04-10io_uring: use private workqueue for exit workJens Axboe1-1/+4
2024-04-10io_uring/rw: don't allow multishot reads without NOWAIT supportJens Axboe1-1/+8
2024-04-10io_uring/kbuf: protect io_buffer_list teardown with a referenceJens Axboe2-4/+13
2024-04-10io_uring/kbuf: get rid of bl->is_readyJens Axboe2-10/+0
2024-04-10io_uring/kbuf: get rid of lower BGID listsJens Axboe3-65/+8
2024-04-10ALSA: hda/realtek: Update Panasonic CF-SZ6 quirk to support headset with micr...I Gede Agastya Darma Laksana1-1/+1
2024-04-10ALSA: hda/realtek: cs35l41: Support ASUS ROG G634JYRLuke D. Jones2-1/+3
2024-04-10ALSA: hda/realtek: Add sound quirks for Lenovo Legion slim 7 16ARHA7 modelsChristian Bendiksen2-0/+6
2024-04-10ALSA: hda/realtek - Fix inactive headset mic jackChristoffer Sandberg1-0/+1
2024-04-10ALSA: hda: Add pplcllpl/u members to hdac_ext_streamPeter Ujfalusi1-0/+3
2024-04-10ksmbd: do not set SMB2_GLOBAL_CAP_ENCRYPTION for SMB 3.1.1Namjae Jeon1-5/+5
2024-04-10ksmbd: validate payload size in ipc responseNamjae Jeon3-2/+45
2024-04-10ksmbd: don't send oplock break if rename failsNamjae Jeon1-1/+2