summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2025-08-14devlink/port: Check attributes early and constifyParav Pandit
2025-08-14ice: Implement support for SRIOV VFs across Active/Active bondsDave Ertman
2025-08-14drm: Add MIPI read_multi func and two write macrosBrigham Campbell
2025-08-14srcu: Add guards for notrace variants of SRCU-fast readersPaul E. McKenney
2025-08-14srcu: Add srcu_read_lock_fast_notrace() and srcu_read_unlock_fast_notrace()Paul E. McKenney
2025-08-14srcu: Move rcu_is_watching() checks to srcu_read_{,un}lock_fast()Paul E. McKenney
2025-08-15dt-bindings: interconnect: document the RPMh Network-On-Chip interconnect in ...Raviteja Laggyshetty
2025-08-14s390/pci: Use pci_uevent_ers() in PCI recoveryNiklas Schnelle
2025-08-14dlm: check for undefined release_option valuesAlexander Aring
2025-08-14dlm: handle release_option as unsignedAlexander Aring
2025-08-14PCI: Clean up __pci_find_next_cap_ttl() readabilityHans Zhang
2025-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-08-14x86/vmscape: Enable the mitigationPawan Gupta
2025-08-14ice: cleanup capabilities evaluationDave Ertman
2025-08-14Merge tag 'net-6.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-08-14media: v4l2-common: Improve devm_v4l2_sensor_clk_get() documentationSakari Ailus
2025-08-14dt-bindings: reset: thead,th1520-reset: add more VOSYS resetsIcenowy Zheng
2025-08-14net: ethtool: support including Flow Label in the flow hash for RSSJakub Kicinski
2025-08-14ALSA: hda: Use min() to simplify snd_hda_get_devices()Thorsten Blum
2025-08-13net: kcm: Fix race condition in kcm_unattach()Sven Stegemann
2025-08-13Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2025-08-13net: mediatek: wed: Introduce MT7992 WED support to MT7988 SoCLorenzo Bianconi
2025-08-13net: stmmac: Change first parameter of fix_soc_reset()Tiezhu Yang
2025-08-13bpf: Don't use %pK through printkThomas Weißschuh
2025-08-14Merge tag 'drm-misc-next-fixes-2025-08-12' of https://gitlab.freedesktop.org/...Dave Airlie
2025-08-13cpuset: remove redundant CS_ONLINE flagChen Ridong
2025-08-13kcov, usb: Don't disable interrupts in kcov_remote_start_usb_softirq()Sebastian Andrzej Siewior
2025-08-13media: v4l2-common: Add a helper for obtaining the clock producerMehdi Djait
2025-08-13RDMA/ucma: Support write an event into a CMMark Zhang
2025-08-13RDMA/ucma: Support query resolved service recordsMark Zhang
2025-08-13RDMA/cma: Support IB service record resolutionMark Zhang
2025-08-13RDMA/sa_query: Support IB service records resolutionMark Zhang
2025-08-13locking: Fix __clear_task_blocked_on() warning from __ww_mutex_wound() pathJohn Stultz
2025-08-13block: switch ->getgeo() to struct gendiskAl Viro
2025-08-13scsi: switch ->bios_param() to passing gendiskAl Viro
2025-08-13scsi: switch scsi_bios_ptable() and scsi_partsize() to gendiskAl Viro
2025-08-13ipvs: Fix estimator kthreads preferred affinityFrederic Weisbecker
2025-08-13media: v4l2-core: Rename second ioctl handlers argument to 'void *priv'Laurent Pinchart
2025-08-13media: v4l2-ioctl: Stop passing fh pointer to ioctl handlersLaurent Pinchart
2025-08-13media: Drop V4L2_FL_USES_V4L2_FH checksLaurent Pinchart
2025-08-13media: Reset file->private_data to NULL in v4l2_fh_del()Laurent Pinchart
2025-08-13media: Set file->private_data in v4l2_fh_add()Laurent Pinchart
2025-08-13media: v4l2-fh: Move piece of documentation to correct functionLaurent Pinchart
2025-08-13media: Wrap file->private_data access with a helper functionLaurent Pinchart
2025-08-12net: airoha: Add airoha_offload.h headerLorenzo Bianconi
2025-08-12net: stmmac: add suspend()/resume() platform opsRussell King (Oracle)
2025-08-12bpf: Tidy verifier bug messagePaul Chaignon
2025-08-12Input: tca6416-keypad - remove the driverDmitry Torokhov
2025-08-12devlink: let driver opt out of automatic phys_port_name generationJedrzej Jagielski
2025-08-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfMartin KaFai Lau