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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-05
ansi
jsg
1
-1
/
+1
2021-02-20
remove warning about amdgpu userptr ioctl being unimplemented
jsg
1
-1
/
+0
2021-02-14
correct drm work flush behaviour
jsg
2
-6
/
+10
2021-02-08
Simplify sleep_setup API to two operations in preparation for splitting
mpi
1
-7
/
+5
2021-01-13
revert drm vmalloc changes
jsg
3
-126
/
+39
2021-01-08
Bring the emulated Linux memory allocation interfaces more in line with
kettenis
3
-39
/
+126
2020-12-31
don't oversleep when waiting on fences
jsg
1
-15
/
+17
2020-12-25
Refactor klist insertion and removal
visa
1
-4
/
+4
2020-12-20
sync with i915_pciids.h
jsg
1
-2
/
+0
2020-12-20
drm/i915: Remove dubious Valleyview PCI IDs
jsg
1
-3
/
+1
2020-12-20
remove duplicate device id caused by subids in INTEL_IVB_Q_IDS
jsg
1
-1
/
+0
2020-12-20
test against [VM_MIN_ADDRESS, VM_MAXUSER_ADDRESS] in access_ok()
jsg
1
-3
/
+8
2020-12-14
remove unused include linux no longer has
jsg
1
-0
/
+0
2020-12-14
remove unused (and wrong) disable_irq() and enable_irq() defines
jsg
1
-3
/
+0
2020-12-13
set scatterlist to NULL after free
jsg
1
-1
/
+2
2020-12-13
remove unused wait interfaces
jsg
2
-23
/
+3
2020-12-10
use jiffies var instead of ticks when checking for timeout
jsg
2
-10
/
+11
2020-12-10
remove timespec_to_jiffies() which no longer exists in linux
jsg
1
-12
/
+0
2020-12-08
Call ttm_tt_unpopulate() instead of directly calling ttm_tt_unpopulate
jsg
1
-1
/
+1
2020-12-08
correct ttm_tt error paths if bus_dmamap_create() fails
jsg
1
-2
/
+9
2020-12-07
remove unused (and wrong) page_address() macro
jsg
1
-1
/
+0
2020-12-07
change from bus_addr_t to paddr_t for phys_addr_t and resource_size_t
jsg
1
-2
/
+2
2020-11-30
Use DC_FP_START()/DC_FP_END() around dcn2.1 paths known to cause
jsg
1
-0
/
+6
2020-11-21
Add barriers in the IO helper functions just like what was done for amdgpu(4).
kettenis
1
-6
/
+22
2020-11-19
The conversion of the IO BAR access did not completely mirror the
patrick
1
-6
/
+22
2020-11-17
remove unused definitions which no longer exist in linux
jsg
4
-8
/
+2
2020-11-17
remove setup_timer() interface linux removed in 2017
jsg
2
-8
/
+10
2020-11-17
fix time_after32() macro
jsg
1
-1
/
+1
2020-11-17
adjust for reversed outb arguments linux uses
jsg
1
-0
/
+4
2020-11-14
Revise the initialization of the DRM Linux emulation layer such that we
kettenis
2
-30
/
+33
2020-11-14
idr limit should be inclusive
jsg
1
-3
/
+7
2020-11-14
Bring IDR function prototypes in line with modern Linux and implement
kettenis
2
-37
/
+23
2020-11-14
whitespace
kettenis
1
-2
/
+2
2020-11-14
We should only grab the drm_global_mutex lock for legacy drivers.
kettenis
1
-1
/
+3
2020-11-12
use RWLOCK_INITIALIZER() in DEFINE_MUTEX()
jsg
2
-2
/
+2
2020-11-09
use a single preinitialised mutex for atomic64 fallback path
jsg
2
-15
/
+22
2020-11-09
use 64 bit atomic builtins on i386 for atomic64
jsg
1
-2
/
+4
2020-11-08
vblank seqlock is used from interrupt context so use IPL_TTY
jsg
1
-1
/
+1
2020-11-07
change from rwlock(9) to mutex(9) for linux rwlocks
jsg
4
-12
/
+8
2020-11-06
Remove unused `anon' argument from uvmfault_unlockall().
mpi
1
-3
/
+3
2020-11-06
Remove unused `anon' argument from uvmfault_unlockall().
mpi
3
-9
/
+9
2020-11-06
move definitions which should be in rwsem.h
jsg
3
-6
/
+14
2020-10-29
We need more memory barriers on powerpc.
kettenis
1
-7
/
+13
2020-10-29
Silence "using MMIO for ATOM IIO" error message, since that is normal on
kettenis
1
-0
/
+2
2020-10-28
Switch from bus_space_read/write to linux io.h interfaces for all
jsg
6
-71
/
+30
2020-10-28
Use the function from <linux/io.h> for all "Memory Space" IO. This reduces
kettenis
5
-24
/
+21
2020-10-26
Make mapping the "I/O Space" BAR optional. POWER9 systems don't support
kettenis
1
-14
/
+7
2020-10-26
Improve I/O functions to match Linux:
kettenis
1
-9
/
+100
2020-10-26
remove unused alpha memory barrier defines
jsg
1
-5
/
+1
2020-10-26
use __membar() where possible
jsg
1
-9
/
+9
[next]