aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2025-02-08Linux 6.6.76v6.6.76Greg Kroah-Hartman
2025-02-08LoongArch: Change 8 to 14 for LOONGARCH_MAX_{BRP,WRP}Tiezhu Yang
2025-02-08s390: Add '-std=gnu11' to decompressor and purgatory CFLAGSNathan Chancellor
2025-02-08btrfs: output the reason for open_ctree() failureQu Wenruo
2025-02-08media: imx-jpeg: Fix potential error pointer dereference in detach_pm()Dan Carpenter
2025-02-08staging: media: max96712: fix kernel oops when removing moduleLaurentiu Palcu
2025-02-08usb: gadget: f_tcm: Don't free command immediatelyThinh Nguyen
2025-02-08pps: Fix a use-after-freeCalvin Owens
2025-02-08media: uvcvideo: Fix double free in error pathLaurent Pinchart
2025-02-08remoteproc: core: Fix ida_free call while not allocatedArnaud Pouliquen
2025-02-08mptcp: handle fastopen disconnect correctlyPaolo Abeni
2025-02-08mptcp: consolidate suboption statusPaolo Abeni
2025-02-08usb: typec: tcpci: Prevent Sink disconnection before vPpsShutdown in SPR PPSKyle Tso
2025-02-08usb: typec: tcpm: set SRC_SEND_CAPABILITIES timeout to PD_T_SENDER_RESPONSEJos Wang
2025-02-08usb: dwc3: core: Defer the probe until USB power supply readyKyle Tso
2025-02-08usb: dwc3-am62: Fix an OF node leak in phy_syscon_pll_refclk()Joe Hattori
2025-02-08usb: gadget: f_tcm: Fix Get/SetInterface return valueThinh Nguyen
2025-02-08drivers/card_reader/rtsx_usb: Restore interrupt based detectionSean Rhodes
2025-02-08usb: xhci: Fix NULL pointer dereference on certain command abortsMichal Pecio
2025-02-08net: usb: rtl8150: enable basic endpoint checkingNikita Zhandarovich
2025-02-08ALSA: usb-audio: Add delay quirk for iBasso DC07 ProLianqin Hu
2025-02-08ktest.pl: Check kernelrelease return in get_versionRicardo B. Marliere
2025-02-08selftests/rseq: Fix handling of glibc without rseq supportMathieu Desnoyers
2025-02-08netfilter: nf_tables: reject mismatching sum of field_len with set key lengthPablo Neira Ayuso
2025-02-08kbuild: switch from lz4c to lz4 for compressionParth Pancholi
2025-02-08Revert "SUNRPC: Reduce thread wake-up rate when receiving large RPC messages"Chuck Lever
2025-02-08NFSD: Reset cb_seq_status after NFS4ERR_DELAYChuck Lever
2025-02-08f2fs: Introduce linear search for dentriesDaniel Lee
2025-02-08hexagon: Fix unbalanced spinlock in die()Lin Yujun
2025-02-08hexagon: fix using plain integer as NULL pointer warning in cmpxchgWillem de Bruijn
2025-02-08kconfig: fix memory leak in sym_warn_unmet_dep()Masahiro Yamada
2025-02-08kconfig: WERROR unmet symbol dependencySergey Senozhatsky
2025-02-08kconfig: deduplicate code in conf_read_simple()Masahiro Yamada
2025-02-08kconfig: remove unused code for S_DEF_AUTO in conf_read_simple()Masahiro Yamada
2025-02-08kconfig: require a space after '#' for valid inputMasahiro Yamada
2025-02-08kconfig: fix file name in warnings when loading KCONFIG_DEFCONFIG_LISTMasahiro Yamada
2025-02-08cifs: Fix getting and setting SACLs over SMB1Pali Rohár
2025-02-08cifs: Validate EAs for WSL reparse pointsPali Rohár
2025-02-08io_uring/uring_cmd: use cached cmd_op in io_uring_cmd_sock()Jens Axboe
2025-02-08ASoC: rockchip: i2s_tdm: Re-add the set_sysclk callbackDetlev Casanova
2025-02-08RISC-V: Mark riscv_v_init() as __initPalmer Dabbelt
2025-02-08hostfs: fix the host directory parse when mounting.Hongbo Li
2025-02-08hostfs: Add const qualifier to host_root in hostfs_fill_super()Nathan Chancellor
2025-02-08hostfs: fix string handling in __dentry_name()Al Viro
2025-02-08hostfs: convert hostfs to use the new mount APIHongbo Li
2025-02-08genksyms: fix memory leak when the same symbol is read from *.symref fileMasahiro Yamada
2025-02-08genksyms: fix memory leak when the same symbol is added from sourceMasahiro Yamada
2025-02-08net: hsr: fix fill_frame_info() regression vs VLAN packetsEric Dumazet
2025-02-08net: sh_eth: Fix missing rtnl lock in suspend/resume pathKory Maincent
2025-02-08net: xdp: Disallow attaching device-bound programs in generic modeToke Høiland-Jørgensen