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