summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-25Linux 5.15.5v5.15.5Greg Kroah-Hartman1-1/+1
2021-11-25ALSA: hda: hdac_stream: fix potential locking issue in snd_hdac_stream_assign()Pierre-Louis Bossart1-2/+2
2021-11-25ALSA: hda: hdac_ext_stream: fix potential locking issuesPierre-Louis Bossart2-18/+30
2021-11-25x86/Kconfig: Fix an unused variable error in dell-smm-hwmonRandy Dunlap1-1/+2
2021-11-25net: add and use skb_unclone_keeptruesize() helperEric Dumazet3-16/+20
2021-11-25btrfs: update device path inode time instead of bd_inodeJosef Bacik1-8/+13
2021-11-25fs: export an inode_update_time helperJosef Bacik2-3/+6
2021-11-25ice: Delete always true check of PF pointerLeon Romanovsky1-3/+0
2021-11-25ice: Fix VF true promiscuous modeBrett Creeley2-43/+40
2021-11-25usb: max-3421: Use driver data instead of maintaining a list of bound devicesUwe Kleine-König1-20/+5
2021-11-25ASoC: rsnd: fixup DMAEngine APIKuninori Morimoto1-1/+1
2021-11-25ASoC: DAPM: Cover regression by kctl change notification fixTakashi Iwai1-6/+23
2021-11-25selinux: fix NULL-pointer dereference when hashtab allocation failsOndrej Mosnacek1-5/+12
2021-11-25bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progsDmitrii Banshchikov6-4/+17
2021-11-25RDMA/netlink: Add __maybe_unused to static inline in C fileLeon Romanovsky1-1/+1
2021-11-25hugetlbfs: flush TLBs correctly after huge_pmd_unshareNadav Amit1-4/+19
2021-11-25signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman11-12/+26
2021-11-25signal: Don't always set SA_IMMUTABLE for forced signalsEric W. Biederman1-7/+16
2021-11-25signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Eric W. Biederman8-9/+9
2021-11-25signal/x86: In emulate_vsyscall force a signal instead of calling do_exitEric W. Biederman1-1/+2
2021-11-25signal/vm86_32: Properly send SIGSEGV when the vm86 state cannot be saved.Eric W. Biederman1-1/+3
2021-11-25signal/sparc32: In setup_rt_frame and setup_fram use force_fatal_sigEric W. Biederman1-2/+2
2021-11-25signal/sparc32: Exit with a fatal signal when try_to_clear_window_buffer failsEric W. Biederman1-2/+4
2021-11-25signal/s390: Use force_sigsegv in default_trap_handlerEric W. Biederman1-1/+1
2021-11-25signal/powerpc: On swapcontext failure force SIGSEGVEric W. Biederman2-5/+10
2021-11-25exit/syscall_user_dispatch: Send ordinary signals on failureEric W. Biederman1-4/+8
2021-11-25signal: Implement force_fatal_sigEric W. Biederman2-9/+18
2021-11-25drm/amd/pm: avoid duplicate powergate/ungate settingEvan Quan4-1/+23
2021-11-25drm/amdgpu: fix set scaling mode Full/Full aspect/Center not works on vga and...hongao1-0/+1
2021-11-25drm/i915: Fix type1 DVI DP dual mode adapter heuristic for modern platformsVille Syrjälä1-22/+63
2021-11-25drm/i915/dp: Ensure max link params are always validImre Deak1-8/+10
2021-11-25drm/i915/dp: Ensure sink rate values are always validImre Deak1-0/+11
2021-11-25drm/nouveau: clean up all clients on device removalJeremy Cline1-0/+30
2021-11-25drm/nouveau: use drm_dev_unplug() during device removalJeremy Cline1-1/+1
2021-11-25drm/nouveau: Add a dedicated mutex for the clients listJeremy Cline2-4/+11
2021-11-25drm/prime: Fix use after free in mmap with drm_gem_ttm_mmapAnand K Mistry1-2/+4
2021-11-25drm/udl: fix control-message timeoutJohan Hovold1-1/+1
2021-11-25drm/i915/guc: Unwind context requests in reverse orderMatthew Brost1-4/+4
2021-11-25drm/i915/guc: Don't drop ce->guc_active.lock when unwinding contextMatthew Brost1-4/+0
2021-11-25drm/i915/guc: Workaround reset G2H is received after schedule done G2HMatthew Brost1-6/+35
2021-11-25drm/i915/guc: Don't enable scheduling on a banned context, guc_id invalid, no...Matthew Brost1-3/+19
2021-11-25drm/i915/guc: Fix outstanding G2H accountingMatthew Brost1-42/+37
2021-11-25drm/amd/display: Limit max DSC target bpp for specific monitorsRoman Li1-0/+35
2021-11-25drm/amd/display: Update swizzle mode enumsAlvin Lee2-3/+5
2021-11-25mac80211: drop check for DONT_REORDER in __ieee80211_select_queueFelix Fietkau1-2/+1
2021-11-25mac80211: fix radiotap header generationJohannes Berg1-1/+1
2021-11-25cfg80211: call cfg80211_stop_ap when switch from P2P_GO typeNguyen Dinh Phi1-0/+1
2021-11-25parisc/sticon: fix reverse colorsSven Schnelle1-6/+6
2021-11-25net: stmmac: Fix signed/unsigned wreckageThomas Gleixner1-13/+10
2021-11-25fs: handle circular mappings correctlyChristian Brauner1-2/+2