summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: macvlan: remove redundant initialization in macvlan_dev_netpoll_setupMenglong Dong2020-11-071-1/+1
* cxgb4: Fix the -Wmisleading-indentation warningKaixu Xia2020-11-071-1/+1
* net: xilinx: axiethernet: Enable dynamic MDIO MDCClayton Rayment2020-11-072-23/+25
* net: xilinx: axiethernet: Introduce helper functions for MDC enable/disableRadhey Shyam Pandey2020-11-072-5/+26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-07325-23955/+2225
|\
| * Merge branch 'mtd/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds2020-11-064-44/+44
| |\
| | * mtd: rawnand: stm32_fmc2: fix broken ECCChristophe Kerello2020-10-301-7/+8
| | * mtd: spi-nor: Fix address width on flash chips > 16MBBert Vermeulen2020-10-281-3/+5
| | * mtd: spi-nor: Don't copy self-pointing struct aroundAlexander Sverdlin2020-10-281-3/+2
| | * mtd: rawnand: ifc: Move the ECC engine initialization to the right placeFabio Estevam2020-10-261-19/+24
| | * mtd: rawnand: mxc: Move the ECC engine initialization to the right placeFabio Estevam2020-10-261-12/+5
| * | Merge tag 'spi-fix-v5.10-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-11-061-2/+1
| |\ \
| | * | spi: bcm2835: remove use of uninitialized gpio flags variableMartin Hundebøll2020-11-061-2/+1
| * | | Merge tag 'drm-fixes-2020-11-06-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-11-0650-353/+425
| |\ \ \
| | * \ \ Merge tag 'drm-misc-fixes-2020-11-05' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2020-11-0611-84/+115
| | |\ \ \
| | | * | | drm/vc4: drv: Remove unused variableMaxime Ripard2020-11-031-1/+0
| | | * | | drm/panfrost: Fix module unloadSteven Price2020-11-031-2/+3
| | | * | | drm/panfrost: Fix a deadlock between the shrinker and madvise pathBoris Brezillon2020-11-033-7/+13
| | | * | | drm/vc4: kms: Add functions to create the state objectsMaxime Ripard2020-11-022-24/+57
| | | * | | drm/vc4: Use devm_drm_dev_allocMaxime Ripard2020-11-025-32/+25
| | | * | | drm/vc4: Use the helper to retrieve vc4_dev when neededMaxime Ripard2020-11-022-3/+3
| | | * | | drm/vc4: gem: Add a managed action to cleanup the job queueMaxime Ripard2020-11-023-10/+10
| | | * | | drm/vc4: drv: Use managed drm_mode_config_initMaxime Ripard2020-11-021-4/+3
| | | * | | drm/vc4: bo: Add a managed action to cleanup the cacheMaxime Ripard2020-11-023-4/+4
| | * | | | Merge tag 'amd-drm-fixes-5.10-2020-11-04' of git://people.freedesktop.org/~ag...Dave Airlie2020-11-0624-61/+150
| | |\ \ \ \
| | | * | | | drm/amdgpu/display: remove DRM_AMD_DC_GREEN_SARDINEAlex Deucher2020-11-045-20/+0
| | | * | | | drm/amd/display: Add green_sardine support to DMRoman Li2020-11-041-0/+12
| | | * | | | drm/amd/display: Add green_sardine support to DCRoman Li2020-11-044-0/+25
| | | * | | | drm/amdgpu: enable vcn support for green_sardine (v2)Thong Thai2020-11-041-1/+7
| | | * | | | drm/amdgpu: enable green_sardine_asd.bin loading (v2)Aaron Liu2020-11-041-1/+5
| | | * | | | drm/amdgpu/sdma: add sdma engine support for green_sardine (v2)Prike Liang2020-11-041-1/+5
| | | * | | | drm/amdgpu: add gfx support for green_sardine (v2)Prike Liang2020-11-041-1/+11
| | | * | | | drm/amdgpu: add soc15 common ip block support for green_sardine (v3)Prike Liang2020-11-041-2/+9
| | | * | | | drm/amdgpu: add green_sardine support for gpu_info and ip block setting (v2)Prike Liang2020-11-041-1/+5
| | | * | | | drm/amdgpu: add Green_Sardine APU flagAlex Deucher2020-11-041-0/+1
| | | * | | | drm/amdgpu: resolved ASD loading issue on siennaJohn Clements2020-11-041-0/+1
| | | * | | | amdkfd: Check kvmalloc return before memcpyKent Russell2020-11-041-1/+1
| | | * | | | drm/amdgpu: update golden setting for sienna_cichlidLikun Gao2020-11-041-0/+4
| | | * | | | amd/amdgpu: Disable VCN DPG mode for PicassoVeerabadhran Gopalakrishnan2020-11-041-2/+1
| | | * | | | drm/amdgpu/swsmu: remove duplicate call to smu_set_default_dpm_tableAlex Deucher2020-11-041-11/+0
| | | * | | | drm/amdgpu/powerplay: Only apply optimized mclk dpm policy on polarisAlex Deucher2020-10-301-12/+18
| | | * | | | drm/amd/pm: do not use ixFEATURE_STATUS for checking smc runningEvan Quan2020-10-301-4/+1
| | | * | | | drm/amd/pm: perform SMC reset on suspend/hibernationEvan Quan2020-10-305-0/+39
| | | * | | | drm/amd/pm: enable baco reset for HawaiiEvan Quan2020-10-301-1/+3
| | | * | | | drm/amd/pm: correct the baco reset sequence for CI ASICsEvan Quan2020-10-301-3/+4
| | | * | | | drm/amdgpu: perform srbm soft reset always on SDMA resumeEvan Quan2020-10-301-15/+12
| | | * | | | drm/amdgpu: rename nv_is_headless_sku()Flora Cui2020-10-301-3/+3
| | | * | | | drm/amdgpu: disable DCN and VCN for Navi14 0x7340/C9 SKUFlora Cui2020-10-301-2/+3
| | * | | | | Merge tag 'drm-intel-fixes-2020-11-05' of git://anongit.freedesktop.org/drm/d...Dave Airlie2020-11-069-65/+139
| | |\ \ \ \ \
| | | * | | | | drm/i915: Hold onto an explicit ref to i915_vma_work.pinnedChris Wilson2020-11-041-2/+4