summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-08Linux 5.15.171v5.15.171Greg Kroah-Hartman
2024-11-08mac80211: always have ieee80211_sta_restart()Johannes Berg
2024-11-08vt: prevent kernel-infoleak in con_font_get()Jeongjun Park
2024-11-08drm/i915: Fix potential context UAFsRob Clark
2024-11-08Revert "drm/mipi-dsi: Set the fwnode for mipi_dsi_device"Jason-JH.Lin
2024-11-08mm: shmem: fix data-race in shmem_getattr()Jeongjun Park
2024-11-08wifi: iwlwifi: mvm: fix 6 GHz scan constructionJohannes Berg
2024-11-08nilfs2: fix kernel bug due to missing clearing of checked flagRyusuke Konishi
2024-11-08x86/bugs: Use code segment selector for VERW operandPawan Gupta
2024-11-08ocfs2: pass u64 to ocfs2_truncate_inline maybe overflowEdward Adam Davis
2024-11-08mm/page_alloc: let GFP_ATOMIC order-0 allocs access highatomic reservesMatt Fleming
2024-11-08mm/page_alloc: explicitly define how __GFP_HIGH non-blocking allocations acce...Mel Gorman
2024-11-08mm/page_alloc: explicitly define what alloc flags deplete min reservesMel Gorman
2024-11-08mm/page_alloc: explicitly record high-order atomic allocations in alloc_flagsMel Gorman
2024-11-08mm/page_alloc: treat RT tasks similar to __GFP_HIGHMel Gorman
2024-11-08mm/page_alloc: rename ALLOC_HIGH to ALLOC_MIN_RESERVEMel Gorman
2024-11-08mm/page_alloc: split out buddy removal code from rmqueue into separate helperMel Gorman
2024-11-08mm/page_alloc: fix tracepoint mm_page_alloc_zone_locked()Wonhyuk Yang
2024-11-08mm/page_alloc: call check_new_pages() while zone spinlock is not heldEric Dumazet
2024-11-08riscv: Remove duplicated GET_RMChunyan Zhang
2024-11-08riscv: Remove unused GENERATING_ASM_OFFSETSChunyan Zhang
2024-11-08riscv: Use '%u' to format the output of 'cpu'WangYuli
2024-11-08riscv: efi: Set NX compat flag in PE/COFF headerHeinrich Schuchardt
2024-11-08riscv: vdso: Prevent the compiler from inserting calls to memset()Alexandre Ghiti
2024-11-08nilfs2: fix potential deadlock with newly created symlinksRyusuke Konishi
2024-11-08iio: light: veml6030: fix microlux value calculationJavier Carrasco
2024-11-08iio: adc: ad7124: fix division by zero in ad7124_set_channel_odr()Zicheng Qu
2024-11-08staging: iio: frequency: ad9832: fix division by zero in ad9832_calc_freqreg()Zicheng Qu
2024-11-08wifi: iwlegacy: Clear stale interrupts before resuming deviceVille Syrjälä
2024-11-08wifi: ath10k: Fix memory leak in management txManikanta Pubbisetty
2024-11-08wifi: mac80211: do not pass a stopped vif to the driver in .get_txpowerFelix Fietkau
2024-11-08Revert "driver core: Fix uevent_show() vs driver detach race"Greg Kroah-Hartman
2024-11-08xhci: Use pm_runtime_get to prevent RPM on unsupported systemsBasavaraj Natikar
2024-11-08xhci: Fix Link TRB DMA in command ring stopped completion eventFaisal Hassan
2024-11-08usb: typec: fix unreleased fwnode_handle in typec_port_register_altmodes()Javier Carrasco
2024-11-08usb: phy: Fix API devm_usb_put_phy() can not release the phyZijun Hu
2024-11-08usbip: tools: Fix detach_port() invalid port error pathZongmin Zhou
2024-11-08misc: sgi-gru: Don't disable preemption in GRU driverDimitri Sivanich
2024-11-08NFS: remove revoked delegation from server's delegation listDai Ngo
2024-11-08net: amd: mvme147: Fix probe banner messageDaniel Palmer
2024-11-08scsi: scsi_transport_fc: Allow setting rport state to current stateBenjamin Marzinski
2024-11-08fs/ntfs3: Additional check in ni_clear()Konstantin Komarov
2024-11-08fs/ntfs3: Fix possible deadlock in mi_readKonstantin Komarov
2024-11-08fs/ntfs3: Fix warning possible deadlock in ntfs_set_stateKonstantin Komarov
2024-11-08fs/ntfs3: Check if more than chunk-size bytes are writtenAndrew Ballance
2024-11-08ACPI: CPPC: Make rmw_lock a raw_spin_lockPierre Gondois
2024-11-08firmware: arm_sdei: Fix the input parameter of cpuhp_remove_state()Xiongfeng Wang
2024-11-08netfilter: nft_payload: sanitize offset and length before calling skb_checksum()Pablo Neira Ayuso
2024-11-08net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extensionBenoît Monin
2024-11-08netfilter: Fix use-after-free in get_info()Dong Chenchen