index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
drm
/
drm_linux.h
Age
Commit message (
Expand
)
Author
2019-04-14
Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 to
Jonathan Gray
2018-10-31
Add support to uvm to establish write-combining mappings. Use this in the
Mark Kettenis
2018-08-20
Add arm64 support. On ARM write-combining translates into the normal uncached
Mark Kettenis
2018-07-27
Use the MI interrupt enable/distable API instead of the MD one on amd64 and
Mark Kettenis
2018-06-25
Implement DRI3/prime support. This allows graphics buffers to be passed
Mark Kettenis
2018-04-25
update ttm and radeondrm(4) to Linux 4.4.129
Jonathan Gray
2018-04-20
oops, snapshot tests not ready yet
Theo de Raadt
2018-04-20
sync
Theo de Raadt
2018-04-18
handle failure better in release_firmware()/request_firmware()
Jonathan Gray
2018-02-19
Remove almost unused `flags' argument of suser().
Martin Pieuchot
2018-01-31
adjust container_of() for const use
Jonathan Gray
2018-01-31
add pci_is_root_bus()
Jonathan Gray
2018-01-31
add dmi_match() and change dmi_found() to use it
Jonathan Gray
2018-01-30
add more pci defines and pci_pcie_cap()/pcie_capability_read_dword()
Jonathan Gray
2018-01-30
add module_init()/module_exit()/signal_pending()
Jonathan Gray
2018-01-30
add stubs for pci_clear_master()/pci_save_state()/pci_restore_state()/
Jonathan Gray
2018-01-30
add mutex_destroy()/down_read_trylock()
Jonathan Gray
2018-01-30
add create_singlethread_workqueue()/system_power_efficient_wq
Jonathan Gray
2018-01-30
add pm_runtime_* stubs
Jonathan Gray
2018-01-30
Don't limit vga_switcheroo stubs to amd64/i386 and add
Jonathan Gray
2018-01-30
add iowrite64()/writeq()
Jonathan Gray
2018-01-30
add GFP_USER/__user/vmalloc()
Jonathan Gray
2018-01-30
add ilog2()/order_base_2()/gcd()
Jonathan Gray
2018-01-30
disable -Wformat-zero-length when building with gcc
Jonathan Gray
2018-01-30
add i2c_bit_add_bus()
Jonathan Gray
2018-01-30
add more endian macros
Jonathan Gray
2018-01-15
Switch the inteldrm(4) i2c code over to the Linux code base. This gives us
Mark Kettenis
2018-01-13
Add a linux compatible request_firmware() wrapper around loadfirmware(9).
Jonathan Gray
2017-11-29
fix this on sparc64 (or maybe gcc)
David Gwynne
2017-11-27
Revise the linux sleeping compat code to avoid lock ordering problems.
Mark Kettenis
2017-09-05
Add additional errno values required by POSIX.
Jonathan Gray
2017-08-14
Make the vga_client_register() stub available to all archs to unbreak
Jonathan Gray
2017-08-12
Provide a stub implementation for request_irq() and free_irq().
Martin Pieuchot
2017-08-12
Always provide _mtx_* APIs, the use those to simplify the WITNESS wrappers
Philip Guenther
2017-08-10
Add glue for passing through file+line when WITNESS is enabled
Philip Guenther
2017-07-22
Introduce jiffies, a volatile unsigned long version of our ticks variable
Mark Kettenis
2017-07-17
Implement a proper hash table instead of lumping evrything into a single
Mark Kettenis
2017-07-14
Add some more i2c glue to reduce the diffs to Linux.
Mark Kettenis
2017-07-12
Add a "Backlight" property to connectors with an associated backlight
Mark Kettenis
2017-07-07
You win some, you los some. The Linux 4.4 code is still sub-standard but
Mark Kettenis
2017-07-05
Fix native/raw backlight support in inteldrm(4).
Mark Kettenis
2017-07-02
Enable MIPI/DSI support for inteldrm(4). Makes the display on my ASUS
Mark Kettenis
2017-07-01
Update inteldrm(4) to code based on Linux 4.4.70. This brings us support for
Mark Kettenis
2017-05-26
The Linux code really isn't up to the same standard as our other code, and
Mark Kettenis
2017-04-16
Always evaluate expression in BUG_ON() macro to avoid unused variable
Alexander Bluhm
2016-10-08
Various printf claim to report the PID, so actually report that and not the TID
Philip Guenther
2016-04-05
Add an implementation of the Linux "idr" API.
Mark Kettenis
2016-04-05
Add vma offset manager code.
Mark Kettenis
2016-02-05
Implement acpi_get_table_with_size(). Will soon be used to read VFCT
Mark Kettenis
2016-02-05
Improve Linux PCI compatibility code.
Mark Kettenis
[next]