| Commit message (Expand) | Author | Age | Files | Lines |
* | drm: move i915_kick_out_vgacon to vgaarb | Gerd Hoffmann | 2019-03-07 | 1 | -0/+49 |
* | vgaarb: Keep adding VGA device in queue | Aaron Ma | 2018-10-23 | 1 | -1/+1 |
* | vgaarb: Add support for 64-bit frame buffer address | Aaron Ma | 2018-10-23 | 1 | -6/+13 |
* | docs: Fix some broken references | Mauro Carvalho Chehab | 2018-06-15 | 1 | -1/+1 |
* | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 2018-02-11 | 1 | -1/+1 |
* | the rest of drivers/*: annotate ->poll() instances | Al Viro | 2017-11-28 | 1 | -1/+1 |
* | vgaarb: Factor out EFI and fallback default device selection | Bjorn Helgaas | 2017-10-18 | 1 | -22/+35 |
* | vgaarb: Select a default VGA device even if there's no legacy VGA | Bjorn Helgaas | 2017-10-18 | 1 | -0/+25 |
* | sched/wait: Rename wait_queue_t => wait_queue_entry_t | Ingo Molnar | 2017-06-20 | 1 | -1/+1 |
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 2017-03-02 | 1 | -1/+1 |
* | vgaarb: use valid dev pointer in vgaarb_info() | Arnd Bergmann | 2016-11-22 | 1 | -2/+1 |
* | vgaarb: Downgrade userspace-triggerable messages to debug | Bjorn Helgaas | 2016-11-18 | 1 | -5/+5 |
* | vgaarb: Use dev_printk() when possible | Bjorn Helgaas | 2016-11-18 | 1 | -31/+35 |
* | drivers/gpu/vga: allocate vga_arb_write() buffer on stack | Dmitry Vyukov | 2016-10-17 | 1 | -11/+4 |
* | vgaarbiter: rst-ifiy and polish kerneldoc | Daniel Vetter | 2016-08-16 | 1 | -2/+108 |
* | Merge branch 'memdup_user_nul' into work.misc | Al Viro | 2016-01-04 | 1 | -2/+4 |
|\ |
|
| * | vgaarb: fix signal handling in vga_get() | Kirill A. Shutemov | 2015-12-11 | 1 | -2/+4 |
* | | vgaarb: remove bogus checks | Al Viro | 2015-12-06 | 1 | -7/+0 |
|/ |
|
* | vgaarb: use kzalloc in vga_arbiter_add_pci_device() | Rasmus Villemoes | 2015-10-01 | 1 | -3/+1 |
* | vgaarb: Fix a few checkpatch errors and warnings | Thierry Reding | 2015-08-12 | 1 | -42/+60 |
* | vgaarb: Use vgaarb: prefix consistently in messages | Thierry Reding | 2015-08-12 | 1 | -19/+20 |
* | vgaarb: Stop complaining about absent devices | Thierry Reding | 2015-08-12 | 1 | -2/+5 |
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-10-13 | 1 | -1/+0 |
|\ |
|
| * | sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu... | Kirill Tkhai | 2014-09-19 | 1 | -1/+0 |
* | | vgaarb: Drop obsolete #ifndef | Bruno Prémont | 2014-09-16 | 1 | -8/+0 |
* | | vgaarb: Don't default exclusively to first video device with mem+io | Bruno Prémont | 2014-09-16 | 1 | -1/+37 |
|/ |
|
* | vgaarb: We can own non-decoded resources | Alex Williamson | 2014-07-08 | 1 | -18/+22 |
* | vgaarb: Fix VGA decodes changes | Alex Williamson | 2013-09-03 | 1 | -24/+17 |
* | vgaarb: Don't disable resources that are not owned | Alex Williamson | 2013-09-03 | 1 | -5/+5 |
* | Merge branch 'pci/yinghai-misc' into next | Bjorn Helgaas | 2012-09-24 | 1 | -6/+8 |
|\ |
|
| * | PCI: Fix default vga ref_count | Yinghai Lu | 2012-09-24 | 1 | -6/+8 |
* | | PCI/vga: Use hotplug-safe pci_get_domain_bus_and_slot() | Jiang Liu | 2012-09-12 | 1 | -12/+3 |
|/ |
|
* | vga: fix build when fbdev is a module | Matthew Garrett | 2012-04-24 | 1 | -0/+2 |
* | vgaarb: Add support for setting the default video device (v2) | Matthew Garrett | 2012-04-24 | 1 | -0/+7 |
* | drivers/gpu/vga/vgaarb.c: add missing kfree | Julia Lawall | 2011-11-22 | 1 | -6/+12 |
* | vgaarb: a NULL bridge is acceptable for root devices. | Dave Airlie | 2011-11-14 | 1 | -23/+21 |
* | drivers: use kzalloc/kcalloc instead of 'kmalloc+memset', where possible | Rakib Mullick | 2011-07-25 | 1 | -2/+1 |
* | vgaarb: use bridges to control VGA routing where possible. | Dave Airlie | 2011-05-04 | 1 | -14/+99 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -2/+2 |
* | drm/i915: Recognise non-VGA display devices | Chris Wilson | 2011-01-23 | 1 | -1/+1 |
* | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 2010-10-22 | 1 | -0/+1 |
|\ |
|
| * | llseek: automatically add .llseek fop | Arnd Bergmann | 2010-10-15 | 1 | -0/+1 |
* | | vgaarb: trivial fix | Daniel J Blueman | 2010-09-24 | 1 | -1/+1 |
|/ |
|
* | vgaarb: use MIT license | Tiago Vignatti | 2010-06-03 | 1 | -3/+23 |
* | vgaarb: convert pr_devel() to pr_debug() | Tiago Vignatti | 2010-06-03 | 1 | -17/+18 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | Merge branch 'x86-pci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2010-02-28 | 1 | -6/+21 |
|\ |
|
| * | vgaarb: Add user selectability of the number of GPUS in a system | Mike Travis | 2010-02-05 | 1 | -1/+1 |
| * | vgaarb: Fix VGA arbiter to accept PCI domains other than 0 | Mike Travis | 2010-02-05 | 1 | -5/+20 |
* | | vgaarb: fix "target=default" passing | Kyle McMartin | 2010-02-20 | 1 | -1/+1 |