summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-01-28Merge tag 'samsung-dt64-6.20-2' of https://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann-1/+73
2026-01-28Merge tag 'arm-soc/for-6.20/devicetree-arm64' of https://github.com/Broadcom/...Arnd Bergmann-419/+275
2026-01-28Merge tag 'arm-soc/for-6.20/devicetree' of https://github.com/Broadcom/stblin...Arnd Bergmann-2/+2
2026-01-28iommufd: Initialize batch->kind in batch_clear()Deepanshu Kartikey-0/+1
2026-01-28arm64: poe: fix stale POR_EL0 values for ptraceJoey Gouly-0/+3
2026-01-28PCI/pwrctrl: Add PCIe M.2 connector supportManivannan Sadhasivam-4/+28
2026-01-28Merge tag 'riscv-sophgo-dt-for-v6.20' of https://github.com/sophgo/linux into...Arnd Bergmann-521/+544
2026-01-28Merge tag 'stm32-dt-for-v6.20-1' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann-228/+365
2026-01-28Merge tag 'pinctrl-v6.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-168/+26
2026-01-28Merge tag 'imx-dt64-6.20' of https://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann-365/+10176
2026-01-28Merge tag 'imx-bindings-6.20' of https://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann-2/+38
2026-01-28Merge tag 'tegra-for-6.20-dt-bindings-v2' of git://git.kernel.org/pub/scm/lin...Arnd Bergmann-80/+225
2026-01-28rust: dma: allow drivers to tune max segment sizeBeata Michalska-0/+23
2026-01-28spi: spi-fsl-lpspi: Handle clock polarity and phaseMarek Vasut-4/+50
2026-01-28nfsd: cancel async COPY operations when admin revokes filesystem stateChuck Lever-18/+133
2026-01-28nfsd: add controls to set the minimum number of threads per poolJeff Layton-4/+42
2026-01-28nfsd: adjust number of running nfsd threads based on activityJeff Layton-1/+77
2026-01-28sunrpc: allow svc_recv() to return -ETIMEDOUT and -EBUSYJeff Layton-13/+47
2026-01-28sunrpc: split new thread creation into a separate functionJeff Layton-29/+47
2026-01-28sunrpc: introduce the concept of a minimum number of threads per poolJeff Layton-21/+52
2026-01-28sunrpc: track the max number of requested threads in a poolJeff Layton-1/+3
2026-01-28sunrpc: remove special handling of NULL pool from svc_start/stop_kthreads()Jeff Layton-46/+7
2026-01-28sunrpc: split svc_set_num_threads() into two functionsJeff Layton-34/+71
2026-01-28soc: qcom: smem: fix qcom_smem_is_available and check if __smem is validChristian Marangi-2/+3
2026-01-28nvme: stop using AWUPFJohn Garry-10/+7
2026-01-28nvme-pci: DMA unmap the correct regions in nvme_free_sglsRoger Pau Monne-2/+2
2026-01-28dm mpath: make pg_init_delay_msecs settableBenjamin Marzinski-1/+1
2026-01-28Revert "dm: fix a race condition in retrieve_deps"Benjamin Marzinski-31/+9
2026-01-28dm mpath: Add missing dm_put_device when failing to get scsi dh nameBenjamin Marzinski-10/+10
2026-01-28gpiolib: acpi: Fix potential out-of-boundary left shiftAndy Shevchenko-4/+17
2026-01-28iommupt: Only cache flush memory changed by unmapJason Gunthorpe-1/+10
2026-01-28iommu/amd: Fix type of type parameter to amd_iommufd_hw_info()Nathan Chancellor-2/+2
2026-01-28PCI: dwc: Advertise dynamic inbound mapping supportKoichiro Den-0/+19
2026-01-28PCI: endpoint: Add BAR subrange mapping supportKoichiro Den-0/+35
2026-01-28PCI: endpoint: Add dynamic_inbound_mapping EPC featureKoichiro Den-0/+5
2026-01-28pinctrl: tangier: Join tng_pinctrl_probe() into its wrapperAndy Shevchenko-13/+6
2026-01-28pinctrl: tangier: Remove duplicate error messagesAndy Shevchenko-1/+1
2026-01-28pinctrl: lynxpoint: Remove duplicate error messagesAndy Shevchenko-1/+1
2026-01-28pinctrl: cherryview: Remove duplicate error messagesAndy Shevchenko-1/+1
2026-01-28pinctrl: baytrail: Remove duplicate error messagesAndy Shevchenko-1/+1
2026-01-28pinctrl: intel: Remove duplicate error messagesAndy Shevchenko-1/+1
2026-01-28kselftest/arm64: Raise default number of loops in fp-pidbenchMark Brown-1/+1
2026-01-28kselftest/arm64: Add a no-SVE loop after SVE in fp-pidbenchMark Brown-0/+4
2026-01-28perf/cxlpmu: Replace IRQF_ONESHOT with IRQF_NO_THREADSebastian Andrzej Siewior-1/+1
2026-01-28platform/x86: hp-wmi: Add EC offsets to read Victus S thermal profileKrishna Chomal-7/+96
2026-01-28platform/x86: classmate-laptop: Add missing NULL pointer checksRafael J. Wysocki-0/+32
2026-01-28Merge patch series "refactor Rust proc macros with `syn`"Miguel Ojeda-982/+816
2026-01-28rust: macros: support `#[cfg]` properly in `#[vtable]` macro.Gary Guo-9/+10
2026-01-28rust: kunit: use `pin_init::zeroed` instead of custom null valueGary Guo-27/+3
2026-01-28rust: macros: rearrange `#[doc(hidden)]` in `module!` macroGary Guo-9/+1