summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-03exec: Fix NOMMU linux_binprm::exec in transfer_args_to_stack()Max Filippov1-0/+1
2024-04-03fbdev: Select I/O-memory framebuffer ops for SBusThomas Zimmermann1-0/+3
2024-04-03Revert "drm/amd/display: Fix sending VSC (+ colorimetry) packets for DP/eDP d...Harry Wentland2-13/+8
2024-04-03wifi: iwlwifi: mvm: handle debugfs names more carefullyJohannes Berg1-4/+7
2024-04-03wifi: iwlwifi: fw: don't always use FW dump trigJohannes Berg1-7/+8
2024-04-03wifi: iwlwifi: mvm: disable MLO for the time beingJohannes Berg1-1/+1
2024-04-03wifi: cfg80211: add a flag to disable wireless extensionsJohannes Berg2-2/+7
2024-04-03wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changesFelix Fietkau1-3/+2
2024-04-03btrfs: zoned: fix use-after-free in do_zone_finish()Johannes Thumshirn1-7/+7
2024-04-03btrfs: zoned: use zone aware sb location for scrubJohannes Thumshirn1-1/+11
2024-04-03btrfs: zoned: don't skip block groups with 100% zone unusableJohannes Thumshirn1-1/+2
2024-04-03btrfs: fix race in read_extent_buffer_pages()Tavian Barnes1-0/+13
2024-04-03btrfs: validate device maj:min during openAnand Jain1-0/+10
2024-04-03tmpfs: fix race on handling dquot rbtreeCarlos Maiolino1-3/+7
2024-04-03ARM: prctl: reject PR_SET_MDWE on pre-ARMv6Zev Weiss1-0/+14
2024-04-03prctl: generalize PR_SET_MDWE support check to be per-archZev Weiss3-2/+27
2024-04-03x86/efistub: Reinstate soft limit for initrd loadingArd Biesheuvel1-0/+1
2024-04-03efi/libstub: Cast away type warning in use of max()Ard Biesheuvel1-1/+1
2024-04-03x86/efistub: Add missing boot_params for mixed mode compat entryArd Biesheuvel1-5/+15
2024-04-03init: open /initrd.image with O_LARGEFILEJohn Sperbeck1-1/+1
2024-04-03mm: zswap: fix writeback shinker GFP_NOIO/GFP_NOFS recursionJohannes Weiner1-0/+8
2024-04-03ALSA: hda/tas2781: add locks to kcontrolsGergo Koteles1-2/+48
2024-04-03ALSA: hda/tas2781: remove digital gain kcontrolGergo Koteles1-36/+1
2024-04-03drm/amd/display: Prevent crash when disable streamChris Park1-1/+2
2024-04-03crypto: iaa - Fix nr_cpus < nr_iaa caseTom Zanussi1-3/+7
2024-04-03drm/i915: Suppress old PLL pipe_mask checks for MG/TC/TBT PLLsVille Syrjälä2-4/+23
2024-04-03drm/i915: Include the PLL name in the debug messagesVille Syrjälä1-19/+20
2024-04-03drm/i915: Try to preserve the current shared_dpll for fastset on type-c portsVille Syrjälä1-1/+7
2024-04-03drm/i915: Replace a memset() with zero initializationVille Syrjälä1-3/+1
2024-04-03mfd: intel-lpss: Introduce QUIRK_CLOCK_DIVIDER_UNITY for XPS 9530Aleksandrs Vinarskis3-0/+17
2024-04-03mfd: intel-lpss: Switch to generalized quirk tableAleksandrs Vinarskis3-10/+24
2024-04-03btrfs: do not skip re-registration for the mounted deviceAnand Jain1-10/+47
2024-04-03btrfs: fix warning messages not printing interval at unpin_extent_range()Filipe Manana1-2/+2
2024-04-03btrfs: handle errors returned from unpin_extent_cache()David Sterba2-3/+16
2024-04-03selftests/mm: Fix build with _FORTIFY_SOURCEVitaly Chikunov3-3/+3
2024-04-03pwm: img: fix pwm clock lookupZoltan HERPAI1-2/+2
2024-04-03efi: fix panic in kdump kernelOleksandr Tymoshenko1-0/+2
2024-04-03x86/fpu: Keep xfd_state in sync with MSR_IA32_XFDAdamos Ttofari2-6/+13
2024-04-03x86/mpparse: Register APIC address only onceThomas Gleixner1-5/+5
2024-04-03efi/libstub: fix efi_random_alloc() to allocate memory at alloc_min or higher...KONDO KAZUMA(近藤 和真)1-1/+1
2024-04-03kprobes/x86: Use copy_from_kernel_nofault() to read from unsafe addressMasami Hiramatsu (Google)1-1/+10
2024-04-03irqchip/renesas-rzg2l: Prevent spurious interrupts when setting trigger typeBiju Das1-4/+32
2024-04-03irqchip/renesas-rzg2l: Rename rzg2l_irq_eoi()Biju Das1-4/+3
2024-04-03irqchip/renesas-rzg2l: Rename rzg2l_tint_eoi()Biju Das1-5/+3
2024-04-03irqchip/renesas-rzg2l: Flush posted write in irq_eoi()Biju Das1-2/+14
2024-04-03printk: Update @console_may_schedule in console_trylock_spinning()John Ogness1-0/+6
2024-04-03iommu/dma: Force swiotlb_max_mapping_size on an untrusted deviceNicolin Chen1-0/+9
2024-04-03swiotlb: Fix alignment checks when both allocation and DMA masks are presentWill Deacon1-2/+9
2024-04-03swiotlb: Honour dma_alloc_coherent() alignment in swiotlb_alloc()Will Deacon1-1/+3
2024-04-03swiotlb: Fix double-allocation of slots due to broken alignment handlingWill Deacon1-12/+14