index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
drm
/
drm_linux.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
correct drm work flush behaviour
jsg
2021-02-14
1
-4
/
+7
*
Simplify sleep_setup API to two operations in preparation for splitting
mpi
2021-02-08
1
-7
/
+5
*
revert drm vmalloc changes
jsg
2021-01-13
1
-110
/
+1
*
Bring the emulated Linux memory allocation interfaces more in line with
kettenis
2021-01-08
1
-1
/
+110
*
don't oversleep when waiting on fences
jsg
2020-12-31
1
-15
/
+17
*
set scatterlist to NULL after free
jsg
2020-12-13
1
-1
/
+2
*
remove unused wait interfaces
jsg
2020-12-13
1
-10
/
+2
*
use jiffies var instead of ticks when checking for timeout
jsg
2020-12-10
1
-4
/
+4
*
Revise the initialization of the DRM Linux emulation layer such that we
kettenis
2020-11-14
1
-26
/
+26
*
idr limit should be inclusive
jsg
2020-11-14
1
-3
/
+7
*
Bring IDR function prototypes in line with modern Linux and implement
kettenis
2020-11-14
1
-24
/
+11
*
whitespace
kettenis
2020-11-14
1
-2
/
+2
*
use a single preinitialised mutex for atomic64 fallback path
jsg
2020-11-09
1
-1
/
+6
*
Avoid a possible dead-lock in kthread_stop(): when stopping, wakeup()
semarie
2020-10-17
1
-1
/
+3
*
implement linux interval tree functions
jsg
2020-10-16
1
-1
/
+49
*
Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>.
visa
2020-08-26
1
-3
/
+2
*
remove timeval conversion interfaces no longer in linux
jsg
2020-08-03
1
-42
/
+1
*
remove unused timespec interfaces no longer in linux
jsg
2020-07-02
1
-23
/
+1
*
rename our kunmap() to kunmap_va()
jsg
2020-06-14
1
-2
/
+2
*
update drm to linux 5.7
jsg
2020-06-08
1
-8
/
+274
*
kthread_park() and kthread_stop() don't need PCATCH the linux API does
claudio
2020-03-15
1
-4
/
+4
*
Release mutex before calling sleep_setup_signal() since this may stop
kettenis
2020-03-06
1
-2
/
+3
*
Introduce wakeup_proc() a function to un-SSTOP/SSLEEP a thread.
mpi
2020-01-16
1
-14
/
+2
*
Constify instances of struct fileops.
visa
2020-01-05
1
-2
/
+2
*
Convert infinite sleeps to {m,t}sleep_nsec(9).
mpi
2019-12-30
1
-5
/
+6
*
implement unregister_shrinker()
jsg
2019-12-26
1
-1
/
+7
*
Hook up the shrinker for inteldrm(4). This is a "light" version that only
kettenis
2019-12-25
1
-1
/
+26
*
Move kernel locking inside the sleep machinery. This enables calling
visa
2019-11-30
1
-2
/
+2
*
Use baseboard specific vendor, product and serial strings for DMI_BOARD_*
jsg
2019-10-23
1
-4
/
+32
*
Error paths in radeondrm(4) call unregister_acpi_notifier() unconditionally
kettenis
2019-08-27
1
-3
/
+12
*
Implement a few Linux compat ACPI interfaces and enable the ACPI support
kettenis
2019-08-18
1
-1
/
+128
*
Allow concurrent reads of the f_offset field of struct file by
anton
2019-08-05
1
-2
/
+5
*
put smbios date access under NBIOS > 0 instead of CONFIG_DMI
jsg
2019-07-15
1
-3
/
+7
*
Add dmi functions used by drm_panel_orientation_quirks.c and enable
jsg
2019-07-15
1
-1
/
+29
*
Revert anton@ changes about read/write unlocking
solene
2019-07-12
1
-4
/
+2
*
Make read/write of the f_offset field belonging to struct file MP-safe;
anton
2019-07-10
1
-2
/
+4
*
Implement Linux kthread interfaces.
kettenis
2019-07-10
1
-1
/
+122
*
Use wake_up_process() instead of wakeup() in dma_fence_default_wait_cb()
jsg
2019-07-09
1
-2
/
+2
*
add dma_fence_wait_any_timeout() required for parts of amdgpu
jsg
2019-07-09
1
-8
/
+89
*
Use multi-threaded task queues to prevent deadlocks in the case where a
kettenis
2019-07-05
1
-4
/
+4
*
Let drm(4) allocate memory without constraints if the hardware supports
kettenis
2019-06-09
1
-3
/
+6
*
Move a function used as a callback out of a header so there will only be
jsg
2019-06-04
1
-1
/
+61
*
implement dma_fence_array
jsg
2019-05-11
1
-1
/
+106
*
Fix idr_get_next() such that idr_for_each_entry() actually works.
kettenis
2019-05-10
1
-10
/
+9
*
Linux code expects to find struct file in fs.h so include sys/file.h
jsg
2019-04-23
1
-2
/
+1
*
Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 to
jsg
2019-04-14
1
-46
/
+367
*
Only look for acpi tables if acpi(4) attached. Fixes radeondrm(4) crash
kettenis
2018-09-11
1
-1
/
+4
*
Use __HAVE_ACPI to decide whether ACPI support should be considered.
kettenis
2018-08-25
1
-2
/
+2
*
Reorder checks in the read/write(2) family of syscalls to prepare making
mpi
2018-08-20
1
-3
/
+3
*
Make fnew() return a new file with only one reference. This makes
visa
2018-08-20
1
-2
/
+1
[next]