summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2022-03-18ptrace: Move setting/clearing ptrace_message into ptrace_stopEric W. Biederman
2022-03-18serial: 8250: fix XOFF/XON sending when DMA is usedIlpo Järvinen
2022-03-18Merge tag 'coresight-next-v5.18-v2' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman
2022-03-18Merge tag 'iio-for-5.18a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2022-03-18Merge tag 'mlx5-updates-2022-03-17' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2022-03-18netfs: Keep track of the actual remote file sizeDavid Howells
2022-03-18netfs: Add a netfs inode contextDavid Howells
2022-03-18netfs: Change ->init_request() to return an error codeDavid Howells
2022-03-18netfs: Refactor arguments for netfs_alloc_read_requestDavid Howells
2022-03-18netfs: Trace refcounting on the netfs_io_subrequest structDavid Howells
2022-03-18netfs: Trace refcounting on the netfs_io_request structDavid Howells
2022-03-18netfs: Finish off rename of netfs_read_request to netfs_io_requestDavid Howells
2022-03-18netfs: Rename netfs_read_*request to netfs_io_*requestDavid Howells
2022-03-18fscache: export fscache_end_operation()Jeffle Xu
2022-03-18kernfs: remove unneeded #if 0 guardGreg Kroah-Hartman
2022-03-17bpf: Add multi kprobe linkJiri Olsa
2022-03-17lib/sort: Add priv pointer to swap functionJiri Olsa
2022-03-17fprobe: Introduce FPROBE_FL_KPROBE_SHARED flag for fprobeMasami Hiramatsu
2022-03-17fprobe: Add exit_handler supportMasami Hiramatsu
2022-03-17rethook: Add a generic return hookMasami Hiramatsu
2022-03-17fprobe: Add ftrace based probe APIsMasami Hiramatsu
2022-03-17ftrace: Add ftrace_set_filter_ips functionJiri Olsa
2022-03-17net: bridge: mst: Add helper to query a port's MST stateTobias Waldekranz
2022-03-17net: bridge: mst: Add helper to check if MST is enabledTobias Waldekranz
2022-03-17net: bridge: mst: Add helper to map an MSTI to a VID setTobias Waldekranz
2022-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-17Merge tag 'net-5.17-final' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds
2022-03-17net/mlx5: Remove unused fill page array API functionTariq Toukan
2022-03-17net/mlx5: Remove unused exported contiguous coherent buffer allocation APITariq Toukan
2022-03-17ACPI / x86: Add support for LPS0 callback handlerMario Limonciello
2022-03-17ACPI: bus: Avoid using CPPC if not supported by firmwareRafael J. Wysocki
2022-03-16net: handle ARPHRD_PIMREG in dev_is_mac_header_xmit()Nicolas Dichtel
2022-03-16bpf: Fix net.core.bpf_jit_harden raceHou Tao
2022-03-16PM: hibernate: Honour ACPI hardware signature by default for virtual guestsDavid Woodhouse
2022-03-16fs: Remove aops ->set_page_dirtyMatthew Wilcox (Oracle)
2022-03-16fs: Convert __set_page_dirty_no_writeback to noop_dirty_folioMatthew Wilcox (Oracle)
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)
2022-03-16Merge tag 'v5.17-rc8' into usb-nextGreg Kroah-Hartman
2022-03-15pstore: Don't use semaphores in always-atomic-context codeJann Horn
2022-03-15crypto: hisilicon/qm: Set the VF QM state registerLongfang Liu
2022-03-15hisi_acc_vfio_pci: Add helper to retrieve the struct pci_driverShameer Kolothum
2022-03-15hisi_acc_qm: Move VF PCI device IDs to common headerShameer Kolothum
2022-03-15crypto: hisilicon/qm: Move few definitions to common headerLongfang Liu
2022-03-15crypto: hisilicon/qm: Move the QM header to include/linuxShameer Kolothum
2022-03-15usb: early: xhci-dbc: Remove duplicate keep parsingPeter Zijlstra
2022-03-15NFSD: prevent integer overflow on 32 bit systemsDan Carpenter
2022-03-15bpf, sockmap: Fix memleak in sk_psock_queue_msgWang Yufen
2022-03-15mm: Convert swap_set_page_dirty() to swap_dirty_folio()Matthew Wilcox (Oracle)
2022-03-15fscache: Convert fscache_set_page_dirty() to fscache_dirty_folio()Matthew Wilcox (Oracle)
2022-03-15fs: Add aops->dirty_folioMatthew Wilcox (Oracle)