summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-12ALSA: hda/realtek - Add more codec supported Headset ButtonKailang Yang1-0/+3
2020-02-12Merge branch 'Bug-fixes-for-ENA-Ethernet-driver'David S. Miller5-44/+115
2020-02-12net: ena: ena-com.c: prevent NULL pointer dereferenceArthur Kiyanovski1-0/+5
2020-02-12net: ena: ethtool: use correct value for crc32 hashSameeh Jubran1-2/+2
2020-02-12net: ena: make ena rxfh support ETH_RSS_HASH_NO_CHANGEArthur Kiyanovski3-0/+16
2020-02-12net: ena: fix corruption of dev_idx_to_host_tblArthur Kiyanovski1-28/+0
2020-02-12net: ena: fix incorrectly saving queue numbers when setting RSS indirection t...Arthur Kiyanovski2-1/+25
2020-02-12net: ena: rss: store hash function as values and not bitsArthur Kiyanovski1-1/+5
2020-02-12net: ena: rss: fix failure to get indirection tableSameeh Jubran1-0/+14
2020-02-12net: ena: rss: do not allocate key when not supportedSameeh Jubran1-3/+21
2020-02-12net: ena: fix incorrect default RSS keyArthur Kiyanovski2-0/+16
2020-02-12net: ena: add missing ethtool TX timestamping indicationArthur Kiyanovski1-0/+1
2020-02-12net: ena: fix uses of round_jiffies()Arthur Kiyanovski1-3/+3
2020-02-12net: ena: fix potential crash when rxfh key is NULLArthur Kiyanovski1-8/+9
2020-02-12net/smc: fix leak of kernel memory to user spaceEric Dumazet1-3/+2
2020-02-12i40e: Fix the conditional for i40e_vc_validate_vqs_bitmapsBrett Creeley1-2/+2
2020-02-12core: Don't skip generic XDP program execution for cloned SKBsToke Høiland-Jørgensen1-2/+2
2020-02-12Merge tag 'dax-fixes-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-24/+12
2020-02-12Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds12-173/+167
2020-02-12soc/tegra: fuse: Fix build with Tegra194 configurationThierry Reding1-1/+2
2020-02-12Merge tag 'arm-soc/for-5.6/defconfig-arm64-fixes' of https://github.com/Broad...Olof Johansson1-1/+1
2020-02-12Merge tag 'sunxi-config-for-5.6-2' of https://git.kernel.org/pub/scm/linux/ke...Olof Johansson1-0/+1
2020-02-12Merge tag 'sunxi-config64-for-5.6-2' of https://git.kernel.org/pub/scm/linux/...Olof Johansson1-0/+2
2020-02-12Merge tag 'v5.6-rc1' into arm/fixesOlof Johansson216-833/+7147
2020-02-12Merge tag 'juno-fix-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/sud...Olof Johansson1-4/+4
2020-02-12ACPI: PM: s2idle: Prevent spurious SCIs from waking up the systemRafael J. Wysocki1-3/+9
2020-02-12ACPICA: Introduce acpi_any_gpe_status_set()Rafael J. Wysocki4-0/+106
2020-02-11drm/amdgpu:/navi10: use the ODCAP enum to index the caps arrayAlex Deucher1-11/+11
2020-02-11drm/amdgpu: update smu_v11_0_pptable.hAlex Deucher1-14/+32
2020-02-11drm/amdgpu: correct comment to clear up the confusionGuchun Chen1-1/+6
2020-02-11drm/amd/display: DCN2.x Do not program DPPCLK if same valueSung Lee1-1/+1
2020-02-11drm/amd/display: Don't map ATOM_ENABLE to ATOM_INITNicholas Kazlauskas1-4/+0
2020-02-11drm/amdgpu/vcn2.5: fix warningJames Zhu1-1/+1
2020-02-11drm/amdgpu: limit GDS clearing workaround in cold boot sequenceGuchun Chen1-3/+6
2020-02-11drm/amdgpu: fix amdgpu pmu to use hwc->config instead of hwc->confJonathan Kim1-7/+8
2020-02-11amdgpu: Prevent build errors regarding soft/hard-float FP ABI tagsDaniel Kolesa1-0/+6
2020-02-11drm/amdgpu/vcn2.5: fix DPG mode power off issue on instance 1James Zhu4-14/+15
2020-02-11drm/amd/display: Add initialitions for PLL2 clock sourceIsabel Zhang1-0/+6
2020-02-11drm/amd/display: Limit minimum DPPCLK to 100MHz.Yongqiang Sun1-0/+6
2020-02-11drm/amd/display: Check engine is not NULL before acquiringAric Cyr1-1/+1
2020-02-11tools headers UAPI: Sync sched.h with the kernelArnaldo Carvalho de Melo1-0/+6
2020-02-11perf trace: Resolve prctl's 'option' arg strings to numbersArnaldo Carvalho de Melo1-1/+3
2020-02-11perf beauty prctl: Export the 'options' strarrayArnaldo Carvalho de Melo2-1/+4
2020-02-11tools headers UAPI: Sync prctl.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+4
2020-02-11tools headers UAPI: Sync copy of arm64's asm/unistd.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+1
2020-02-11perf maps: Move kmap::kmaps setup to maps__insert()Jiri Olsa2-12/+11
2020-02-11perf maps: Fix map__clone() for struct kmapJiri Olsa1-1/+6
2020-02-11perf maps: Mark ksymbol DSOs with kernel typeJiri Olsa1-2/+10
2020-02-11perf maps: Mark module DSOs with kernel typeJiri Olsa1-0/+1
2020-02-11tools include UAPI: Sync x86's syscalls_64.tbl, generic unistd.h and fcntl.h ...Arnaldo Carvalho de Melo5-2/+49