summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-01-06mm: Split slab into its own typeMatthew Wilcox (Oracle)
2022-01-06mm/slub: Make object_err() staticVlastimil Babka
2022-01-06xen/unpopulated-alloc: Add mechanism to use Xen resourceOleksandr Tyshchenko
2022-01-06xen/balloon: Bring alloc(free)_xenballooned_pages helpers backOleksandr Tyshchenko
2022-01-06xen/x86: obtain upper 32 bits of video frame buffer address for Dom0Jan Beulich
2022-01-05xdp: Add xdp_do_redirect_frame() for pre-computed xdp_framesToke Høiland-Jørgensen
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-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)
2022-01-04filemap: Add filemap_remove_folio and __filemap_remove_folioMatthew Wilcox (Oracle)
2022-01-04filemap: Convert tracing of page cache operations to folioMatthew Wilcox (Oracle)
2022-01-04filemap: Add filemap_unaccount_folio()Matthew Wilcox (Oracle)
2022-01-04filemap: Add folio_put_wait_locked()Matthew Wilcox (Oracle)
2022-01-04mm: Add folio_test_pmd_mappable()Matthew Wilcox (Oracle)
2022-01-04iov_iter: Add copy_folio_to_iter()Matthew Wilcox (Oracle)
2022-01-04nl80211: clarify comment for mesh PLINK_BLOCKED stateFelix Fietkau
2022-01-04mac80211: Add stations iterator where the iterator function may sleepMartin Blumenstingl
2022-01-04ACPI / x86: Introduce an acpi_quirk_skip_acpi_ac_and_battery() helperHans de Goede