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-06
Switch imx over to the generic pinctrl API.
Mark Kettenis
2016-08-06
Build ofw_pinctrl.o and ofw_gpio.o on armv7. The latters here from the
Mark Kettenis
2016-08-06
Put page tables in normal cachable memory on armv7. Check if the MMU walks
Mark Kettenis
2016-08-06
Rework ampintc's interrupt disestablish code to make it actually do
Patrick Wildt
2016-08-06
Dynamically attach intc(4) using the FDT and switch omap/am335x
Jonathan Gray
2016-08-06
Disable edma(4). It isn't currently used and is getting in the way of
Jonathan Gray
2016-08-06
Add PageGrain bits.
Visa Hankala
2016-08-06
Log RX errors only when the interface's debug flag is set.
Visa Hankala
2016-08-06
remove now unused board specific phy defines
Jonathan Gray
2016-08-06
Dynamically attach pluart(4) using the FDT.
Jonathan Gray
2016-08-06
Dynamically attach plrtc(4) using the FDT.
Jonathan Gray
2016-08-06
Dynamically attach virtio(4) using the FDT.
Jonathan Gray
2016-08-06
Set up the fdt attach args for devices that attach directly to mainbus
Jonathan Gray
2016-08-05
Use m_devget(4). From Artturi Alm.
Mark Kettenis
2016-08-05
Dynamically attach sxidog(4).
Mark Kettenis
2016-08-05
Remove sxirtc(4) from the tables now that it attaches dynamically.
Mark Kettenis
2016-08-05
Dynamically attach sxirtc(4); another board_id check bites the dust.
Mark Kettenis
2016-08-05
Check if we have the required "reg" property.
Mark Kettenis
2016-08-05
We don't want drivers with numbers in their names.
Mark Kettenis
2016-08-05
Replace inappropriate use of CP15_CNTPCT with CP_DCCIMVAC.
Mark Kettenis
2016-08-05
Switch the sunxi platform over to the new interrupt establish API. This
Mark Kettenis
2016-08-05
Unmask the timer output signal for real.
Mark Kettenis
2016-08-05
Drop a pointless link carrier check from the RX path.
Visa Hankala
2016-08-04
Dynamically attach ampintc(4) and make it register itself as an interrupt
Mark Kettenis
2016-08-04
Add imxgpc(4), a driver for the i.MX6 General Power Controller (GPC) which
Mark Kettenis
2016-08-04
After fixing up some of the AR8035 PHY registers, issue a reset. This seems
Mark Kettenis
2016-08-04
Add support for jumbo frames.
Visa Hankala
2016-08-04
Add support for pre-registering interrupts. This allows device drivers to
Mark Kettenis
2016-08-03
not having a century is a known layout by now
Joshua Stein
2016-08-03
don't complain about invalid checksum if the bios isn't writing it
Joshua Stein
2016-08-03
add a minimal TPM 1.2 driver just to issue a "save state" command
Joshua Stein
2016-08-03
Simplify the way we handle TLB flushes. Since ARMv7 effectively has a
Mark Kettenis
2016-08-03
The ARMv7 architecture deprecates the separate Instruction and Data TLB
Mark Kettenis
2016-08-01
Looks like patrick@ committed an older version of the diff. Fix this, and
Mark Kettenis
2016-08-01
bring the light of ansi to a few more files
Ted Unangst
2016-08-01
Implement an FDT-aware interrupt establish API. This means the drivers
Patrick Wildt
2016-07-31
Remove devmap stuff which is unused on armv7.
Mark Kettenis
2016-07-31
According to te armv7 ARM TLB entries that caused a Permission fault might
Mark Kettenis
2016-07-31
Use ansi style function declarations. No binary change.
Jonathan Gray
2016-07-31
Recognise Cortex A35 and Cortex A73.
Jonathan Gray
2016-07-31
Instead of testing MIDR values for every model of Cortex processor check
Jonathan Gray
2016-07-30
add acpials(4), an acpi driver for ambient light sensors
Joshua Stein
2016-07-30
Remove disabled jumbo frame checks. They will not be needed
Visa Hankala
2016-07-30
Drop a redundant parameter of octeon_eth_buf_free_work().
Visa Hankala
2016-07-30
Stop pretending we can still boot without an FDT. Remove the code paths
Mark Kettenis
2016-07-30
Prep for relro: make sure it's off for any non-PIE stand/ program
Philip Guenther
2016-07-29
Only flush the virtual page if it was actually mapped. Otherwise
Patrick Wildt
2016-07-29
Reorder code to avoid a divide by zero when there are no sensors.
Jonathan Gray
2016-07-28
Store the acpi processor ID/UID in struct cpu_info, and use it to attach
Mark Kettenis
2016-07-28
replace hand rolled physlock with real rwlock. ok mlarkin
Ted Unangst
[next]