summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-01-05xdp: Move conversion to xdp_frame out of map functionsToke Høiland-Jørgensen
2022-01-05page_pool: Store the XDP mem idToke Høiland-Jørgensen
2022-01-05page_pool: Add callback to init pages when they are allocatedToke Høiland-Jørgensen
2022-01-05xdp: Allow registering memory model without rxq referenceToke Høiland-Jørgensen
2022-01-05dt-bindings: clock: Add DT bindings for SMU of Toshiba Visconti TMPV770x SoCNobuhiro Iwamatsu
2022-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-05Merge tag 'net-5.16-final' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds
2022-01-05IB/mlx5: Expose NDR speed through MADMaher Sanalla
2022-01-05block: introduce rq_list_moveKeith Busch
2022-01-05block: introduce rq_list_for_each_safe macroKeith Busch
2022-01-05block: move rq_list macros to blk-mq.hKeith Busch
2022-01-05RDMA/mad: Delete duplicated init_query_mad functionsLeon Romanovsky
2022-01-05Merge branches 'for-next/misc', 'for-next/cache-ops-dzp', 'for-next/stacktrac...Catalin Marinas
2022-01-05headers/deps: USB: Optimize <linux/usb/ch9.h> dependencies, remove <linux/dev...Ingo Molnar
2022-01-05Merge tag 'linux-can-next-for-5.17-20220105' of git://git.kernel.org/pub/scm/...David S. Miller
2022-01-05net: dsa: combine two holes in struct dsa_switch_treeVladimir Oltean
2022-01-05net: dsa: move dsa_switch_tree :: ports and lags to first cache lineVladimir Oltean
2022-01-05net: dsa: make dsa_switch :: num_ports an unsigned intVladimir Oltean
2022-01-05net: dsa: merge all bools of struct dsa_switch into a single u32Vladimir Oltean
2022-01-05net: dsa: move dsa_port :: type near dsa_port :: indexVladimir Oltean
2022-01-05net: dsa: merge all bools of struct dsa_port into a single u8Vladimir Oltean
2022-01-05net: dsa: move dsa_port :: stp_state near dsa_port :: macVladimir Oltean
2022-01-05Merge tag 'asoc-v5.17' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai
2022-01-05Merge branch 'for-next' into for-linusTakashi Iwai
2022-01-05net: mdio: add helpers to extract clause 45 regad and devad fieldsRussell King (Oracle)
2022-01-05can: netlink: report the CAN controller mode supported flagsVincent Mailhol
2022-01-05can: dev: reorder struct can_priv members for better packingVincent Mailhol
2022-01-05can: dev: add sanity check in can_set_static_ctrlmode()Vincent Mailhol
2022-01-05can: dev: replace can_priv::ctrlmode_static by can_get_static_ctrlmode()Vincent Mailhol
2022-01-05can: do not increase tx_bytes statistics for RTR framesVincent Mailhol
2022-01-05ata: libata: remove debug compilation switchesHannes Reinecke
2022-01-05ata: libata: remove 'new' ata message handlingHannes Reinecke
2022-01-05ata: libata: drop ata_msg_drv()Hannes Reinecke
2022-01-05ata: libata: drop ata_msg_info()Hannes Reinecke
2022-01-05ata: libata: drop ata_msg_probe()Hannes Reinecke
2022-01-05ata: libata: drop ata_msg_warn()Hannes Reinecke
2022-01-05ata: libata: drop ata_msg_malloc()Hannes Reinecke
2022-01-05ata: libata: drop ata_msg_ctl()Hannes Reinecke
2022-01-05ata: libata: drop ata_msg_error() and ata_msg_intr()Hannes Reinecke
2022-01-05ata: libata: move ata_{port,link,dev}_dbg to standard pr_XXX() macrosHannes Reinecke
2022-01-05ata: libata: add tracepoints for ATA error handlingHannes Reinecke
2022-01-05ata: libata-sff: tracepoints for HSM state machineHannes Reinecke
2022-01-05ata: libata: tracepoints for bus-master DMAHannes Reinecke
2022-01-05dmaengine: idxd: change MSIX allocation based on per wq activationDave Jiang
2022-01-05scsi: core: Fix scsi_mode_select() interfaceDamien Le Moal
2022-01-04ACPI: PCC: Implement OperationRegion handler for the PCC Type 3 subtypeSudeep Holla
2022-01-04filemap: Add filemap_release_folio()Matthew Wilcox (Oracle)
2022-01-04filemap: Add read_cache_folio and read_mapping_folioMatthew Wilcox (Oracle)
2022-01-04readahead: Convert page_cache_async_ra() to take a folioMatthew Wilcox (Oracle)
2022-01-04filemap: Remove thp_contains()Matthew Wilcox (Oracle)