summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2017-07-13Add handling for the third interrupt summary vector,Visa Hankala
2017-07-13Get cpuid from `ci' to avoid an extra function call.Visa Hankala
2017-07-12Reorganize separate configuration fields into per-CPU structsVisa Hankala
2017-07-12remove CPU_LIDSUSPEND/machdep.lidsuspendMartin Natano
2017-07-12Make max memory for VMs equal to MAXDSIZ to avoid failing later duringMike Larkin
2017-07-10Keep refusing SDIO initialization. The driver cannot work properlyVisa Hankala
2017-07-10Replace codepatch nopsleds with trapsleds.mortimer
2017-07-07Add logic for running SD commands. Tested with a few different makesVisa Hankala
2017-07-07Fix function name in panic message.Visa Hankala
2017-07-06Our website says that socppc was discontinued after 5.8 (thanks toIngo Schwarze
2017-07-06Delete cross references to boot_landisk(8).Ingo Schwarze
2017-07-06fix broken cross references; found with mandoc -TlintIngo Schwarze
2017-07-06Remove bogus arguments from a printf in the bootloader.Mike Larkin
2017-07-06Disassociate PA load address of the kernel from VA, such that PA isn'tTheo de Raadt
2017-07-06vmd: increase the max number of disks from 2 to 4. Requires kernel rebuildMike Larkin
2017-07-060xcc-fill a few more alignments. Not because these ones matter particularily,Theo de Raadt
2017-07-06remove an unneeded .align and .code32Mike Larkin
2017-07-05Enable NFSCLIENT to let installation over NFS work.Visa Hankala
2017-07-05Comments are lying.Martin Pieuchot
2017-07-04zap .o, put both .c at deraadt@'s requestMarc Espie