summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
...
| * | | driver core: bus: move lock_class_key into dynamic structureGreg Kroah-Hartman2023-02-012-1/+6
| * | | driver core: platform: simplify __platform_driver_probe()Greg Kroah-Hartman2023-02-011-11/+15
| * | | driver core: platform: removed unneeded variable from __platform_driver_probe()Greg Kroah-Hartman2023-02-011-4/+4
| * | | cacheinfo: Initialize variables in fetch_cache_info()Pierre Gondois2023-01-311-1/+1
| * | | driver core: soc: remove layering violation for the soc_busGreg Kroah-Hartman2023-01-311-1/+3
| * | | kobject: kset_uevent_ops: make uevent() callback take a const *Greg Kroah-Hartman2023-01-271-2/+2
| * | | driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-273-4/+4
| * | | driver core: device_get_devnode() should take a const *Greg Kroah-Hartman2023-01-272-1/+3
| * | | driver core: class: Clear private pointer on registration failuresRafael J. Wysocki2023-01-231-5/+11
| * | | Merge 6.2-rc5 into driver-core-nextGreg Kroah-Hartman2023-01-222-7/+13
| |\ \ \ | | | |/ | | |/|
| * | | drivers: base: transport_class: fix resource leak when transport_add_device()...Yang Yingliang2023-01-201-1/+16
| * | | driver core: location: Free struct acpi_pld_info *pld before return falseHanjun Guo2023-01-201-1/+4
| * | | driver core: fix resource leak in device_add()Zhengchao Shao2023-01-201-1/+1
| * | | drivers/base/memory: Fix comments for phys_index_show()Gavin Shan2023-01-201-7/+2
| * | | Merge tag 'archtopo-cacheinfo-updates-6.3' of git://git.kernel.org/pub/scm/li...Greg Kroah-Hartman2023-01-202-29/+144
| |\ \ \
| | * | | cacheinfo: Fix shared_cpu_map to handle shared caches at different levelsYong-Xuan Wang2023-01-181-10/+17
| | * | | arch_topology: Build cacheinfo from primary CPUPierre Gondois2023-01-182-19/+64
| | * | | cacheinfo: Check 'cache-unified' property to count cache leavesPierre Gondois2023-01-181-11/+26
| | * | | cacheinfo: Return error code in init_of_cache_level()Pierre Gondois2023-01-171-3/+7
| | * | | cacheinfo: Use RISC-V's init_cache_level() as generic OF implementationPierre Gondois2023-01-171-0/+44
| | | |/ | | |/|
| * | | driver core: bus: move bus notifier logic into bus.cGreg Kroah-Hartman2023-01-184-31/+19
| * | | platform: remove useless if-branch in __platform_get_irq_byname()Soha Jin2023-01-171-5/+3
| * | | platform: Document platform_add_devices() return valueUmang Jain2023-01-171-0/+2
| * | | software node: Remove unused APIsAndy Shevchenko2023-01-171-61/+0
| * | | software node: Switch property entry test to a new APIAndy Shevchenko2023-01-171-16/+14
| * | | platform: Provide a remove callback that returns no valueUwe Kleine-König2023-01-171-1/+3
| * | | driver core: change to_subsys_private() to use container_of_const()Greg Kroah-Hartman2023-01-112-2/+2
| * | | driver core: Make driver_deferred_probe_timeout a static variableJavier Martinez Canillas2023-01-111-4/+2
| * | | driver core: fix potential null-ptr-deref in device_add()Yang Yingliang2023-01-111-0/+1
| * | | driver core: move struct subsys_dev_iter to a local fileGreg Kroah-Hartman2023-01-101-0/+5
| * | | driver core: make subsys_dev_iter_exit() staticGreg Kroah-Hartman2023-01-101-2/+1
| * | | driver core: make subsys_dev_iter_next() staticGreg Kroah-Hartman2023-01-101-2/+1
| * | | driver core: make subsys_dev_iter_init() staticGreg Kroah-Hartman2023-01-101-3/+2
| * | | driver core: remove subsys_find_device_by_id()Greg Kroah-Hartman2023-01-101-41/+0
| * | | driver core: make bus_get_device_klist() staticGreg Kroah-Hartman2023-01-101-2/+1
| |/ /
* | | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-0/+3
|\ \ \
| * | | mm: memory-failure: add memory failure stats to sysfsJiaqi Yan2023-02-021-0/+3
| |/ /
* | | Merge tag 'regmap-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds2023-02-222-23/+8
|\ \ \
| * \ \ Merge remote-tracking branch 'regmap/for-6.3' into regmap-nextMark Brown2023-02-172-41/+25
| |\ \ \
| | * | | regmap-irq: Remove unused mask_invert flagAidan MacDonald2023-02-171-14/+0
| | * | | regmap-irq: Remove unused type_invert flagAidan MacDonald2023-02-171-9/+2
| * | | | regmap: apply reg_base and reg_downshift for single register opsDaniel Golle2023-01-311-0/+6
| | |/ / | |/| |
* | | | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-211-18/+23
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-272-7/+13
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| * | | regmap: Rework regmap_mdio_c45_{read|write} for new C45 API.Andrew Lunn2023-01-161-18/+23
| | |/ | |/|
* | | Merge tag 'pm-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2023-02-212-4/+5
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'powercap', 'pm-domains', 'pm-em' and 'pm-opp'Rafael J. Wysocki2023-02-151-4/+1
| |\ \ \ \ \ | | | |_|/ / | | |/| | / | | | | |/
| | | * / PM: domains: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-091-4/+1
| | | |/
| | | |
| | \ \
| *-. \ \ Merge branches 'pm-cpuidle', 'pm-core' and 'pm-sleep'Rafael J. Wysocki2023-02-151-0/+4
| |\ \ \ \ | | | |/ / | | |/| / | | |_|/ | |/| |
| | | * PM: runtime: Document that force_suspend() is incompatible with SMART_SUSPENDRichard Fitzgerald2023-01-131-0/+4
| | |/