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
Age
Commit message (
Expand
)
Author
Files
Lines
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
2020-10-26
use lwsync and eieio for smp barriers on powerpc
jsg
1
-4
/
+11
2020-10-25
Make mapping the "I/O Space" BAR optional. POWER9 systems don't support
kettenis
1
-9
/
+6
2020-10-25
Add firmload attribute to drivers that load firmware.
kettenis
1
-4
/
+4
2020-10-25
sync
phessler
2
-4
/
+9
2020-10-25
add my new graphics tablet, not yet working
phessler
1
-1
/
+2
2020-10-25
Unbreak brightness setting on MacBooks introduced by abl(4).
mglocker
1
-1
/
+7
2020-10-25
enable snooping on more Intel devices
jsg
1
-4
/
+14
2020-10-25
regen
jsg
2
-7
/
+27
2020-10-25
add more Intel azalia ids
jsg
1
-3
/
+7
2020-10-25
enable snooping on more AMD devices
jsg
1
-1
/
+5
2020-10-25
use pci macros when testing subvendor id for idt codecs
jsg
1
-10
/
+6
2020-10-25
recognise some more realtek codecs found in submitted dmesgs
jsg
1
-1
/
+69
2020-10-24
add entry for realtek alc3204/236;
jmc
1
-1
/
+9
2020-10-23
1. Work around a firmware bug of some Elantech-v1 touchpads.
bru
1
-7
/
+20
2020-10-23
Subtract threshold from absolute position to allow absolute pointer
tobhe
1
-3
/
+3
2020-10-23
Add support for the Micro Crystal RV4162. This variant holds the
patrick
2
-4
/
+7
2020-10-23
Don't panic on curlen == 0. This DIAGNOSTIC code should have been removed
mglocker
1
-5
/
+1
2020-10-22
add support for AMD 17h/3xh HD Audio and the ALC887 codec
robert
4
-2
/
+12
2020-10-22
Switch away from splsoftnet() and change the code to splnet().
claudio
1
-7
/
+7
2020-10-22
Do not write unneeded data into the iwx(4) MAC context removal command.
stsp
1
-1
/
+9
2020-10-21
handle capable(CAP_SYS_NICE) for allowing high priority contexts
jsg
3
-9
/
+10
2020-10-21
Constify and use C99 initializer for "struct uvm_pagerops".
mpi
2
-7
/
+6
2020-10-21
change drm_vma function arguments to take struct drm_file *
jsg
7
-17
/
+19
2020-10-20
use drm_mm from linux 5.7.y
jsg
7
-492
/
+496
2020-10-18
Fix several bugs in the TTM page fault handler and porperly integrate all the
kettenis
1
-89
/
+193
2020-10-17
regen
mglocker
2
-4
/
+9
2020-10-17
Add Logitech Webcam Pro 9000.
mglocker
1
-1
/
+2
2020-10-17
Avoid a possible dead-lock in kthread_stop(): when stopping, wakeup()
semarie
1
-1
/
+3
2020-10-16
remove uneeded pool.h include
jsg
1
-1
/
+0
2020-10-16
implement linux interval tree functions
jsg
3
-37
/
+68
2020-10-15
Ensure resid is correctly set in the INQUIRY case.
krw
1
-0
/
+1
2020-10-15
Replace simple one-line bcopy()/memcpy() of faked data into scsi_xfer with call
krw
6
-15
/
+17
2020-10-15
Nuke commented out variable declaration.
krw
1
-2
/
+1
2020-10-15
consistently use dev_info() for sos fw version messages
jsg
2
-2
/
+2
2020-10-15
don't print pci ids when radeondrm attaches
jsg
1
-1
/
+2
2020-10-15
don't print pci ids when amdgpu attaches
jsg
1
-1
/
+22
2020-10-15
drm/amdgpu: move gpu_info parsing after common early init
jsg
1
-4
/
+4
2020-10-15
drm/amdgpu: move discovery gfx config fetching
jsg
1
-4
/
+3
2020-10-15
Replace sr_copy_internal_data() with scsi_copy_internal_data().
krw
1
-20
/
+4
2020-10-15
Replace local *_copy_internal_data() with scsi_copy_internal_data().
krw
5
-108
/
+20
2020-10-14
regen
jsg
2
-21
/
+16
2020-10-14
don't match on 17ef:3083 in ure(4)
jsg
2
-12
/
+10
2020-10-14
remove unused locally added drm_driver struct members
jsg
2
-7
/
+0
2020-10-14
don't multiply ticks by hz when result is compared to jiffies
jsg
1
-1
/
+1
2020-10-14
Add an interrupt barrier in bnxt_down() and check if the interface is
jmatthew
1
-2
/
+10
2020-10-13
move ifdef to make it clear we don't use __create_shmem()
jsg
1
-6
/
+2
[prev]
[next]