aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-11-01regmap: irq: Set lockdep class for hierarchical IRQ domainsAndy Shevchenko1-0/+4
2024-10-31regmap: maple: Provide lockdep (sub)class for maple tree's internal lockCristian Ciocaltea3-0/+5
2024-10-29regmap: kunit: Fix repeated test paramCheng-Cheng Lo1-1/+1
2024-10-29regmap: Merge up fixes from v6.12-rc3Mark Brown2-11/+16
2024-10-29Revert "driver core: Fix uevent_show() vs driver detach race"Greg Kroah-Hartman2-12/+5
2024-10-25cxl/port: Fix use-after-free, permit out-of-order decoder shutdownDan Williams1-0/+35
2024-10-25PM: QoS: Export dev_pm_qos_read_valueMarkus Schneider-Pargmann1-0/+1
2024-10-14devres: Fix page faults when tracing devres from unloaded modulesKeita Morisaki1-3/+3
2024-10-14drivers/base: Remove unused auxiliary_find_deviceDr. David Alan Gilbert1-29/+0
2024-10-14firmware_loader: Reorganize kerneldoc parameter namesJulia Lawall1-1/+1
2024-10-11Merge tag 'pmdomain-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pmLinus Torvalds1-10/+15
2024-10-10PM: domains: Support required OPPs in dev_pm_domain_attach_list()Ulf Hansson1-1/+20
2024-10-10PM: domains: Fix alloc/free in dev_pm_domain_attach|detach_list()Ulf Hansson1-10/+15
2024-10-08driver core: Add device probe log helper dev_warn_probe()Dragan Simic1-28/+101
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-30regmap: Specifically test writing 0 as a value to sparse cachesMark Brown1-0/+43
2024-09-30regmap-irq: Consistently use memset32() in regmap_irq_thread()Andy Shevchenko1-4/+1
2024-09-27Merge tag 'driver-core-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds12-150/+155
2024-09-26Merge tag 'char-misc-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-28/+13
2024-09-25Revert "driver core: don't always lock parent in shutdown"Greg Kroah-Hartman1-2/+2
2024-09-25Revert "driver core: separate function to shutdown one device"Greg Kroah-Hartman1-36/+30
2024-09-25Revert "driver core: shut down devices asynchronously"Greg Kroah-Hartman2-57/+1
2024-09-25Revert "driver core: fix async device shutdown hang"Greg Kroah-Hartman1-9/+1
2024-09-23Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-0/+1
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-163/+62
2024-09-21driver core: fix async device shutdown hangStuart Hayes1-1/+9
2024-09-18Merge tag 'pmdomain-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pmLinus Torvalds1-0/+45
2024-09-13driver core: attribute_container: Remove unused functionsDr. David Alan Gilbert1-47/+1
2024-09-11driver core: Trivially simplify ((struct device_private *)curr)->device->p to @currZijun Hu1-1/+1
2024-09-03arch_numa: switch over to numa_memblksMike Rapoport (Microsoft)2-141/+61
2024-09-03arch, mm: pull out allocation of NODE_DATA to generic codeMike Rapoport (Microsoft)1-20/+1
2024-09-03arch, mm: move definition of node_data to generic codeMike Rapoport (Microsoft)1-2/+0
2024-09-03devres: Correclty strip percpu address space of devm_free_percpu() argumentUros Bizjak1-1/+1
2024-09-03driver core: Make parameter check consistent for API cluster device_(for_each|find)_child()Zijun Hu1-3/+3
2024-09-03driver core: shut down devices asynchronouslyStuart Hayes2-1/+57
2024-09-03driver core: separate function to shutdown one deviceStuart Hayes1-30/+36
2024-09-03driver core: don't always lock parent in shutdownStuart Hayes1-2/+2
2024-09-03platform: Make platform_bus_type constantKunwu Chan1-1/+1
2024-09-03driver core: class: Check namespace relevant parameters in class_register()Zijun Hu2-1/+12
2024-09-03driver:base:core: Adding a "Return:" line in comment for device_link_add()Yuesong Li1-0/+3
2024-09-03drivers/base: Introduce device_match_t for device finding APIsZijun Hu4-5/+4
2024-09-03firmware_loader: Block path traversalJann Horn1-0/+30
2024-09-02regmap: kunit: Add coverage of spinlocked regmapsMark Brown1-1/+16
2024-08-28regcache: use map->alloc_flags also for allocating cacheMarek Szyprowski3-3/+3
2024-08-23regmap: Use locking during kunit testsMark Brown1-2/+0
2024-08-23regmap: Hold the regmap lock when allocating and freeing the cacheMark Brown2-0/+5
2024-08-22driver core: Use 2-argument strscpy()Andy Shevchenko1-1/+1
2024-08-22driver core: Make use of returned value of dev_err_probe()Andy Shevchenko1-4/+2
2024-08-22driver core: Use guards for simple mutex locksAndy Shevchenko1-28/+22
2024-08-22driver core: Use kasprintf() instead of fixed buffer formattingAndy Shevchenko1-38/+32