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.c
Age
Commit message (
Expand
)
Author
2023-02-10
Adjust knote(9) API
Visa Hankala
2023-01-01
update drm to linux 6.1.2
Jonathan Gray
2022-09-16
mask non-chain fence sequence numbers to 32-bit for comparisons
Jonathan Gray
2022-06-20
Remove unused struct fileops field fo_poll and callbacks.
Visa Hankala
2022-03-01
__i2c_transfer() should not lock the bus
Jonathan Gray
2022-02-28
add pcie_aspm_enabled() for the next linux 5.15.y release
Jonathan Gray
2022-02-07
Convert KVA allocation to km_alloc(9).
Mark Kettenis
2022-01-21
release mtx before pool_get() in __xa_alloc()/__xa_store() when
Jonathan Gray
2022-01-20
xa_pool is protected by xa_lock mtx so drop pool ipl to IPL_NONE
Jonathan Gray
2022-01-20
initial support for drm sync files, fences associated with file
Jonathan Gray
2022-01-17
unstub dma_fence_chain_find_seqno() for non zero seqno
Jonathan Gray
2022-01-14
update drm to linux 5.15.14
Jonathan Gray
2021-08-11
backout drm/include/linux/irq_work.h r1.4 and drm/drm_linux.c r1.83
Stuart Henderson
2021-08-07
use taskq_del_barrier() instead of taskq_barrier() when flushing work
Jonathan Gray
2021-07-28
Switch to an MI implementation of kmap_atomic() and implement
Mark Kettenis
2021-07-26
retry i2c transfers on -EAGAIN up to the number of times specified in
Jonathan Gray
2021-07-07
update drm to linux 5.10.47
Jonathan Gray
2021-04-11
On systems that hide the PCI bridge device corresponding to a PCIe RC port
Mark Kettenis
2021-02-14
correct drm work flush behaviour
Jonathan Gray
2021-02-08
Simplify sleep_setup API to two operations in preparation for splitting
Martin Pieuchot
2021-01-13
revert drm vmalloc changes
Jonathan Gray
2021-01-08
Bring the emulated Linux memory allocation interfaces more in line with
Mark Kettenis
2020-12-31
don't oversleep when waiting on fences
Jonathan Gray
2020-12-13
set scatterlist to NULL after free
Jonathan Gray
2020-12-13
remove unused wait interfaces
Jonathan Gray
2020-12-10
use jiffies var instead of ticks when checking for timeout
Jonathan Gray
2020-11-14
Revise the initialization of the DRM Linux emulation layer such that we
Mark Kettenis
2020-11-14
idr limit should be inclusive
Jonathan Gray
2020-11-14
Bring IDR function prototypes in line with modern Linux and implement
Mark Kettenis
2020-11-14
whitespace
Mark Kettenis
2020-11-09
use a single preinitialised mutex for atomic64 fallback path
Jonathan Gray
2020-10-17
Avoid a possible dead-lock in kthread_stop(): when stopping, wakeup()
Sebastien Marie
2020-10-16
implement linux interval tree functions
Jonathan Gray
2020-08-26
Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>.
Visa Hankala
2020-08-03
remove timeval conversion interfaces no longer in linux
Jonathan Gray
2020-07-02
remove unused timespec interfaces no longer in linux
Jonathan Gray
2020-06-14
rename our kunmap() to kunmap_va()
Jonathan Gray
2020-06-08
update drm to linux 5.7
Jonathan Gray
2020-03-15
kthread_park() and kthread_stop() don't need PCATCH the linux API does
Claudio Jeker
2020-03-06
Release mutex before calling sleep_setup_signal() since this may stop
Mark Kettenis
2020-01-16
Introduce wakeup_proc() a function to un-SSTOP/SSLEEP a thread.
Martin Pieuchot
2020-01-05
Constify instances of struct fileops.
Visa Hankala
2019-12-30
Convert infinite sleeps to {m,t}sleep_nsec(9).
Martin Pieuchot
2019-12-26
implement unregister_shrinker()
Jonathan Gray
2019-12-25
Hook up the shrinker for inteldrm(4). This is a "light" version that only
Mark Kettenis
2019-11-30
Move kernel locking inside the sleep machinery. This enables calling
Visa Hankala
2019-10-23
Use baseboard specific vendor, product and serial strings for DMI_BOARD_*
Jonathan Gray
2019-08-27
Error paths in radeondrm(4) call unregister_acpi_notifier() unconditionally
Mark Kettenis
2019-08-18
Implement a few Linux compat ACPI interfaces and enable the ACPI support
Mark Kettenis
2019-08-05
Allow concurrent reads of the f_offset field of struct file by
anton
[next]