summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Revert "base: arch_topology: fix section mismatch build warnings"Gaku Inami2018-03-151-6/+6
| * firmware: enable to split firmware_class into separate target filesLuis R. Rodriguez2018-03-142-0/+1
* | Merge tag 'usb-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-04-042-1/+138
|\ \
| * | drivers: base: Unified device connection lookupHeikki Krogerus2018-03-222-1/+138
| |/
* | Merge tag 'regmap-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2018-04-034-189/+165
|\ \
| | \
| | \
| *-. \ Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/mmio-...Mark Brown2018-03-123-2/+44
| |\ \ \
| | | * | regmap: mmio: Add function to attach a clockMaxime Ripard2018-02-261-0/+24
| | * | | regmap: debugfs: Improve warning message on debugfs_create_dir() failureFabio Estevam2018-03-061-1/+2
| | * | | regmap: debugfs: Free map->debugfs_name when debugfs_create_dir() failedJeffy Chen2018-03-061-0/+3
| | * | | regmap: debugfs: Don't leak dummy namesMark Brown2018-03-051-1/+3
| | * | | regmap: debugfs: Disambiguate dummy debugfs file nameFabio Estevam2018-03-051-0/+6
| | * | | regmap: use debugfs even when no deviceDavid Lechner2018-02-201-0/+2
| | * | | regmap: Allow missing device in regmap_name_read_file()David Lechner2018-02-201-1/+5
| | |/ /
| * | | Merge remote-tracking branch 'regmap/topic/bulk' into regmap-nextMark Brown2018-03-121-181/+119
| |\ \ \
| | * | | regmap: Merge redundant handling in regmap_bulk_writeCharles Keepax2018-02-261-36/+3
| | * | | regmap: Tidy up regmap_raw_write chunking codeCharles Keepax2018-02-261-21/+16
| | * | | regmap: Move the handling for max_raw_write into regmap_raw_writeCharles Keepax2018-02-261-63/+54
| | * | | regmap: Remove unnecessary printk for failed allocationCharles Keepax2018-02-261-3/+2
| | * | | regmap: Format data for raw write in regmap_bulk_writeCharles Keepax2018-02-261-2/+15
| | * | | Merge branch 'fix/core' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2018-02-261-1/+1
| | |\ \ \
| | * | | | regmap: Use _regmap_read in regmap_bulk_readCharles Keepax2018-02-161-5/+13
| | * | | | regmap: Tidy up regmap_raw_read chunking codeCharles Keepax2018-02-161-25/+19