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
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-22
apart from the lock wait_queue_head struct is unused so replace it
jsg
1
-25
/
+25
2020-06-22
don't try to decrement if completion flag is UINT_MAX
jsg
1
-6
/
+11
2020-06-22
in wait_for_completion_* return 0 on timeout -ERESTARTSYS on signal
jsg
1
-14
/
+11
2020-06-21
correct mutex_lock_interruptible()
jsg
1
-2
/
+9
2020-06-17
use atomic_set() in kref_init()
jsg
1
-2
/
+2
2020-06-17
kref_sub() interface was removed from linux and is unused
jsg
1
-8
/
+1
2020-06-17
use WRITE_ONCE and READ_ONCE for set and read
jsg
1
-6
/
+6
2020-06-16
remove some unused defines
jsg
1
-14
/
+6
2020-06-16
implement atomic_inc_not_zero() by way of atomic_add_unless()
jsg
1
-11
/
+3
2020-06-16
remove a dead store
jsg
1
-2
/
+2
2020-06-14
rename our kunmap() to kunmap_va()
jsg
1
-2
/
+2
2020-06-14
make IS_ERR() and IS_ERR_OR_NULL() return bool
jsg
1
-2
/
+2
2020-06-13
use wakeup_one() in complete()
jsg
1
-2
/
+2
2020-06-13
use a unique wchan name for wait_for_completion()
jsg
1
-2
/
+2
2020-06-11
handle sg_set_page() with NULL page argument
jsg
1
-2
/
+2
2020-06-09
reduce the diff to linux
jsg
1
-0
/
+1
2020-06-08
update drm to linux 5.7
jsg
125
-203
/
+1424
2020-04-30
Fix return value of dma_fence_wait(). Seems to fix occasional
kettenis
1
-1
/
+7
2020-04-17
Fix an incorrect test for root in drm linux compatiblity code.
benno
1
-1
/
+1
2020-04-12
Turn those spinlock and seqlock inline functions to macros
jca
2
-18
/
+25
2020-02-20
Implement request_firmware_direct().
kettenis
1
-0
/
+7
2020-02-20
In signal_pending_state() only test for pending signal when
jsg
1
-1
/
+2
2020-02-18
Cleanup <sys/kthread.h> and <sys/proc.h> includes.
mpi
1
-2
/
+2
2020-02-18
Use SIGPENDING() instead of CURSIG() for emulating signal_pending().
claudio
1
-2
/
+2
2020-01-22
Remove empty unmap_mapping_range() define and hide drm_vma_node_unmap().
jsg
1
-2
/
+0
2019-12-30
convert infinite msleep(9) to msleep_nsec(9)
jsg
1
-3
/
+4
2019-12-30
Convert infinite sleeps to {m,t}sleep_nsec(9).
mpi
1
-2
/
+2
2019-12-26
implement unregister_shrinker()
jsg
1
-0
/
+1
2019-12-25
Hook up the shrinker for inteldrm(4). This is a "light" version that only
kettenis
4
-1
/
+49
2019-12-18
Allow pagefault_disable() to be called recursively, something that may happen
kettenis
1
-5
/
+5
2019-11-24
correct return type of sign_extend64()
jsg
1
-3
/
+3
2019-11-13
Fix off-by-one (truncation) in k{v,}asprintf().
mpi
1
-4
/
+4
2019-10-06
add BL_CORE_SUSPENDRESUME define
jsg
1
-0
/
+3
2019-09-07
define away dma_set_max_seg_size()
jsg
1
-0
/
+1
2019-08-28
Build and enable amdgpu(4) on arm64. The DCN1.0 support has been made
kettenis
1
-3
/
+3
2019-08-18
Implement a few Linux compat ACPI interfaces and enable the ACPI support
kettenis
5
-31
/
+88
2019-08-17
change drm memory barriers to be closer to what linux does on
jsg
1
-7
/
+19
2019-08-14
move CONFIG_DRM_FBDEV_EMULATION and CONFIG_BACKLIGHT_CLASS_DEVICE
jsg
1
-0
/
+2
2019-07-25
Remove old DRM_READMEMORYBARRIER() DRM_WRITEMEMORYBARRIER() and
jsg
1
-39
/
+43
2019-07-25
remove some unused macros
jsg
1
-5
/
+1
2019-07-20
Get rid of `ddb_is_active' instead use `db_active'.
mpi
2
-5
/
+3
2019-07-15
add PCI_BUS_NUM()
jsg
1
-1
/
+2
2019-07-15
Add dmi functions used by drm_panel_orientation_quirks.c and enable
jsg
3
-3
/
+10
2019-07-11
include linux/string.h so drm_panel_orientation_quirks.c can get the
jsg
1
-1
/
+2
2019-07-10
Implement Linux kthread interfaces.
kettenis
1
-6
/
+7
2019-07-09
add dma_fence_wait_any_timeout() required for parts of amdgpu
jsg
1
-0
/
+3
2019-07-04
Make seqlock_init() take an IPL argument so the engine stats lock which
jsg
1
-2
/
+2
2019-07-02
Use IPL_TTY for locks used as arguments to spin_lock_irq() and
jsg
1
-1
/
+1
2019-06-09
Let drm(4) allocate memory without constraints if the hardware supports
kettenis
1
-12
/
+13
2019-06-04
Move a function used as a callback out of a header so there will only be
jsg
1
-60
/
+2
[next]