summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2020-05-29regmap: add helper for per-port regfield initializationVladimir Oltean1-0/+8
2020-05-29i2c: smbus: Add a way to instantiate SPD EEPROMs automaticallyJean Delvare1-1/+7
2020-05-29serial: 8250: Support rs485 bus termination GPIOLukas Wunner1-0/+2
2020-05-29mmc: sdio: Sort all SDIO IDs in common include filePali Rohár1-21/+22
2020-05-29mmc: sdio: Fix Cypress SDIO IDs macros in common include filePali Rohár1-3/+3
2020-05-29mmc: sdio: Move SDIO IDs from b43-sdio driver to common include filePali Rohár1-0/+4
2020-05-29mmc: sdio: Move SDIO IDs from ath10k driver to common include filePali Rohár1-0/+2
2020-05-29mmc: sdio: Move SDIO IDs from ath6kl driver to common include filePali Rohár1-0/+10
2020-05-29mmc: sdio: Move SDIO IDs from smssdio driver to common include filePali Rohár1-0/+5
2020-05-29mmc: sdio: Move SDIO IDs from btmtksdio driver to common include filePali Rohár1-0/+2
2020-05-29mmc: sdio: Move SDIO IDs from btmrvl driver to common include filePali Rohár1-0/+8
2020-05-29mmc: sdio: Move SDIO IDs from mwifiex driver to common include filePali Rohár1-0/+10
2020-05-29mmc: sdio: Change macro names for Marvell 8688 modulesPali Rohár1-2/+2
2020-05-29opp: Expose bandwidth information via debugfsViresh Kumar1-0/+6
2020-05-29opp: Add support for parsing interconnect bandwidthGeorgi Djakov1-0/+18
2020-05-29net: be more gentle about silly gso requests coming from userEric Dumazet1-8/+9
2020-05-29sunrpc: clean up properly in gss_mech_unregister()NeilBrown2-1/+3
2020-05-29vfio: Selective dirty page tracking if IOMMU backed device pins pagesKirti Wankhede1-1/+3
2020-05-29gpio: gpiolib: Allow GPIO IRQs to lazy disableMaulik Shah1-0/+13
2020-05-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+13
2020-05-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-1/+1
2020-05-28mm: remove VM_BUG_ON(PageSlab()) from page_mapcount()Konstantin Khlebnikov1-2/+13
2020-05-28tcp: add tcp_sock_set_keepcntChristoph Hellwig1-0/+1
2020-05-28tcp: add tcp_sock_set_keepintvlChristoph Hellwig1-0/+1
2020-05-28tcp: add tcp_sock_set_keepidleChristoph Hellwig1-0/+1
2020-05-28tcp: add tcp_sock_set_user_timeoutChristoph Hellwig1-0/+1
2020-05-28tcp: add tcp_sock_set_syncntChristoph Hellwig1-0/+1
2020-05-28tcp: add tcp_sock_set_quickackChristoph Hellwig1-0/+1
2020-05-28tcp: add tcp_sock_set_nodelayChristoph Hellwig1-0/+1
2020-05-28tcp: add tcp_sock_set_corkChristoph Hellwig1-0/+2
2020-05-28power: supply: core: add POWER_SUPPLY_HEALTH_CALIBRATION_REQUIREDSebastian Reichel1-0/+1
2020-05-28power: supply: core: add manufacture date propertiesSebastian Reichel1-0/+3
2020-05-28power: supply: core: add capacity error margin propertySebastian Reichel1-0/+1
2020-05-28kobject: increase allowed number of uevent variablesSebastian Reichel1-1/+1
2020-05-28Merge branch 'for-next/scs' into for-next/coreWill Deacon4-0/+83
2020-05-28Merge branch 'for-next/bti' into for-next/coreWill Deacon3-4/+50
2020-05-28i2c: avoid confusing naming in headerWolfram Sang1-4/+4
2020-05-28hwmon: Add notification supportGuenter Roeck1-0/+3
2020-05-28block: fix a warning when blkdev.h is included for !CONFIG_BLOCK buildsChristoph Hellwig1-1/+1
2020-05-28fs: remove dio_end_io()Goldwyn Rodrigues1-2/+0
2020-05-28Merge tag 'soc-fsl-next-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann1-1/+1
2020-05-28mmc: sdio: Fix macro name for Marvell device with ID 0x9134Pali Rohár1-1/+1
2020-05-28m68k: mcf5441x: add support for esdhc mmc controllerAngelo Dureghello1-0/+17
2020-05-28mmc: host: Drop redundant MMC_CAP_ERASEUlf Hansson1-1/+0
2020-05-28memstick: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-28mmc: sdhci-esdhc: update contact emailWolfram Sang1-1/+1
2020-05-28mmc: core: expose info about enhanced rpmb supportKrishna Konda2-0/+2
2020-05-28mmc: host: Introduce the request_atomic() for the hostBaolin Wang1-0/+3
2020-05-28sched: Replace rq::wake_listPeter Zijlstra2-0/+2
2020-05-28irq_work, smp: Allow irq_work on call_single_queuePeter Zijlstra2-2/+28