summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2020-06-09Merge tag 'linux-kselftest-kunit-5.8-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-2/+4
2020-06-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-1/+1
2020-06-09power: use show_stack_loglvl()Dmitry Safonov1-1/+1
2020-06-09Merge branch 'x86/srbds' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Linus Torvalds1-0/+8
2020-06-07Merge tag 'driver-core-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds13-105/+256
2020-06-06Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-15/+25
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-12/+32
2020-06-03drivers/base/memory.c: cache memory blocks in xarray to accelerate lookupScott Cheloha1-12/+32
2020-06-03Merge tag 'irq-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-35/+2
2020-06-02Merge tag 'pm-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds3-243/+115
2020-06-02Merge tag 'platform-drivers-x86-v5.8-1' of git://git.infradead.org/linux-plat...Linus Torvalds2-0/+49
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-06-02mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK insteadNeilBrown1-1/+1
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds2-3/+5
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+6
2020-06-01drivers: base: default KUNIT_* fragments to KUNIT_ALL_TESTSAnders Roxell2-2/+4
2020-06-01Merge branches 'pm-core' and 'pm-sleep'Rafael J. Wysocki3-243/+115
2020-05-30Merge tag 'irqchip-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner1-1/+1
2020-05-29PM: runtime: Replace pm_runtime_callbacks_present()Rafael J. Wysocki1-2/+2
2020-05-29Merge remote-tracking branch 'regmap/for-5.8' into regmap-nextMark Brown3-16/+152
2020-05-29Merge remote-tracking branch 'regmap/for-5.7' into regmap-linusMark Brown1-0/+6
2020-05-29Merge series "regmap: provide simple bitops and use them in a driver" from Ba...Mark Brown1-0/+22
2020-05-29regmap: provide helpers for simple bit operationsBartosz Golaszewski1-0/+22
2020-05-27driver core: Update device link status correctly for SYNC_STATE_ONLY linksSaravana Kannan1-8/+26
2020-05-27firmware_loader: change enum fw_opt to u32Scott Branden5-19/+17
2020-05-27software node: implement software_node_unregister()Greg Kroah-Hartman1-6/+21
2020-05-25PM: runtime: Make clear what we do when conditions are wrong in rpm_suspend()Andy Shevchenko1-4/+2
2020-05-25Merge 5.7-rc7 into driver-core-nextGreg Kroah-Hartman1-18/+37
2020-05-21driver core: Remove unnecessary is_fwnode_dev variable in device_add()Saravana Kannan1-8/+4
2020-05-21drivers property: When no children in primary, try secondaryAndy Shevchenko1-2/+11
2020-05-21driver core: platform: Fix spelling errors in platform.cTang Bin1-1/+1
2020-05-21driver core: Fix handling of SYNC_STATE_ONLY + STATELESS device linksSaravana Kannan1-3/+5
2020-05-19driver core: Fix SYNC_STATE_ONLY device link implementationSaravana Kannan1-22/+39
2020-05-19driver core: Remove check in driver_deferred_probe_force_trigger()Saravana Kannan1-3/+0
2020-05-18platform-msi: Fix typos in commentShaokun Zhang1-1/+1
2020-05-15scs: Add page accounting for shadow call stack allocationsSami Tolvanen1-0/+6
2020-05-15driver core: fw_devlink: Add support for batching fwnode parsingSaravana Kannan3-7/+118
2020-05-15driver core: Look for waiting consumers only for a fwnode's primary deviceSaravana Kannan1-11/+18
2020-05-15driver core: Move code to the right part of the fileSaravana Kannan1-30/+30
2020-05-12driver core: platform: Clarify that IRQ 0 is invalidBjorn Helgaas1-15/+25
2020-05-11Merge v5.7-rc5 into driver-core-nextGreg Kroah-Hartman4-16/+21
2020-05-09driver core: remove device_create_vargsChristoph Hellwig1-35/+2
2020-05-05Revert "Revert "driver core: Set fw_devlink to "permissive" behavior by defau...Saravana Kannan1-1/+1
2020-05-05drivers: base: Fix NULL pointer exception in __platform_driver_probe() if a d...Kuppuswamy Sathyanarayanan1-0/+2
2020-05-02Merge back system-wide PM material for v5.8.Rafael J. Wysocki1-237/+111
2020-04-28firmware_loader: move fw_fallback_config to a private kernel symbol namespaceLuis Chamberlain2-1/+4
2020-04-28driver core: Add missing '\n' in log messagesChristophe JAILLET1-15/+13
2020-04-28driver/base/soc: Use kobj_to_dev() APIzhouchuangao1-1/+1