aboutsummaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2018-05-25mm/memory_hotplug: fix leftover use of struct page during hotplugGravatar Jonathan Cameron 1-2/+3
2018-05-24Merge tag 'pm-4.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-4/+3
2018-05-22PM / core: Fix direct_complete handling for devices with no callbacksGravatar Rafael J. Wysocki 1-4/+3
2018-05-03x86/bugs: Expose /sys/../spec_store_bypassGravatar Konrad Rzeszutek Wilk 1-0/+8
2018-04-27Merge tag 'driver-core-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-3/+3
2018-04-25firmware: some documentation fixesGravatar Andres Rodriguez 2-3/+3
2018-04-23dma-mapping: postpone cpu addr translation on mmapGravatar Jacopo Mondi 1-4/+2
2018-04-23dma-coherent: clarify dma_mmap_from_dev_coherent documentationGravatar Robin Murphy 1-2/+3
2018-04-11mm: check __highest_present_section_nr directly in memory_dev_init()Gravatar Wei Yang 1-5/+2
2018-04-05mm/memory_hotplug: optimize memory hotplugGravatar Pavel Tatashin 1-0/+2
2018-04-05mm/memory_hotplug: don't read nid from struct page during hotplugGravatar Pavel Tatashin 2-9/+17
2018-04-05mm/memory_hotplug: optimize probe routineGravatar Pavel Tatashin 1-16/+20
2018-04-04Merge tag 'driver-core-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 13-777/+1006
2018-04-04Merge tag 'usb-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 2-1/+138
2018-04-03Merge tag 'regmap-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Gravatar Linus Torvalds 4-189/+165
2018-04-03Merge tag 'pm-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 3-10/+29
2018-04-02kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()Gravatar Dominik Brodowski 1-1/+1
2018-04-02fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir()Gravatar Dominik Brodowski 1-1/+1
2018-04-02fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot()Gravatar Dominik Brodowski 1-1/+1
2018-04-02fs: add ksys_mount() helper; remove in-kernel calls to sys_mount()Gravatar Dominik Brodowski 1-2/+3
2018-03-23drivers: base: remove check for callback in coredump_store()Gravatar Arend van Spriel 1-2/+1
2018-03-22firmware: add firmware_request_cache() to help with cache on rebootGravatar Luis R. Rodriguez 1-0/+24
2018-03-22firmware: fix typo on pr_info_once() when ignore_sysfs_fallback is usedGravatar Luis R. Rodriguez 1-1/+1
2018-03-22drivers: base: Unified device connection lookupGravatar Heikki Krogerus 2-1/+138
2018-03-21firmware: explicitly include vmalloc.hGravatar Stephen Rothwell 1-0/+1
2018-03-20firmware: ensure the firmware cache is not used on incompatible callsGravatar Luis R. Rodriguez 1-0/+14
2018-03-20firmware: add helper to check to see if fw cache is setupGravatar Luis R. Rodriguez 1-2/+12
2018-03-20firmware: fix checking for return values for fw_add_devm_name()Gravatar Luis R. Rodriguez 1-3/+9
2018-03-20rename: _request_firmware_load() fw_load_sysfs_fallback()Gravatar Luis R. Rodriguez 1-3/+10
2018-03-20firmware: enable to force disable the fallback mechanism at run timeGravatar Luis R. Rodriguez 3-0/+18
2018-03-20firmware: enable run time change of forcing fallback loaderGravatar Luis R. Rodriguez 3-1/+21
2018-03-20firmware: move firmware loader into its own directoryGravatar Luis R. Rodriguez 7-13/+17
2018-03-20firmware: split firmware fallback functionality into its own fileGravatar Luis R. Rodriguez 6-799/+874
2018-03-20firmware: move loading timeout under struct firmware_fallback_configGravatar Luis R. Rodriguez 1-13/+33
2018-03-20firmware: use helpers for setting up a temporary cache timeoutGravatar Luis R. Rodriguez 1-19/+30
2018-03-20firmware: simplify CONFIG_FW_LOADER_USER_HELPER_FALLBACK furtherGravatar Luis R. Rodriguez 1-7/+18
2018-03-15driver core: cpu: use put_device() if device_register failGravatar Arvind Yadav 1-1/+3
2018-03-15driver core: node: use put_device() if device_register failGravatar Arvind Yadav 1-1/+3
2018-03-15driver core: platform: use put_device() if device_register failGravatar Arvind Yadav 1-1/+3
2018-03-15base: soc: use put_device() instead of kfree()Gravatar Arvind Yadav 1-0/+2
2018-03-15Revert "base: arch_topology: fix section mismatch build warnings"Gravatar Gaku Inami 1-6/+6
2018-03-14firmware: enable to split firmware_class into separate target filesGravatar Luis R. Rodriguez 2-0/+1
2018-03-12Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/mmio-...Gravatar Mark Brown 3-2/+44
2018-03-12Merge remote-tracking branch 'regmap/topic/bulk' into regmap-nextGravatar Mark Brown 1-181/+119
2018-03-12Merge remote-tracking branches 'regmap/fix/i2c' and 'regmap/fix/volatile' int...Gravatar Mark Brown 2-5/+1
2018-03-12Merge remote-tracking branch 'regmap/fix/core' into regmap-linusGravatar Mark Brown 1-1/+1
2018-03-12Merge remote-tracking branch 'regmap/fix/cache' into regmap-linusGravatar Mark Brown 1-1/+1
2018-03-06regmap: debugfs: Improve warning message on debugfs_create_dir() failureGravatar Fabio Estevam 1-1/+2
2018-03-06regmap: debugfs: Free map->debugfs_name when debugfs_create_dir() failedGravatar Jeffy Chen 1-0/+3
2018-03-05regmap: debugfs: Don't leak dummy namesGravatar Mark Brown 1-1/+3