summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2024-09-12regmap: maple: work around gcc-14.1 false-positive warningArnd Bergmann
2024-09-12devres: Initialize an uninitialized struct memberZijun Hu
2024-09-08regmap: spi: Fix potential off-by-one when calculating reserved sizeAndy Shevchenko
2024-08-14driver core: Fix uevent_show() vs driver detach raceDan Williams
2024-08-03devres: Fix memory leakage caused by driver API devm_free_percpu()Zijun Hu
2024-08-03devres: Fix devm_krealloc() wasting memoryZijun Hu
2024-07-11regmap-i2c: Subtract reg size from max_writeJim Wylder
2024-06-21drivers: core: synchronize really_probe() and dev_uevent()Dirk Behme
2024-06-12module: don't ignore sysfs_create_link() failuresArnd Bergmann
2024-05-17regmap: Add regmap_read_bypassed()Richard Fitzgerald
2024-04-10driver core: Introduce device_link_wait_removal()Herve Codina
2024-04-10regmap: maple: Fix uninitialized symbol 'ret' warningsRichard Fitzgerald
2024-04-10regmap: maple: Fix cache corruption in regcache_maple_drop()Richard Fitzgerald
2024-04-03PM: sleep: wakeirq: fix wake irq warning in system suspendQingliang Li
2024-03-26regmap: kunit: Ensure that changed bytes are actually differentMark Brown
2024-03-15x86/rfds: Mitigate Register File Data Sampling (RFDS)Pawan Gupta
2024-02-23pmdomain: core: Move the unused cleanup to a _sync initcallKonrad Dybcio
2024-02-23driver core: fw_devlink: Improve detection of overlapping cyclesSaravana Kannan
2024-02-23driver core: Fix device_link_flag_is_sync_state_only()Saravana Kannan
2024-02-05arm64: irq: set the correct node for VMAP stackHuang Shijie
2024-01-31rtc: Extend timeout for waiting for UIP to clear to 1sMario Limonciello
2024-01-31rtc: Add support for configuring the UIP timeout for RTC readsMario Limonciello
2024-01-31PM: sleep: Fix possible deadlocks in core system-wide PM codeRafael J. Wysocki
2024-01-25software node: Let args be NULL in software_node_get_reference_argsSakari Ailus
2024-01-25base/node.c: initialize the accessor list before registeringGregory Price
2024-01-25class: fix use-after-free in class_register()Jing Xia
2023-12-13devcoredump: Send uevent once devcd is readyMukesh Ojha
2023-12-13mm/memory_hotplug: add missing mem_hotplug_lockSumanth Korikkar
2023-12-13drivers/base/cpu: crash data showing should depends on KEXEC_COREBaoquan He
2023-12-13regmap: fix bogus error on regcache_sync successMatthias Reichl
2023-11-28driver core: Release all resources during unbind before updating device linksSaravana Kannan
2023-11-28regmap: Ensure range selector registers are updated after cache syncMark Brown
2023-11-20regmap: prevent noinc writes from clobbering cacheBen Wolsieffer
2023-11-20regmap: debugfs: Fix a erroneous check after snprintf()Christophe JAILLET
2023-10-18Merge tag 'regmap-fix-v6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-10-09regmap: fix NULL deref on lookupJohan Hovold
2023-10-03Merge tag 'regmap-fix-v6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-09-22regmap: rbtree: Fix wrong register marked as in-cache when creating new nodeRichard Fitzgerald
2023-09-12driver core: return an error when dev_set_name() hasn't happenedAndy Shevchenko
2023-09-01Merge tag 'driver-core-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-08-30Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2023-08-30Merge tag 'devicetree-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-08-29Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/d...Linus Torvalds
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-29Merge tag 'regmap-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds
2023-08-24crash: memory and CPU hotplug sysfs attributesEric DeVolder
2023-08-22driver core: Call in reversed order in device_platform_notify_remove()Andy Shevchenko
2023-08-22driver core: Return proper error code when dev_set_name() failsAndy Shevchenko
2023-08-21mm,thp: fix nodeN/meminfo output alignmentHugh Dickins