aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2025-10-17rust: cpufreq: fix formattingMiguel Ojeda1-2/+1
2025-10-17rust: alloc: employ a trailing comment to keep vertical layoutMiguel Ojeda1-1/+1
2025-10-17docs: rust: add section on imports formattingMiguel Ojeda1-0/+75
2025-10-16net: rmnet: Fix checksum offload header v5 and aggregation packet formattingBagas Sanjaya1-3/+9
2025-10-16net/mlx5e: psp, avoid 'accel' NULL pointer dereferenceCosmin Ratiu1-3/+4
2025-10-16net: gro: clear skb_shinfo(skb)->hwtstamps in napi_reuse_skb()Eric Dumazet1-2/+8
2025-10-16net/mlx5e: Return 1 instead of 0 in invalid case in mlx5e_mpwrq_umr_entry_size()Nathan Chancellor1-1/+1
2025-10-16net: usb: rtl8150: Fix frame paddingMichal Pecio1-2/+9
2025-10-16x86/sgx: Enable automatic SVN updates for SGX enclavesElena Reshetova1-2/+18
2025-10-16x86/sgx: Implement ENCLS[EUPDATESVN]Elena Reshetova3-15/+96
2025-10-16x86/sgx: Define error codes for use by ENCLS[EUPDATESVN]Elena Reshetova1-0/+6
2025-10-16x86/cpufeatures: Add X86_FEATURE_SGX_EUPDATESVN feature flagElena Reshetova3-0/+3
2025-10-16x86/sgx: Introduce functions to count the sgx_(vepc_)open()Elena Reshetova5-2/+51
2025-10-17Merge tag 'amd-drm-fixes-6.18-2025-10-16' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixesDave Airlie28-144/+166
2025-10-17Merge tag 'drm-intel-fixes-2025-10-16' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-fixesDave Airlie5-24/+47
2025-10-16Merge tag 'nvme-6.18-2025-10-16' of git://git.infradead.org/nvme into block-6.18Jens Axboe3-3/+12
2025-10-16PCI/MSI: Delete pci_msi_create_irq_domain()Nam Cao2-93/+0
2025-10-16sched_ext: fix flag check for deferred callbacksEmil Tsalapatis1-1/+1
2025-10-16nvme/tcp: handle tls partially sent records in write_space()Wilfred Mallawa1-0/+3
2025-10-16Merge tag 'asoc-fix-v6.18-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai11742-291783/+521998
2025-10-16Merge tag 'f2fs-fix-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds2-2/+2
2025-10-16bpf: Fix memory leak in __lookup_instance error pathShardul Bankar1-1/+3
2025-10-16Merge tag 'for-6.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds9-22/+25
2025-10-16Merge tag 'v6.18-rc1-smb-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds4-16/+34
2025-10-16Merge tag 'net-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds57-181/+816
2025-10-16Merge tag 'ata-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/libata/linuxLinus Torvalds2-7/+10
2025-10-16selftests: arg_parsing: Ensure data is flushed to disk before reading.Xing Guo1-0/+3
2025-10-16HID: logitech-hidpp: Add HIDPP_QUIRK_RESET_HI_RES_SCROLLStuart Hayhurst1-0/+21
2025-10-16irqchip/riscv-imsic: Inline imsic_vector_from_local_id()Samuel Holland3-20/+3
2025-10-16irqchip/riscv-imsic: Embed the vector array in lprivSamuel Holland2-9/+3
2025-10-16irqchip/riscv-imsic: Remove redundant irq_data lookupsSamuel Holland1-2/+2
2025-10-16irqchip/ts4800: Drop unused module aliasJohan Hovold1-1/+0
2025-10-16irqchip/mvebu-pic: Drop unused module aliasJohan Hovold1-2/+0
2025-10-16irqchip/meson-gpio: Drop unused module aliasJohan Hovold1-1/+0
2025-10-16irqchip: Enable compile testing of Broadcom driversJohan Hovold1-3/+3
2025-10-16irqchip: Pass platform device to platform driversJohan Hovold14-109/+78
2025-10-16drm/rockchip: dw_hdmi: use correct SCLIN mask for RK3228Alok Tiwari1-1/+1
2025-10-16x86/idtentry: Add missing '*' to kernel-doc linesRandy Dunlap1-2/+2
2025-10-16drm/ci: disable broken MR check in sanity jobVignesh Raman1-1/+1
2025-10-16drm/msm: make sure last_fence is always updatedAnna Maniscalco1-4/+5
2025-10-16drm/msm/a6xx: Fix GMU firmware parserAkhil P Oommen1-1/+4
2025-10-16drm/msm: Fix pgtable prealloc error pathRob Clark1-0/+5
2025-10-16udp: do not use skb_release_head_state() before skb_attempt_defer_free()Eric Dumazet2-2/+1
2025-10-16spi: airoha: fix reading/writing of flashes with more than one plane per lunMikhail Kshevetskiy1-3/+6
2025-10-16spi: airoha: switch back to non-dma mode in the case of errorMikhail Kshevetskiy1-2/+5
2025-10-16spi: airoha: add support of dual/quad wires spi modes to exec_op() handlerMikhail Kshevetskiy1-26/+82
2025-10-16spi: airoha: return an error for continuous mode dirmap creation casesMikhail Kshevetskiy1-0/+4
2025-10-16slab: reset slab->obj_ext when freeing and it is OBJEXTS_ALLOC_FAILHao Ge1-1/+8
2025-10-16drm/sched: Fix potential double free in drm_sched_job_add_resv_dependenciesTvrtko Ursulin1-6/+7
2025-10-16RISC-V: KVM: Fix check for local interrupts on riscv32Samuel Holland1-1/+1