summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2019-11-05logic_pio: Define PIO_INDIRECT_SIZE for !CONFIG_INDIRECT_PIOJohn Garry1-2/+2
2019-11-04coresight: etm4x: Save/restore state across CPU low power statesAndrew Murray1-0/+6
2019-11-04iommu/io-pgtable-arm: Rationalise MAIR handlingRobin Murphy1-1/+1
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn3-4/+10
2019-11-04nvme: resync include/linux/nvme.h with nvmecliRevanth Rajashekar1-3/+50
2019-11-04nvme: introduce "Command Aborted By host" status codeMax Gurtovoy1-0/+1
2019-11-04nvme-fc: Sync nvme-fc header to FC-NVME-2James Smart1-45/+137
2019-11-04firmware/qcom_scm: Add scm call to handle smmu errataVivek Gautam1-0/+2
2019-11-04usb: typec: Remove unused members from struct typec_capabilityHeikki Krogerus1-2/+0
2019-11-04usb: typec: Remove the callback members from struct typec_capabilityHeikki Krogerus1-17/+0
2019-11-04usb: typec: Separate the operations vectorHeikki Krogerus1-0/+20
2019-11-04usb: typec: Introduce typec_get_drvdata()Heikki Krogerus1-0/+4
2019-11-04ftrace: Introduce PERMANENT ftrace_ops flagMiroslav Benes1-0/+3
2019-11-04block: sed-opal: Add support to read/write opal tables genericallyRevanth Rajashekar1-0/+1
2019-11-04usb: roles: Add usb_role_switch_find_by_fwnode()Heikki Krogerus1-0/+3
2019-11-04kvm: Add helper function for creating VM worker threadsJunaid Shahid1-0/+6
2019-11-04cpu/speculation: Uninline and export CPU mitigations helpersTyler Hicks1-23/+2
2019-11-04x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli1-0/+2
2019-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxThomas Gleixner16-64/+111
2019-11-04quota: Drop dquot_enable()Jan Kara1-2/+0
2019-11-04quota: Rename vfs_load_quota_inode() to dquot_load_quota_inode()Jan Kara1-0/+2
2019-11-04quota: Factor out setup of quota inodeJan Kara1-0/+2
2019-11-04NFSv4.1: Don't rebind to the same source port when reconnecting to the serverTrond Myklebust3-1/+4
2019-11-04NFS/pnfs: Separate NFSv3 DS and MDS trafficTrond Myklebust1-0/+1
2019-11-04NFS: Add a flag to tell nfs_client to set RPC_CLNT_CREATE_NOPINGTrond Myklebust1-0/+1
2019-11-04NFSv3: Clean up timespec encodeTrond Myklebust1-1/+1
2019-11-04NFS: Convert struct nfs_fattr to use struct timespec64Trond Myklebust2-7/+7
2019-11-04Merge branch 'for_5.5/driver-soc' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson1-0/+21
2019-11-04Merge tag 'drm/tegra/for-5.5-rc1' of git://anongit.freedesktop.org/tegra/linu...Dave Airlie1-8/+18
2019-11-04Merge tag 'drm-misc-next-2019-10-31' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-6/+57
2019-11-03debugfs: Add debugfs_create_xul() for hexadecimal unsigned longGeert Uytterhoeven1-0/+21
2019-11-03leds: core: Fix leds.h structure documentationDan Murphy1-3/+2
2019-11-03leds: core: Remove extern from headerDan Murphy1-51/+44
2019-11-03leds: flash: Add devm_* functions to the flash classDan Murphy1-0/+14
2019-11-03leds: flash: Remove extern from the header fileDan Murphy1-12/+10
2019-11-03leds: flash: Convert non extended registration to inlineDan Murphy1-2/+5
2019-11-03leds: remove PAGE_SIZE limit of /sys/class/leds/<led>/triggerAkinobu Mita1-5/+0
2019-11-03debugfs: remove return value of debugfs_create_atomic_t()Greg Kroah-Hartman1-7/+6
2019-11-03idr: Fix integer overflow in idr_for_each_entryMatthew Wilcox (Oracle)1-1/+1
2019-11-03iio: imu: adis: assign value only if return code zero in read funcsAlexandru Ardelean1-2/+4
2019-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-25/+22
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller20-89/+166
2019-11-02uaccess: Add strict non-pagefault kernel-space read functionDaniel Borkmann1-0/+4
2019-11-02uaccess: Add non-pagefault user-space write functionDaniel Borkmann1-0/+12
2019-11-02debugfs: remove return value of debugfs_create_x8()Greg Kroah-Hartman1-8/+4
2019-11-02driver core: Allow fwnode_operations.add_links to differentiate errorsSaravana Kannan1-4/+9
2019-11-02driver core: Allow a device to wait on optional suppliersSaravana Kannan1-0/+3
2019-11-02driver core: Add device link support for SYNC_STATE_ONLY flagSaravana Kannan1-0/+2
2019-11-02radix tree: Remove radix_tree_iter_findMatthew Wilcox (Oracle)1-18/+0
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds10-60/+85