aboutsummaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2018-05-03drivers: remove force dma flag from busesChristoph Hellwig
2018-05-03dma-mapping: move dma configuration to bus infrastructureNipun Gupta
2018-04-27Merge tag 'driver-core-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-04-25firmware: some documentation fixesAndres Rodriguez
2018-04-23dma-mapping: postpone cpu addr translation on mmapJacopo Mondi
2018-04-23dma-coherent: clarify dma_mmap_from_dev_coherent documentationRobin Murphy
2018-04-11mm: check __highest_present_section_nr directly in memory_dev_init()Wei Yang
2018-04-05mm/memory_hotplug: optimize memory hotplugPavel Tatashin
2018-04-05mm/memory_hotplug: don't read nid from struct page during hotplugPavel Tatashin
2018-04-05mm/memory_hotplug: optimize probe routinePavel Tatashin
2018-04-04Merge tag 'driver-core-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-04-04Merge tag 'usb-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2018-04-03Merge tag 'regmap-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds
2018-04-03Merge tag 'pm-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2018-04-02kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()Dominik Brodowski
2018-04-02fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir()Dominik Brodowski
2018-04-02fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot()Dominik Brodowski
2018-04-02fs: add ksys_mount() helper; remove in-kernel calls to sys_mount()Dominik Brodowski
2018-03-23drivers: base: remove check for callback in coredump_store()Arend van Spriel
2018-03-22firmware: add firmware_request_cache() to help with cache on rebootLuis R. Rodriguez
2018-03-22firmware: fix typo on pr_info_once() when ignore_sysfs_fallback is usedLuis R. Rodriguez
2018-03-22drivers: base: Unified device connection lookupHeikki Krogerus
2018-03-21firmware: explicitly include vmalloc.hStephen Rothwell
2018-03-20firmware: ensure the firmware cache is not used on incompatible callsLuis R. Rodriguez
2018-03-20firmware: add helper to check to see if fw cache is setupLuis R. Rodriguez
2018-03-20firmware: fix checking for return values for fw_add_devm_name()Luis R. Rodriguez
2018-03-20rename: _request_firmware_load() fw_load_sysfs_fallback()Luis R. Rodriguez
2018-03-20firmware: enable to force disable the fallback mechanism at run timeLuis R. Rodriguez
2018-03-20firmware: enable run time change of forcing fallback loaderLuis R. Rodriguez
2018-03-20firmware: move firmware loader into its own directoryLuis R. Rodriguez
2018-03-20firmware: split firmware fallback functionality into its own fileLuis R. Rodriguez
2018-03-20firmware: move loading timeout under struct firmware_fallback_configLuis R. Rodriguez
2018-03-20firmware: use helpers for setting up a temporary cache timeoutLuis R. Rodriguez
2018-03-20firmware: simplify CONFIG_FW_LOADER_USER_HELPER_FALLBACK furtherLuis R. Rodriguez
2018-03-15driver core: cpu: use put_device() if device_register failArvind Yadav
2018-03-15driver core: node: use put_device() if device_register failArvind Yadav
2018-03-15driver core: platform: use put_device() if device_register failArvind Yadav
2018-03-15base: soc: use put_device() instead of kfree()Arvind Yadav
2018-03-15Revert "base: arch_topology: fix section mismatch build warnings"Gaku Inami
2018-03-14firmware: enable to split firmware_class into separate target filesLuis R. Rodriguez
2018-03-12Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/mmio-...Mark Brown
2018-03-12Merge remote-tracking branch 'regmap/topic/bulk' into regmap-nextMark Brown
2018-03-12Merge remote-tracking branches 'regmap/fix/i2c' and 'regmap/fix/volatile' int...Mark Brown
2018-03-12Merge remote-tracking branch 'regmap/fix/core' into regmap-linusMark Brown
2018-03-12Merge remote-tracking branch 'regmap/fix/cache' into regmap-linusMark Brown
2018-03-06regmap: debugfs: Improve warning message on debugfs_create_dir() failureFabio Estevam
2018-03-06regmap: debugfs: Free map->debugfs_name when debugfs_create_dir() failedJeffy Chen
2018-03-05regmap: debugfs: Don't leak dummy namesMark Brown
2018-03-05regmap: debugfs: Disambiguate dummy debugfs file nameFabio Estevam
2018-02-27driver core: Introduce device links reference countingLukas Wunner