aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-15devcoredump: fix typo in commentAkinobu Mita1-1/+1
2019-08-15devcoredump: use memory_read_from_bufferAkinobu Mita1-10/+1
2019-08-14Merge tag 'common/for-v5.4-rc1/cpu-topology' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux into for-next/cpu-topologyWill Deacon2-1/+299
2019-08-13driver/core: Convert to use built-in RCU list checkingJoel Fernandes (Google)3-5/+23
2019-08-12Merge branch 'regmap-5.4' into regmap-nextMark Brown1-12/+0
2019-08-12Merge branch 'regmap-5.3' into regmap-linusMark Brown1-6/+1
2019-08-12regmap-irq: Correct error paths in regmap_irq_thread for pm_runtimeCharles Keepax1-6/+1
2019-08-12Merge 5.3-rc4 into usb-nextGreg Kroah-Hartman2-3/+59
2019-08-12Merge 5.3-rc4 into driver-core-nextGreg Kroah-Hartman3-13/+83
2019-08-10Merge tag 'driver-core-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-3/+59
2019-08-09soundwire: fix regmap dependencies and align with other serial linksPierre-Louis Bossart1-1/+1
2019-08-06Merge tag 'dev_groups_all_drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core into usb-nextGreg Kroah-Hartman1-0/+14
2019-08-05base: soc: Export soc_device_register/unregister APIsVinod Koul1-0/+2
2019-08-05base: soc: Add serial_number attribute to socBjorn Andersson1-0/+7
2019-08-02Merge tag 'dev_groups_all_drivers' into driver-core-nextGreg Kroah-Hartman1-0/+14
2019-08-02driver core: add dev_groups to all driversDmitry Torokhov1-0/+14
2019-08-01driver core: Add sync_state driver/bus callbackSaravana Kannan1-0/+65
2019-08-01driver core: Add edit_links() callback for driversSaravana Kannan2-2/+51
2019-08-01driver core: Add support for linking devices during device additionSaravana Kannan1-0/+83
2019-08-01regmap: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-12/+0
2019-07-30driver core: Fix use-after-free and double free on glue directoryMuchun Song1-1/+52
2019-07-30driver core: platform: Add an error message to platform_get_irq*()Stephen Boyd1-8/+34
2019-07-30driver core: platform: return -ENXIO for missing GpioIntBrian Norris1-2/+7
2019-07-30Merge branch 'generic_lookup_helpers' into driver-core-nextGreg Kroah-Hartman4-39/+46
2019-07-30platform: Add platform_find_device_by_driver() helperSuzuki K Poulose1-0/+14
2019-07-30drivers: Add generic helper to match any deviceSuzuki K Poulose1-0/+6
2019-07-30drivers: Introduce device lookup variants by ACPI_COMPANION deviceSuzuki K Poulose1-0/+6
2019-07-30drivers: Introduce device lookup variants by device typeSuzuki K Poulose1-8/+7
2019-07-30drivers: Introduce device lookup variants by fwnodeSuzuki K Poulose2-7/+7
2019-07-30drivers: Introduce device lookup variants by nameSuzuki K Poulose2-24/+6
2019-07-30driver core: Fix creation of device links with PM-runtime flagsRafael J. Wysocki1-2/+4
2019-07-28Merge tag 'char-misc-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-2/+2
2019-07-27Merge tag 'libnvdimm-fixes-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-8/+22
2019-07-25driver core: Remove device link creation limitationRafael J. Wysocki2-79/+101
2019-07-23firmware: Fix missing inlineTakashi Iwai1-2/+2
2019-07-23PM: sleep: Drop dpm_noirq_begin() and dpm_noirq_end()Rafael J. Wysocki1-18/+12
2019-07-23PM: sleep: Simplify suspend-to-idle control flowRafael J. Wysocki1-5/+0
2019-07-23PM: sleep: Fix possible overflow in pm_system_cancel_wakeup()Rafael J. Wysocki1-1/+1
2019-07-22base: arch_topology: update Kconfig help descriptionSudeep Holla1-1/+1
2019-07-22arm: Use common cpu_topology structure and functions.Atish Patra1-1/+3
2019-07-22cpu-topology: Move cpu topology code to common code.Atish Patra1-0/+296
2019-07-22firmware: fix build errors in paged buffer handling codeMauro Rossi1-2/+2
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce1-7/+6
2019-07-18drivers/base/memory.c: get rid of find_memory_block_hinted()David Hildenbrand1-26/+14
2019-07-18mm/memory_hotplug: move and simplify walk_memory_blocks()David Hildenbrand1-0/+42
2019-07-18mm/memory_hotplug: rename walk_memory_range() and pass start+size instead of pfnsDavid Hildenbrand1-2/+3
2019-07-18mm: make register_mem_sect_under_node() staticDavid Hildenbrand1-1/+2
2019-07-18drivers/base/memory: use "unsigned long" for block idsDavid Hildenbrand1-11/+11
2019-07-18mm: section numbers use the type "unsigned long"David Hildenbrand1-14/+13