summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2022-09-22regmap: mmio: replace return 0 with break in switch statementColin Ian King
2022-09-15Revert "driver core: Set fw_devlink.strict=1 by default"Greg Kroah-Hartman
2022-09-12Merge 6.0-rc5 into driver-core-nextGreg Kroah-Hartman
2022-09-11mm: kill is_memblock_offlined()Kefeng Wang
2022-09-09Merge tag 'driver-core-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-09-09driver core: remove make_class_name declarationGaosheng Cui
2022-09-08Merge tag 'regmap-fix-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-09-07arch_topology: Make cluster topology span at least SMT CPUsYicong Yang
2022-09-07regmap: spi-avmm: Use swabXX_array() helpersAndy Shevchenko
2022-09-07regmap: mmio: Use swabXX_array() helpersAndy Shevchenko
2022-09-05regmap: trace: Remove unneeded blank linesAndy Shevchenko
2022-09-05regmap: trace: Remove explicit castingsAndy Shevchenko
2022-09-05regmap: trace: Remove useless check for NULL for bulk opsAndy Shevchenko
2022-09-05driver core: fix driver_set_override() issue with empty stringsGreg Kroah-Hartman
2022-09-03PM: wakeup: Add extra debugging statement for multiple active IRQsMario Limonciello
2022-09-03Revert "arch_topology: Make cluster topology span at least SMT CPUs"Greg Kroah-Hartman
2022-09-01arch_topology: Make cluster topology span at least SMT CPUsYicong Yang
2022-09-01devres: Slightly optimize alloc_dr()Christophe JAILLET
2022-09-01drivers: base: Print error code on synthetic uevent failureBrian Norris
2022-09-01class: use IS_ERR_OR_NULL() helper in class_unregister()Yang Yingliang
2022-09-01driver_core: move from strlcpy with unused retval to strscpyWolfram Sang
2022-09-01firmware_loader: Fix memory leak in firmware uploadRuss Weight
2022-09-01firmware_loader: Fix use-after-free during unregisterRuss Weight
2022-09-01arch_topology: Silence early cacheinfo errors when non-existentFlorian Fainelli
2022-09-01driver core: Don't probe devices after bus_type.match() probe deferralIsaac J. Manjarres
2022-09-01regmap: mmio: Fix rebase errorLinus Walleij
2022-08-25ACPI: CPPC: Add ACPI disabled check to acpi_cpc_valid()Perry Yuan
2022-08-24mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses.Yosry Ahmed
2022-08-23regmap: check right noinc bounds in debug printLinus Walleij
2022-08-23regmap: introduce value tracing for regmap bulk operationsDmitry Rokosov
2022-08-23Revert "PM: domains: Delete usage of driver_deferred_probe_check_state()"Saravana Kannan
2022-08-23Revert "driver core: Delete driver_deferred_probe_check_state()"Saravana Kannan
2022-08-18regmap: spi: Reserve space for register address/paddingCristian Ciocaltea
2022-08-17regmap: mmio: Support accelerared noinc operationsLinus Walleij
2022-08-17regmap: Support accelerated noinc operationsLinus Walleij
2022-08-15regmap: mmio: Extending to support IO portsMark Brown
2022-08-15regmap: Make use of get_unaligned_be24(), put_unaligned_be24()Andy Shevchenko
2022-08-15regmap: mmio: Fix MMIO accessors to avoid talking to IO portAndy Shevchenko
2022-08-15regmap: mmio: Introduce IO accessors that can talk to IO portAndy Shevchenko
2022-08-15regmap: mmio: Get rid of broken 64-bit IOAndy Shevchenko
2022-08-15regmap: mmio: Remove mmio_relaxed member from contextAndy Shevchenko
2022-08-15arm64: topology: move store_cpu_topology() to shared codeConor Dooley
2022-08-04Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-08-02Merge tag 'pm-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2022-08-02Merge tag 'regmap-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds
2022-07-29Merge branches 'pm-core', 'pm-sleep', 'powercap', 'pm-domains' and 'pm-em'Rafael J. Wysocki
2022-07-28firmware_loader: Replace kmap() with kmap_local_page()Fabio M. De Francesco
2022-07-22arch_topology: Fix cache attributes detection in the CPU hotplug pathSudeep Holla
2022-07-22cacheinfo: Use atomic allocation for percpu cache attributesSudeep Holla
2022-07-18regmap: permit to set reg_update_bits with bulk implementationChristian Marangi