index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
arm64
/
dev
Age
Commit message (
Expand
)
Author
2019-10-05
Add workaround for Cortex-A73 errata 858921. Pointed out by drahn@ who
Mark Kettenis
2019-09-22
Fix ampintc_cpuinit() prototype.
Mark Kettenis
2019-08-22
Don't check _TTP for io windows.
Mark Kettenis
2019-08-04
Cleanup the bios(4)/smbios(4) code a bit. Fix some KNF issues, reduce
Mark Kettenis
2019-08-04
Unmap tables once we're done with them.
Mark Kettenis
2019-08-04
Implement smbios support on arm64.
Mark Kettenis
2019-08-02
Add support for additional ITS page sizes and make sure we allocate
Mark Kettenis
2019-07-30
Fix mapping of MSI sideband data when there are SMMU's present.
Mark Kettenis
2019-07-30
Seems the Amppere eMAG has a silicon big where the number of writable bits
Mark Kettenis
2019-07-02
Add thermal zone handling code. This provides support for thermal zones
Mark Kettenis
2019-06-25
Implement suspend/resume support for MSI-X interrupts. Loosely based on
Mark Kettenis
2019-06-23
The MAPTI command has no valid bit. Pointed out by Jared McNeill.
Mark Kettenis
2019-06-17
Make pci_intr_map_msix(9) assign an address to the BAR used by the MSI-X
Mark Kettenis
2019-06-03
Fix priorities of LIPs to match the other changes made in rev 1.17.
Mark Kettenis
2019-06-02
Change pci_intr_handle_t into a struct and replace duplicated code that
Mark Kettenis
2019-05-31
Add MSI-X support.
Mark Kettenis
2019-05-31
Add MSI-X support for acpipci(4). This splits out some generic code into
Mark Kettenis
2019-05-24
Pass extent for prefetchable mmio. Since there is no distinction between
Mark Kettenis
2019-05-23
Don't print "not conigured" messages for nodes that are disabled.
Mark Kettenis
2019-05-13
Move idepth tracking out of interrupt controller into common layer.
Dale Rahn
2019-05-12
Between the broken GIC-500 on the RK3399 and differences in the secure mode
Mark Kettenis
2019-05-08
Fix kernel compile with DEBUG_AGINTC.
ccardenas
2019-05-02
Add a print function to mainbus(4) such that it prints unconfigured devices
Mark Kettenis
2019-04-16
Prevent attaching drivers to devices for which we attached a driver early.
Mark Kettenis
2019-03-07
When accessing the child address cells make sure to use the size for
Patrick Wildt
2019-01-23
Add the apm(4) subsystem to arm64.
Peter Hessler
2019-01-03
add a simplebus print function so unconfigured devices appear in dmesg.
David Gwynne
2018-12-07
For shared interrupts we need to make sure that we register
Patrick Wildt
2018-08-20
Implement bus_space_mmap(9).
Mark Kettenis
2018-08-19
Add support for multiple PCI segments. Only really implemented for arm64
Mark Kettenis
2018-08-18
Support arbitrary number of redistributors.
Mark Kettenis
2018-08-15
Turns out the integration of the GIC-500 on the Rockchip RK3399 is busted.
Mark Kettenis
2018-08-15
Distinguish between softc array members that are indexed by redistributor
Mark Kettenis
2018-08-11
Make legacy interrupts work in more cases.
Mark Kettenis
2018-08-11
Use IORT table to map requester ID into MSI sideband data.
Mark Kettenis
2018-08-11
Fix a couple of bugs in the ITS support code:
Mark Kettenis
2018-08-11
Use MAXCPUS as the number of elements for the array of per-cpu data.
Mark Kettenis
2018-08-09
Synopsys Designeware PCIe IP isn't 100% ECAM compliant. It doesn't handle
Mark Kettenis
2018-08-08
Support DMA coherent devices that attach to mainbus(4) as well.
Mark Kettenis
2018-08-08
Fix the ITLinesNumber mask and bump the number of supprted redistributors
Mark Kettenis
2018-08-03
Pass PCIe requester ID as sideband data here as well.
Mark Kettenis
2018-07-30
Add support for the GIC v3 ITS and use it to implement MSI support for
Mark Kettenis
2018-07-28
Make use of PCI_FLAGS_MSI_ENABLED such that drivers for hardware with broken
Mark Kettenis
2018-07-10
Make legacy interrupts work in acpipci(4).
Mark Kettenis
2018-07-05
Add acpipci(4), a driver that supports generic ECAM-compatible PCI host
Mark Kettenis
2018-07-02
Enable the FPU when calling EFI runtime services. The new UEFI firmware for
Mark Kettenis
2018-06-24
If ACPI tables are present, set a global variable to point at their
Mark Kettenis
2018-06-05
Move pluart(4) to dev/fdt.
Mark Kettenis
2018-06-05
Unify arm64 and armv7 pluart(4) implementations.
Mark Kettenis
2018-05-31
Move com_fdt.c to dev/fdt since we can share it between armv7 and arm64 now.
Mark Kettenis
[next]