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
Age
Commit message (
Expand
)
Author
2016-08-19
Adjust the definitions of L1_S_COHERENT_v7, L2_L_COHERENT_v7 and
Mark Kettenis
2016-08-19
Use Access Flag to do page reference emulation.
Mark Kettenis
2016-08-19
avoid using an uninitialised variable with zero length iic_exec calls
Jonathan Gray
2016-08-18
Separate out the Access Flag bit from the Access Permission bits in the
Mark Kettenis
2016-08-17
Nothing from the original Wasabi code remains, so replace the copyright
Patrick Wildt
2016-08-17
Remove bogus suspend/resume code from armv7 com(4) attachment driver.
Patrick Wildt
2016-08-17
Replace sxiuart(4) with the mostly compatible com(4).
Patrick Wildt
2016-08-17
Fix x86_atomic_{set|clear}bits_u64() by using the "er" constraint instead
Mark Kettenis
2016-08-17
use a register variable to get at the curcpu pointer in %g7
David Gwynne
2016-08-17
we have some spare interrupt levels, so move softnet above softclock.
David Gwynne
2016-08-16
remove #define for /dev/mem minors. let the raw magic of the hardcoded
Ted Unangst
2016-08-16
move static variable up to first
Ted Unangst
2016-08-16
replace hand rolled tsleep physlock with rwlock. ok mlarkin
Ted Unangst
2016-08-16
Remove RM7000/RM9000-specific performance counter code. It originates
Visa Hankala
2016-08-16
Fix typo/inconsistensy where L1_S_DOMAIN was used instead of L1_C_DOMAIN.
Mark Kettenis
2016-08-15
normalize some comments
Ted Unangst
2016-08-15
Don't take shortcuts cleaning/invalidating the caches. The Cortex-A7 and most
Mark Kettenis
2016-08-15
Now that com(4) uses a different iot for the initial console and the
Patrick Wildt
2016-08-15
First stab at porting the awinmmc(4) driver from NetBSD. The driver will
Mark Kettenis
2016-08-15
For some reason the RTL8211E PHY on the Banana Pi responds to both address 0
Mark Kettenis
2016-08-15
Allow com(4) to make use of the simplebus address translation.
Patrick Wildt
2016-08-15
Move the com(4) fdt attachment driver to a more generic location and
Patrick Wildt
2016-08-15
Use pinctrl to configure the pins used by the EMAC.
Mark Kettenis
2016-08-15
Use the regulator API to supply power to the target.
Mark Kettenis
2016-08-15
Drain FIFOs on init same as com(4) does it and reduce the RX FIFO interrupt
Marcus Glocker
2016-08-14
Add imxtemp(4), a temperature sensor for the i.MX6 SoC. Based on code written
Mark Kettenis
2016-08-14
remove uneeded sa1111_reg.h include
Jonathan Gray
2016-08-14
Remove code for Intel 80219/80321 xscale processors used by armish.
Jonathan Gray
2016-08-14
Fix setting the SMP bit in the Auxiliary Control Register. The old code was
Mark Kettenis
2016-08-14
Allow a bus_dmamap_sync() of length zero.
Mark Kettenis
2016-08-14
Remove some annoying debug printfs to get rid of u_quad_t in cnmac.
Visa Hankala
2016-08-14
Utilize the TLB Execute-Inhibit bit with non-executable mappings on CPUs
Visa Hankala
2016-08-13
Add the shim to make dwge(4) attach to simplebus(4). This brings us
Mark Kettenis
2016-08-13
Add GMAC clock support. Based on an earlier diff from patrick@.
Mark Kettenis
2016-08-13
Remove entries that are no longer needed.
Mark Kettenis
2016-08-13
Use regulalator API instead of private functions.
Mark Kettenis
2016-08-13
Build ofw_regulator.o.
Mark Kettenis
2016-08-12
Hook up sxipio(4) to the generic gpio code.
Mark Kettenis
2016-08-12
Call pinctrl_byname() such that ports left unconfiguraed by u-boot will work
Mark Kettenis
2016-08-12
Hook up sxipio(4) to the generic pinctrl code. The device binding is pretty
Mark Kettenis
2016-08-12
Switch omap to the generic ofw pinctrl framework.
Jonathan Gray
2016-08-11
Dynamically attach omgpio(4) using the FDT.
Jonathan Gray
2016-08-11
Dynamically attach omehci using the FDT.
Jonathan Gray
2016-08-11
The ARMv7 ARM says that the TLB may hold translation table entries at any
Mark Kettenis
2016-08-10
Add defines for the Access Flag as found on armv7. Fix definition of the
Mark Kettenis
2016-08-10
Shuffle armv7 access permission bits around to something that is compatible
Mark Kettenis
2016-08-10
armish handled some early-gen arm machines, which required tons of
Theo de Raadt
2016-08-10
attach agtimer with fdt on RAMDISK as well
Jonathan Gray
2016-08-10
Dynamically attach agtimer(4). Since agtimer(4) also provides the delay()
Mark Kettenis
2016-08-10
On armv7 we put the vector page up high and never have to bother switching it.
Mark Kettenis
[next]