summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-12-15dt-bindings: interconnect: Add Qualcomm QCM2290 NoC supportShawn Guo1-0/+94
2021-12-15dt-bindings: clock: Add SM8450 GCC clock bindingsVinod Koul1-0/+244
2021-12-15dt-bindings: clock: Add SDX65 GCC clock bindingsVamsi krishna Lanka1-0/+122
2021-12-15mptcp: add missing documented NL paramsMatthieu Baerts1-8/+10
2021-12-15net: dev_replace_track() cleanupEric Dumazet1-6/+4
2021-12-15Merge tag 'v5.16-rc5' into rdma.git for-nextJason Gunthorpe65-298/+385
2021-12-15RDMA/hns: Support direct wqe of userspaceYixing Liu1-0/+2
2021-12-15Merge branch 'icc-sm8450' into icc-nextGeorgi Djakov1-0/+171
2021-12-15dt-bindings: interconnect: Add Qualcomm SM8450 DT bindingsVinod Koul1-0/+171
2021-12-15Merge tag 'ixp4xx-arm-soc-v5.17' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann1-21/+0
2021-12-15amdgpu: fix some comment typosYann Dirson1-1/+1
2021-12-14ASoC: soc-pcm: test refcount before triggeringPierre-Louis Bossart1-0/+2
2021-12-14ASoC: soc-pcm: Fix and cleanup DPCM lockingTakashi Iwai1-2/+0
2021-12-14media: dmxdev: drop unneeded <linux/kernel.h> inclusion from other headersAndy Shevchenko1-1/+0
2021-12-14Merge tag 'memory-controller-drv-renesas-5.17' of git://git.kernel.org/pub/sc...Arnd Bergmann1-1/+7
2021-12-14dt-bindings: phy: phy-imx8-pcie: Add binding for the pad modes of imx8 pcie phyRichard Zhu1-0/+14
2021-12-14media: lirc: always send timeout reportsSean Young1-2/+0
2021-12-14Merge branch 'for-next/perf-user-counter-access' into for-next/perfWill Deacon1-0/+10
2021-12-14net: dsa: make tagging protocols connect to individual switches from a treeVladimir Oltean1-3/+2
2021-12-14net: dsa: sja1105: fix broken connection with the sja1110 taggerVladimir Oltean1-1/+2
2021-12-14Merge branch 'irq/urgent' into irq/msiThomas Gleixner18-45/+116
2021-12-14drivers/perf: hisi: Add driver for HiSilicon PCIe PMUQi Liu1-0/+1
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu1-1/+15
2021-12-14perf: Add a counter for number of user access events in contextRob Herring1-0/+1
2021-12-14x86: perf: Move RDPMC event flag to a common definitionRob Herring1-0/+9
2021-12-14drm: document DRM_IOCTL_MODE_GETFB2Simon Ser1-0/+18
2021-12-14HID: quirks: Allow inverting the absolute X/Y valuesAlistair Francis1-0/+2
2021-12-14Merge tag 'optee-async-notif-for-v5.17' of https://git.linaro.org/people/jens...Arnd Bergmann1-0/+14
2021-12-14fuse: support per inode DAX in fuse protocolJeffle Xu1-0/+5
2021-12-14Merge v5.16-rc5 into drm-nextDaniel Vetter48-115/+305
2021-12-14HID: input: Make hidinput_find_field() staticMika Westerberg1-1/+0
2021-12-14HID: Add hid usages for USI style pensTero Kristo1-0/+10
2021-12-14HID: Add map_msc() to avoid boilerplate codeMika Westerberg1-0/+4
2021-12-14dt-bindings: power: imx8ulp: add power domain header filePeng Fan1-0/+26
2021-12-14Merge tag 'renesas-drivers-for-v5.17-tag1' of git://git.kernel.org/pub/scm/li...Arnd Bergmann1-0/+2
2021-12-14net/mlx5: Separate FDB namespaceMaor Gottlieb1-0/+1
2021-12-14xsk: Wipe out dead zero_copy_allocator declarationsMaciej Fijalkowski1-1/+0
2021-12-14bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni1-1/+1
2021-12-13SUNRPC: Remove low signal-to-noise tracepointsChuck Lever1-23/+1
2021-12-13lockd: use svc_set_num_threads() for thread start and stopNeilBrown1-3/+3
2021-12-13SUNRPC: move the pool_map definitions (back) into svc.cNeilBrown1-25/+0
2021-12-13SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()NeilBrown1-4/+0
2021-12-13NFSD: Make it possible to use svc_set_num_threads_syncNeilBrown1-0/+13
2021-12-13SUNRPC: stop using ->sv_nrthreads as a refcountNeilBrown1-10/+4
2021-12-13SUNRPC/NFSD: clean up get/put functions.NeilBrown1-3/+23
2021-12-13SUNRPC: change svc_get() to return the svc.NeilBrown1-1/+2
2021-12-13kthread: Ensure struct kthread is present for all kthreadsEric W. Biederman1-1/+1
2021-12-13exit: Rename complete_and_exit to kthread_complete_and_exitEric W. Biederman2-1/+1
2021-12-13exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman1-3/+3
2021-12-13exit: Implement kthread_exitEric W. Biederman1-0/+1