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
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
2020-10-05
drm/i915/tgl: Add new PCI IDs to TGL
Jonathan Gray
2020-10-01
avoid uninitialised var use in drm_syncobj.c
Jonathan Gray
2020-09-13
use drm_cache.c from linux 5.7.y
Jonathan Gray
2020-09-13
add an ipi for wbinvd and a linux style wbinvd_on_all_cpus() function
Jonathan Gray
2020-09-11
Include <sys/systm.h> directly instead of relying on hidden UVM includes.
Martin Pieuchot
2020-08-25
enable more of the syncobj code
Jonathan Gray
2020-08-18
Our usleep_range(min, max) implementation today is only taking account
Marcus Glocker
2020-08-12
drm/drm_fb_helper: fix fbdev with sparc64
Jonathan Gray
2020-08-03
remove timeval conversion interfaces no longer in linux
Jonathan Gray
2020-07-29
change ktime to nanoseconds in drm
Jonathan Gray
2020-07-20
use timeout_del_barrier(9) for del_timer_sync()
Jonathan Gray
2020-07-07
drm: use hi-res time to implement ktime_get(), ktime_get_real()
cheloha
2020-07-02
remove unused timespec interfaces no longer in linux
Jonathan Gray
2020-07-02
powerpc64 has ci_idepth
Jonathan Gray
2020-07-02
use intr_barrier(9) for synchronize_irq() and synchronize_hardirq()
Jonathan Gray
2020-06-30
use intr_restore() when restoring interrupts
Jonathan Gray
2020-06-29
use time since epoch not time since boot for 'real' interfaces
Jonathan Gray
2020-06-29
remove unused getrawmonotonic() and ktime_mono_to_real()
Jonathan Gray
2020-06-29
remove unused interfaces which were removed from linux
Jonathan Gray
2020-06-29
use attributes for __maybe_unused and __always_inline
Jonathan Gray
2020-06-29
reduce disabled warnings with clang
Jonathan Gray
2020-06-29
make fbops const to avoid warning about discarding const
Jonathan Gray
2020-06-28
set fb_set_par and have register_framebuffer() do initial modeset
Jonathan Gray
2020-06-28
call fb_set_par() function pointer in register_framebuffer() if set
Jonathan Gray
2020-06-26
add readx_poll_timeout() required for 5.7.6 drm
Jonathan Gray
2020-06-24
kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)
cheloha
2020-06-22
apart from the lock wait_queue_head struct is unused so replace it
Jonathan Gray
2020-06-22
don't try to decrement if completion flag is UINT_MAX
Jonathan Gray
2020-06-22
in wait_for_completion_* return 0 on timeout -ERESTARTSYS on signal
Jonathan Gray
[next]