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
/
include
Age
Commit message (
Expand
)
Author
2021-10-01
treewide: Change list_sort to use const pointers
Jonathan Gray
2021-09-27
drm: protect drm_master pointers in drm_lease.c
Jonathan Gray
2021-09-27
drm: serialize drm_file.master with a new spinlock
Jonathan Gray
2021-08-14
call task_del() from destroy_work_on_stack()
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-29
drm: Return -ENOTTY for non-drm ioctls
Jonathan Gray
2021-07-28
Switch to an MI implementation of kmap_atomic() and implement
Mark Kettenis
2021-07-19
sync kfd_ioctl.h with linux 5.10.y
Jonathan Gray
2021-07-14
timeout_add() always sets a new expiry time unrelated to the previous
Jonathan Gray
2021-07-14
When mod_timer() is called with a value less than or equal to the
Jonathan Gray
2021-07-08
revert drm_mm to our previous drm 5.7.y version
Jonathan Gray
2021-07-07
update drm to linux 5.10.47
Jonathan Gray
2021-06-26
Add riscv64 support. From Mickael Torres.
Mark Kettenis
2021-06-26
riscv64 struct cpu_info has ci_idepth
Jonathan Gray
2021-06-25
add linux style memory barriers for risc-v to drm
Jonathan Gray
2021-05-17
return early if work is cancelled before being scheduled
Jonathan Gray
2021-02-14
correct drm work flush behaviour
Jonathan Gray
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-20
drm/i915: Remove dubious Valleyview PCI IDs
Jonathan Gray
2020-12-20
test against [VM_MIN_ADDRESS, VM_MAXUSER_ADDRESS] in access_ok()
Jonathan Gray
2020-12-14
remove unused include linux no longer has
Jonathan Gray
2020-12-14
remove unused (and wrong) disable_irq() and enable_irq() defines
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-12-10
remove timespec_to_jiffies() which no longer exists in linux
Jonathan Gray
2020-12-07
remove unused (and wrong) page_address() macro
Jonathan Gray
2020-12-07
change from bus_addr_t to paddr_t for phys_addr_t and resource_size_t
Jonathan Gray
2020-11-17
remove unused definitions which no longer exist in linux
Jonathan Gray
2020-11-17
remove setup_timer() interface linux removed in 2017
Jonathan Gray
2020-11-17
fix time_after32() macro
Jonathan Gray
2020-11-14
Bring IDR function prototypes in line with modern Linux and implement
Mark Kettenis
2020-11-12
use RWLOCK_INITIALIZER() in DEFINE_MUTEX()
Jonathan Gray
2020-11-09
use a single preinitialised mutex for atomic64 fallback path
Jonathan Gray
2020-11-09
use 64 bit atomic builtins on i386 for atomic64
Jonathan Gray
2020-11-07
change from rwlock(9) to mutex(9) for linux rwlocks
Jonathan Gray
2020-11-06
move definitions which should be in rwsem.h
Jonathan Gray
2020-10-29
We need more memory barriers on powerpc.
Mark Kettenis
2020-10-26
Improve I/O functions to match Linux:
Mark Kettenis
2020-10-26
remove unused alpha memory barrier defines
Jonathan Gray
2020-10-26
use __membar() where possible
Jonathan Gray
2020-10-26
use lwsync and eieio for smp barriers on powerpc
Jonathan Gray
2020-10-21
handle capable(CAP_SYS_NICE) for allowing high priority contexts
Jonathan Gray
2020-10-21
change drm_vma function arguments to take struct drm_file *
Jonathan Gray
2020-10-20
use drm_mm from linux 5.7.y
Jonathan Gray
2020-10-16
remove uneeded pool.h include
Jonathan Gray
2020-10-16
implement linux interval tree functions
Jonathan Gray
2020-10-14
remove unused locally added drm_driver struct members
Jonathan Gray
2020-10-11
Align pool items on CACHELINESIZE when replacing linux kmem_cache with
Jonathan Gray
[next]