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
/
arch
/
arm64
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
enable mcx(4) on arm64, found in Packet's g2.large.arm servers.
jmatthew
2019-06-07
2
-2
/
+4
*
Remove the unused pvh_attrs attribute from struct vm_page_md.
patrick
2019-06-04
1
-4
/
+2
*
Bump MAXCPUS to 32 so that we can use all cores on the Ampere eMAG.
patrick
2019-06-04
1
-2
/
+2
*
Map the raw bus space operations to the regular ones.
patrick
2019-06-03
1
-1
/
+15
*
Fix priorities of LIPs to match the other changes made in rev 1.17.
kettenis
2019-06-03
1
-2
/
+2
*
Change pci_intr_handle_t into a struct and replace duplicated code that
kettenis
2019-06-02
4
-183
/
+102
*
Refactor the MAP_STACK feature, and introduce another similar variation:
deraadt
2019-06-01
1
-17
/
+4
*
Bump VM_MAX_KERNEL_ADDRESS so that we have about 16G of KVA. Since
patrick
2019-06-01
1
-2
/
+2
*
On machines with large amounts of physical memory we fail to initialize uvm
kettenis
2019-06-01
2
-13
/
+66
*
Recognise Cortex-A65.
jsg
2019-06-01
1
-1
/
+4
*
Deimos is Cortex-A77.
kettenis
2019-05-31
1
-4
/
+4
*
Add MSI-X support.
kettenis
2019-05-31
1
-30
/
+40
*
Add MSI-X support for acpipci(4). This splits out some generic code into
kettenis
2019-05-31
4
-33
/
+134
*
On bigger arm64 machines with plenty of memory it is possible that
patrick
2019-05-28
4
-15
/
+62
*
Pass extent for prefetchable mmio. Since there is no distinction between
kettenis
2019-05-24
2
-2
/
+4
*
Don't print "not conigured" messages for nodes that are disabled.
kettenis
2019-05-23
1
-12
/
+13
*
Move idepth tracking out of interrupt controller into common layer.
drahn
2019-05-13
2
-12
/
+7
*
Add the needed ICC_PMR_EL1 register bit defines for the previous
patrick
2019-05-13
1
-2
/
+6
*
Between the broken GIC-500 on the RK3399 and differences in the secure mode
kettenis
2019-05-12
1
-44
/
+52
*
Add fusbtc(4) to support the Fairchild FUSB302 USB Type-C controller.
patrick
2019-05-11
2
-2
/
+4
*
Enable ucrcom(4) on all architectures that have uslcom(4).
kettenis
2019-05-08
1
-1
/
+3
*
Fix kernel compile with DEBUG_AGINTC.
ccardenas
2019-05-08
1
-2
/
+1
*
Remove some junk that we don't use.
kettenis
2019-05-04
1
-12
/
+1
*
Add a print function to mainbus(4) such that it prints unconfigured devices
kettenis
2019-05-02
1
-3
/
+52
*
Enable mvmdio(4) and mvneta(4) on arm64 as well. These are part
patrick
2019-04-30
2
-2
/
+6
*
Add mvuart(4) to support the Armada 3720's serial console.
patrick
2019-04-30
3
-3
/
+7
*
Add a check to tftp_open() that we are actually opening a TFTP device.
naddy
2019-04-25
2
-2
/
+16
*
Add support for ccp(4) at acpi(4).
kettenis
2019-04-23
2
-2
/
+4
*
Not all systems supporting DVFS expose a regulator to set the voltage.
kettenis
2019-04-22
1
-5
/
+5
*
When entering kernel pages uncached we need to make sure to flush the
patrick
2019-04-16
1
-1
/
+3
*
Prevent attaching drivers to devices for which we attached a driver early.
kettenis
2019-04-16
2
-4
/
+24
*
Instead of using COPTS=-Oz (and similar) in make environment to force
deraadt
2019-04-14
1
-1
/
+2
*
Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 to
jsg
2019-04-14
1
-2
/
+4
*
crank versions
deraadt
2019-04-10
1
-2
/
+2
*
change marks[] array to uint64_t, so the code can track full 64-bit
deraadt
2019-04-10
2
-4
/
+4
*
crank version; looks good deraadt
florian
2019-04-08
1
-2
/
+2
*
Add bwfm(4) such that we can use bsd.rd to update over wireless.
kettenis
2019-04-04
1
-1
/
+2
*
imxdwusb(4) and imxpd(4) are no longer needed.
patrick
2019-04-01
2
-6
/
+2
*
fast track ddb> reboot command to skip anything which might panic again.
tedu
2019-04-01
1
-1
/
+5
*
follow atf and change neoverse e1 part number
jsg
2019-03-31
1
-2
/
+2
*
Enable uxrcom(4).
kettenis
2019-03-28
1
-1
/
+3
*
Use the debugger mutex for `ddb_mp_mutex'. This should prevent a race
visa
2019-03-23
1
-17
/
+16
*
Remove FBSDID.
kevlo
2019-03-15
4
-20
/
+4
*
Setting and getting the rounding mode on our arm64 FPU has not worked
patrick
2019-03-12
1
-2
/
+3
*
When accessing the child address cells make sure to use the size for
patrick
2019-03-07
1
-2
/
+2
*
recognise more arm cpus
jsg
2019-02-23
1
-1
/
+13
*
Cortex A76 is not affected by spectre variant 2 branch target injection
jsg
2019-02-21
1
-1
/
+2
*
Sprinkle a few ifdefs for _LOCORE and _KERNEL and reorder a few lines
patrick
2019-02-16
1
-21
/
+26
*
revert revert revert. there are many other archs that use custom allocs.
tedu
2019-02-10
1
-3
/
+3
*
missed a file. add flags to the pool page free function.
tedu
2019-02-10
1
-3
/
+3
[next]