aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-07-013-35/+8
|\
| * Merge branch 'mlx5_realtime_ts' into rdma.git for-nextJason Gunthorpe2021-06-222-32/+8
| |\
| | * RDMA/mlx5: Refactor get_ts_format functions to simplify codeAharon Landau2021-06-222-32/+8
| * | Merge tag 'v5.13-rc7' into rdma.git for-nextJason Gunthorpe2021-06-2256-104/+272
| |\ \
| * | | RDMA/irdma: Add irdma Kconfig/Makefile and remove i40iwShiraz Saleem2021-06-021-3/+0
* | | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2021-07-013-26/+101
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *---. \ \ \ Merge branches 'clk-legacy', 'clk-vc5', 'clk-allwinner', 'clk-nvidia' and 'cl...Stephen Boyd2021-06-292-26/+79
| |\ \ \ \ \ \
| | | | * | | | clk: tegra: Add stubs needed for compile-testingDmitry Osipenko2021-06-011-21/+79
| | | |/ / / /
| | * / / / / clkdev: remove unused clkdev_alloc() interfacesArnd Bergmann2021-06-081-5/+0
| | |/ / / /
| * / / / / clk: ti: add am33xx/am43xx spread spectrum clock supportDario Binacchi2021-06-081-0/+22
| |/ / / /
* | | | | Merge tag 'drm-next-2021-07-01' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-07-013-44/+72
|\ \ \ \ \
| * \ \ \ \ Merge tag 'drm-msm-next-2021-06-23b' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie2021-06-241-1/+37
| |\ \ \ \ \
| | * | | | | iommu/arm-smmu-qcom: Add stall supportRob Clark2021-06-231-0/+7
| | * | | | | iommu/arm-smmu-qcom: Add an adreno-smmu-priv callback to get pagefault infoJordan Crouse2021-06-231-1/+30
| * | | | | | Backmerge tag 'v5.13-rc7' into drm-nextDave Airlie2021-06-2339-73/+203
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | dma-buf: drop the _rcu postfix on function names v3Christian König2021-06-061-12/+5
| * | | | | | dma-buf: rename dma_resv_get_excl_rcu to _unlockedChristian König2021-06-061-2/+2
| * | | | | | dma-buf: rename and cleanup dma_resv_get_list v2Christian König2021-06-061-14/+13
| * | | | | | dma-buf: rename and cleanup dma_resv_get_excl v3Christian König2021-06-061-8/+6
| * | | | | | dma-buf: cleanup dma-resv shared fence debugging a bit v2Christian König2021-06-041-8/+7
| * | | | | | Merge drm/drm-next into drm-misc-nextMaxime Ripard2021-05-279-18/+27
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2021-05-2210-13/+42
| |\ \ \ \ \ \
| * | | | | | | PCI: Add support for dev_groups to struct pci_driverAndrey Grodzovsky2021-05-191-0/+3
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-011-2/+2
|\ \ \ \ \ \ \
| * | | | | | | quota: Change quotactl_path() systcall to an fd-based oneJan Kara2021-06-071-2/+2
| |/ / / / / /
* | | | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-06-302-2/+42
|\ \ \ \ \ \ \
| * | | | | | | fs: remove bdev_try_to_free_page callbackZhang Yi2021-06-241-1/+0
| * | | | | | | jbd2,ext4: add a shrinker to release checkpointed buffersZhang Yi2021-06-241-0/+26
| * | | | | | | jbd2: ensure abort the journal if detect IO error when writing original buffe...Zhang Yi2021-06-241-0/+11
| * | | | | | | ext4: add discard/zeroout flags to journal flushLeah Rumancik2021-06-221-1/+5
* | | | | | | | Merge tag 'for-5.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-06-304-1/+22
|\ \ \ \ \ \ \ \
| * | | | | | | | dm writecache: have ssd writeback wait if the kcopyd workqueue is busyMikulas Patocka2021-06-151-0/+1
| * | | | | | | | dm: introduce zone append emulationDamien Le Moal2021-06-041-0/+6
| * | | | | | | | block: introduce BIO_ZONE_WRITE_LOCKED bio flagDamien Le Moal2021-06-041-0/+1
| * | | | | | | | block: introduce bio zone helpersDamien Le Moal2021-06-041-0/+12
| * | | | | | | | dm: Introduce dm_report_zones()Damien Le Moal2021-06-041-1/+2
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-06-3059-218/+1681
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-292-2/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | dev_forward_skb: do not scrub skb mark within the same name spaceNicolas Dichtel2021-06-251-1/+1
| | * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-06-231-2/+0
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | |
| | | * | | | | | | skmsg: Improve udp_bpf_recvmsg() accuracyCong Wang2021-06-211-2/+0
| * | | | | | | | | net: stmmac: option to enable PHY WOL with PMT enabledLing Pei Lee2021-06-291-0/+1
| * | | | | | | | | net: sock: introduce sk_error_reportAlexander Aring2021-06-291-1/+1
| * | | | | | | | | once: implement DO_ONCE_LITE for non-fast-path "do once" functionalityTanner Love2021-06-282-20/+27
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-06-282-5/+17
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | xdp: Add proper __rcu annotations to redirect map entriesToke Høiland-Jørgensen2021-06-241-5/+3
| | * | | | | | | | | rcu: Create an unrcu_pointer() to remove __rcu from a pointerPaul E. McKenney2021-06-241-0/+14
| * | | | | | | | | | Merge tag 'mlx5-updates-2021-06-26' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2021-06-281-0/+5
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | net/mlx5: DR, Add support for flow sampler offloadYevgeny Kliteynik2021-06-261-0/+5
| * | | | | | | | | | | net: bridge: allow the switchdev replay functions to be called for deletionVladimir Oltean2021-06-281-6/+6