summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | thinkpad_acpi: unhandled hkey eventXavier Naveira2015-02-101-0/+2
| * | | | toshiba_acpi: Make toshiba_eco_mode_available more robustAzael Avalos2015-02-101-5/+22
| * | | | classmate-laptop: Fix sparse warning (0 as NULL)Lad, Prabhakar2015-02-071-1/+1
| * | | | Sony-laptop: Fix sparse warning (make undeclared var static)Lad, Prabhakar2015-02-071-1/+1
| * | | | thinkpad_acpi.c: Fix sparse warning (make undeclared var static)Lad, Prabhakar2015-02-071-1/+1
| * | | | samsung-laptop.c: Prefer kstrtoint over single variable sscanfDarren Hart2015-02-071-2/+2
| * | | | samsung-laptop: Fix sparse integer as NULL warningLad, Prabhakar2015-02-071-1/+1
| * | | | samsung-laptop: enable better lid handlingJulijonas Kikutis2015-02-071-1/+119
| * | | | toshiba_acpi: Add a check for TOS_NOT_SUPPORTED in the sci_open functionAzael Avalos2015-01-291-0/+13
| * | | | asus-laptop: use DEVICE_ATTR_xx macrosVivien Didelot2015-01-291-49/+46
| * | | | intel_scu_ipc: Read resources from PCI configurationAndy Shevchenko2015-01-291-15/+6
| * | | | intel_scu_ipc: move error check out of the loopAndy Shevchenko2015-01-291-13/+12
| * | | | intel_scu_ipc: fix indentation in few placesAndy Shevchenko2015-01-291-17/+14
| * | | | asus-laptop: Fix is_visible return valueVivien Didelot2015-01-231-1/+1
| * | | | fujitsu-laptop: use FB_BLANK_* constantsMichael Karcher2015-01-231-3/+4
| * | | | samsung-laptop: Add use_native_backlight quirk, and enable it on some modelsHans de Goede2015-01-231-3/+17
| * | | | toshiba_acpi: Add support for USB Sleep and MusicAzael Avalos2015-01-231-0/+97
| * | | | toshiba_acpi: Add support for USB Rapid ChargeAzael Avalos2015-01-231-0/+107
| * | | | toshiba_acpi: Add support for USB Sleep functions under batteryAzael Avalos2015-01-231-0/+133
| * | | | toshiba_acpi: Add support for USB Sleep and Charge functionAzael Avalos2015-01-231-0/+118
* | | | | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2015-02-1922-56/+56
|\ \ \ \ \
| * | | | | kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger2015-01-0722-56/+56
| |/ / / /
* | | | | Merge tag 'pci-v3.20-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-02-181-1/+0
|\ \ \ \ \
| * | | | | of/pci: Remove duplicate kfree in of_pci_get_host_bridge_resources()Lorenzo Pieralisi2015-02-111-1/+0
* | | | | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-02-1822-991/+1226
|\ \ \ \ \ \
| * | | | | | virtio: don't set VIRTIO_CONFIG_S_DRIVER_OK twice.Rusty Russell2015-02-171-1/+4
| * | | | | | lguest: remove NOTIFY call and eventfd facility.Rusty Russell2015-02-114-213/+9
| * | | | | | lguest: remove support for lguest bus.Rusty Russell2015-02-112-543/+0
| * | | | | | lguest: add iomem region, where guest page faults get sent to userspace.Rusty Russell2015-02-114-6/+56
| * | | | | | lguest: send trap 13 through to userspace.Rusty Russell2015-02-111-90/+43
| * | | | | | lguest: add infrastructure to check mappings.Rusty Russell2015-02-112-13/+30
| * | | | | | lguest: add infrastructure for userspace to deliver a trap to the guest.Rusty Russell2015-02-111-0/+19
| * | | | | | lguest: write more information to userspace about pending traps.Rusty Russell2015-02-114-12/+19
| * | | | | | lguest: add operations to get/set a register from the Launcher.Rusty Russell2015-02-114-0/+106
| * | | | | | virtio: don't require a config space on the console device.Rusty Russell2015-02-111-1/+4
| * | | | | | virtio_pci: use 16-bit accessor for queue_enable.Rusty Russell2015-02-111-2/+2
| * | | | | | virtio: Avoid possible kernel panic if DEBUG is enabled.Tetsuo Handa2015-02-111-3/+3
| * | | | | | virtio-mmio: Update the device to OASIS spec versionPawel Moll2015-01-231-50/+81
| * | | | | | virtio_pci_modern: drop an unused functionMichael S. Tsirkin2015-01-211-8/+0
| * | | | | | virtio_pci: add module param to force legacy modeMichael S. Tsirkin2015-01-211-4/+21
| * | | | | | virtio_pci: add an option to disable legacy driverMichael S. Tsirkin2015-01-213-1/+31
| * | | | | | virtio_pci: drop Kconfig warningsMichael S. Tsirkin2015-01-211-3/+0
| * | | | | | virtio_pci: Kconfig grammar fixMichael S. Tsirkin2015-01-211-1/+1
| * | | | | | virtio_rng: drop extra empty lineMichael S. Tsirkin2015-01-211-1/+0
| * | | | | | virtio_ring: coding style fixMichael S. Tsirkin2015-01-211-2/+1
| * | | | | | virtio_blk: coding style fixesMichael S. Tsirkin2015-01-211-4/+2
| * | | | | | virtio_balloon: coding style fixesMichael S. Tsirkin2015-01-211-2/+1
| * | | | | | virtio_pci_modern: support devices with no configMichael S. Tsirkin2015-01-211-2/+19
| * | | | | | virtio_pci_modern: reduce number of mappingsMichael S. Tsirkin2015-01-212-8/+52
| * | | | | | virtio_pci: macros for PCI layout offsetsRusty Russell2015-01-211-1/+59