summaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-021-3/+3
|\
| * printk: index: Add indexing support to dev_printkChris Down2021-07-191-3/+3
* | Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-09-0112-136/+143
|\ \
| * | driver core: platform: Remove platform_device_add_properties()Heikki Krogerus2021-08-181-18/+2
| * | drivers/base/node.c: use bin_attribute to break the size limitation of cpumap...Tian Tao2021-08-131-23/+40
| * | topology: use bin_attribute to break the size limitation of cpumap ABITian Tao2021-08-131-52/+63
| * | Merge 5.14-rc5 into driver-core-nextGreg Kroah-Hartman2021-08-094-9/+21
| |\ \
| * \ \ Merge 5.14-rc3 into driver-core-nextGreg Kroah-Hartman2021-07-272-3/+11
| |\ \ \
| * | | | driver: base: Prefer unsigned int to bare use of unsignedJinchao Wang2021-07-213-12/+12
| * | | | cacheinfo: clear cache_leaves(cpu) in free_cache_attributes()Xiongfeng Wang2021-07-211-0/+1
| * | | | driver core: Fix error return code in really_probe()Zhen Lei2021-07-211-6/+10
| * | | | firmware: fix theoretical UAF race with firmware cache and resumeZhen Lei2021-07-211-12/+8
| * | | | driver: base: Replace symbolic permissions with octal permissionsJinchao Wang2021-07-212-4/+4
| * | | | bus: Make remove callback return voidUwe Kleine-König2021-07-213-9/+3
| | |_|/ | |/| |
* | | | Merge tag 'devprop-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-08-311-9/+21
|\ \ \ \
| * | | | Revert "media: device property: Call fwnode_graph_get_endpoint_by_id() for fw...Daniel Scally2021-08-161-8/+1
| * | | | device property: Check fwnode->secondary in fwnode_graph_get_next_endpoint()Daniel Scally2021-08-161-1/+20
* | | | | Merge tag 'acpi-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-08-313-48/+51
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'acpi-numa', 'acpi-glue', 'acpi-config' and 'acpi-pmic'Rafael J. Wysocki2021-08-303-48/+51
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | / / / | | | |/ / / | | |/| | |
| | | * | | driver core: Split device_platform_notify()Rafael J. Wysocki2021-07-161-19/+16
| | | * | | software nodes: Split software_node_notify()Rafael J. Wysocki2021-07-163-34/+39
| | | * | | ACPI: glue: Eliminate acpi_platform_notify()Rafael J. Wysocki2021-07-161-3/+4
| | |/ / /
* | | | | Merge tag 'pm-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2021-08-311-2/+28
|\ \ \ \ \
| * \ \ \ \ Merge back new PM domains material for v5.15.Rafael J. Wysocki2021-08-301-2/+28
| |\ \ \ \ \
| | * | | | | PM: domains: Fix domain attach for CONFIG_PM_OPP=nGeert Uytterhoeven2021-08-271-1/+1
| | * | | | | PM: domains: Add support for 'required-opps' to set default perf stateRajendra Nayak2021-08-161-2/+28
| | |/ / / /
* | | | | | Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-08-301-5/+15
|\ \ \ \ \ \
| * | | | | | platform-msi: Add ABI to show msi_irqs of platform devicesBarry Song2021-08-241-5/+15
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'regmap-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2021-08-304-14/+43
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Merge remote-tracking branch 'regmap/for-5.15' into regmap-nextMark Brown2021-08-264-14/+43
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Merge series "Use raw spinlocks in the ls-extirq driver" from Vladimir Oltean...Mark Brown2021-08-262-5/+34
| | |\ \ \ \
| | | * | | | regmap: teach regmap to use raw spinlocks if requested in the configVladimir Oltean2021-08-262-5/+34
| | * | | | | regmap: allow const array for {devm_,}regmap_field_bulk_alloc reg_fieldsIcenowy Zheng2021-08-021-2/+2
| | * | | | | regmap: Prefer unsigned int to bare use of unsignedJinchao Wang2021-07-123-6/+6
| | * | | | | regmap: fix the offset of register error logJeongtae Park2021-07-121-1/+1
| | | |/ / / | | |/| | |
* | / | | | PM: domains: Improve runtime PM performance state handlingDmitry Osipenko2021-08-251-2/+8
|/ / / / /
* | | | / PCI/MSI: Protect msi_desc::masked for multi-MSIThomas Gleixner2021-08-101-0/+1
| |_|_|/ |/| | |
* | | | firmware_loader: fix use-after-free in firmware_fallback_sysfsAnirudh Rayabharam2021-07-293-5/+19
* | | | firmware_loader: use -ETIMEDOUT instead of -EAGAIN in fw_load_sysfs_fallbackAnirudh Rayabharam2021-07-291-2/+0
* | | | drivers core: Fix oops when driver probe failsFilip Schauer2021-07-271-2/+2
| |_|/ |/| |
* | | driver core: Prevent warning when removing a device link from unregistered co...Adrian Hunter2021-07-211-2/+4
* | | driver core: auxiliary bus: Fix memory leak when driver_register() failPeter Ujfalusi2021-07-211-1/+7
|/ /
* | Merge tag 'pm-5.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-07-073-31/+39
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'pm-cpuidle', 'pm-sleep' and 'pm-domains'Rafael J. Wysocki2021-07-072-25/+18
| |\ \ \ \
| | | | * | PM: domains: Shrink locking area of the gpd_list_lockStephen Boyd2021-07-051-21/+17
| | | |/ / | | |/| |
| | | * | PM: sleep: Use ktime_us_delta() in initcall_debug_report()Mark-PK Tsai2021-07-011-4/+1
| | |/ /
| * / / arch_topology: Avoid use-after-free for scale_freq_dataViresh Kumar2021-07-011-6/+21
| |/ /
* | | Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-051-0/+28
|\ \ \
| * \ \ Merge tag 'v5.13-rc6' into usb-nextGreg Kroah-Hartman2021-06-141-3/+3
| |\ \ \
| * \ \ \ Merge 5.13-rc4 into usb-nextGreg Kroah-Hartman2021-05-311-32/+36
| |\ \ \ \