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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-09
match on Intel 200 Series HD Audio pci id
jsg
1
-1
/
+2
2020-06-09
Make use of vlan and checksum offloads. This involves using the long
jmatthew
1
-19
/
+58
2020-06-08
Provide clear errors when trying to install oversized boot loader
kn
1
-3
/
+9
2020-06-08
Set up 64-bit mmio windows and enable DMA bypass mode.
kettenis
1
-10
/
+155
2020-06-08
Add bus_dma(9) implementation.
kettenis
3
-7
/
+666
2020-06-08
Improve pmap_extract(9).
kettenis
1
-4
/
+18
2020-06-08
Keep track of the maximem physical memory address.
kettenis
1
-1
/
+3
2020-06-08
More OPAL interfaces.
kettenis
2
-2
/
+63
2020-06-08
More stubs.
kettenis
1
-0
/
+4
2020-06-08
use the 64-bit byte-swapping load/store instructions available starting
naddy
1
-10
/
+9
2020-06-08
Undo pseudo-driver changes early in ieee80211_ifdetach() to prevent a
stsp
1
-1
/
+9
2020-06-08
Use a new EV_OLDAPI flag to match the behavior of poll(2) and select(2).
mpi
7
-15
/
+87
2020-06-08
update drm to linux 5.7
jsg
2005
-147332
/
+1038659
2020-06-08
visa points out we don't use or need the TASK_BARRIER flag anymore.
dlg
1
-2
/
+1
2020-06-07
build on mpi's work toward ix multiq support.
dlg
2
-49
/
+57
2020-06-07
add support for running taskq_barrier from a task inside the taskq.
dlg
1
-62
/
+131
2020-06-07
Skip probing cbus(4/luna88k) and xp(4/luna88k) in RAMDISK kernel, they
aoyama
2
-3
/
+9
2020-06-07
Implement delay(9).
kettenis
2
-8
/
+17
2020-06-07
regen
kettenis
2
-2
/
+12
2020-06-07
Marvel 88SE9215 and 88SE9235 AHCI.
kettenis
1
-1
/
+3
2020-06-07
Do the approprate address remapping and install bus_space(9) functions
kettenis
1
-6
/
+140
2020-06-07
Add bus_space.c.
kettenis
1
-1
/
+2
2020-06-07
Add bus_space(9) implementation. Tis implementation includes some
kettenis
3
-8
/
+808
2020-06-07
Turn anonymous state enum into preprocessor defines, paves the way for
anton
1
-7
/
+7
2020-06-07
Add powerdown code.
kettenis
1
-1
/
+27
2020-06-07
Add more return codes.
kettenis
1
-1
/
+18
2020-06-07
Add include guard
kn
1
-1
/
+6
2020-06-07
Probe the PCI bus.
kettenis
6
-2
/
+547
2020-06-07
Add functions to read/write from/to PCI config space.
kettenis
2
-10
/
+18
2020-06-07
Add missing file.
kettenis
1
-0
/
+36
2020-06-07
mainbus(4) and cpu(4).
kettenis
7
-38
/
+430
2020-06-07
Allocate a struct, not just a pointer.
kettenis
1
-2
/
+6
2020-06-07
Remap FDT such that we can access it with translations enabled.
kettenis
1
-3
/
+28
2020-06-07
More debug printing such that we can see what is still missing.
kettenis
2
-1
/
+21
2020-06-07
Implement pmap_zero_page() and pmap_copy_page().
kettenis
2
-5
/
+31
2020-06-07
Add a few more devices.
kettenis
1
-0
/
+43
2020-06-07
Enable translation in the trap handlers.
kettenis
4
-14
/
+25
2020-06-06
Fix and harmonize some of the code dealing with address offsets encoded in
kettenis
1
-6
/
+6
2020-06-06
Fix and harmonize some of the code dealing with address offsets encoded in
kettenis
1
-6
/
+6
2020-06-06
Bootstrap a kernel pmap and enable translations.
kettenis
7
-18
/
+757
2020-06-06
Call main().
kettenis
1
-1
/
+2
2020-06-06
Disable translation and external interrupts when making OPAL calls.
kettenis
1
-1
/
+16
2020-06-06
Move PowerBook5,4 audio from aoa(4) to snapper(4).
gkoehler
2
-3
/
+11
2020-06-06
additional device; from Bruno Flueckiger
deraadt
1
-1
/
+2
2020-06-06
Some devices have no phandle since they are not referenced in the
patrick
3
-3
/
+39
2020-06-06
Adjust sgi bootblocks' iostrategy routines
visa
2
-4
/
+12
2020-06-06
Let sgi bootblocks build again.
visa
1
-4
/
+4
2020-06-06
Fix previous commit.
visa
1
-2
/
+2
2020-06-05
Implement cpu_rnd_messybits() as a read of the virtual counter xored
naddy
2
-12
/
+12
2020-06-05
Allow userland access to the virtual counter.
kettenis
2
-5
/
+16
[prev]
[next]