summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorLines
2022-10-12Merge tag 'irq-core-2022-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+1
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-141/+6
2022-10-10Merge tag 'pm-6.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-1/+3
2022-10-09Merge tag 'riscv-for-linus-6.1-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+19
2022-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+2
2022-10-07Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-11/+90
2022-10-04Merge tag 'regmap-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds-103/+428
2022-10-04PM: domains: log failures to register always-on domainsJohan Hovold-1/+3
2022-10-04Merge tag 'irqchip-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner-0/+1
2022-10-03mm: hugetlb: eliminate memory-less nodes handlingMuchun Song-2/+6
2022-10-03mm: hugetlb: simplify per-node sysfs creation and removalMuchun Song-136/+3
2022-10-03Merge tag 'pm-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-2/+7
2022-10-03Merge tag 'acpi-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-1/+1
2022-10-03Merge branches 'pm-cpuidle', 'pm-core', 'pm-sleep' and 'powercap'Rafael J. Wysocki-2/+7
2022-10-03Merge branches 'acpi-cppc', 'acpi-pcc', 'acpi-apei' and 'acpi-osi'Rafael J. Wysocki-1/+1
2022-09-28platform-msi: Export symbol platform_msi_create_irq_domain()Frank Li-0/+1
2022-09-24PM: runtime: Return -EINPROGRESS from rpm_resume() in the RPM_NOWAIT caseRafael J. Wysocki-2/+5
2022-09-24device property: Add const qualifier to device_get_match_data() parameterAndy Shevchenko-2/+2
2022-09-24driver core: use IS_ERR_OR_NULL() helper in device_create_groups_vargs()Yang Yingliang-1/+1
2022-09-24devcoredump : Serialize devcd_del workMukesh Ojha-2/+81
2022-09-24Merge 1707c39ae309 ("Merge tag 'driver-core-6.0-rc7' of git://git.kernel.org/...Greg Kroah-Hartman-1/+1
2022-09-22regmap: mmio: replace return 0 with break in switch statementColin Ian King-1/+1
2022-09-15Revert "driver core: Set fw_devlink.strict=1 by default"Greg Kroah-Hartman-1/+1
2022-09-12Merge 6.0-rc5 into driver-core-nextGreg Kroah-Hartman-8/+76
2022-09-11mm: kill is_memblock_offlined()Kefeng Wang-6/+0
2022-09-09Merge tag 'driver-core-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+7
2022-09-09driver core: remove make_class_name declarationGaosheng Cui-2/+0
2022-09-08Merge tag 'regmap-fix-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+8
2022-09-07arch_topology: Make cluster topology span at least SMT CPUsYicong Yang-1/+1
2022-09-07regmap: spi-avmm: Use swabXX_array() helpersAndy Shevchenko-10/+4
2022-09-07regmap: mmio: Use swabXX_array() helpersAndy Shevchenko-16/+4
2022-09-05regmap: trace: Remove unneeded blank linesAndy Shevchenko-8/+0
2022-09-05regmap: trace: Remove explicit castingsAndy Shevchenko-12/+5
2022-09-05regmap: trace: Remove useless check for NULL for bulk opsAndy Shevchenko-2/+1
2022-09-05driver core: fix driver_set_override() issue with empty stringsGreg Kroah-Hartman-0/+6
2022-09-03PM: wakeup: Add extra debugging statement for multiple active IRQsMario Limonciello-0/+2
2022-09-03Revert "arch_topology: Make cluster topology span at least SMT CPUs"Greg Kroah-Hartman-1/+1
2022-09-01arch_topology: Make cluster topology span at least SMT CPUsYicong Yang-1/+1
2022-09-01devres: Slightly optimize alloc_dr()Christophe JAILLET-1/+3
2022-09-01drivers: base: Print error code on synthetic uevent failureBrian Norris-1/+1
2022-09-01class: use IS_ERR_OR_NULL() helper in class_unregister()Yang Yingliang-1/+1
2022-09-01driver_core: move from strlcpy with unused retval to strscpyWolfram Sang-1/+1
2022-09-01firmware_loader: Fix memory leak in firmware uploadRuss Weight-4/+17
2022-09-01firmware_loader: Fix use-after-free during unregisterRuss Weight-1/+2
2022-09-01arch_topology: Silence early cacheinfo errors when non-existentFlorian Fainelli-1/+1
2022-09-01driver core: Don't probe devices after bus_type.match() probe deferralIsaac J. Manjarres-0/+10
2022-09-01regmap: mmio: Fix rebase errorLinus Walleij-3/+0
2022-08-25ACPI: CPPC: Add ACPI disabled check to acpi_cpc_valid()Perry Yuan-1/+1
2022-08-24mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses.Yosry Ahmed-0/+2
2022-08-23regmap: check right noinc bounds in debug printLinus Walleij-2/+2