summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: Fix wrong singular form of jiffies in commentsAnna-Maria Behnsen2024-09-088-9/+9
* platform/x86:intel/pmc: Fix comment for the pmc_core_acpi_pm_timer_suspend_re...Marek Maslanka2024-09-061-1/+1
* clocksource/drivers/jcore: Use request_percpu_irq()Uros Bizjak2024-09-061-4/+3
* clocksource/drivers/cadence-ttc: Add missing clk_disable_unprepare in ttc_set...Gaosheng Cui2024-09-061-2/+4
* clocksource/drivers/asm9260: Add missing clk_disable_unprepare in asm9260_tim...Gaosheng Cui2024-09-061-0/+1
* clocksource/drivers/qcom: Add missing iounmap() on errors in msm_dt_timer_init()Ankit Agrawal2024-09-061-1/+6
* clocksource/drivers/ingenic: Use devm_clk_get_enabled() helpersHuan Yang2024-09-061-6/+1
* platform/x86:intel/pmc: Enable the ACPI PM Timer to be turned off when suspendedMarek Maslanka2024-09-068-0/+65
* clocksource: acpi_pm: Add external callback for suspend/resumeMarek Maslanka2024-09-061-0/+32
* clocksource/drivers/arm_arch_timer: Using for_each_available_child_of_node_sc...Zhang Zekun2024-09-061-8/+3
* minmax: add a few more MIN_T/MAX_T usersLinus Torvalds2024-07-284-7/+7
* Merge tag 'ubifs-for-linus-6.11-rc1-take2' of git://git.kernel.org/pub/scm/li...Linus Torvalds2024-07-286-14/+19
|\
| * ubi: Fix ubi_init() ubiblock_exit() section mismatchRichard Weinberger2024-07-281-1/+1
| * ubi: block: fix null-pointer-dereference in ubiblock_create()Li Nan2024-07-121-3/+4
| * ubifs: correct UBIFS_DFS_DIR_LEN macro definition and improve code clarityZhaoLong Wang2024-07-122-3/+3
| * mtd: ubi: Restore missing cleanup on ubi_init() failure pathBen Hutchings2024-07-121-1/+4
| * mtd: ubi: avoid expensive do_div() on 32-bit machinesArnd Bergmann2024-07-121-3/+3
| * mtd: ubi: make ubi_class constantRicardo B. Marliere2024-07-122-2/+2
| * ubi: eba: properly rollback inside self_check_ebaFedor Pchelkin2024-07-121-1/+2
* | Merge tag 'cxl-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2024-07-2813-146/+174
|\ \
| * | cxl/core/pci: Move reading of control register to immediately before usageForyun Ma2024-07-171-4/+4
| * | Merge branch 'for-6.11/xor_fixes' into cxl-for-nextDave Jiang2024-07-127-112/+76
| |\ \
| | * | cxl: Remove defunct code calculating host bridge target positionsAlison Schofield2024-07-123-84/+4
| | * | cxl/region: Verify target positions using the ordered target listAlison Schofield2024-07-121-1/+4
| | * | cxl: Restore XOR'd position bits during address translationAlison Schofield2024-07-123-9/+57
| | * | cxl/core: Fold cxl_trace_hpa() into cxl_dpa_to_hpa()Alison Schofield2024-07-124-27/+20
| | |/
| * | cxl/memdev: Replace ENXIO with EBUSY for inject poison limit reachedAlison Schofield2024-07-111-1/+1
| * | cxl/acpi: Warn on mixed CXL VH and RCH/RCD HierarchyFabio M. De Francesco2024-07-111-7/+27
| * | cxl/core: Fix incorrect vendor debug UUID definepeng guo2024-07-111-1/+1
| * | cxl/region: Simplify cxl_region_nid()Huang Ying2024-07-021-6/+4
| * | cxl/region: Support to calculate memory tier abstract distanceHuang Ying2024-07-022-0/+29
| * | cxl/region: Fix a race condition in memory hotplug notifierHuang Ying2024-07-021-4/+15
| * | cxl: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-07-026-0/+6
| * | cxl/events: Use a common struct for DRAM and General Media eventsFabio M. De Francesco2024-07-022-17/+17
| |/
* | Merge tag 'block-6.11-20240726' of git://git.kernel.dk/linuxLinus Torvalds2024-07-286-9/+29
|\ \
| * \ Merge tag 'nvme-6.11-2024-07-26' of git://git.infradead.org/nvme into block-6.11Jens Axboe2024-07-264-8/+21
| |\ \
| | * | nvme-pci: add missing condition check for existence of mapped dataLeon Romanovsky2024-07-251-1/+2
| | * | nvme-core: choose PIF from QPIF if QPIFS supports and PIF is QTYPEFrancis Pravin2024-07-161-1/+7
| | * | nvme-pci: Fix the instructions for disabling power managementBart Van Assche2024-07-151-1/+1
| | * | nvme: remove redundant bdev local variableIsrael Rukshin2024-07-151-3/+2
| | * | nvme-fabrics: Use seq_putc() in __nvmf_concat_opt_tokens()Markus Elfring2024-07-151-2/+2
| | * | nvme/pci: Add APST quirk for Lenovo N60z laptopWangYuli2024-07-151-0/+7
| * | | ublk: fix UBLK_CMD_DEL_DEV_ASYNC handlingMing Lei2024-07-241-1/+4
| * | | drbd: Add peer_device to Kernel docSimon Horman2024-07-231-0/+4
* | | | Merge tag 'gpio-fixes-for-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-07-271-1/+1
|\ \ \ \
| * | | | gpio: virtuser: avoid non-constant format stringArnd Bergmann2024-07-191-1/+1
* | | | | Merge tag 'devicetree-fixes-for-6.11-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2024-07-2718-73/+47
|\ \ \ \ \
| * | | | | of: remove internal arguments from of_property_for_each_u32()Luca Ceresoli2024-07-2518-73/+47
* | | | | | Merge tag 'iommu-fixes-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-07-273-5/+5
|\ \ \ \ \ \
| * | | | | | iommu: arm-smmu: Fix Tegra workaround for PAGE_SIZE mappingsAshish Mhetre2024-07-251-1/+1