summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2021-08-31Merge tag 'devprop-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-08-31Merge tag 'acpi-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2021-08-31Merge tag 'pm-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2021-08-30Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-08-30Merge tag 'regmap-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds
2021-08-30Merge branches 'acpi-numa', 'acpi-glue', 'acpi-config' and 'acpi-pmic'Rafael J. Wysocki
2021-08-30Merge back new PM domains material for v5.15.Rafael J. Wysocki
2021-08-27PM: domains: Fix domain attach for CONFIG_PM_OPP=nGeert Uytterhoeven
2021-08-26Merge remote-tracking branch 'regmap/for-5.15' into regmap-nextMark Brown
2021-08-26Merge series "Use raw spinlocks in the ls-extirq driver" from Vladimir Oltean...Mark Brown
2021-08-26regmap: teach regmap to use raw spinlocks if requested in the configVladimir Oltean
2021-08-25PM: domains: Improve runtime PM performance state handlingDmitry Osipenko
2021-08-24platform-msi: Add ABI to show msi_irqs of platform devicesBarry Song
2021-08-16PM: domains: Add support for 'required-opps' to set default perf stateRajendra Nayak
2021-08-16Revert "media: device property: Call fwnode_graph_get_endpoint_by_id() for fw...Daniel Scally
2021-08-16device property: Check fwnode->secondary in fwnode_graph_get_next_endpoint()Daniel Scally
2021-08-10PCI/MSI: Protect msi_desc::masked for multi-MSIThomas Gleixner
2021-08-02regmap: allow const array for {devm_,}regmap_field_bulk_alloc reg_fieldsIcenowy Zheng
2021-07-29firmware_loader: fix use-after-free in firmware_fallback_sysfsAnirudh Rayabharam
2021-07-29firmware_loader: use -ETIMEDOUT instead of -EAGAIN in fw_load_sysfs_fallbackAnirudh Rayabharam
2021-07-27drivers core: Fix oops when driver probe failsFilip Schauer
2021-07-21driver core: Prevent warning when removing a device link from unregistered co...Adrian Hunter
2021-07-21driver core: auxiliary bus: Fix memory leak when driver_register() failPeter Ujfalusi
2021-07-16driver core: Split device_platform_notify()Rafael J. Wysocki
2021-07-16software nodes: Split software_node_notify()Rafael J. Wysocki
2021-07-16ACPI: glue: Eliminate acpi_platform_notify()Rafael J. Wysocki
2021-07-11regmap: Prefer unsigned int to bare use of unsignedJinchao Wang
2021-07-11regmap: fix the offset of register error logJeongtae Park
2021-07-07Merge tag 'pm-5.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2021-07-07Merge branches 'pm-cpuidle', 'pm-sleep' and 'pm-domains'Rafael J. Wysocki
2021-07-05Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-07-05PM: domains: Shrink locking area of the gpd_list_lockStephen Boyd
2021-07-03Merge tag 'vfio-v5.14-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds
2021-07-02Merge tag 'linux-kselftest-kunit-fixes-5.14-rc1' of git://git.kernel.org/pub/...Linus Torvalds
2021-07-01PM: sleep: Use ktime_us_delta() in initcall_debug_report()Mark-PK Tsai
2021-07-01arch_topology: Avoid use-after-free for scale_freq_dataViresh Kumar
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-06-29Merge tag 'devprop-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-06-29Merge tag 'pm-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2021-06-29mm/vmstat: convert NUMA statistics to basic NUMA countersMel Gorman
2021-06-29Merge branches 'pm-domains' and 'pm-devfreq'Rafael J. Wysocki
2021-06-29Merge branches 'pm-core' and 'pm-sleep'Rafael J. Wysocki
2021-06-28Merge tag 'regmap-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds
2021-06-23device property: Remove some casts in property-entry-testDavid Gow
2021-06-23software node: Handle software node injection to an existing device properlyHeikki Krogerus
2021-06-21driver core: Export device_driver_attach()Jason Gunthorpe
2021-06-21driver core: Don't return EPROBE_DEFER to userspace during sysfs bindChristoph Hellwig
2021-06-21driver core: Flow the return code from ->probe() through to sysfs bindChristoph Hellwig