summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | PM / core: Drop unused internal inline functions for wakeirqsUlf Hansson2018-05-101-17/+0
| | | * | PM / core: Drop internal unused inline functions for wakeupsUlf Hansson2018-05-101-8/+0
| | | * | PM / wakeup: Only update last time for active wakeup sourcesDoug Berger2018-05-101-1/+0
| | | * | PM / wakeup: Use seq_open() to show wakeup statsMahendran Ganesh2018-05-101-16/+59
| | | * | PM / core: Use dev_printk() and symbols in suspend/resume diagnosticsBjorn Helgaas2018-05-101-11/+11
| | | * | PM / core: Simplify initcall_debug_report() timingBjorn Helgaas2018-05-101-13/+11
| | | * | PM / core: Remove unused initcall_debug_report() argumentsBjorn Helgaas2018-05-101-4/+3
| | | * | PM / core: fix deferred probe breaking suspend resume orderFeng Kan2018-04-243-3/+24
* | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-041-0/+3
|\ \ \ \ \
| * \ \ \ \ Merge tag 'v4.17-rc5' into irq/core, to pick up fixesIngo Molnar2018-05-144-9/+8
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | genirq/msi: Limit level-triggered MSI to platform devicesMarc Zyngier2018-05-131-0/+3
| | |_|_|/ | |/| | |
* | | | | Merge tag 'regmap-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2018-06-042-2/+3
|\ \ \ \ \
| * \ \ \ \ Merge branch 'regmap-4.17' into regmap-4.18 for the merge windowMark Brown2018-06-041-1/+2
| |\ \ \ \ \
| | * | | | | regmap: Skip clk_put for attached clocks when freeing contextJames Kelly2018-05-171-1/+2
| | |/ / / /
| * | | | | regmap: slimbus: allow register offsets up to 16 bitsSrinivas Kandagatla2018-05-251-1/+1
| |/ / / /
* | | | | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-042-28/+21
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | drivers: remove force dma flag from busesChristoph Hellwig2018-05-031-2/+1
| * | | | dma-mapping: move dma configuration to bus infrastructureNipun Gupta2018-05-032-27/+21
| | |/ / | |/| |
* | | | mm/memory_hotplug: fix leftover use of struct page during hotplugJonathan Cameron2018-05-251-2/+3
* | | | Merge tag 'pm-4.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-05-241-4/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | PM / core: Fix direct_complete handling for devices with no callbacksRafael J. Wysocki2018-05-221-4/+3
| |/ /
* | | x86/bugs: Expose /sys/../spec_store_bypassKonrad Rzeszutek Wilk2018-05-031-0/+8
|/ /
* | Merge tag 'driver-core-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-272-3/+3
|\ \
| * | firmware: some documentation fixesAndres Rodriguez2018-04-252-3/+3
| |/
* | dma-mapping: postpone cpu addr translation on mmapJacopo Mondi2018-04-231-4/+2
* | dma-coherent: clarify dma_mmap_from_dev_coherent documentationRobin Murphy2018-04-231-2/+3
|/
* mm: check __highest_present_section_nr directly in memory_dev_init()Wei Yang2018-04-111-5/+2
* mm/memory_hotplug: optimize memory hotplugPavel Tatashin2018-04-051-0/+2
* mm/memory_hotplug: don't read nid from struct page during hotplugPavel Tatashin2018-04-052-9/+17
* mm/memory_hotplug: optimize probe routinePavel Tatashin2018-04-051-16/+20
* Merge tag 'driver-core-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-0413-777/+1006
|\
| * drivers: base: remove check for callback in coredump_store()Arend van Spriel2018-03-231-2/+1
| * firmware: add firmware_request_cache() to help with cache on rebootLuis R. Rodriguez2018-03-221-0/+24
| * firmware: fix typo on pr_info_once() when ignore_sysfs_fallback is usedLuis R. Rodriguez2018-03-221-1/+1
| * firmware: explicitly include vmalloc.hStephen Rothwell2018-03-211-0/+1
| * firmware: ensure the firmware cache is not used on incompatible callsLuis R. Rodriguez2018-03-201-0/+14
| * firmware: add helper to check to see if fw cache is setupLuis R. Rodriguez2018-03-201-2/+12
| * firmware: fix checking for return values for fw_add_devm_name()Luis R. Rodriguez2018-03-201-3/+9
| * rename: _request_firmware_load() fw_load_sysfs_fallback()Luis R. Rodriguez2018-03-201-3/+10
| * firmware: enable to force disable the fallback mechanism at run timeLuis R. Rodriguez2018-03-203-0/+18
| * firmware: enable run time change of forcing fallback loaderLuis R. Rodriguez2018-03-203-1/+21
| * firmware: move firmware loader into its own directoryLuis R. Rodriguez2018-03-207-13/+17
| * firmware: split firmware fallback functionality into its own fileLuis R. Rodriguez2018-03-206-799/+874
| * firmware: move loading timeout under struct firmware_fallback_configLuis R. Rodriguez2018-03-201-13/+33
| * firmware: use helpers for setting up a temporary cache timeoutLuis R. Rodriguez2018-03-201-19/+30
| * firmware: simplify CONFIG_FW_LOADER_USER_HELPER_FALLBACK furtherLuis R. Rodriguez2018-03-201-7/+18
| * driver core: cpu: use put_device() if device_register failArvind Yadav2018-03-151-1/+3
| * driver core: node: use put_device() if device_register failArvind Yadav2018-03-151-1/+3
| * driver core: platform: use put_device() if device_register failArvind Yadav2018-03-151-1/+3
| * base: soc: use put_device() instead of kfree()Arvind Yadav2018-03-151-0/+2
OpenPOWER on IntegriCloud