aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-06Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus 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/git/tip/tipLinus 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/rafael/linux-pmLinus Torvalds3-243/+115
2020-06-02Merge tag 'platform-drivers-x86-v5.8-1' of git://git.infradead.org/linux-platform-drivers-x86Linus 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/arm64/linuxLinus Torvalds1-0/+6
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/arm-platforms into irq/coreThomas 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 Bartosz Golaszewski <brgl@bgdev.pl>Mark Brown1-0/+22
2020-05-29regmap: provide helpers for simple bit operationsBartosz Golaszewski1-0/+22
2020-05-25PM: runtime: Make clear what we do when conditions are wrong in rpm_suspend()Andy Shevchenko1-4/+2
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-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-12driver core: platform: Clarify that IRQ 0 is invalidBjorn Helgaas1-15/+25
2020-05-09driver core: remove device_create_vargsChristoph Hellwig1-35/+2
2020-05-02Merge back system-wide PM material for v5.8.Rafael J. Wysocki1-237/+111
2020-04-28driver core: Ensure wait_for_device_probe() waits until the deferred_probe_timeout firesJohn Stultz1-0/+5
2020-04-28driver core: Use dev_warn() instead of dev_WARN() for deferred_probe_timeout warningsJohn Stultz1-1/+1
2020-04-28driver core: Revert default driver_deferred_probe_timeout value to 0John Stultz1-11/+2
2020-04-28component: Silence bind error on -EPROBE_DEFERJames Hilliard1-3/+5
2020-04-28driver core: Fix handling of fw_devlink=permissiveSaravana Kannan1-1/+6
2020-04-28driver core: platform: Initialize dma_parms for platform devicesUlf Hansson1-0/+2
2020-04-26Merge tag 'driver-core-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2020-04-26firmware_loader: revert removal of the fw_fallback_config exportLuis Chamberlain1-0/+1
2020-04-24Merge back system-wide PM updates for v5.8.Rafael J. Wysocki1-237/+111
2020-04-24PM: sleep: core: Rename DPM_FLAG_LEAVE_SUSPENDEDRafael J. Wysocki1-1/+1
2020-04-24PM: sleep: core: Rename DPM_FLAG_NEVER_SKIPRafael J. Wysocki1-1/+1
2020-04-24PM: sleep: core: Rename dev_pm_smart_suspend_and_suspended()Rafael J. Wysocki1-7/+6
2020-04-24PM: sleep: core: Rename dev_pm_may_skip_resume()Rafael J. Wysocki1-4/+4
2020-04-24PM: sleep: core: Rework the power.may_skip_resume handlingRafael J. Wysocki1-8/+2
2020-04-24PM: sleep: core: Do not skip callbacks in the resume phaseRafael J. Wysocki1-43/+42
2020-04-24regmap-i2c: add 16-bit width registers supportAceLan Kao1-0/+61
2020-04-22PM: sleep: core: Switch back to async_schedule_dev()Kai-Heng Feng1-1/+1
2020-04-20docs: drivers: fix some warnings at base/platform.c when building docsMauro Carvalho Chehab1-2/+4
2020-04-20docs: filesystems: fix renamed referencesMauro Carvalho Chehab1-1/+1
2020-04-20software node: Allow register and unregister software node groupsAndy Shevchenko1-0/+48
2020-04-20device property: export set_secondary_fwnode() to modulesAndy Shevchenko1-0/+1
2020-04-20PM: sleep: core: Fold functions into their callersRafael J. Wysocki1-138/+60
2020-04-20PM: sleep: core: Simplify the SMART_SUSPEND flag handlingRafael J. Wysocki1-79/+39
2020-04-17firmware_loader: remove unused exportsChristoph Hellwig1-2/+0