aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-07-21iommu/amd: fix a crash in iova_magazine_free_pfnsQian Cai1-1/+1
2019-07-21Merge tag 'ntb-5.3' of git://github.com/jonmason/ntbLinus Torvalds14-55/+1165
2019-07-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds20-29/+2183
2019-07-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds19-74/+120
2019-07-20Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds4-4/+6
2019-07-20Merge branch 'next' into for-linusDmitry Torokhov14538-308224/+315806
2019-07-19Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-0/+5
2019-07-19Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds49-433/+4347
2019-07-19Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds4-5/+47
2019-07-19Merge tag 'drm-next-2019-07-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds409-900/+1244
2019-07-19Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds4-11/+26
2019-07-19Merge tag 'for-linus-5.3a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-1031/+24
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds13-118/+119
2019-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds44-121/+360
2019-07-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds11-228/+197
2019-07-19Input: alps - fix a mismatch between a condition check and its commentHui Wang1-1/+1
2019-07-19Input: psmouse - fix build error of multiple definitionYueHaibing1-1/+2
2019-07-19Input: applespi - remove set but not used variables 'sts'Mao Wenan1-2/+1
2019-07-19Input: add Apple SPI keyboard and trackpad driverRonald Tschalär5-0/+2117
2019-07-19Merge branch 'linux-5.3' of git://github.com/skeggsb/linux into drm-nextDave Airlie342-372/+475
2019-07-19Merge tag 'drm-next-5.3-2019-07-18' of git://people.freedesktop.org/~agd5f/li...Dave Airlie53-255/+663
2019-07-19drm/nouveau/secboot/gp102-: remove WAR for SEC2 RTOS start bugBen Skeggs1-29/+0
2019-07-19drm/nouveau/flcn/gp102-: improve implementation of bind_context() on SEC2/GSPBen Skeggs1-0/+36
2019-07-19drm/nouveau: fix memory leak in nouveau_conn_reset()Yongxin Liu1-1/+1
2019-07-19drm/nouveau/dmem: missing mutex_lock in error pathRalph Campbell1-1/+2
2019-07-19drm/nouveau/hwmon: return EINVAL if the GPU is powered down for sensors readsKarol Herbst1-0/+10
2019-07-19drm/nouveau: fix bogus GPL-2 license headerBen Skeggs55-55/+55
2019-07-19drm/nouveau: fix bogus GPL-2 license headerIlia Mirkin277-277/+277
2019-07-19drm/nouveau/i2c: Enable i2c pads & busses during preinitLyude Paul1-0/+20
2019-07-19drm/nouveau/disp/tu102-: wire up scdc parameter setterBen Skeggs1-0/+1
2019-07-19drm/nouveau/core: recognise TU116 chipsetBen Skeggs1-0/+36
2019-07-19drm/nouveau/kms: disallow dual-link harder if hdmi connection detectedBen Skeggs1-2/+5
2019-07-19drm/nouveau/disp/nv50-: fix center/aspect-corrected scalingIlia Mirkin1-4/+24
2019-07-19drm/nouveau/disp/nv50-: force scaler for any non-default LVDS/eDP modesIlia Mirkin1-2/+7
2019-07-19drm/nouveau/mcp89/mmu: Use mcp77_mmu_new instead of g84_mmu_new on MCP89.Timo Wiren1-1/+1
2019-07-18ag71xx: fix return value check in ag71xx_probe()Wei Yongjun1-2/+2
2019-07-18ag71xx: fix error return code in ag71xx_probe()Wei Yongjun1-1/+3
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce5-25/+15
2019-07-18libnvdimm/pfn: stop padding pmem namespaces to section alignmentDan Williams2-78/+13
2019-07-18libnvdimm/pfn: fix fsdax-mode namespace info-block zero-fieldsDan Williams3-4/+17
2019-07-18drivers/base/memory.c: get rid of find_memory_block_hinted()David Hildenbrand1-26/+14
2019-07-18mm/memory_hotplug: move and simplify walk_memory_blocks()David Hildenbrand1-0/+42
2019-07-18mm/memory_hotplug: rename walk_memory_range() and pass start+size instead of ...David Hildenbrand2-17/+7
2019-07-18mm: make register_mem_sect_under_node() staticDavid Hildenbrand1-1/+2
2019-07-18drivers/base/memory: use "unsigned long" for block idsDavid Hildenbrand1-11/+11
2019-07-18mm: section numbers use the type "unsigned long"David Hildenbrand1-14/+13
2019-07-18mm/memory_hotplug: make unregister_memory_block_under_nodes() never failDavid Hildenbrand1-13/+5
2019-07-18mm/memory_hotplug: remove memory block devices before arch_remove_memory()David Hildenbrand2-24/+24
2019-07-18mm/memory_hotplug: create memory block devices after arch_add_memory()David Hildenbrand1-28/+54
2019-07-18mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand1-2/+0
2019-07-18drivers/base/memory: pass a block_id to init_memory_block()David Hildenbrand1-16/+11
2019-07-18usb: qmi_wwan: add D-Link DWM-222 A2 device IDRogan Dawes1-0/+1
2019-07-18bnxt_en: Fix VNIC accounting when enabling aRFS on 57500 chips.Michael Chan1-2/+5
2019-07-18gve: replace kfree with kvfreeChuhong Yuan2-13/+13
2019-07-18Merge tag 'for-5.3/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-34/+62
2019-07-18drm/amd/display: init res_pool dccg_ref, dchub_ref with xtalin_freqhersen wu2-26/+41
2019-07-18drm/amdgpu/pm: remove check for pp funcs in freq sysfs handlersAlex Deucher1-10/+0
2019-07-18drm/amd/display: Force uclk to max for every stateNicholas Kazlauskas2-3/+13
2019-07-18net/mlx5: Replace kfree with kvfreeChuhong Yuan1-1/+1
2019-07-18Merge tag 'wireless-drivers-for-davem-2019-07-18' of git://git.kernel.org/pub...David S. Miller6-6/+93
2019-07-18liquidio: Replace vmalloc + memset with vzallocChuhong Yuan1-4/+2
2019-07-18Merge branch 'for-linus-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2019-07-18net: bcmgenet: use promisc for unsupported filtersJustin Chen1-31/+26
2019-07-18Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2-588/+1610
2019-07-18Merge tag 'dax-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdi...Linus Torvalds1-0/+19
2019-07-18Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds17-28/+413
2019-07-18Merge tag 'linux-watchdog-5.3-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds76-429/+360
2019-07-18Merge tag 'pm-5.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds32-676/+989
2019-07-18Merge tag 'acpi-5.3-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds4-17/+52
2019-07-18Merge branch 'floppy'Linus Torvalds1-2/+32
2019-07-18Merge branches 'acpi-misc' and 'acpi-video'Rafael J. Wysocki2-0/+41
2019-07-18Merge branch 'pm-cpufreq'Rafael J. Wysocki26-161/+327
2019-07-18crypto: ccp - Fix SEV_VERSION_GREATER_OR_EQUALDavid Rientjes1-7/+12
2019-07-18crypto: ccp/gcm - use const time tag comparison.Cfir Cohen1-1/+2
2019-07-18Merge tag 'drm-misc-next-fixes-2019-07-11' of git://anongit.freedesktop.org/d...Dave Airlie14-273/+106
2019-07-18xen: let alloc_xenballooned_pages() fail if not enough memory freeJuergen Gross1-3/+13
2019-07-17mlxsw: spectrum: Do not process learned records with a dummy FIDIdo Schimmel3-0/+17
2019-07-17mlxsw: spectrum_dcb: Configure DSCP map as the last rule is removedPetr Machata1-8/+8
2019-07-17net: ag71xx: Add missing headerRosen Penev1-0/+1
2019-07-17floppy: fix out-of-bounds read in copy_bufferDenis Efremov1-2/+4
2019-07-17floppy: fix invalid pointer dereference in drive_nameDenis Efremov1-3/+8
2019-07-17floppy: fix out-of-bounds read in next_valid_formatDenis Efremov1-0/+18
2019-07-17floppy: fix div-by-zero in setup_format_paramsDenis Efremov1-0/+5
2019-07-17Merge tag 'platform-drivers-x86-v5.3-2' of git://git.infradead.org/linux-plat...Linus Torvalds1-56/+62
2019-07-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds8-115/+67
2019-07-17Merge tag 'gpio-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds3-28/+20
2019-07-17caif-hsi: fix possible deadlock in cfhsi_exit_module()Taehee Yoo1-1/+1
2019-07-17Merge tag 'hwlock-v5.3' of git://github.com/andersson/remoteprocLinus Torvalds4-14/+47
2019-07-17Merge tag 'rproc-v5.3' of git://github.com/andersson/remoteprocLinus Torvalds10-36/+842
2019-07-17drm/amdkfd: Remove GWS from process during uninitJoseph Greathouse1-0/+3
2019-07-17drm/amd/amdgpu: Fix offset for vmid selection in debugfs interfaceTom St Denis1-1/+1
2019-07-17drm/amd/powerplay: update vega20 driver if to fit latest SMU firmwareEvan Quan1-2/+4
2019-07-17drm/amd/powerplay: maintain SMU FW backward compatibilityEvan Quan1-3/+9
2019-07-17drm/amd/powerplay: correct smu_update_table usageEvan Quan5-23/+23
2019-07-17drm/amd/powerplay: fix deadlock around smu_handle_task V2Evan Quan1-3/+0
2019-07-17drm/amd/powerplay: avoid access before allocationEvan Quan1-4/+7
2019-07-17drm/amd/powerplay: fix memory allocation failure check V2Evan Quan1-2/+2
2019-07-17drm/amdgpu: Fix silent amdgpu_bo_move failuresFelix Kuehling1-3/+37
2019-07-17drm/amdgpu: drop dead headerAlex Deucher2-33/+0
2019-07-17Merge tag 'rpmsg-v5.3' of git://github.com/andersson/remoteprocLinus Torvalds1-1/+2
2019-07-17Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds10-131/+1963
2019-07-17Merge tag 'vfio-v5.3-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2-2/+10
2019-07-17Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds116-3086/+7136
2019-07-17Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds20-433/+501
2019-07-17Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds53-693/+3470
2019-07-17Merge tag 'mips_5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2-1/+2
2019-07-17platform/x86: asus: Rename "fan mode" to "fan boost mode"Daniel Drake1-56/+62
2019-07-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds8-119/+65
2019-07-17dm kcopyd: Increase default sub-job size to 512KBNikos Tsironis1-6/+28
2019-07-17dm snapshot: fix oversights in optional discard supportMike Snitzer1-0/+10
2019-07-17dm zoned: fix zone state management raceDamien Le Moal2-28/+24
2019-07-17scsi: remove pointless $(MODVERDIR)/$(obj)/53c700.verMasahiro Yamada1-1/+1
2019-07-17xen: remove tmem driverJuergen Gross5-1025/+0
2019-07-17xen/events: fix binding user event channels to cpusJuergen Gross2-3/+11
2019-07-16scsi: megaraid_sas: set an unlimited max_segment_sizeChristoph Hellwig1-0/+1
2019-07-16scsi: mpt3sas: set an unlimited max_segment_size for SAS 3.0 HBAsChristoph Hellwig1-0/+1
2019-07-16scsi: IB/srp: set virt_boundary_mask in the scsi hostChristoph Hellwig1-15/+3
2019-07-16scsi: IB/iser: set virt_boundary_mask in the scsi hostChristoph Hellwig1-28/+7
2019-07-16scsi: storvsc: set virt_boundary_mask in the scsi host templateChristoph Hellwig1-3/+2
2019-07-16scsi: ufshcd: set max_segment_size in the scsi host templateChristoph Hellwig1-2/+1
2019-07-16scsi: core: take the DMA max mapping size into accountChristoph Hellwig1-0/+2
2019-07-16scsi: core: add a host / host template field for the virt boundaryChristoph Hellwig2-1/+5
2019-07-16virtio_pmem: fix sparse warningPankaj Gupta1-2/+2
2019-07-16scsi: core: Fix race on creating sense cacheMing Lei1-3/+3
2019-07-16scsi: sd_zbc: Fix compilation warningDamien Le Moal1-1/+1
2019-07-16scsi: libfc: fix null pointer dereference on a null lportColin Ian King1-1/+1
2019-07-16mm: add account_locked_vm utility functionDaniel Jordan3-113/+11
2019-07-16device-dax: "Hotremove" persistent memory that is used like normal RAMPavel Tatashin2-4/+39
2019-07-16device-dax: fix memory and resource leak if hotplug failsPavel Tatashin1-1/+4
2019-07-16drivers/pps/pps.c: clear offset flags in PPS_SETPARAMS ioctlMiroslav Lichvar1-0/+8
2019-07-16drivers/rapidio/devices/rio_mport_cdev.c: NUL terminate some stringsDan Carpenter1-0/+2
2019-07-16kernel: fix typos and some coding style in commentsWeitao Hou1-1/+1
2019-07-17memory: ti-emif-sram: move driver-specific asm-offset.h to drivers/memory/Masahiro Yamada3-3/+5
2019-07-16drm/amd/powerplay: Use proper enums in vega20_print_clk_levelsNathan Chancellor1-3/+3
2019-07-16drm/amdgpu/gfx10: set SH_MEM_CONFIG.INITIAL_INST_PREFETCHNicolai Hähnle1-17/+10
2019-07-16drm/amd/powerplay: enable fw ctf,apcc dfll and gfx ssKenneth Feng1-6/+5
2019-07-16drm/amdgpu: check kdb_bin_size to exclude kdb loading sequenceHawking Zhang1-1/+1
2019-07-16drm/amdgpu: Fix unaligned memory copiesFelix Kuehling1-0/+2
2019-07-16be2net: Signal that the device cannot transmit during reconfigurationBenjamin Poirier1-1/+5
2019-07-16net: ethernet: mediatek: mtk_eth_soc: Add of_node_put() before gotoNishka Dasgupta1-1/+3
2019-07-16net: ethernet: mscc: ocelot_board: Add of_node_put() before returnNishka Dasgupta1-1/+4
2019-07-16net: ethernet: ti: cpsw: Add of_node_put() before return and breakNishka Dasgupta1-8/+18
2019-07-16Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Linus Torvalds37-50/+50
2019-07-16drm/amdgpu: replace simple_strtol() by kstrtou32()Wang Xiayang1-1/+2
2019-07-16drm/amdgpu: remove memset after kzallocFuqian Huang4-8/+0
2019-07-16drm/amd/amdgpu: hide #warning for missing DC configArnd Bergmann2-6/+0
2019-07-16drm/amdgpu: Fix Vega20 Perf counter for pcie_bwKent Russell1-2/+8
2019-07-16drm/amd/amdgpu: Add missing select_me_pipe_q() for gfx10Tom St Denis1-0/+7
2019-07-16drm/amd/amdgpu: Add VMID to SRBM debugfs bank selectionTom St Denis6-13/+14
2019-07-16drm/amd/powerplay: add helper of smu_clk_dpm_is_enabled for smuKevin Wang2-23/+41
2019-07-16drm/amd/powerplay: fix save dpm level error for smuKevin Wang1-4/+3
2019-07-16drm/amd/powerplay: avoid double check feature enabledKevin Wang1-15/+8
2019-07-16drm/amd/powerplay: add standard profile dpm support for smuKevin Wang1-1/+1
2019-07-16drm/amd/powerplay: add socclk profile dpm support.Kevin Wang1-0/+6
2019-07-16drm/amdkfd: Consistently apply noretry settingFelix Kuehling9-17/+20
2019-07-16drm/amd/display: return 'NULL' instead of 'false' from dcn20_acquire_idle_pip...Arnd Bergmann1-1/+1
2019-07-16drm/amd/display: Support clang option for stack alignmentArnd Bergmann2-5/+19
2019-07-16Merge tag 'backlight-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-36/+17
2019-07-16ACPI: video: Add new hw_changes_brightness quirk, set it on PB Easynote MZ35Hans de Goede1-0/+37
2019-07-16Merge tag 'gpio-v5.3-rc1-fixes-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Walleij3-20/+19
2019-07-16Revert "gpio/spi: Fix spi-gpio regression on active high CS"Linus Walleij1-8/+1
2019-07-16cpufreq: Make cpufreq_generic_init() return voidViresh Kumar19-70/+45
2019-07-15Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds22-114/+372
2019-07-15Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds31-473/+1274
2019-07-15Merge tag 'for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds21-13/+798
2019-07-15Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds43-553/+1351
2019-07-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds185-24118/+17580
2019-07-15Merge tag 'mfd-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds40-434/+6493
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1483-33877/+473194
2019-07-15Merge branch 'for-arm-soc' of git://git.armlinux.org.uk/~rmk/linux-arm into a...Olof Johansson2-4/+43
2019-07-15net/mlx5e: Allow dissector meta key in tc flowerVlad Buslov1-1/+2
2019-07-15net/mlx5e: Rely on filter_dev instead of dissector keys for tunnelsVlad Buslov1-5/+1
2019-07-15net/mlx5e: Verify encapsulation is supportedEli Cohen1-0/+4
2019-07-15ISDN: hfcsusb: checking idx of ep configurationPhong Tran1-0/+3
2019-07-16Revert "Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/l...Dave Airlie21-1685/+445
2019-07-15vmxnet3: Remove call to memset after dma_alloc_coherentFuqian Huang1-1/+0
2019-07-15hippi: Remove call to memset after pci_alloc_consistentFuqian Huang1-2/+0
2019-07-15ethernet: remove redundant memsetFuqian Huang14-27/+0
2019-07-15atm: idt77252: Remove call to memset after dma_alloc_coherentFuqian Huang1-1/+0
2019-07-15rt2x00usb: fix rx queue hangSoeren Moch1-6/+6
2019-07-15ath10k: work around uninitialized vht_pfr variableArnd Bergmann1-0/+2
2019-07-15iwlwifi: pcie: add support for qu c-step devicesLuca Coelho4-0/+83
2019-07-15iwlwifi: add new cards for 9000 and 20000 seriesIhab Zhaika1-0/+2
2019-07-15Input: alps - don't handle ALPS cs19 trackpoint-only deviceHui Wang1-0/+32
2019-07-15Input: hyperv-keyboard - remove dependencies on PAGE_SIZE for ring bufferMaya Nakamura1-2/+2
2019-07-15Input: adp5589 - initialize GPIO controller parent deviceLars-Peter Clausen1-0/+1
2019-07-15Input: iforce - remove empty multiline commentsTim Schumacher6-18/+0
2019-07-15Merge tag 'v5.2' into nextDmitry Torokhov14535-308210/+313652
2019-07-15Input: synaptics - fix misuse of strlcpyJoe Perches1-1/+1
2019-07-15docs: serial: move it to the driver-apiMauro Carvalho Chehab2-3/+3
2019-07-15docs: driver-api: add a series of orphaned documentsMauro Carvalho Chehab12-13/+13
2019-07-15docs: admin-guide: add a series of orphaned documentsMauro Carvalho Chehab2-3/+3
2019-07-15docs: driver-model: move it to the driver-api bookMauro Carvalho Chehab4-5/+5
2019-07-15docs: blockdev: add it to the admin-guideMauro Carvalho Chehab3-8/+8
2019-07-15docs: admin-guide: add laptops documentationMauro Carvalho Chehab2-3/+3
2019-07-15docs: device-mapper: move it to the admin-guideMauro Carvalho Chehab3-3/+3
2019-07-15docs: mtd: move it to the driver-api bookMauro Carvalho Chehab1-1/+1
2019-07-15docs: nvdimm: add it to the driver-api bookMauro Carvalho Chehab1-1/+1
2019-07-15docs: perf: move to the admin-guideMauro Carvalho Chehab1-1/+1
2019-07-15docs: rapidio: add it to the driver APIMauro Carvalho Chehab1-1/+1