aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2025-12-09mm/sparse: fix sparse_vmemmap_init_nid_early definition without CONFIG_SPARSEMEMJinhui Guo1-1/+1
2025-12-09powerpc/pseries/cmm: adjust BALLOON_MIGRATE when migrating pagesDavid Hildenbrand1-0/+1
2025-12-09powerpc/pseries/cmm: call balloon_devinfo_init() also without CONFIG_BALLOON_...David Hildenbrand1-1/+1
2025-12-09PCI: rzg3s-host: Initialize MSI status bitmap before useClaudiu Beznea1-1/+1
2025-12-09block: Use RCU in blk_mq_[un]quiesce_tagset() instead of set->tag_list_lockMohamed Khalfella1-9/+8
2025-12-09ublk: don't mutate struct bio_vec in iterationCaleb Sander Mateos1-6/+6
2025-12-09block: prohibit calls to bio_chain_endioShida Zhang1-1/+5
2025-12-09bcache: fix improper use of bi_end_ioShida Zhang1-3/+3
2025-12-09drm/i915: Fix format string truncation warningArd Biesheuvel1-1/+1
2025-12-09drm/i915/fbdev: Hold runtime PM ref during fbdev BO creationDibin Moolakadan Subrahmanian1-4/+7
2025-12-09perf/core: Fix missing read event generation on task exitThaumy Cheng1-10/+12
2025-12-09perf/x86/amd/uncore: Fix the return value of amd_uncore_df_event_init() on errorSandipan Das1-4/+1
2025-12-09ASoC: cs35l56: Fix incorrect select SND_SOC_CS35L56_CAL_SYSFS_COMMONRichard Fitzgerald1-1/+1
2025-12-09ARM: group is_permission_fault() with is_translation_fault()Russell King (Oracle)1-13/+13
2025-12-09ARM: 9464/1: fix input-only operand modification in load_unaligned_zeropad()Liyuan Pang1-5/+5
2025-12-08Merge branch 'mptcp-misc-fixes-for-v6-19-rc1'Jakub Kicinski5-9/+32
2025-12-08mptcp: avoid deadlock on fallback while reinjectingPaolo Abeni1-2/+5
2025-12-08mptcp: schedule rtx timer only after pushing dataPaolo Abeni1-6/+9
2025-12-08selftests: mptcp: pm: ensure unknown flags are ignoredMatthieu Baerts (NGI0)2-0/+15
2025-12-08mptcp: pm: ignore unknown endpoint flagsMatthieu Baerts (NGI0)2-1/+3
2025-12-08tools: ynl: fix build on systems with old kernel headersJakub Kicinski1-0/+2
2025-12-08ynl: add regen hint to new headersJakub Kicinski3-0/+3
2025-12-08mptcp: select CRYPTO_LIB_UTILS instead of CRYPTOEric Biggers1-1/+1
2025-12-08af_unix: annotate unix_gc_lock with __cacheline_aligned_in_smpMateusz Guzik1-1/+1
2025-12-09Merge tag 'v6.19-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/c...Linus Torvalds46-1511/+1740
2025-12-09ALSA: firewire-motu: add bounds check in put_user loop for DSP eventsJunrui Luo1-1/+1
2025-12-09gpio: shared: make locking more fine-grainedBartosz Golaszewski1-14/+20
2025-12-09gpio: shared: fix auxiliary device cleanup orderBartosz Golaszewski1-1/+1
2025-12-09gpio: shared: check if a reference is populated before cleaning its resourcesBartosz Golaszewski1-4/+7
2025-12-09gpio: shared: fix NULL-pointer dereference in teardown pathBartosz Golaszewski1-1/+2
2025-12-09gpio: shared: ignore disabled nodes when traversing the device-treeBartosz Golaszewski1-0/+4
2025-12-09btrfs: fix a potential path leak in print_data_reloc_error()Qu Wenruo1-0/+1
2025-12-09ASoC: cs35l41: Always return 0 when a subsystem ID is foundEric Naim1-3/+4
2025-12-09Revert "btrfs: add ASSERTs on prealloc in qgroup functions"Qu Wenruo1-23/+4
2025-12-08scsi: ufs: qcom: Fix confusing cleanup.h syntaxKrzysztof Kozlowski1-4/+2
2025-12-08scsi: libsas: Add rollback handling when an error occursChaohai Chen3-3/+32
2025-12-09Merge tag 'f2fs-for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds24-449/+643
2025-12-08scsi: device_handler: Return error pointer in scsi_dh_attached_handler_name()Benjamin Marzinski2-3/+18
2025-12-08scsi: ufs: core: Fix a deadlock in the frequency scaling codeBart Van Assche1-4/+3
2025-12-08scsi: ufs: core: Fix an error handler crashBart Van Assche1-11/+14
2025-12-08Merge branch 'next' into for-linusDmitry Torokhov16-445/+207
2025-12-09spi: microchip-core: Fix an error handling path in mchp_corespi_probe()Christophe JAILLET1-0/+1
2025-12-09regulator: spacemit: Align input supply name with the DT bindingJavier Martinez Canillas1-2/+2
2025-12-09Merge tag 'io_uring-6.19-20251208' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-65/+67
2025-12-09Merge tag 'block-6.19-20251208' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds30-153/+278
2025-12-09Merge tag 'ubifs-for-linus-6.19-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-35/+39
2025-12-09Merge tag 'hwmon-for-v6.19-take-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-13/+18
2025-12-08tools/virtio: replace "__auto_type" with "auto"H. Peter Anvin1-1/+1
2025-12-08selftests/bpf: replace "__auto_type" with "auto"H. Peter Anvin1-2/+7
2025-12-08arch/x86: replace "__auto_type" with "auto"H. Peter Anvin3-5/+5