summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
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-24swiotlb: Convert io_default_tlb_mem to static allocationWill Deacon1-1/+1
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 co...Adrian 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-14swiotlb: Set dev->dma_io_tlb_mem to the swiotlb pool usedClaire Chang1-0/+4
2021-07-12regmap: Prefer unsigned int to bare use of unsignedJinchao Wang3-6/+6
2021-07-12regmap: fix the offset of register error logJeongtae Park1-1/+1
2021-07-07Merge tag 'pm-5.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds3-31/+39
2021-07-07Merge branches 'pm-cpuidle', 'pm-sleep' and 'pm-domains'Rafael J. Wysocki2-25/+18
2021-07-06Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+28
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds14-153/+180
2021-07-05PM: domains: Shrink locking area of the gpd_list_lockStephen Boyd1-21/+17
2021-07-03Merge tag 'vfio-v5.14-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds3-93/+108
2021-07-02Merge tag 'linux-kselftest-kunit-fixes-5.14-rc1' of git://git.kernel.org/pub/...Linus Torvalds1-28/+28
2021-07-01PM: sleep: Use ktime_us_delta() in initcall_debug_report()Mark-PK Tsai1-4/+1
2021-07-01arch_topology: Avoid use-after-free for scale_freq_dataViresh Kumar1-6/+21
2021-07-01Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+7
2021-06-30Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-8/+10
2021-06-30Merge tag 'devprop-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-17/+14
2021-06-29Merge tag 'pm-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds4-27/+60
2021-06-29mm/vmstat: convert NUMA statistics to basic NUMA countersMel Gorman1-8/+10
2021-06-29Merge branches 'pm-domains' and 'pm-devfreq'Rafael J. Wysocki2-15/+50
2021-06-29Merge branches 'pm-core' and 'pm-sleep'Rafael J. Wysocki2-12/+10
2021-06-28Merge tag 'regmap-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds6-8/+182
2021-06-24device property: Remove some casts in property-entry-testDavid Gow1-28/+28
2021-06-23software node: Handle software node injection to an existing device properlyHeikki Krogerus1-4/+12
2021-06-22driver core: Export device_driver_attach()Jason Gunthorpe2-1/+3
2021-06-22driver core: Don't return EPROBE_DEFER to userspace during sysfs bindChristoph Hellwig1-39/+45
2021-06-22driver core: Flow the return code from ->probe() through to sysfs bindChristoph Hellwig2-14/+21
2021-06-22driver core: Better distinguish probe errors in really_probeChristoph Hellwig1-30/+42
2021-06-22driver core: Pull required checks into driver_probe_device()Jason Gunthorpe2-23/+11
2021-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-35/+39
2021-06-17driver core: add a helper to setup both the of_node and fwnode of a deviceIoana Ciornei1-0/+7
2021-06-15devres: Enable trace eventsAndy Shevchenko4-27/+89
2021-06-15devres: No need to call remove_nodes() when there none presentAndy Shevchenko1-0/+4
2021-06-15devres: Use list_for_each_safe_from() in remove_nodes()Andy Shevchenko1-16/+8
2021-06-15devres: Make locking straight forward in release_nodes()Andy Shevchenko1-15/+15