aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-6/+3
2021-09-03memblock: make memblock_find_in_range method privateMike Rapoport1-4/+1
2021-09-03mm: sparse: pass section_nr to find_memory_blockOhhoon Kwon1-2/+2
2021-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+2
2021-09-02Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds2-0/+34
2021-09-01Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-3/+3
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds12-136/+143
2021-08-31Merge tag 'devprop-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-9/+21
2021-08-31Merge tag 'acpi-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-48/+51
2021-08-31Merge tag 'pm-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+28
2021-08-30Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+15
2021-08-30Merge tag 'regmap-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds4-14/+43
2021-08-30Merge branches 'acpi-numa', 'acpi-glue', 'acpi-config' and 'acpi-pmic'Rafael J. Wysocki3-48/+51
2021-08-30Merge back new PM domains material for v5.15.Rafael J. Wysocki1-2/+28
2021-08-27PM: domains: Fix domain attach for CONFIG_PM_OPP=nGeert Uytterhoeven1-1/+1
2021-08-26PM: runtime: add devm_pm_clk_create helperDmitry Baryshkov1-0/+17
2021-08-26PM: runtime: add devm_pm_runtime_enable helperDmitry Baryshkov1-0/+17
2021-08-26Merge remote-tracking branch 'regmap/for-5.15' into regmap-nextMark Brown4-14/+43
2021-08-26Merge series "Use raw spinlocks in the ls-extirq driver" from Vladimir Oltean <vladimir.oltean@nxp.com>:Mark Brown2-5/+34
2021-08-26regmap: teach regmap to use raw spinlocks if requested in the configVladimir Oltean2-5/+34
2021-08-25PM: domains: Improve runtime PM performance state handlingDmitry Osipenko1-2/+8
2021-08-24platform-msi: Add ABI to show msi_irqs of platform devicesBarry Song1-5/+15
2021-08-18driver core: platform: Remove platform_device_add_properties()Heikki Krogerus1-18/+2
2021-08-16PM: domains: Add support for 'required-opps' to set default perf stateRajendra Nayak1-2/+28
2021-08-16Revert "media: device property: Call fwnode_graph_get_endpoint_by_id() for fwnode->secondary"Daniel Scally1-8/+1
2021-08-16device property: Check fwnode->secondary in fwnode_graph_get_next_endpoint()Daniel Scally1-1/+20
2021-08-13drivers/base/node.c: use bin_attribute to break the size limitation of cpumap ABITian Tao1-23/+40
2021-08-13topology: use bin_attribute to break the size limitation of cpumap ABITian Tao1-52/+63
2021-08-10PCI/MSI: Protect msi_desc::masked for multi-MSIThomas Gleixner1-0/+1
2021-08-09scsi: ufshcd: Fix device links when BOOT WLUN fails to probeAdrian Hunter1-0/+2
2021-08-09Merge 5.14-rc5 into driver-core-nextGreg Kroah-Hartman4-9/+21
2021-08-02regmap: allow const array for {devm_,}regmap_field_bulk_alloc reg_fieldsIcenowy Zheng1-2/+2
2021-07-29firmware_loader: fix use-after-free in firmware_fallback_sysfsAnirudh Rayabharam3-5/+19
2021-07-29firmware_loader: use -ETIMEDOUT instead of -EAGAIN in fw_load_sysfs_fallbackAnirudh Rayabharam1-2/+0
2021-07-27drivers core: Fix oops when driver probe failsFilip Schauer1-2/+2
2021-07-27Merge 5.14-rc3 into driver-core-nextGreg Kroah-Hartman2-3/+11
2021-07-21driver: base: Prefer unsigned int to bare use of unsignedJinchao Wang3-12/+12
2021-07-21cacheinfo: clear cache_leaves(cpu) in free_cache_attributes()Xiongfeng Wang1-0/+1
2021-07-21driver core: Prevent warning when removing a device link from unregistered consumerAdrian Hunter1-2/+4
2021-07-21driver core: auxiliary bus: Fix memory leak when driver_register() failPeter Ujfalusi1-1/+7
2021-07-21driver core: Fix error return code in really_probe()Zhen Lei1-6/+10
2021-07-21firmware: fix theoretical UAF race with firmware cache and resumeZhen Lei1-12/+8
2021-07-21driver: base: Replace symbolic permissions with octal permissionsJinchao Wang2-4/+4
2021-07-21bus: Make remove callback return voidUwe Kleine-König3-9/+3
2021-07-19printk: index: Add indexing support to dev_printkChris Down1-3/+3
2021-07-16driver core: Split device_platform_notify()Rafael J. Wysocki1-19/+16
2021-07-16software nodes: Split software_node_notify()Rafael J. Wysocki3-34/+39
2021-07-16ACPI: glue: Eliminate acpi_platform_notify()Rafael J. Wysocki1-3/+4
2021-07-11regmap: Prefer unsigned int to bare use of unsignedJinchao Wang3-6/+6
2021-07-11regmap: fix the offset of register error logJeongtae Park1-1/+1