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