summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-01-10drm/dp_mst: Add helpers for MST DSC and virtual DPCD auxDavid Francis1-0/+2
2020-01-10drm/dp_mst: Parse FEC capability on MST portsDavid Francis1-0/+3
2020-01-10drm/dp_mst: Add PBN calculation for DSC modesDavid Francis1-2/+1
2020-01-10regmap: add iopoll-like atomic polling macroSameer Pujar1-0/+45
2020-01-10Merge tag 'sdw_interfaces_5.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown2-9/+166
2020-01-09clk: qcom: Add DT bindings for ipq6018 gcc clock controllerSricharan R2-0/+419
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller12-23/+78
2020-01-09mtd: onenand: omap2: Fix errors in styleAmir Mahdi Ghorbanian1-1/+1
2020-01-09IMA: fix measuring asymmetric keys KconfigLakshmi Ramasubramanian1-2/+2
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds4-1/+49
2020-01-09dt-bindings: memory: Add Tegra194 memory controller headerThierry Reding1-0/+410
2020-01-09dt-bindings: memory: Add Tegra186 memory client IDsThierry Reding1-0/+139
2020-01-09bpf: Document BPF_F_QUERY_EFFECTIVE flagAndrey Ignatov1-1/+6
2020-01-09bpf: Add BPF_FUNC_tcp_send_ack helperMartin KaFai Lau1-1/+10
2020-01-09bpf: tcp: Support tcp_congestion_ops in bpfMartin KaFai Lau2-0/+4
2020-01-09bpf: Introduce BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau4-3/+69
2020-01-09bpf: Introduce BPF_PROG_TYPE_STRUCT_OPSMartin KaFai Lau4-0/+69
2020-01-09drm/fb-cma-helpers: Fix include issueBenjamin Gaignard1-0/+2
2020-01-09cpuidle: Drop unused cpuidle_driver_ref/unref() functionsRafael J. Wysocki1-5/+0
2020-01-09usb: phy: tegra: Use device-tree notion of reset-GPIO's active-stateDmitry Osipenko1-1/+2
2020-01-09usb: ulpi: Add resource-managed variant of otg_ulpi_create()Dmitry Osipenko1-0/+11
2020-01-09Merge drm/drm-next into drm-intel-next-queuedJani Nikula48-390/+995
2020-01-09PCI: dwc: intel: PCIe RC controller driverDilip Kota1-0/+1
2020-01-09usb: phy: tegra: Keep track of power on-off stateDmitry Osipenko1-0/+1
2020-01-09usb: typec: Provide definitions for the USB modesHeikki Krogerus1-0/+16
2020-01-09usb: typec: Give the mux drivers all the details regarding the port stateHeikki Krogerus1-1/+9
2020-01-09usb: typec: Add definitions for the latest specification releasesHeikki Krogerus1-0/+3
2020-01-09usb: typec: Add the Product Type VDOs to struct usb_pd_identityHeikki Krogerus1-0/+2
2020-01-09usb: pd: Add definition for DFP and UFP1 VDOsHeikki Krogerus1-0/+32
2020-01-09usb: pd: Add definitions for the Enter_USB messageHeikki Krogerus1-1/+32
2020-01-09nvmem: add support for the write-protect pinKhouloud Touil1-0/+3
2020-01-09usb: typec: More API for cable handlingHeikki Krogerus1-0/+4
2020-01-09usb: typec: Add parameter for the VDO to typec_altmode_enter()Heikki Krogerus1-2/+2
2020-01-09crypto: algapi - remove crypto_template::{alloc,free}()Eric Biggers1-2/+0
2020-01-09crypto: shash - convert shash_free_instance() to new styleEric Biggers1-1/+1
2020-01-09crypto: geniv - convert to new way of freeing instancesEric Biggers1-1/+0
2020-01-09crypto: hash - add support for new way of freeing instancesEric Biggers1-0/+2
2020-01-09crypto: algapi - fold crypto_init_spawn() into crypto_grab_spawn()Eric Biggers1-3/+0
2020-01-09crypto: ahash - unexport crypto_ahash_typeEric Biggers1-2/+0
2020-01-09crypto: algapi - remove obsoleted instance creation helpersEric Biggers2-53/+0
2020-01-09crypto: cipher - make crypto_spawn_cipher() take a crypto_cipher_spawnEric Biggers1-2/+2
2020-01-09crypto: skcipher - use crypto_grab_cipher() and simplify error pathsEric Biggers1-2/+2
2020-01-09crypto: cipher - introduce crypto_cipher_spawn and crypto_grab_cipher()Eric Biggers1-0/+25
2020-01-09crypto: ahash - introduce crypto_grab_ahash()Eric Biggers1-0/+10
2020-01-09crypto: shash - introduce crypto_grab_shash()Eric Biggers1-0/+10
2020-01-09crypto: algapi - pass instance to crypto_grab_spawn()Eric Biggers1-8/+2
2020-01-09crypto: akcipher - pass instance to crypto_grab_akcipher()Eric Biggers1-9/+3
2020-01-09crypto: aead - pass instance to crypto_grab_aead()Eric Biggers1-8/+3
2020-01-09crypto: skcipher - pass instance to crypto_grab_skcipher()Eric Biggers1-8/+3
2020-01-09crypto: ahash - make struct ahash_instance be the full sizeEric Biggers1-3/+9