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