Age | Commit message (Expand) | Author | Files | Lines |
2020-11-05 | net: dsa: Add DSA driver for Hirschmann Hellcreek switches | Kurt Kanzenbach | 6 | -0/+1515 |
2020-11-05 | net: mlx5: Replace in_irq() usage | Sebastian Andrzej Siewior | 1 | -7/+11 |
2020-11-05 | net/mlx5: Cleanup kernel-doc warnings | Saeed Mahameed | 1 | -3/+5 |
2020-11-05 | net/mlx4: Cleanup kernel-doc warnings | Saeed Mahameed | 1 | -1/+1 |
2020-11-05 | net/mlx5e: Validate stop_room size upon user input | Vladyslav Tarasiuk | 8 | -36/+57 |
2020-11-05 | net/mlx5: DR, Free unused buddy ICM memory | Yevgeny Kliteynik | 2 | -4/+11 |
2020-11-05 | net/mlx5: DR, ICM memory pools sync optimization | Yevgeny Kliteynik | 2 | -18/+6 |
2020-11-05 | net/mlx5: DR, Sync chunks only during free | Yevgeny Kliteynik | 1 | -6/+8 |
2020-11-05 | net/mlx5: DR, Handle ICM memory via buddy allocation instead of buckets | Yevgeny Kliteynik | 2 | -314/+211 |
2020-11-05 | net/mlx5: DR, Add buddy allocator utilities | Yevgeny Kliteynik | 3 | -1/+204 |
2020-11-05 | net/mlx5: DR, Rename matcher functions to be more HW agnostic | Yevgeny Kliteynik | 3 | -37/+33 |
2020-11-05 | net/mlx5: DR, Rename builders HW specific names | Yevgeny Kliteynik | 3 | -71/+76 |
2020-11-05 | net/mlx5: DR, Remove unused member of action struct | Yevgeny Kliteynik | 1 | -1/+0 |
2020-11-05 | Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2020-11-05 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 5 | -11/+24 |
2020-11-05 | Merge tag 'spi-fix-v5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -26/+19 |
2020-11-05 | Merge tag 'regulator-fix-v5.10-rc2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+2 |
2020-11-05 | Merge tag 'pm-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 6 | -50/+35 |
2020-11-05 | Merge tag 'pci-v5.10-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -17/+23 |
2020-11-05 | ionic: check port ptr before use | Shannon Nelson | 1 | -0/+5 |
2020-11-05 | RDMA/srpt: Fix typo in srpt_unregister_mad_agent docstring | Jason Gunthorpe | 1 | -1/+1 |
2020-11-05 | Merge branches 'pm-cpufreq', 'pm-cpuidle', 'pm-opp' and 'powercap' | Rafael J. Wysocki | 3 | -5/+8 |
2020-11-04 | r8169: work around short packet hw bug on RTL8125 | Heiner Kallweit | 1 | -3/+11 |
2020-11-04 | enetc: Remove Tx checksumming offload code | Claudiu Manoil | 5 | -91/+32 |
2020-11-04 | dpaa_eth: use false and true for bool variables | Zou Wei | 1 | -2/+2 |
2020-11-04 | net: phy: adin: implement cable-test support | Alexandru Ardelean | 1 | -0/+138 |
2020-11-04 | net: phy: adin: disable diag clock & disable standby mode in config_aneg | Alexandru Ardelean | 1 | -2/+10 |
2020-11-04 | net: dsa: mt7530: support setting MTU | DENG Qingfang | 2 | -0/+61 |
2020-11-04 | net: ipa: eliminate legacy arguments | Alex Elder | 3 | -11/+8 |
2020-11-04 | net: ipa: use version in gsi_channel_program() | Alex Elder | 3 | -19/+15 |
2020-11-04 | net: ipa: use version in gsi_channel_reset() | Alex Elder | 1 | -1/+1 |
2020-11-04 | net: ipa: use version in gsi_channel_init() | Alex Elder | 1 | -7/+6 |
2020-11-04 | net: ipa: record IPA version in GSI structure | Alex Elder | 2 | -12/+10 |
2020-11-04 | net: ipa: expose IPA version to the GSI layer | Alex Elder | 3 | -15/+21 |
2020-11-04 | PCI: mvebu: Fix duplicate resource requests | Rob Herring | 1 | -13/+10 |
2020-11-04 | PCI: dwc: Restore ATU memory resource setup to use last entry | Rob Herring | 1 | -2/+6 |
2020-11-04 | Merge tag 'linux-can-fixes-for-5.10-20201103' of git://git.kernel.org/pub/scm... | Jakub Kicinski | 10 | -55/+139 |
2020-11-04 | spi: fsl-dspi: fix wrong pointer in suspend/resume | Zhao Qiang | 1 | -6/+4 |
2020-11-04 | drm/amdgpu/display: remove DRM_AMD_DC_GREEN_SARDINE | Alex Deucher | 5 | -20/+0 |
2020-11-04 | drm/amd/display: Add green_sardine support to DM | Roman Li | 1 | -0/+12 |
2020-11-04 | drm/amd/display: Add green_sardine support to DC | Roman Li | 4 | -0/+25 |
2020-11-04 | drm/amdgpu: enable vcn support for green_sardine (v2) | Thong Thai | 1 | -1/+7 |
2020-11-04 | drm/amdgpu: enable green_sardine_asd.bin loading (v2) | Aaron Liu | 1 | -1/+5 |
2020-11-04 | drm/amdgpu/sdma: add sdma engine support for green_sardine (v2) | Prike Liang | 1 | -1/+5 |
2020-11-04 | drm/amdgpu: add gfx support for green_sardine (v2) | Prike Liang | 1 | -1/+11 |
2020-11-04 | drm/amdgpu: add soc15 common ip block support for green_sardine (v3) | Prike Liang | 1 | -2/+9 |
2020-11-04 | drm/amdgpu: add green_sardine support for gpu_info and ip block setting (v2) | Prike Liang | 1 | -1/+5 |
2020-11-04 | drm/amdgpu: add Green_Sardine APU flag | Alex Deucher | 1 | -0/+1 |
2020-11-03 | drm/amdgpu: resolved ASD loading issue on sienna | John Clements | 1 | -0/+1 |
2020-11-03 | amdkfd: Check kvmalloc return before memcpy | Kent Russell | 1 | -1/+1 |