summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-6.7/cxl' into cxl/nextDan Williams2023-10-314-5/+11
|\
| * cxl/mbox: Remove useless cast in cxl_mem_create_range_info()Alison Schofield2023-10-241-2/+1
| * cxl/pci: Update commentIra Weiny2023-09-151-1/+4
| * cxl/port: Quiet warning messages from the cxl_test environmentDan Williams2023-09-152-2/+7
* | Merge branch 'for-6.7/cxl-qtg' into cxl/nextDan Williams2023-10-317-185/+61
|\ \
| * | acpi: Move common tables helper functions to common libDave Jiang2023-10-272-173/+1
| * | cxl: Add support for reading CXL switch CDAT tableDave Jiang2023-10-272-5/+20
| * | cxl: Add checksum verification to CDAT from CXLDave Jiang2023-10-271-7/+23
| * | cxl: Export QTG ids from CFMWS to sysfs as qos_class attributeDave Jiang2023-10-273-0/+17
* | | Merge branch 'for-6.7/cxl-rch-eh' into cxl/nextDan Williams2023-10-3177-750/+1538
|\ \ \
| * | | cxl/core/regs: Rework cxl_map_pmu_regs() to use map->dev for devmRobert Richter2023-10-273-6/+4
| * | | cxl/core/regs: Rename phys_addr in cxl_map_component_regs()Robert Richter2023-10-271-3/+3
| * | | PCI/AER: Unmask RCEC internal errors to enable RCH downstream port error hand...Robert Richter2023-10-271-0/+57
| * | | PCI/AER: Forward RCH downstream port-detected errors to the CXL.mem dev handlerRobert Richter2023-10-272-2/+100
| * | | cxl/pci: Disable root port interrupts in RCH modeTerry Bowman2023-10-271-0/+32
| * | | cxl/pci: Add RCH downstream port error loggingTerry Bowman2023-10-271-0/+96
| * | | cxl/pci: Map RCH downstream AER registers for logging protocol errorsTerry Bowman2023-10-272-0/+46
| * | | cxl/pci: Update CXL error logging to use RAS register addressTerry Bowman2023-10-271-13/+31
| * | | PCI/AER: Refactor cper_print_aer() for use by CXL driver moduleTerry Bowman2023-10-272-4/+6
| * | | cxl/pci: Add RCH downstream port AER register discoveryRobert Richter2023-10-275-0/+61
| * | | cxl/port: Remove Component Register base address from struct cxl_portRobert Richter2023-10-272-5/+1
| * | | cxl/pci: Remove Component Register base address from struct cxl_dev_stateRobert Richter2023-10-272-5/+0
| * | | cxl/hdm: Use stored Component Register mappings to map HDM decoder capabilityRobert Richter2023-10-273-39/+43
| * | | cxl/pci: Store the endpoint's Component Register mappings in struct cxl_dev_s...Robert Richter2023-10-273-4/+9
| * | | cxl/port: Pre-initialize component register mappingsRobert Richter2023-10-271-5/+7
| * | | cxl/port: Rename @comp_map to @reg_map in struct cxl_register_mapRobert Richter2023-10-272-7/+7
| * | | cxl/port: Fix @host confusion in cxl_dport_setup_regs()Dan Williams2023-10-271-12/+31
| * | | cxl/core/regs: Rename @dev to @host in struct cxl_register_mapRobert Richter2023-10-275-20/+20
| * | | cxl/port: Fix delete_endpoint() vs parent unregistration raceDan Williams2023-10-271-15/+19
| |/ /
| * | Merge tag 'char-misc-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-10-016-212/+102
| |\ \
| | * | misc: rtsx: Fix some platforms can not boot and move the l1ss judgment to probeRicky WU2023-09-256-212/+102
| * | | Merge tag 'tty-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-10-012-4/+5
| |\ \ \
| | * | | Revert "tty: n_gsm: fix UAF in gsm_cleanup_mux"Daniel Starke2023-09-181-3/+1
| | * | | serial: 8250_port: Check IRQ data before useAndy Shevchenko2023-09-181-1/+4
| * | | | Merge tag 'soc-fixes-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Linus Torvalds2023-09-3010-22/+58
| |\ \ \ \
| | * \ \ \ Merge tag 'scmi-fix-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/sud...Arnd Bergmann2023-09-281-2/+2
| | |\ \ \ \
| | | * | | | firmware: arm_scmi: Fixup perf power-cost/microwatt supportSibi Sankar2023-09-111-2/+2
| | * | | | | Merge tag 'ffa-fix-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/sude...Arnd Bergmann2023-09-281-2/+14
| | |\ \ \ \ \
| | | * | | | | firmware: arm_ffa: Don't set the memory region attributes for MEM_LENDSudeep Holla2023-09-251-2/+14
| | | |/ / / /
| | * | | | | soc: loongson: loongson2_guts: Remove unneeded semicolonMingtong Bao2023-09-271-1/+1
| | * | | | | soc: loongson: loongson2_guts: Convert to devm_platform_ioremap_resource()Dongliang Mu2023-09-271-3/+1
| | * | | | | soc: loongson: loongson_pm2: Populate children syscon nodesBinbin Zhou2023-09-271-0/+6
| | * | | | | soc: loongson: loongson_pm2: Drop useless of_device_id compatibleBinbin Zhou2023-09-271-1/+0
| | * | | | | soc: loongson: loongson_pm2: Add dependency for INPUTBinbin Zhou2023-09-271-0/+1
| | * | | | | Merge tag 'optee-for-for-v6.6' of https://git.linaro.org/people/jens.wiklande...Arnd Bergmann2023-09-272-4/+0
| | |\ \ \ \ \
| | | * | | | | tee: Remove unused declarationsYue Haibing2023-09-132-4/+0
| | * | | | | | Merge tag 'imx-fixes-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/sh...Arnd Bergmann2023-09-272-0/+11
| | |\ \ \ \ \ \
| | | * | | | | | soc: imx8m: Enable OCOTP clock for imx8mm before reading registersNathan Rossi2023-09-241-0/+10
| | | * | | | | | firmware: imx-dsp: Fix an error handling path in imx_dsp_setup_channels()Christophe JAILLET2023-09-191-0/+1
| | | | |/ / / / | | | |/| | | |
| | * | | | | | bus: ti-sysc: Fix SYSC_QUIRK_SWSUP_SIDLE_ACT handling for uart wake-upTony Lindgren2023-09-131-5/+17