summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-09crypto: shash - make struct shash_instance be the full sizeEric Biggers1-4/+9
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers1-2/+0
2020-01-09crypto: remove CRYPTO_TFM_RES_WEAK_KEYEric Biggers3-22/+5
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers5-16/+6
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_BLOCK_LENEric Biggers1-1/+0
2020-01-09crypto: remove unused tfm result flagsEric Biggers1-2/+0
2020-01-09crypto: skcipher - remove skcipher_walk_aead()Eric Biggers1-2/+0
2020-01-09Merge tag 'drm-misc-next-2020-01-07' of git://anongit.freedesktop.org/drm/drm...Dave Airlie4-10/+276
2020-01-09drm: of: Fix linking when CONFIG_OF is not setLaurent Pinchart1-2/+3
2020-01-09net: dsa: Get information about stacked DSA protocolFlorian Fainelli1-1/+2
2020-01-09devlink: add support for reporter recovery completionVikas Gupta1-0/+2
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+6
2020-01-09net: introduce skb_list_walk_safe for skb segment walkingJason A. Donenfeld1-0/+5
2020-01-08macvlan: do not assume mac_header is set in macvlan_broadcast()Eric Dumazet1-0/+8
2020-01-08Merge tag 'cpuidle_psci-v5.5-rc4' of git://git.linaro.org/people/ulf.hansson/...Olof Johansson32-63/+147
2020-01-08KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVMSean Christopherson1-3/+3
2020-01-08KVM: Remove duplicated declaration of kvm_vcpu_kickZenghui Yu1-1/+0
2020-01-08media: cec: remove unused functionsHans Verkuil2-73/+0
2020-01-08media: v4l2-rect.h: fix v4l2_rect_map_inside() top/left adjustmentsHelen Koike1-4/+4
2020-01-08soc: mediatek: cmdq: add cmdq_dev_get_client_reg functionBibby Hsieh1-0/+21
2020-01-08soc: mediatek: cmdq: add polling functionBibby Hsieh2-0/+33