summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fbdev: sm712fb: fix VRAM detection, don't set SR70/71/74/75Yifeng Li2019-04-011-1/+3
* fbdev: sm712fb: fix brightness control on reboot, don't set SR30Yifeng Li2019-04-011-2/+2
* fbdev: sm712fb: fix white screen of death on reboot, don't set CR3B-CR3FYifeng Li2019-04-011-1/+5
* video: imsttfb: fix potential NULL pointer dereferencesKangjie Lu2019-04-011-0/+5
* video: hgafb: fix potential NULL pointer dereferenceKangjie Lu2019-04-011-0/+2
* fbdev: list all pci memory bars as conflicting aperturesGerd Hoffmann2019-04-011-4/+25
* drivers: video: fbdev: Kconfig: pedantic cleanupsEnrico Weigelt, metux IT consult2019-04-016-190/+188
* omapfb: Fix potential NULL pointer dereference in kmallocAditya Pakki2019-04-011-0/+2
* xen, fbfront: mark expected switch fall-throughGustavo A. R. Silva2019-04-011-1/+1
* udlfb: introduce a rendering mutexMikulas Patocka2019-04-012-11/+31
* udlfb: fix sleeping inside spinlockMikulas Patocka2019-04-012-3/+59
* udlfb: delete the unused parameter for dlfb_handle_damageMikulas Patocka2019-04-011-12/+9
* video: fbdev: atmel_lcdfb: drop AVR and platform_data supportAlexandre Belloni2019-04-012-113/+7
* omapfb: add missing of_node_put after of_device_is_availableJulia Lawall2019-04-011-1/+3
* video/macfb: Always initialize DAFB colour table pointer registerFinn Thain2019-04-011-1/+1
* video/macfb: Call fb_invert_cmaps()Finn Thain2019-04-011-2/+1
* fbdev: atafb: Modernize printing of kernel messagesGeert Uytterhoeven2019-04-011-12/+13
* fbdev: atafb: Fix broken frame buffer after kexecGeert Uytterhoeven2019-04-011-4/+30
* fbdev: atafb: Remove obsolete module supportGeert Uytterhoeven2019-04-015-107/+1
* fbdev: atafb: Stop printing virtual screen_baseGeert Uytterhoeven2019-04-011-2/+2
* video/macfb: Remove redundant codeFinn Thain2019-04-011-24/+0
* video: fbdev: savage: fix indentation issueColin Ian King2019-04-011-3/+3
* video: fbdev: vesafb: fix indentation issueColin Ian King2019-04-011-2/+2
* fbdev: mxsfb: implement FB_PRE_INIT_FB optionMelchior Franz2019-04-012-1/+13
* Merge tag 'v5.1-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/torva...Bartlomiej Zolnierkiewicz2019-04-0111790-260612/+515958
|\
| * Linux 5.1-rc3v5.1-rc3Linus Torvalds2019-03-311-1/+1
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-3160-201/+409
| |\
| | * Merge tag 'kvmarm-fixes-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2019-03-289-75/+133
| | |\
| | | * KVM: arm/arm64: Comments cleanup in mmu.cZenghui Yu2019-03-281-14/+9
| | | * KVM: arm/arm64: vgic-its: Make attribute accessors staticYueHaibing2019-03-201-5/+5
| | | * KVM: arm/arm64: Fix handling of stage2 huge mappingsSuzuki K Poulose2019-03-202-16/+45
| | | * KVM: arm/arm64: Enforce PTE mappings at stage2 when neededSuzuki K Poulose2019-03-191-22/+21
| | | * KVM: arm/arm64: vgic-its: Take the srcu lock when parsing the memslotsMarc Zyngier2019-03-191-3/+10
| | | * KVM: arm/arm64: vgic-its: Take the srcu lock when writing to guest memoryMarc Zyngier2019-03-194-6/+28
| | | * arm64: KVM: Always set ICH_HCR_EL2.EN if GICv4 is enabledMarc Zyngier2019-03-192-6/+12
| | | * KVM: arm64: Reset the PMU in preemptible contextMarc Zyngier2019-03-191-3/+3
| | * | Documentation: kvm: clarify KVM_SET_USER_MEMORY_REGIONPaolo Bonzini2019-03-281-8/+10
| | * | KVM: doc: Document the life cycle of a VM and its resourcesSean Christopherson2019-03-281-0/+17
| | * | KVM: selftests: complete IO before migrating guest stateSean Christopherson2019-03-283-2/+33
| | * | KVM: selftests: disable stack protector for all KVM testsSean Christopherson2019-03-281-2/+2
| | * | KVM: selftests: explicitly disable PIE for testsSean Christopherson2019-03-281-1/+1
| | * | KVM: selftests: assert on exit reason in CR4/cpuid sync testSean Christopherson2019-03-281-16/+19
| | * | KVM: x86: update %rip after emulating IOSean Christopherson2019-03-282-10/+27
| | * | x86/kvm/hyper-v: avoid spurious pending stimer on vCPU initVitaly Kuznetsov2019-03-281-2/+7
| | * | kvm/x86: Move MSR_IA32_ARCH_CAPABILITIES to array emulated_msrsXiaoyao Li2019-03-281-1/+2
| | * | KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson2019-03-284-14/+13
| | * | kvm: don't redefine flags as something elseSebastian Andrzej Siewior2019-03-281-3/+3
| | * | kvm: mmu: Used range based flushing in slot_handle_level_rangeBen Gardon2019-03-281-2/+5
| | * | KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedMasahiro Yamada2019-03-2833-20/+18
| | * | KVM: x86: remove check on nr_mmu_pages in kvm_arch_commit_memory_region()Wei Yang2019-03-283-8/+4