summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2022-05-10bpf: Add bpf_link iteratorDmitrii Dolgov-0/+1
2022-05-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-7/+7
2022-05-10bpf: Add source ip in "struct bpf_tunnel_key"Kaixi Fan-0/+4
2022-05-10randomize_kstack: Improve docs on requirements/rationaleKees Cook-3/+24
2022-05-10ASoC: SOF: ipc: introduce cont_update_posn in sof_ipc_stream_params structYC Hung-2/+3
2022-05-10net/mlx5: Expose mlx5_sriov_blocking_notifier_register / unregister APIsYishai Hadas-0/+12
2022-05-10loop: remove most the top-of-file boilerplate comment from the UAPI headerChristoph Hellwig-6/+1
2022-05-10virtio: fix virtio transitional idsShunsuke Mie-7/+7
2022-05-10fpga: fix for coding style issuesNava kishore Manne-3/+3
2022-05-10ptp: Support late timestamp determinationGerhard Engleder-3/+32
2022-05-10ptp: Pass hwtstamp to ptp_convert_timestamp()Gerhard Engleder-4/+3
2022-05-10ptp: Request cycles for TX timestampGerhard Engleder-1/+6
2022-05-10ptp: Add cycles support for virtual clocksGerhard Engleder-0/+31
2022-05-09net/mlx5: Lag, add debugfs to query hardware lag stateMark Bloch-0/+1
2022-05-09net/mlx5: Support devices with more than 2 portsMark Bloch-1/+1
2022-05-09net/mlx5: Lag, expose number of lag portsMark Bloch-0/+1
2022-05-09net/mlx5: Add exit route when waiting for FWGavin Li-0/+1
2022-05-09fs: Remove aops->freepageMatthew Wilcox (Oracle)-1/+0
2022-05-09fs: Add free_folio address space operationMatthew Wilcox (Oracle)-0/+1
2022-05-09fs: Change try_to_free_buffers() to take a folioMatthew Wilcox (Oracle)-6/+2
2022-05-09jbd2: Convert jbd2_journal_try_to_free_buffers to take a folioMatthew Wilcox (Oracle)-1/+1
2022-05-09fs: Remove last vestiges of releasepageMatthew Wilcox (Oracle)-2/+1
2022-05-09iomap: Convert to release_folioMatthew Wilcox (Oracle)-1/+1
2022-05-09fs: Add aops->release_folioMatthew Wilcox (Oracle)-0/+1
2022-05-09VFS: add FMODE_CAN_ODIRECT file flagNeilBrown-0/+3
2022-05-09mm: submit multipage write for SWP_FS_OPS swap-spaceNeilBrown-0/+7
2022-05-09nfs: rename nfs_direct_IO and use as ->swap_rwNeilBrown-1/+1
2022-05-09mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-spaceNeilBrown-0/+1
2022-05-09mm: move responsibility for setting SWP_FS_OPS to ->swap_activateNeilBrown-0/+6
2022-05-09mm: drop swap_dirty_folioNeilBrown-1/+0
2022-05-09mm: create new mm/swap.h header fileNeilBrown-121/+0
2022-05-09mm/swap: remember PG_anon_exclusive via a swp pte bitDavid Hildenbrand-0/+31
2022-05-09mm/gup: trigger FAULT_FLAG_UNSHARE when R/O-pinning a possibly shared anonymo...David Hildenbrand-0/+39
2022-05-09mm: support GUP-triggered unsharing of anonymous pagesDavid Hildenbrand-0/+8
2022-05-09mm/rmap: fail try_to_migrate() early when setting a PMD migration entry failsDavid Hildenbrand-2/+2
2022-05-09mm: remember exclusively mapped anonymous pages with PG_anon_exclusiveDavid Hildenbrand-4/+76
2022-05-09mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pagesDavid Hildenbrand-1/+38
2022-05-09mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()David Hildenbrand-1/+2
2022-05-09mm/rmap: pass rmap flags to hugepage_add_anon_rmap()David Hildenbrand-1/+1
2022-05-09mm/rmap: remove do_page_add_anon_rmap()David Hildenbrand-2/+0
2022-05-09mm/rmap: convert RMAP flags to a proper distinct rmap_t typeDavid Hildenbrand-4/+18
2022-05-09mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_ano...David Hildenbrand-5/+49
2022-05-09mm/hugetlb: take src_mm->write_protect_seq in copy_hugetlb_page_range()David Hildenbrand-0/+4
2022-05-09fscrypt: add new helper functions for test_dummy_encryptionEric Biggers-0/+39
2022-05-09Merge tag 'qcom-arm64-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann-0/+73
2022-05-09Merge tag 'qcom-drivers-for-5.19' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann-0/+28
2022-05-09Merge tag 'memory-controller-drv-tegra-5.19' of git://git.kernel.org/pub/scm/...Arnd Bergmann-1/+7
2022-05-09Merge tag 'imx-drivers-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann-0/+18
2022-05-09Merge tag 'ti-driver-soc-for-v5.19' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann-0/+13
2022-05-09fs: Change the type of filler_tMatthew Wilcox (Oracle)-3/+3