summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorLines
2023-02-02mm: memory-failure: add memory failure stats to sysfsJiaqi Yan-0/+3
2023-02-02drivers/base: Remove CONFIG_SRCUPaul E. McKenney-42/+0
2023-02-02devtmpfs: convert to pr_fmtLonglong Xia-8/+8
2023-02-01driver core: bus: move lock_class_key into dynamic structureGreg Kroah-Hartman-1/+6
2023-02-01driver core: platform: simplify __platform_driver_probe()Greg Kroah-Hartman-11/+15
2023-02-01driver core: platform: removed unneeded variable from __platform_driver_probe()Greg Kroah-Hartman-4/+4
2023-01-31cacheinfo: Initialize variables in fetch_cache_info()Pierre Gondois-1/+1
2023-01-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar-7/+13
2023-01-31regmap: apply reg_base and reg_downshift for single register opsDaniel Golle-0/+6
2023-01-31driver core: soc: remove layering violation for the soc_busGreg Kroah-Hartman-1/+3
2023-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-7/+13
2023-01-27kobject: kset_uevent_ops: make uevent() callback take a const *Greg Kroah-Hartman-2/+2
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman-4/+4
2023-01-27driver core: device_get_devnode() should take a const *Greg Kroah-Hartman-1/+3
2023-01-23driver core: class: Clear private pointer on registration failuresRafael J. Wysocki-5/+11
2023-01-22Merge 6.2-rc5 into driver-core-nextGreg Kroah-Hartman-7/+13
2023-01-20drivers: base: transport_class: fix resource leak when transport_add_device()...Yang Yingliang-1/+16
2023-01-20driver core: location: Free struct acpi_pld_info *pld before return falseHanjun Guo-1/+4
2023-01-20driver core: fix resource leak in device_add()Zhengchao Shao-1/+1
2023-01-20drivers/base/memory: Fix comments for phys_index_show()Gavin Shan-7/+2
2023-01-20Merge tag 'archtopo-cacheinfo-updates-6.3' of git://git.kernel.org/pub/scm/li...Greg Kroah-Hartman-29/+144
2023-01-19driver core: Fix test_async_probe_init saves device in wrong arrayChen Zhongjin-1/+1
2023-01-19device property: fix of node refcount leak in fwnode_graph_get_next_endpoint()Yang Yingliang-6/+12
2023-01-18fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner-6/+6
2023-01-18cacheinfo: Fix shared_cpu_map to handle shared caches at different levelsYong-Xuan Wang-10/+17
2023-01-18arch_topology: Build cacheinfo from primary CPUPierre Gondois-19/+64
2023-01-18cacheinfo: Check 'cache-unified' property to count cache leavesPierre Gondois-11/+26
2023-01-18driver core: bus: move bus notifier logic into bus.cGreg Kroah-Hartman-31/+19
2023-01-17cacheinfo: Return error code in init_of_cache_level()Pierre Gondois-3/+7
2023-01-17cacheinfo: Use RISC-V's init_cache_level() as generic OF implementationPierre Gondois-0/+44
2023-01-17platform: remove useless if-branch in __platform_get_irq_byname()Soha Jin-5/+3
2023-01-17platform: Document platform_add_devices() return valueUmang Jain-0/+2
2023-01-17software node: Remove unused APIsAndy Shevchenko-61/+0
2023-01-17software node: Switch property entry test to a new APIAndy Shevchenko-16/+14
2023-01-17platform: Provide a remove callback that returns no valueUwe Kleine-König-1/+3
2023-01-16regmap: Rework regmap_mdio_c45_{read|write} for new C45 API.Andrew Lunn-18/+23
2023-01-13PM: runtime: Document that force_suspend() is incompatible with SMART_SUSPENDRichard Fitzgerald-0/+4
2023-01-13cpuidle, ARM: OMAP2+: powerdomain: Remove trace_.*_rcuidle()Peter Zijlstra-12/+12
2023-01-11driver core: change to_subsys_private() to use container_of_const()Greg Kroah-Hartman-2/+2
2023-01-11driver core: Make driver_deferred_probe_timeout a static variableJavier Martinez Canillas-4/+2
2023-01-11driver core: fix potential null-ptr-deref in device_add()Yang Yingliang-0/+1
2023-01-10PM: domains: Allow a genpd consumer to require a synced power offUlf Hansson-0/+26
2023-01-10driver core: move struct subsys_dev_iter to a local fileGreg Kroah-Hartman-0/+5
2023-01-10driver core: make subsys_dev_iter_exit() staticGreg Kroah-Hartman-2/+1
2023-01-10driver core: make subsys_dev_iter_next() staticGreg Kroah-Hartman-2/+1
2023-01-10driver core: make subsys_dev_iter_init() staticGreg Kroah-Hartman-3/+2
2023-01-10driver core: remove subsys_find_device_by_id()Greg Kroah-Hartman-41/+0
2023-01-10driver core: make bus_get_device_klist() staticGreg Kroah-Hartman-2/+1
2022-12-19Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-2/+0
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-89/+70