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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-14
correct drm work flush behaviour
jsg
1
-2
/
+3
2021-01-13
revert drm vmalloc changes
jsg
2
-16
/
+38
2021-01-08
Bring the emulated Linux memory allocation interfaces more in line with
kettenis
2
-38
/
+16
2020-12-20
drm/i915: Remove dubious Valleyview PCI IDs
jsg
1
-3
/
+1
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
remove unused wait interfaces
jsg
1
-13
/
+1
2020-12-10
use jiffies var instead of ticks when checking for timeout
jsg
1
-6
/
+7
2020-12-10
remove timespec_to_jiffies() which no longer exists in linux
jsg
1
-12
/
+0
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-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
1
-2
/
+1
2020-11-17
fix time_after32() macro
jsg
1
-1
/
+1
2020-11-14
Bring IDR function prototypes in line with modern Linux and implement
kettenis
1
-13
/
+12
2020-11-12
use RWLOCK_INITIALIZER() in DEFINE_MUTEX()
jsg
1
-1
/
+1
2020-11-09
use a single preinitialised mutex for atomic64 fallback path
jsg
1
-14
/
+16
2020-11-09
use 64 bit atomic builtins on i386 for atomic64
jsg
1
-2
/
+4
2020-11-07
change from rwlock(9) to mutex(9) for linux rwlocks
jsg
3
-11
/
+7
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-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
2020-10-26
use lwsync and eieio for smp barriers on powerpc
jsg
1
-4
/
+11
2020-10-21
handle capable(CAP_SYS_NICE) for allowing high priority contexts
jsg
1
-3
/
+10
2020-10-21
change drm_vma function arguments to take struct drm_file *
jsg
1
-5
/
+5
2020-10-20
use drm_mm from linux 5.7.y
jsg
3
-134
/
+60
2020-10-16
remove uneeded pool.h include
jsg
1
-1
/
+0
2020-10-16
implement linux interval tree functions
jsg
2
-36
/
+19
2020-10-14
remove unused locally added drm_driver struct members
jsg
1
-2
/
+0
2020-10-11
Align pool items on CACHELINESIZE when replacing linux kmem_cache with
jsg
2
-0
/
+6
2020-10-05
drm/i915/tgl: Add new PCI IDs to TGL
jsg
1
-2
/
+6
2020-10-01
avoid uninitialised var use in drm_syncobj.c
jsg
1
-1
/
+3
2020-09-13
use drm_cache.c from linux 5.7.y
jsg
1
-0
/
+9
2020-09-13
add an ipi for wbinvd and a linux style wbinvd_on_all_cpus() function
jsg
1
-11
/
+1
2020-09-11
Include <sys/systm.h> directly instead of relying on hidden UVM includes.
mpi
1
-1
/
+2
2020-08-25
enable more of the syncobj code
jsg
1
-0
/
+33
2020-08-18
Our usleep_range(min, max) implementation today is only taking account
mglocker
1
-1
/
+1
2020-08-12
drm/drm_fb_helper: fix fbdev with sparc64
jsg
1
-0
/
+12
2020-08-03
remove timeval conversion interfaces no longer in linux
jsg
1
-6
/
+1
2020-07-29
change ktime to nanoseconds in drm
jsg
2
-52
/
+49
2020-07-20
use timeout_del_barrier(9) for del_timer_sync()
jsg
1
-2
/
+2
2020-07-07
drm: use hi-res time to implement ktime_get(), ktime_get_real()
cheloha
2
-4
/
+4
2020-07-02
remove unused timespec interfaces no longer in linux
jsg
1
-38
/
+1
2020-07-02
powerpc64 has ci_idepth
jsg
1
-1
/
+1
2020-07-02
use intr_barrier(9) for synchronize_irq() and synchronize_hardirq()
jsg
1
-2
/
+0
2020-06-30
use intr_restore() when restoring interrupts
jsg
1
-2
/
+2
2020-06-29
use time since epoch not time since boot for 'real' interfaces
jsg
1
-5
/
+11
[next]