summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-04-29efi: Remove unnecessary (and buggy) .memmap initialization from the Xen EFI d...Ingo Molnar1-1/+0
2016-04-28efi/runtime-wrappers: Remove ARCH_EFI_IRQ_FLAGS_MASK #ifdefMark Rutland1-7/+0
2016-04-28efi/runtime-wrappers: Detect firmware IRQ flag corruptionMark Rutland1-0/+31
2016-04-28efi/runtime-wrappers: Remove redundant #ifdefsMark Rutland1-4/+0
2016-04-28efi/runtime-wrappers: Add {__,}efi_call_virt() templatesMark Rutland1-0/+40
2016-04-28efi/arm-init: Reserve rather than unmap the memory map for ARM as wellArd Biesheuvel1-14/+3
2016-04-28efi: Add misc char driver interface to update EFI firmwareKweh, Hock Leong3-0/+354
2016-04-28efi: Add 'capsule' update supportMatt Fleming3-1/+312
2016-04-28efi: Move efi_status_to_err() to drivers/firmware/efi/Matt Fleming2-33/+33
2016-04-28efibc: Add EFI Bootloader Control moduleCompostella, Jeremy3-0/+117
2016-04-28efifb: Enable the efi-framebuffer platform driver for ARM and arm64Ard Biesheuvel1-1/+1
2016-04-28efi/arm*: Wire up 'struct screen_info' to efi-framebuffer platform deviceArd Biesheuvel1-0/+18
2016-04-28efi/arm*/libstub: Wire up GOP protocol to 'struct screen_info'Ard Biesheuvel1-0/+23
2016-04-28efi/arm/libstub: Make screen_info accessible to the UEFI stubArd Biesheuvel3-3/+73
2016-04-28efifb: Use builtin_platform_driver and drop unused includesArd Biesheuvel1-5/+1
2016-04-28x86/efi/efifb: Move DMI based quirks handling out of generic codeArd Biesheuvel1-11/+4
2016-04-28efi/libstub: Move Graphics Output Protocol handling to generic codeArd Biesheuvel2-1/+355
2016-04-28efi/arm*: Take the Memory Attributes table into accountArd Biesheuvel2-2/+9
2016-04-28efi: Implement generic support for the Memory Attributes tableArd Biesheuvel2-1/+183
2016-04-28efi: Add support for the EFI_MEMORY_ATTRIBUTES_TABLE config tableArd Biesheuvel1-0/+2
2016-04-28efi/arm*: Use memremap() to create the persistent memmap mappingArd Biesheuvel1-2/+1
2016-04-28efi: Check EFI_MEMORY_DESCRIPTOR version explicitlyArd Biesheuvel1-0/+4
2016-04-28efi: Remove global 'memmap' EFI memory mapMatt Fleming4-38/+36
2016-04-28efi: Iterate over efi.memmap in for_each_efi_memory_desc()Matt Fleming5-12/+9
2016-04-28efi/arm64: Check SetupMode when determining Secure Boot statusLinn Crosetto1-7/+25
2016-04-28efi/arm64: Report unexpected errors when determining Secure Boot statusLinn Crosetto1-4/+18
2016-04-28efi/arm*: Drop writable mapping of the UEFI System tableArd Biesheuvel2-11/+18
2016-04-28efi: Get rid of the EFI_SYSTEM_TABLES status bitArd Biesheuvel1-1/+0
2016-04-25Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar1-11/+26
2016-04-24Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds5-9/+10
2016-04-23Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+26
2016-04-23Merge branches 'perf-urgent-for-linus', 'smp-urgent-for-linus' and 'timers-ur...Linus Torvalds1-1/+1
2016-04-23Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2016-04-23Merge tag 'usb-4.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds8-20/+53
2016-04-23Merge tag 'tty-4.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds3-6/+14
2016-04-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds6-13/+16
2016-04-22Merge tag 'pinctrl-v4.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds3-7/+9
2016-04-22efi: Fix out-of-bounds read in variable_matches()Laszlo Ersek1-11/+26
2016-04-22Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-2/+13
2016-04-22Merge tag 'iommu-fixes-v4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-18/+91
2016-04-22Merge tag 'phy-for-4.6-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Greg Kroah-Hartman2-3/+9
2016-04-22x86 EDAC, sb_edac.c: Take account of channel hashing when neededTony Luck1-1/+23
2016-04-22x86 EDAC, sb_edac.c: Repair damage introduced when "fixing" channel addressTony Luck1-3/+3
2016-04-22clocksource/drivers/tango-xtal: Fix boot hang due to incorrect testDaniel Lezcano1-1/+1
2016-04-22Merge branch 'drm-fixes-4.6' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie12-19/+37
2016-04-22Merge branch 'linux-4.6' of git://github.com/skeggsb/linux into drm-fixesDave Airlie1-0/+2
2016-04-22drm/nouveau/gr/gf100: select a stream master to fixup tfb offset queriesBen Skeggs1-0/+2
2016-04-22amdgpu/uvd: add uvd fw version for amdgpuSonny Jiang3-1/+5
2016-04-22drm/amdgpu: forbid mapping of userptr bo through radeon device fileJérôme Glisse1-0/+2
2016-04-22drm/radeon: forbid mapping of userptr bo through radeon device fileJérôme Glisse1-0/+2