aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-04-23Merge tag 'nfsd-5.7-rc-1' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds2-14/+37
2020-04-23parport: remove unused parport_register_device()Sudip Mukherjee1-12/+0
2020-04-23parport: Add comments for parport_register_dev_model()Sudip Mukherjee1-0/+4
2020-04-23Drivers: hv: vmbus: Introduce the CHANNELMSG_MODIFYCHANNEL message typeAndrea Parri (Microsoft)1-1/+9
2020-04-23Drivers: hv: vmbus: Remove the unused HV_LOCALIZED channel affinity logicAndrea Parri (Microsoft)1-27/+0
2020-04-23Drivers: hv: vmbus: Use a spin lock for synchronizing channel scheduling vs. ...Andrea Parri (Microsoft)1-0/+6
2020-04-23Drivers: hv: vmbus: Replace the per-CPU channel lists with a global array of ...Andrea Parri (Microsoft)1-5/+0
2020-04-23Drivers: hv: avoid passing opaque pointer to vmbus_onmessage()Vitaly Kuznetsov1-1/+1
2020-04-23Merge tag 'iio-for-5.8a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman12-103/+74
2020-04-22remoteproc: Add prepare and unprepare opsLoic Pallardy1-0/+4
2020-04-22xdp: export the DEV_MAP_BULK_SIZE macroIoana Ciornei1-0/+2
2020-04-22net: mdio: of: export part of of_mdiobus_register_phy()Oleksij Rempel1-1/+10
2020-04-22tracing: Remove DECLARE_TRACE_NOARGSNikolay Borisov1-21/+1
2020-04-23arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>Masahiro Yamada3-3/+13
2020-04-22hyper-v: Remove internal types from UAPI headerAndy Shevchenko1-2/+2
2020-04-22net: qrtr: Add tracepoint supportManivannan Sadhasivam1-0/+115
2020-04-22net: phy: add device-managed devm_mdiobus_registerHeiner Kallweit1-0/+17
2020-04-22ipv6: ndisc: RFC-ietf-6man-ra-pref64-09 is now published as RFC8781Maciej Żenczykowski1-1/+1
2020-04-22net: phy: add Broadcom BCM54140 supportMichael Walle1-0/+1
2020-04-22net: phy: broadcom: add helper to write/read RDB registersMichael Walle1-0/+3
2020-04-22mm: Remove MPX leftoversJimmy Assarsson1-7/+0
2020-04-22block: move dma_pad handling from blk_rq_map_sg into the callersChristoph Hellwig2-2/+1
2020-04-22block: move dma drain handling to scsiChristoph Hellwig4-7/+12
2020-04-22block: provide a blk_rq_map_sg variant that returns the last elementChristoph Hellwig1-1/+9
2020-04-22block: remove RQF_COPY_USERChristoph Hellwig1-2/+0
2020-04-22proc: use named enums for better readabilityAlexey Gladkov1-4/+4
2020-04-22proc: add option to mount only a pids subsetAlexey Gladkov1-0/+7
2020-04-22proc: instantiate only pids that we can ptrace on 'hidepid=4' mount optionAlexey Gladkov1-0/+1
2020-04-22proc: allow to mount many instances of proc in one pid namespaceAlexey Gladkov2-13/+21
2020-04-22ASoC: soc-core: return true, false in snd_soc_volsw_is_stereo()Jason Yan1-2/+2
2020-04-22Merge tag 'perf-core-for-mingo-5.8-20200420' of git://git.kernel.org/pub/scm/...Ingo Molnar3-4/+14
2020-04-22ASoC: SOF: Fix buildMark Brown1-91/+0
2020-04-22pnp: Use list_for_each_entry() instead of open codingJason Gunthorpe1-20/+9
2020-04-22Merge tag 'tegra-for-5.7-asoc' of git://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown678-5834/+15134
2020-04-22media: dvb-usb-ids.h: fix an USB PID nameMauro Carvalho Chehab1-1/+1
2020-04-22Merge tag 'drm-misc-next-2020-04-14' of git://anongit.freedesktop.org/drm/drm...Dave Airlie24-161/+338
2020-04-21net: stmmac: Enable SERDES power up/down sequenceVoon Weifeng1-0/+2
2020-04-21net: mscc: ocelot: support 4 PTP programmable pinsYangbo Lu2-0/+7
2020-04-21net: mscc: ocelot: add wave programming registers definitionsYangbo Lu2-0/+4
2020-04-21net: mscc: ocelot: redefine PTP pinsYangbo Lu1-4/+5
2020-04-21net: mscc: ocelot: move ocelot ptp clock code out of ocelot.cYangbo Lu2-1/+52
2020-04-22Merge tag 'drm-intel-next-2020-04-17' of git://anongit.freedesktop.org/drm/dr...Dave Airlie3-3/+199
2020-04-21kernel/module: Hide vermagic header file from general useLeon Romanovsky1-0/+5
2020-04-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-04-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2020-04-21Merge tag 'asoc-fix-v5.7-rc2' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai2-1/+3
2020-04-21Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds4-4/+16
2020-04-21vmalloc: fix remap_vmalloc_range() bounds checksJann Horn1-1/+1
2020-04-21ASoC: soc-compress: remove snd_compr_opsKuninori Morimoto1-1/+0
2020-04-21ASoC: soc-compress: add snd_compress_opsKuninori Morimoto1-1/+40