summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-12-30Merge branch 'ib-pinctrl-unreg-mappings' into develLinus Walleij1-0/+5
2019-12-30pinctrl: Allow modules to use pinctrl_[un]register_mappingsHans de Goede1-0/+5
2019-12-30include: trace: Add SCMI header with trace eventsLukasz Luba1-0/+90
2019-12-30asm-generic/nds32: don't redefine cacheflush primitivesMike Rapoport1-1/+32
2019-12-30PM / devfreq: Fix multiple kernel-doc warningsRandy Dunlap1-1/+2
2019-12-30PM / devfreq: Move statistics to separate struct devfreq_statsKamil Konieczny1-9/+17
2019-12-30PM / devfreq: Change time stats to 64-bitKamil Konieczny1-2/+2
2019-12-29iio: buffer: rename 'read_first_n' callback to 'read'Lars-Peter Clausen1-4/+2
2019-12-29Merge tag 'v5.5-rc3' into develLinus Walleij45-115/+199
2019-12-28block: add bio_truncate to fix guard_bio_eodMing Lei1-0/+1
2019-12-28ethtool: provide link state with LINKSTATE_GET requestMichal Kubecek1-0/+14
2019-12-28ethtool: add LINKMODES_NTF notificationMichal Kubecek1-0/+1
2019-12-28ethtool: set link modes related data with LINKMODES_SET requestMichal Kubecek1-0/+1
2019-12-28ethtool: provide link mode information with LINKMODES_GET requestMichal Kubecek2-0/+21
2019-12-28ethtool: add LINKINFO_NTF notificationMichal Kubecek1-0/+1
2019-12-28ethtool: set link settings with LINKINFO_SET requestMichal Kubecek1-0/+1
2019-12-28ethtool: provide link settings with LINKINFO_GET requestMichal Kubecek1-0/+18
2019-12-28ethtool: provide string sets with STRSET_GET requestMichal Kubecek2-0/+59
2019-12-28ethtool: support for netlink notificationsMichal Kubecek3-0/+16
2019-12-28ethtool: netlink bitset handlingMichal Kubecek1-0/+35
2019-12-28ethtool: helper functions for netlink interfaceMichal Kubecek1-0/+21
2019-12-28ethtool: introduce ethtool netlink interfaceMichal Kubecek2-0/+45
2019-12-28spi: Don't look at TX buffer for PTP system timestampingVladimir Oltean1-2/+2
2019-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller7-37/+127
2019-12-27crypto: skcipher - Add skcipher_ialg_simple helperHerbert Xu1-3/+11
2019-12-27crypto: api - Retain alg refcount in crypto_grab_spawnHerbert Xu1-2/+15
2019-12-27crypto: api - remove unneeded semicolonChen Zhou1-1/+1
2019-12-27cpuidle: Allow idle states to be disabled by defaultRafael J. Wysocki1-0/+1
2019-12-27ACPI: processor: Export acpi_processor_evaluate_cst()Rafael J. Wysocki1-0/+9
2019-12-27Merge tag 'drm-intel-next-2019-12-23' of git://anongit.freedesktop.org/drm/dr...Dave Airlie7-14/+79
2019-12-27spi: oc-tiny: Use GPIO descriptorsLinus Walleij1-4/+0
2019-12-27of: mdio: Add missing inline to of_mdiobus_child_is_phy() dummyGeert Uytterhoeven1-1/+1
2019-12-27bonding: rename AD_STATE_* to LACP_STATE_*Andy Roulin1-8/+8
2019-12-27sctp: move trace_sctp_probe_path into sctp_outq_sackKevin Kou1-9/+0
2019-12-26netfilter: nft_meta: add support for slave device ifindex matchingFlorian Westphal1-0/+4
2019-12-26ALSA: control: Fix incompatible protocol errorTakashi Iwai1-1/+1
2019-12-26net: Introduce peer to peer one step PTP time stamping.Richard Cochran1-0/+8
2019-12-26net: Add a layer for non-PHY MII time stamping drivers.Richard Cochran1-0/+63
2019-12-26net: Introduce a new MII time stamping interface.Richard Cochran2-31/+68
2019-12-26net: phy: Introduce helper functions for time stamping support.Richard Cochran1-0/+60
2019-12-26ata: libahci_platform: Export again ahci_platform_<en/dis>able_phys()Florian Fainelli1-0/+2
2019-12-26libata: Fix retrieving of active qcsSascha Hauer1-0/+1
2019-12-25efi/libstub: Remove 'sys_table_arg' from all function prototypesArd Biesheuvel1-27/+16
2019-12-25efi/libstub: Drop sys_table_arg from printk routinesArd Biesheuvel1-1/+1
2019-12-25efi/libstub: Avoid protocol wrapper for file I/O routinesArd Biesheuvel1-79/+39
2019-12-25efi/libstub: Annotate firmware routines as __efiapiArd Biesheuvel1-65/+82
2019-12-25efi/libstub: Use stricter typing for firmware function pointersArd Biesheuvel1-4/+8
2019-12-25efi/libstub: Drop explicit 32/64-bit protocol definitionsArd Biesheuvel1-244/+1
2019-12-25efi/libstub: Distinguish between native/mixed not 32/64 bitArd Biesheuvel1-3/+3
2019-12-25efi/libstub: Extend native protocol definitions with mixed_mode aliasesArd Biesheuvel1-166/+330