summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/vga/vgaarb.c
Commit message (Expand)AuthorAgeFilesLines
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* vgaarb: use valid dev pointer in vgaarb_info()Arnd Bergmann2016-11-221-2/+1
* vgaarb: Downgrade userspace-triggerable messages to debugBjorn Helgaas2016-11-181-5/+5
* vgaarb: Use dev_printk() when possibleBjorn Helgaas2016-11-181-31/+35
* drivers/gpu/vga: allocate vga_arb_write() buffer on stackDmitry Vyukov2016-10-171-11/+4
* vgaarbiter: rst-ifiy and polish kerneldocDaniel Vetter2016-08-161-2/+108
* Merge branch 'memdup_user_nul' into work.miscAl Viro2016-01-041-2/+4
|\
| * vgaarb: fix signal handling in vga_get()Kirill A. Shutemov2015-12-111-2/+4
* | vgaarb: remove bogus checksAl Viro2015-12-061-7/+0
|/
* vgaarb: use kzalloc in vga_arbiter_add_pci_device()Rasmus Villemoes2015-10-011-3/+1
* vgaarb: Fix a few checkpatch errors and warningsThierry Reding2015-08-121-42/+60
* vgaarb: Use vgaarb: prefix consistently in messagesThierry Reding2015-08-121-19/+20
* vgaarb: Stop complaining about absent devicesThierry Reding2015-08-121-2/+5
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-131-1/+0
|\
| * sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai2014-09-191-1/+0
* | vgaarb: Drop obsolete #ifndefBruno Prémont2014-09-161-8/+0
* | vgaarb: Don't default exclusively to first video device with mem+ioBruno Prémont2014-09-161-1/+37
|/
* vgaarb: We can own non-decoded resourcesAlex Williamson2014-07-081-18/+22
* vgaarb: Fix VGA decodes changesAlex Williamson2013-09-031-24/+17
* vgaarb: Don't disable resources that are not ownedAlex Williamson2013-09-031-5/+5
* Merge branch 'pci/yinghai-misc' into nextBjorn Helgaas2012-09-241-6/+8
|\
| * PCI: Fix default vga ref_countYinghai Lu2012-09-241-6/+8
* | PCI/vga: Use hotplug-safe pci_get_domain_bus_and_slot()Jiang Liu2012-09-121-12/+3
|/
* vga: fix build when fbdev is a moduleMatthew Garrett2012-04-241-0/+2
* vgaarb: Add support for setting the default video device (v2)Matthew Garrett2012-04-241-0/+7
* drivers/gpu/vga/vgaarb.c: add missing kfreeJulia Lawall2011-11-221-6/+12
* vgaarb: a NULL bridge is acceptable for root devices.Dave Airlie2011-11-141-23/+21
* drivers: use kzalloc/kcalloc instead of 'kmalloc+memset', where possibleRakib Mullick2011-07-251-2/+1
* vgaarb: use bridges to control VGA routing where possible.Dave Airlie2011-05-041-14/+99
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* drm/i915: Recognise non-VGA display devicesChris Wilson2011-01-231-1/+1
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* | vgaarb: trivial fixDaniel J Blueman2010-09-241-1/+1
|/
* vgaarb: use MIT licenseTiago Vignatti2010-06-031-3/+23
* vgaarb: convert pr_devel() to pr_debug()Tiago Vignatti2010-06-031-17/+18
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge branch 'x86-pci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-02-281-6/+21
|\
| * vgaarb: Add user selectability of the number of GPUS in a systemMike Travis2010-02-051-1/+1
| * vgaarb: Fix VGA arbiter to accept PCI domains other than 0Mike Travis2010-02-051-5/+20
* | vgaarb: fix "target=default" passingKyle McMartin2010-02-201-1/+1
* | vgaarb: fix incorrect dereference of userspace pointer.Andy Getzendanner2010-02-111-1/+1
|/
* PCI/vgaarb: cleanup some warnings + cleanup some comments.Dave Airlie2009-09-091-6/+5
* PCI/GPU: implement VGA arbitration on LinuxBenjamin Herrenschmidt2009-09-091-0/+1206