summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-11-29firmware: do not use fw_lock for fw_state protectionDaniel Wagner1-36/+15
2016-11-29firmware: drop bit ops in favor of simple state machineDaniel Wagner1-7/+5
2016-11-29firmware: refactor loading statusDaniel Wagner1-34/+93
2016-11-29firmware: fix usermode helper fallback loadingYves-Alexis Perez1-3/+4
2016-11-29driver core: firmware_class: convert to use class_groupsGreg Kroah-Hartman1-4/+6
2016-11-29driver core: devcoredump: convert to use class_groupsGreg Kroah-Hartman1-4/+6
2016-11-29driver core: class: add class_groups supportGreg Kroah-Hartman1-0/+15
2016-11-29driver-core: fix platform_no_drv_owner.cocci warningsJulia Lawall1-2/+0
2016-11-29drivers/base/memory.c: Remove unused 'first_page' variableKirtika Ruchandani1-2/+0
2016-11-10drivers: base: cacheinfo: support DT overrides for cache propertiesSudeep Holla1-0/+121
2016-11-10drivers: base: cacheinfo: add pr_fmt loggingSudeep Holla1-0/+2
2016-11-10drivers: base: cacheinfo: fix boot error message when acpi is enabledSudeep Holla1-4/+8
2016-11-10drivers: base: cacheinfo: fix x86 with CONFIG_OF enabledSudeep Holla1-0/+3
2016-11-10driver-core: add test module for asynchronous probingDmitry Torokhov5-0/+185
2016-11-10driver core: Add deferred_probe attribute to devices in sysfsBen Hutchings3-0/+22
2016-10-31PM / runtime: Optimize the use of device linksRafael J. Wysocki2-10/+33
2016-10-31PM / runtime: Use device linksRafael J. Wysocki3-6/+181
2016-10-31PM / sleep: Make async suspend/resume of devices use device linksRafael J. Wysocki1-6/+79
2016-10-31driver core: Functional dependencies tracking supportRafael J. Wysocki5-5/+601
2016-10-30Merge 4.9-rc3 into driver-core-nextGreg Kroah-Hartman132-428/+959
2016-10-29Merge tag 'upstream-4.9-rc3' of git://git.infradead.org/linux-ubifsLinus Torvalds1-5/+5
2016-10-29Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2-8/+9
2016-10-29Merge tag 'char-misc-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-18/+61
2016-10-29Merge tag 'uniphier-fixes-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson1-8/+8
2016-10-29Merge tag 'driver-core-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+4
2016-10-29Merge tag 'staging-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds13-38/+46
2016-10-29Merge tag 'tty-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds12-18/+49
2016-10-29Merge tag 'usb-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds22-80/+295
2016-10-28Merge tag 'acpi-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds7-56/+52
2016-10-28Merge tag 'pm-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-6/+32
2016-10-29Merge branches 'acpica-fixes', 'acpi-pci-fixes' and 'acpi-apei-fixes'Rafael J. Wysocki2-18/+22
2016-10-29ACPICA: Dispatcher: Fix interpreter locking around acpi_ev_initialize_region()Lv Zheng5-19/+11
2016-10-29ACPICA: Dispatcher: Fix an unbalanced lock exit path in acpi_ds_auto_serializ...Lv Zheng1-1/+1
2016-10-29ACPICA: Dispatcher: Fix order issue of method terminationLv Zheng1-20/+20
2016-10-28Merge tag 'powerpc-4.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-9/+15
2016-10-29Merge branches 'pm-cpufreq-fixes' and 'pm-sleep-fixes'Rafael J. Wysocki5053-232189/+412946
2016-10-28Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-11/+17
2016-10-28Merge branches 'core-urgent-for-linus', 'irq-urgent-for-linus' and 'sched-urg...Linus Torvalds1-0/+2
2016-10-28Merge tag 'drm-x86-pat-regression-fix' of git://people.freedesktop.org/~airli...Linus Torvalds6-0/+38
2016-10-28Merge tag 'dm-4.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds5-44/+28
2016-10-28ubi: fastmap: Fix add_vol() return value test in ubi_attach_fastmap()Boris Brezillon1-5/+5
2016-10-28VMCI: Doorbell create and destroy fixesJorgen Hansen2-2/+8
2016-10-28GenWQE: Fix bad page access during abort of resource allocationGerald Schaefer1-1/+11
2016-10-28vme: vme_get_size potentially returning incorrect value on failureMartyn Welch1-0/+4
2016-10-28tty: serial_core: fix NULL struct tty pointer access in uart_write_wakeupRob Herring1-2/+2
2016-10-28tty: serial_core: Fix serial console crash on port shutdownGeert Uytterhoeven1-0/+2
2016-10-28tty/serial: at91: fix hardware handshake on Atmel platformsRichard Genoud1-4/+22
2016-10-28driver core: Add a wrapper around __device_release_driver()Rafael J. Wysocki1-12/+18
2016-10-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-4/+4
2016-10-27drivers/misc/sgi-gru/grumain.c: remove bogus 0x prefix from printkDimitri Sivanich1-1/+1