summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-03-17Merge tag 'net-5.17-final' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds3-2/+3
2022-03-17net: veth: Account total xdp_frame len running ndo_xdp_xmitLorenzo Bianconi1-0/+14
2022-03-17net/mlx5: Remove unused fill page array API functionTariq Toukan1-1/+0
2022-03-17net/mlx5: Remove unused exported contiguous coherent buffer allocation APITariq Toukan1-3/+0
2022-03-17ACPI / x86: Add support for LPS0 callback handlerMario Limonciello1-1/+9
2022-03-17ACPI: bus: Avoid using CPPC if not supported by firmwareRafael J. Wysocki1-0/+1
2022-03-17net: geneve: support IPv4/IPv6 as inner protocolEyal Birger1-0/+1
2022-03-17net/sched: add vlan push_eth and pop_eth action to the hardware IRMaor Dickman2-0/+16
2022-03-17net: handle ARPHRD_PIMREG in dev_is_mac_header_xmit()Nicolas Dichtel1-0/+1
2022-03-17bpf: Fix net.core.bpf_jit_harden raceHou Tao1-0/+1
2022-03-16devlink: pass devlink_port to port_split / port_unsplit callbacksJakub Kicinski1-2/+2
2022-03-16devlink: expose instance locking and add locked port registeringJakub Kicinski1-0/+11
2022-03-16PM: hibernate: Honour ACPI hardware signature by default for virtual guestsDavid Woodhouse1-1/+1
2022-03-16fs: Remove aops ->set_page_dirtyMatthew Wilcox (Oracle)1-2/+1
2022-03-16fs: Convert __set_page_dirty_no_writeback to noop_dirty_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-16io_uring: make tracing format consistentDylan Yudaken1-12/+12
2022-03-16netfilter: flowtable: Fix QinQ and pppoe support for inet tablePablo Neira Ayuso1-0/+18
2022-03-16Merge tag 'v5.17-rc8' into usb-nextGreg Kroah-Hartman32-71/+184
2022-03-16net: Add l3mdev index to flow struct and avoid oif reset for port devicesDavid Ahern1-1/+5
2022-03-16xen/grant-table: remove readonly parameter from functionsJuergen Gross1-3/+2
2022-03-16xen/grant-table: remove gnttab_*transfer*() functionsJuergen Gross1-8/+0
2022-03-16dt-bindings: change the macro name of prci in header files and exampleZong Li2-13/+13
2022-03-16ext4: fix remaining two trace events to use same printk conventionRitesh Harjani1-2/+2
2022-03-16ext4: add commit tid info in ext4_fc_commit_start/stop trace eventsRitesh Harjani1-8/+13
2022-03-16ext4: add transaction tid info in fc_track eventsRitesh Harjani1-45/+68
2022-03-16ext4: add new trace event in ext4_fc_cleanupRitesh Harjani1-0/+26
2022-03-16clk: ti: Drop legacy compatibility clocks for dra7Tony Lindgren1-168/+0
2022-03-16clk: ti: Drop legacy compatibility clocks for am4Tony Lindgren1-98/+0
2022-03-16clk: ti: Drop legacy compatibility clocks for am3Tony Lindgren1-93/+0
2022-03-15drm/amdkfd: CRIU export dmabuf handles for GTT BOsDavid Yat Sin1-1/+4
2022-03-15pstore: Don't use semaphores in always-atomic-context codeJann Horn1-3/+3
2022-03-15crypto: hisilicon/qm: Set the VF QM state registerLongfang Liu1-0/+6
2022-03-15hisi_acc_vfio_pci: Add helper to retrieve the struct pci_driverShameer Kolothum1-0/+5
2022-03-15hisi_acc_qm: Move VF PCI device IDs to common headerShameer Kolothum1-0/+3
2022-03-15crypto: hisilicon/qm: Move few definitions to common headerLongfang Liu1-0/+38
2022-03-15crypto: hisilicon/qm: Move the QM header to include/linuxShameer Kolothum1-0/+441
2022-03-15usb: early: xhci-dbc: Remove duplicate keep parsingPeter Zijlstra1-1/+1
2022-03-15NFSD: prevent integer overflow on 32 bit systemsDan Carpenter1-0/+2
2022-03-15bpf, sockmap: Fix memleak in sk_psock_queue_msgWang Yufen1-9/+4
2022-03-15mm: Convert swap_set_page_dirty() to swap_dirty_folio()Matthew Wilcox (Oracle)1-1/+1
2022-03-15fscache: Convert fscache_set_page_dirty() to fscache_dirty_folio()Matthew Wilcox (Oracle)1-3/+5
2022-03-15fs: Add aops->dirty_folioMatthew Wilcox (Oracle)1-0/+1
2022-03-15fs: Remove aops->launder_pageMatthew Wilcox (Oracle)1-4/+1
2022-03-15fs: Add aops->launder_folioMatthew Wilcox (Oracle)1-1/+4
2022-03-15fs: Remove aops->invalidatepageMatthew Wilcox (Oracle)1-1/+0
2022-03-15nfs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-15ext4: Convert invalidatepage to invalidate_folioMatthew Wilcox (Oracle)3-17/+35
2022-03-15fs: Remove noop_invalidatepage()Matthew Wilcox (Oracle)1-2/+0
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)1-2/+1