aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-10-23perf/arm-cmn: Enable per-DTC counter allocationGravatar Robin Murphy 1-8/+10
2023-10-23perf/arm-cmn: Rework DTC counters (again)Gravatar Robin Murphy 1-62/+64
2023-10-23perf/arm-cmn: Fix DTC domain detectionGravatar Robin Murphy 1-2/+14
2023-10-19drivers: perf: arm_pmuv3: Drop some unused arguments from armv8_pmu_init()Gravatar Anshuman Khandual 1-32/+12
2023-10-19drivers: perf: arm_pmuv3: Read PMMIR_EL1 unconditionallyGravatar Anshuman Khandual 1-1/+1
2023-10-19drivers/perf: hisi: use cpuhp_state_remove_instance_nocalls() for hisi_hns3_p...Gravatar Hao Chen 1-4/+4
2023-10-17drivers/perf: xgene: Use device_get_match_data()Gravatar Rob Herring 1-24/+13
2023-10-17perf/amlogic: add missing MODULE_DEVICE_TABLEGravatar Marek Szyprowski 1-0/+1
2023-10-10perf: arm_cspmu: ampere_cspmu: Add support for Ampere SoC PMUGravatar Ilkka Koskinen 5-0/+293
2023-10-05perf: arm_cspmu: Support implementation specific validationGravatar Ilkka Koskinen 2-1/+10
2023-10-05perf: arm_cspmu: Support implementation specific filtersGravatar Ilkka Koskinen 2-4/+11
2023-10-05perf: arm_cspmu: Split 64-bit write to 32-bit writesGravatar Ilkka Koskinen 1-1/+4
2023-10-05perf: arm_cspmu: Separate Arm and vendor moduleGravatar Besar Wicaksono 6-60/+199
2023-09-24Merge tag 'cxl-fixes-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 7-33/+58
2023-09-23Merge tag 'gpio-fixes-for-v6.6-rc3' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-38/+28
2023-09-23Merge tag 'i2c-for-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 6-2/+29
2023-09-23mfd: cs42l43: Use correct macro for new-style PM runtime opsGravatar Charles Keepax 1-2/+2
2023-09-22cxl/acpi: Annotate struct cxl_cxims_data with __counted_byGravatar Kees Cook 1-2/+2
2023-09-22cxl/port: Fix cxl_test register enumeration regressionGravatar Dan Williams 1-4/+9
2023-09-22Merge tag 'thermal-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-4/+5
2023-09-22Merge tag 'acpi-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 1-0/+1
2023-09-22Merge branch 'acpi-processor'Gravatar Rafael J. Wysocki 1-0/+1
2023-09-22Merge tag 'efi-fixes-for-v6.6-2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-3/+29
2023-09-22Merge tag 'drm-fixes-2023-09-22-2' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 22-52/+61
2023-09-22Merge tag 'platform-drivers-x86-v6.6-3' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 2-26/+42
2023-09-22i2c: xiic: Correct return value check for xiic_reinit()Gravatar Daniel Scally 1-1/+1
2023-09-22gpio: sim: fix an invalid __free() usageGravatar Bartosz Golaszewski 1-37/+23
2023-09-22Merge tag 'amd-drm-fixes-6.6-2023-09-20' of https://gitlab.freedesktop.org/ag...Gravatar Dave Airlie 7-24/+25
2023-09-22Merge tag 'drm-intel-fixes-2023-09-21' of git://anongit.freedesktop.org/drm/d...Gravatar Dave Airlie 3-3/+5
2023-09-22Merge tag 'drm-misc-fixes-2023-09-21' of git://anongit.freedesktop.org/drm/dr...Gravatar Dave Airlie 12-25/+31
2023-09-21Merge tag 'net-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 38-180/+349
2023-09-21Merge tag 'for-linus-6.6a-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-20/+3
2023-09-21Merge tag 'sound-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 1-17/+17
2023-09-21Merge tag 'hwmon-for-v6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+4
2023-09-21i2c: mux: gpio: Add missing fwnode_handle_put()Gravatar Liang He 1-1/+3
2023-09-21sfc: handle error pointers returned by rhashtable_lookup_get_insert_fast()Gravatar Edward Cree 4-4/+30
2023-09-21fbdev/sh7760fb: Depend on FB=yGravatar Thomas Zimmermann 1-1/+1
2023-09-21igc: Expose tx-usecs coalesce setting to userGravatar Muhammad Husaini Zulkifli 1-12/+19
2023-09-21octeontx2-pf: Do xdp_do_flush() after redirects.Gravatar Sebastian Andrzej Siewior 1-6/+13
2023-09-21bnxt_en: Flush XDP for bnxt_poll_nitroa0()'s NAPIGravatar Sebastian Andrzej Siewior 1-0/+5
2023-09-21net: ena: Flush XDP packets on error.Gravatar Sebastian Andrzej Siewior 1-0/+3
2023-09-20drm/amdkfd: Use gpu_offset for user queue's wptrGravatar YuBiao Wang 1-1/+1
2023-09-20drm/amd/display: fix the ability to use lower resolution modes on eDPGravatar Hamza Mahfooz 1-2/+2
2023-09-20drm/amdgpu: fix a memory leak in amdgpu_ras_feature_enableGravatar Cong Liu 1-0/+1
2023-09-20i2c: mux: demux-pinctrl: check the return value of devm_kstrdup()Gravatar Xiaoke Wang 1-0/+4
2023-09-20Revert "drm/amdgpu: Report vbios version instead of PN"Gravatar Lijo Lazar 1-1/+1
2023-09-20drm/amd/display: Fix MST recognizes connected displays as oneGravatar Muhammad Ahmed 3-20/+20
2023-09-21drm/virtio: clean out_fence on complete_submitGravatar José Pekkarinen 1-1/+0
2023-09-20Merge tag 'media/v6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Gravatar Linus Torvalds 12-22/+25
2023-09-20Merge tag 'spi-fix-v6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 5-5/+25