aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-14firmware: rename fw_sysfs_fallback to firmware_fallback_sysfs()Andres Rodriguez4-14/+14
2018-05-14firmware: use () to terminate kernel-doc function namesAndres Rodriguez2-15/+15
2018-05-14firmware: wrap FW_OPT_* into an enumAndres Rodriguez4-19/+42
2018-05-14driver core: Don't ignore class_dir_create_and_add() failure.Tetsuo Handa1-2/+12
2018-05-14Merge tag 'v4.17-rc5' into irq/core, to pick up fixesIngo Molnar4-9/+8
2018-05-13genirq/msi: Limit level-triggered MSI to platform devicesMarc Zyngier1-0/+3
2018-05-10PM / core: Drop unused internal inline functions for sysfsUlf Hansson1-3/+0
2018-05-10PM / core: Drop unused internal functions for pm_qos sysfsUlf Hansson1-2/+0
2018-05-10PM / core: Drop unused internal inline functions for wakeirqsUlf Hansson1-17/+0
2018-05-10PM / core: Drop internal unused inline functions for wakeupsUlf Hansson1-8/+0
2018-05-10PM / wakeup: Only update last time for active wakeup sourcesDoug Berger1-1/+0
2018-05-10PM / wakeup: Use seq_open() to show wakeup statsMahendran Ganesh1-16/+59
2018-05-10PM / core: Use dev_printk() and symbols in suspend/resume diagnosticsBjorn Helgaas1-11/+11
2018-05-10PM / core: Simplify initcall_debug_report() timingBjorn Helgaas1-13/+11
2018-05-10PM / core: Remove unused initcall_debug_report() argumentsBjorn Helgaas1-4/+3
2018-05-09PM / Domain: Implement of_genpd_opp_to_performance_state()Viresh Kumar1-0/+48
2018-05-09PM / Domain: Add support to parse domain's OPP tableViresh Kumar1-14/+62
2018-05-09PM / Domain: Add struct device to genpdViresh Kumar1-0/+3
2018-05-03drivers: remove force dma flag from busesChristoph Hellwig1-2/+1
2018-05-03dma-mapping: move dma configuration to bus infrastructureNipun Gupta2-27/+21
2018-05-03x86/bugs: Expose /sys/../spec_store_bypassKonrad Rzeszutek Wilk1-0/+8
2018-04-27Merge tag 'driver-core-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-3/+3
2018-04-25firmware: some documentation fixesAndres Rodriguez2-3/+3
2018-04-24PM / core: fix deferred probe breaking suspend resume orderFeng Kan3-3/+24
2018-04-23dma-mapping: postpone cpu addr translation on mmapJacopo Mondi1-4/+2
2018-04-23dma-coherent: clarify dma_mmap_from_dev_coherent documentationRobin Murphy1-2/+3
2018-04-11mm: check __highest_present_section_nr directly in memory_dev_init()Wei Yang1-5/+2
2018-04-05mm/memory_hotplug: optimize memory hotplugPavel Tatashin1-0/+2
2018-04-05mm/memory_hotplug: don't read nid from struct page during hotplugPavel Tatashin2-9/+17
2018-04-05mm/memory_hotplug: optimize probe routinePavel Tatashin1-16/+20
2018-04-04Merge tag 'driver-core-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds13-777/+1006
2018-04-04Merge tag 'usb-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2-1/+138
2018-04-03Merge tag 'regmap-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds4-189/+165
2018-04-03Merge tag 'pm-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-10/+29
2018-04-02kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()Dominik Brodowski1-1/+1
2018-04-02fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir()Dominik Brodowski1-1/+1
2018-04-02fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot()Dominik Brodowski1-1/+1
2018-04-02fs: add ksys_mount() helper; remove in-kernel calls to sys_mount()Dominik Brodowski1-2/+3
2018-03-23drivers: base: remove check for callback in coredump_store()Arend van Spriel1-2/+1
2018-03-22firmware: add firmware_request_cache() to help with cache on rebootLuis R. Rodriguez1-0/+24
2018-03-22firmware: fix typo on pr_info_once() when ignore_sysfs_fallback is usedLuis R. Rodriguez1-1/+1
2018-03-22drivers: base: Unified device connection lookupHeikki Krogerus2-1/+138
2018-03-21firmware: explicitly include vmalloc.hStephen Rothwell1-0/+1
2018-03-20firmware: ensure the firmware cache is not used on incompatible callsLuis R. Rodriguez1-0/+14
2018-03-20firmware: add helper to check to see if fw cache is setupLuis R. Rodriguez1-2/+12
2018-03-20firmware: fix checking for return values for fw_add_devm_name()Luis R. Rodriguez1-3/+9
2018-03-20rename: _request_firmware_load() fw_load_sysfs_fallback()Luis R. Rodriguez1-3/+10
2018-03-20firmware: enable to force disable the fallback mechanism at run timeLuis R. Rodriguez3-0/+18
2018-03-20firmware: enable run time change of forcing fallback loaderLuis R. Rodriguez3-1/+21
2018-03-20firmware: move firmware loader into its own directoryLuis R. Rodriguez7-13/+17