summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2026-01-20netkit: Add netkit notifier to check for unregistering devicesDaniel Borkmann
2026-01-19fs/writeback: skip AS_NO_DATA_INTEGRITY mappings in wait_sb_inodes()Joanne Koong
2026-01-19mm: take into account mm_cid size for mm_struct static definitionsMathieu Desnoyers
2026-01-19mm: rename cpu_bitmap field to flexible_arrayMathieu Desnoyers
2026-01-19net: ethtool: Add support for 80Gbps speedMika Westerberg
2026-01-19dpll: add dpll_device op to set working modeIvan Vecera
2026-01-19dpll: add dpll_device op to get supported modesIvan Vecera
2026-01-19Merge tag 'common_phys_vec_via_vfio' into v6.20/vfio/nextAlex Williamson
2026-01-19types: reuse common phys_vec type instead of DMABUF open‑coded variantLeon Romanovsky
2026-01-19mm: add stubs for PFNMAP memory failure registration functionsAnkit Agrawal
2026-01-19dma-buf: Remove DMA-BUF sysfs statsT.J. Mercier
2026-01-19dma-buf: heaps: add parameter to account allocations using cgroupEric Chanudet
2026-01-19soc: mediatek: mtk-cmdq: Extend cmdq_pkt_write API for SoCs without subsys IDJason-JH Lin
2026-01-19soc: mediatek: mtk-cmdq: Add pa_base parsing for hardware without subsys ID s...Jason-JH Lin
2026-01-19mailbox: mtk-cmdq: Add mminfra_offset configuration for DRAM transactionJason-JH Lin
2026-01-19mailbox: mtk-cmdq: Add cmdq private data to cmdq_pkt for generating instructionJason-JH Lin
2026-01-19Merge back ACPI power management material for 6.20Rafael J. Wysocki
2026-01-19Merge 6.19-rc6 usb-nextGreg Kroah-Hartman
2026-01-19driver core: make pinctrl_bind_pins() privateBartosz Golaszewski
2026-01-18mailbox: mtk-cmdq: Add mminfra_offset configuration for DRAM transactionJason-JH Lin
2026-01-18mailbox: mtk-cmdq: Add cmdq private data to cmdq_pkt for generating instructionJason-JH Lin
2026-01-18Merge tag 'usb-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2026-01-18soc: apple: rtkit: Add function to poweroffSven Peter
2026-01-18mailbox: mediatek: Add mtk-vcp-mailbox driverJjian Zhou
2026-01-18Merge tag 'sched-urgent-2026-01-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-01-18Merge branch 'for-7.0/blk-pvec' into for-7.0/blockJens Axboe
2026-01-18watchdog: Make API functions const correctKari Argillander
2026-01-18compiler: Use __typeof_unqual__() for __unqual_scalar_typeof()Peter Zijlstra
2026-01-18firewire: core: add fw_iso_context_create() variant with header storage sizeTakashi Sakamoto
2026-01-18firewire: core: provide isoc header buffer size outside card driverTakashi Sakamoto
2026-01-18firewire: core: add flags member for isochronous context structureTakashi Sakamoto
2026-01-18firewire: core: add function variants for isochronous context creationTakashi Sakamoto
2026-01-17compiler_types.h: Attributes: Add __counted_by_ptr macroBill Wendling
2026-01-17firmware: arm_scmi: imx: Support getting syslog of MISC protocolPeng Fan
2026-01-17f2fs: support non-4KB block size without packed_ssa featureDaeho Jeong
2026-01-16Merge tag 'pci-v6.19-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-01-16Merge tag 'pm-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2026-01-16genirq/chip: Change irq_chip_pm_put() return type to voidRafael J. Wysocki
2026-01-16PCI: Drop the assert_perst() callbackManivannan Sadhasivam
2026-01-16PCI/pwrctrl: Add APIs to power on/off pwrctrl devicesManivannan Sadhasivam
2026-01-16PCI/pwrctrl: Add APIs to create, destroy pwrctrl devicesKrishna Chaitanya Chundru
2026-01-16PCI/pwrctrl: Add 'struct pci_pwrctrl::power_{on/off}' callbacksManivannan Sadhasivam
2026-01-16dax/hmem, e820, resource: Defer Soft Reserved insertion until hmem is readyDan Williams
2026-01-16driver core: attribute_container: change return type to voidDaniel Gomez
2026-01-16mmc: rtsx: reset power state on suspendMatthew Schwartz
2026-01-16mmc: rtsx_pci: add quirk to disable MMC_CAP_AGGRESSIVE_PM for RTS525AMatthew Schwartz
2026-01-16eeprom_93cx6: fix struct member kernel-docRandy Dunlap
2026-01-16comedi: comedi_8254: correct kernel-doc warningsRandy Dunlap
2026-01-16x86/uprobes: Fix XOL allocation failure for 32-bit tasksOleg Nesterov
2026-01-16revocable: Revocable resource managementTzung-Bi Shih