summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2017-07-30Add a driver for CIU3. Not quite finished yet, but good enough for now.Visa Hankala
2017-07-29Fix off-by-one in return value of efi_device_path_depth().Mark Kettenis
2017-07-29Fix off-by-one in return value of efi_device_path_depth().Mark Kettenis
2017-07-29Add a bcmaux(4) driver that handles clocks and interrupts for theMark Kettenis
2017-07-29There is no RTC on the E300 boards.Visa Hankala
2017-07-29Replace a complex `if' condition with a list.Visa Hankala
2017-07-28Add a driver for the OCTEON SATA controller bridge.Visa Hankala
2017-07-28Add a workaround that allows the use of sys/dev/fdt code on octeon.Visa Hankala
2017-07-25Enable dwdog(4) such that Rockchip RK3288 devices can reboot.Mark Kettenis
2017-07-25Add rkclock(4), rkgrf(4), rkpinctrl(4) and rkgpio(4). This makes OpenBSDMark Kettenis
2017-07-25The Cortex-A17 TRM explicitly says that there is an intermediate tableMark Kettenis
2017-07-25change -Os to -Oz all around the treeRobert Nagy
2017-07-25remove -Wa,-n from CMACHFLAGS as clang's internal assembler does not support itRobert Nagy
2017-07-25rework octuctl and its children to attach via fdtJonathan Matthew
2017-07-25Print CPU type as we do on arm64. This is how ARM prints revisions in itsMark Kettenis
2017-07-25Remove leftovers of a past softintr mechanism.Visa Hankala
2017-07-24Enable pcxrtc(4).Mark Kettenis
2017-07-24add some missing MULTIPROCESSOR ifdefs to not compile in code onRobert Nagy
2017-07-24add MULTIPROCESSOR guards around otherwise unused pieces to satisfy clangChristian Weisgerber
2017-07-24Port amd64's updates to the device path comparison to arm64 as well.Patrick Wildt
2017-07-24Port amd64's updates to the device path comparison to armv7. FixesPatrick Wildt
2017-07-23permit kernel building with clang as the base compiler; ok kettenis@Christian Weisgerber
2017-07-23Add sxitwi(4), a driver for the (i2c compatible) two-wire bus found onMark Kettenis
2017-07-23Replace CPWAIT with an isb instruction, which is the proper way to make sureMark Kettenis
2017-07-23Splitting early startup code out of locore.S into locore0.S, like otherKenji Aoyama
2017-07-22Rename variables for clarity.Visa Hankala
2017-07-22Initialize the brightness to a valid value if found.anton
2017-07-22Bring SIGBUS and SIGSEGV handling better in line with the otherVisa Hankala
2017-07-22Fix the various SIGSEGV and SIGBUS scenarios to match what we do onMark Kettenis
2017-07-22Fix the various SIGSEGV and SIGBUS scenarios to match what we do onMark Kettenis
2017-07-21More consistent with other architectures.Kenji Aoyama
2017-07-21Accessing a mmap(2)ed file behind its end should result in a SIGBUSMark Kettenis
2017-07-21Check the hibernation signature for softraid disks and select valid bsdYASUOKA Masahiko
2017-07-20Bring SIBUS/SIGSEGV reporting in line with amd64 and i386.Mark Kettenis
2017-07-20Accessing a mmap(2)ed file behind its end should result in a SIGBUSAlexander Bluhm
2017-07-20Kernel relinking for luna88k, first step.Kenji Aoyama
2017-07-19Add a enter_ddb() "accessop" to wsdisplay(4) to allow KMS drivers to bypassMark Kettenis
2017-07-19Fix memory leak in iec_get(). If MCLGET fails free the mbuf as well.Claudio Jeker
2017-07-18Add sdmmc support for the i.MX6UL variant of the i.MX6 series. ThisPatrick Wildt
2017-07-18Stop automatically regenerating gap.o (and hence linking a new kernel)Theo Buehler
2017-07-18Add clock support for the i.MX6UL variant of the i.MX6 series. ThePatrick Wildt
2017-07-17Use .c instead of .o here too.Mark Kettenis
2017-07-16Add WITNESS supportPhilip Guenther
2017-07-16Clear the framepointer (r3) in switch_trampoline to avoid faults in stack tracePhilip Guenther
2017-07-16Pass the linker from make environment to makegap.sh. This is (only)Visa Hankala
2017-07-15usingacpi might be referenced in apm only code, so adjust #if guardTed Unangst
2017-07-15iobus_h is unused, remove it.Visa Hankala
2017-07-14The regress test src/regress/sys/kern/siginfo-fault checks whetherAlexander Bluhm
2017-07-14fix GET_CURPCB on !MULTIPROCESSOR builds.David Gwynne
2017-07-13Add a driver for the CIB interrupt controller. Certain deviceVisa Hankala