summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2023-07-17blk-mq: use percpu csd to remote complete instead of per-rq csdChengming Zhou
2023-07-17block: don't allow enabling a cache on devices that don't support itChristoph Hellwig
2023-07-17Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter
2023-07-17net: phy: bcm7xxx: Add EPHY entry for 74165Florian Fainelli
2023-07-16Merge tag 'sched_urgent_for_v6.5_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2023-07-15remoteproc: core: Export the rproc coredump APIsSiddharth Gupta
2023-07-15rpmsg: core: Add signal API supportDeepak Kumar Singh
2023-07-15clk: qcom: smd-rpm: Move some RPM resources to the common headerKonrad Dybcio
2023-07-15soc: qcom: smd-rpm: Use tabs for definesKonrad Dybcio
2023-07-15soc: qcom: smd-rpm: Add QCOM_SMD_RPM_STATE_NUMKonrad Dybcio
2023-07-14Merge tag 'block-6.5-2023-07-14' of git://git.kernel.dk/linuxLinus Torvalds
2023-07-14rcuscale: Measure grace-period kthread CPU timePaul E. McKenney
2023-07-14jiffies: add kernel-doc for all APIsRandy Dunlap
2023-07-14Merge tag 'drm-fixes-2023-07-14-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2023-07-14iommu: Optimise PCI SAC address trickRobin Murphy
2023-07-14spi: Use struct_size() helperAndy Shevchenko
2023-07-14platform/x86/intel/tpmi: Read feature control statusSrinivas Pandruvada
2023-07-14Merge tag 'ib-pdx86-simatic-v6.6' into review-hansHans de Goede
2023-07-14platform/x86: simatic-ipc: add another modelHenning Schild
2023-07-14platform/x86: simatic-ipc: add CMOS battery monitoringHenning Schild
2023-07-14media: i2c: add I2C Address Translator (ATR) supportLuca Ceresoli
2023-07-14platform/x86: simatic-ipc: add another model BX-21AHenning Schild
2023-07-14net: mdio: add unlocked mdiobus and mdiodev bus accessorsRussell King (Oracle)
2023-07-14net: phylink: add support for PCS link change notificationsRussell King (Oracle)
2023-07-14net: phylink: add pcs_pre_config()/pcs_post_config() methodsRussell King (Oracle)
2023-07-14net: phylink: add pcs_enable()/pcs_disable() methodsRussell King (Oracle)
2023-07-14ipv6: Constify the sk parameter of several helper functions.Guillaume Nault
2023-07-14security: Constify sk in the sk_getsecid hook.Guillaume Nault
2023-07-13soc: qcom: smem: Add qcom_smem_is_available()Stephan Gerhold
2023-07-13net: stmmac: replace the en_tx_lpi_clockgating field with a flagBartosz Golaszewski
2023-07-13net: stmmac: replace the rx_clk_runs_in_lpi field with a flagBartosz Golaszewski
2023-07-13net: stmmac: replace the int_snapshot_en field with a flagBartosz Golaszewski
2023-07-13net: stmmac: replace the ext_snapshot_en field with a flagBartosz Golaszewski
2023-07-13net: stmmac: replace the multi_msi_en field with a flagBartosz Golaszewski
2023-07-13net: stmmac: replace the vlan_fail_q_en field with a flagBartosz Golaszewski
2023-07-13net: stmmac: replace the serdes_up_after_phy_linkup field with a flagBartosz Golaszewski
2023-07-13net: stmmac: replace the tso_en field with a flagBartosz Golaszewski
2023-07-13net: stmmac: replace the has_sun8i field with a flagBartosz Golaszewski
2023-07-13net: stmmac: replace the use_phy_wol field with a flagBartosz Golaszewski
2023-07-13net: stmmac: replace the sph_disable field with a flagBartosz Golaszewski
2023-07-13net: stmmac: replace the has_integrated_pcs field with a flagBartosz Golaszewski
2023-07-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-07-13Merge tag 'net-6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-07-13Merge tag 'trace-v6.5-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-07-13Merge tag 'nvme-6.5-2023-07-13' of git://git.infradead.org/nvme into block-6.5Jens Axboe
2023-07-13PCI: Change pdev->rom_attr_enabled to single bitChristophe JAILLET
2023-07-13PCI: Reorder pci_dev fields to reduce holesChristophe JAILLET
2023-07-13PCI/AER: Unexport pci_enable_pcie_error_reporting()Bjorn Helgaas
2023-07-13PCI/AER: Drop unused pci_disable_pcie_error_reporting()Bjorn Helgaas
2023-07-13sched/core: introduce sched_core_idle_cpu()Cruz Zhao