summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* efi/libstub: Fix harmless command line parsing bugArd Biesheuvel2017-04-051-2/+2
* efi/arm32-stub: Allow boot-time allocations in the vmlinux regionArd Biesheuvel2017-04-051-20/+128
* efi/pstore: Return error code (if any) from efi_pstore_write()Evgeny Kalugin2017-04-051-3/+3
* efi/bgrt: Enable ACPI BGRT handling on arm64Bhupesh Sharma2017-04-052-1/+7
* x86/efi/bgrt: Move efi-bgrt handling out of arch/x86Bhupesh Sharma2017-04-052-0/+85
* efi/arm-stub: Round up FDT allocation to mapping sizeArd Biesheuvel2017-04-051-33/+24
* efi/arm-stub: Correct FDT and initrd allocation rules for arm64Ard Biesheuvel2017-04-051-3/+4
* efi/fb: Avoid reconfiguration of BAR that covers the framebufferArd Biesheuvel2017-04-051-1/+65
* efi/libstub: Skip GOP with PIXEL_BLT_ONLY formatCohen, Eugene2017-04-051-2/+4
* Merge tag 'gpio-v4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2017-04-041-1/+9
|\
| * ACPI / gpio: do not fall back to parsing _CRS when we get a deferralDmitry Torokhov2017-03-301-1/+3
| * gpio: acpi: Call enable_irq_wake for _IAE GpioInts with Wake setHans de Goede2017-03-301-0/+6
* | Merge tag 'drm-fixes-for-v4.11-rc6' of git://people.freedesktop.org/~airlied/...Linus Torvalds2017-04-0412-80/+108
|\ \
| * \ Merge branch 'msm-fixes-4.11-rc6' of git://people.freedesktop.org/~robclark/l...Dave Airlie2017-04-047-24/+32
| |\ \
| | * | drm/msm: Make sure to detach the MMU during GPU cleanupJordan Crouse2017-04-032-13/+19
| | * | drm/msm/hdmi: redefinitions of macros not requiredVinay Simha BN2017-04-031-7/+0
| | * | drm/msm/mdp5: Update SSPP_MAX valueArchit Taneja2017-04-031-1/+2
| | * | drm/msm/dsi: Fix bug in dsi_mgr_phy_enableArchit Taneja2017-04-031-1/+1
| | * | drm/msm: Don't allow zero sized buffer objectsJordan Crouse2017-04-031-0/+6
| | * | drm/msm: Fix wrong pointer check in a5xx_destroyJordan Crouse2017-04-031-2/+2
| | * | drm/msm: adreno: fix build error without debugfsArnd Bergmann2017-04-031-0/+2
| * | | Merge branch 'vmwgfx-fixes-4.11' of git://people.freedesktop.org/~thomash/lin...Dave Airlie2017-04-035-56/+76
| |\ \ \
| | * | | drm/vmwgfx: fix integer overflow in vmw_surface_define_ioctl()Li Qiang2017-03-301-1/+4
| | * | | drm/vmwgfx: Remove getparam error messageThomas Hellstrom2017-03-301-2/+0
| | * | | drm/ttm: Avoid calling drm_ht_remove from atomic contextThomas Hellstrom2017-03-301-3/+1
| | * | | drm/ttm, drm/vmwgfx: Relax permission checking when opening surfacesThomas Hellstrom2017-03-304-22/+20
| | * | | drm/vmwgfx: avoid calling vzalloc with a 0 size in vmw_get_cap_3d_ioctl()Murray McAllister2017-03-301-1/+1
| | * | | drm/vmwgfx: NULL pointer dereference in vmw_surface_define_ioctl()Murray McAllister2017-03-301-2/+2
| | * | | drm/vmwgfx: Type-check lookups of fence objectsThomas Hellstrom2017-03-301-27/+50
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-04-031-19/+34
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | s390/pkey: Fix wrong handling of secure key with old MKVPHarald Freudenberger2017-03-221-19/+34
* | | | | Merge tag 'dmaengine-fix-4.11-rc5' of git://git.infradead.org/users/vkoul/sla...Linus Torvalds2017-04-032-1/+6
|\ \ \ \ \
| * | | | | dmaengine: Fix array index out of bounds warning in __get_unmap_pool()Matthias Kaehlcke2017-03-141-0/+2
| * | | | | dmaengine: bcm2835: Fix cyclic DMA period splittingMatthias Reichl2017-03-061-1/+4
* | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-04-021-1/+0
|\ \ \ \ \ \
| * | | | | | sched/headers: Remove duplicate #include <linux/sched/debug.h> lineIngo Molnar2017-03-281-1/+0
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-04-022-2/+1
|\ \ \ \ \ \
| * | | | | | efi/esrt: Cleanup bad memory map log messagesDaniel Drake2017-03-172-2/+1
* | | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-04-021-1/+1
|\ \ \ \ \ \ \
| * | | | | | | clockevents: Fix syntax error in clkevt-of macroAlexander Kochetkov2017-03-281-1/+1
* | | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-04-022-0/+5
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'irq-fixes-4.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Thomas Gleixner2017-03-312-0/+5
| |\ \ \ \ \ \ \ \
| | * | | | | | | | irqchip/mips-gic: Fix Local compare interruptMatt Redfearn2017-03-311-0/+4
| | * | | | | | | | irqchip/mvebu-odmi: Select GENERIC_MSI_IRQ_DOMAINArnd Bergmann2017-03-141-0/+1
* | | | | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-04-0212-39/+57
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'mkp-scsi/4.11/scsi-fixes' into fixesJames Bottomley2017-03-2912-39/+57
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | scsi: ufs: remove the duplicated checking for supporting clkscalingJaehoon Chung2017-03-281-2/+0
| | * | | | | | | | | | scsi: lpfc: fix building without debugfs supportArnd Bergmann2017-03-232-10/+16
| | * | | | | | | | | | scsi: lpfc: Fix PT2PT PRLI rejectDick Kennedy2017-03-231-1/+2
| | * | | | | | | | | | scsi: hpsa: fix volume offline stateTomas Henzl2017-03-231-0/+1