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
/
amd64
/
pci
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
spelling
jsg
2021-03-11
2
-4
/
+4
*
Allocate address space for reposting vga devices using km_alloc(9) rather
jmatthew
2021-01-03
1
-7
/
+9
*
Adding IOMMU support for AMD Vi and Intel VTD (disabled)
jordan
2020-10-27
1
-2
/
+17
*
Stop printing the extents for release.
kettenis
2020-09-26
1
-2
/
+2
*
pci_intr_establish_cpu() for establishing an interrupt no a specific cpu.
dlg
2020-06-17
1
-4
/
+13
*
dev/rndvar.h no longer has statistical interfaces (removed during various
deraadt
2020-05-29
1
-3
/
+1
*
Bring back the acpi(4) changes. This time around only use the ACPI _CRS
kettenis
2020-05-14
2
-68
/
+234
*
remove AMD64 strings from pcidevs
jsg
2020-01-04
1
-3
/
+3
*
Revert acpipci(4) changes. Too many systems are broken. We'll try again
kettenis
2019-09-07
2
-175
/
+26
*
Use ACPI information to attach PCI busses like we do on arm64. There are a
kettenis
2019-08-28
2
-26
/
+175
*
Implement suspend/resume support for MSI-X interrupts. Loosely based on
kettenis
2019-06-25
1
-29
/
+54
*
Use two 32-bit writes instead of a single 64-bit write to write the
kettenis
2019-05-30
1
-2
/
+3
*
Add acpipci(4) on amd64. For now this only calls the PCI-specific _OSC
kettenis
2018-10-26
1
-0
/
+133
*
Add support for multiple PCI segments. Only really implemented for arm64
kettenis
2018-08-19
1
-7
/
+15
*
Properly pass around the PCI "chipset tag" in acpi(4) and refactor
kettenis
2018-07-04
1
-3
/
+13
*
replace add_*_randomness with enqueue_randomness()
jasper
2018-04-28
1
-2
/
+2
*
reduce the amount of includes in arch/amd64
jsg
2017-10-14
3
-11
/
+3
*
If you use sys/param.h, you don't need sys/types.h
deraadt
2017-09-08
1
-2
/
+1
*
Fix two issues in the MSI-X code. First, actually read the MSI-X capability
kettenis
2016-06-02
1
-5
/
+5
*
Fix typo; M_NOWAIT should be EX_NOWAIT. Fortunately this was harmless.
kettenis
2016-05-14
1
-2
/
+2
*
Initial support for MSI-X. Only supported on amd64 for now. I have diffs to
kettenis
2016-05-04
1
-1
/
+144
*
fairly simple sizes for free(); ok tedu
deraadt
2015-08-28
1
-3
/
+3
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
4
-8
/
+4
*
Add bus_dmamem_alloc_range(9) to allow drivers to allocate DMA'able memory
kettenis
2015-01-24
1
-1
/
+2
*
Temporarily expand the pci memory range to suit Dell 13G servers.
jmatthew
2014-12-16
1
-3
/
+7
*
Replace a plethora of historical protection options with just
deraadt
2014-11-16
1
-4
/
+4
*
On i386, agp_map_subregion might sleep, which is not allowed in some of
kettenis
2014-09-20
1
-6
/
+16
*
add a size argument to free. will be used soon, but for now default to 0.
tedu
2014-07-12
2
-6
/
+6
*
Don't panic if we're trying to disestablish an MSI but the hardware is gone.
kettenis
2014-04-19
1
-4
/
+3
*
No need for <uvm/uvm_page.h>
mpi
2014-04-08
1
-3
/
+2
*
More <uvm/uvm.h> -> <uvm/uvm_extern.h> cleaning.
mpi
2014-04-01
1
-3
/
+4
*
No need to include <sys/lock.h> when only <sys/rwlock.h> is needed,
mpi
2014-03-26
2
-3
/
+4
*
Remove MD intagp(4) code that is unused now that inteldrm(4) manages the GTT
kettenis
2013-12-09
1
-129
/
+1
*
Remove the agp-specific bus_dma code. It is no longer used now that
kettenis
2013-12-07
1
-104
/
+1
*
Add a DVACT_WAKEUP op to the *_activate() API. This is called after the
deraadt
2013-12-06
1
-10
/
+4
*
Add support for Power Resources for Dx states and the necessary hook
mpi
2013-11-06
1
-5
/
+11
*
If ACPI is not compiled in, pci_min_powerstate() has no facts to support
deraadt
2013-05-30
1
-2
/
+2
*
Enforce ca_activate tree-walks over the entire heirarchy for all events,
deraadt
2013-05-30
1
-3
/
+2
*
Add an interface to rebind AGP DMA mappings. To be used by the upcoming KMS
kettenis
2013-03-17
1
-1
/
+7
*
Remove excessive sys/cdefs.h inclusion
deraadt
2012-12-05
1
-3
/
+1
*
Change the PCI memory extent to cover the whole 64-bit memory space
mikeb
2012-10-16
1
-3
/
+5
*
Revamp the sequences for suspend/hibernate -> resume so that the code
deraadt
2012-10-08
1
-1
/
+4
*
Set up PCI bus number resource accounting for the main PCI bus hierarchy.
kettenis
2012-09-19
2
-2
/
+10
*
Implement pci_min_powerstate().
kettenis
2012-09-07
1
-1
/
+15
*
Make sure we don't accidentally use ISA or EISA interrupt mappings on PCI
kettenis
2011-10-29
1
-17
/
+39
*
I'm sick and tired of people doing misalgned reads and writes to PCI config
kettenis
2011-10-13
1
-1
/
+5
*
Cleanup MSI code a bit by moving the code to eanble/disable MSIs into
kettenis
2011-06-18
1
-48
/
+39
*
QEMU pretends to emulate a different prehistoric Intel host bridge.
kettenis
2011-06-16
1
-5
/
+7
*
Disable MSIs in pci_intr_disestablish() when appropriate.
kettenis
2011-06-05
1
-1
/
+18
*
Direct MSIs at the appropriate CPU.
kettenis
2011-06-05
1
-4
/
+5
[next]