summaryrefslogtreecommitdiff
path: root/sys/arch/hpcarm
AgeCommit message (Expand)Author
2014-03-02Mark cpu_reset as dead and add an explicit __builtin_unreachable for ajoerg
2014-03-02Be explicit about the double register use.joerg
2014-03-01Modernize asm syntaxjoerg
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2014-02-22Trim include filesmatt
2014-02-04_setsoftintr is long dead. reap any leftovers from arm.matt
2013-12-02Don't use cpsr_all/spsr_all with mrs, it doesn't take a mask.joerg
2013-08-26Don't include <arm/arm32/pte.h> and <arm/pmap.h>matt
2013-08-26Include <arm/locore.h>matt
2013-08-18Fix <arm/locore.h> lossagematt
2013-06-30G/C PFIL_HOOKS from the kernel configs.rmind
2013-06-05remove obsolete networking optionschristos
2013-05-07Make all ports use a common disklabel.h with MAXPARTITIONS set to 16.matt
2013-05-02This change arm, armeb, earm, earmeb, earmhf, earmhfeb so all builds thatmatt
2013-04-27the bogus number policechristos
2013-04-27remove confusing numeric locators where they are unused.christos
2013-03-02Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.christos
2013-03-01Retire OSI network stack. OK core@joerg
2013-01-11Don't install fp.h anymorematt
2013-01-11Remove FPA specific header.matt
2012-12-06Remove "#options ARMFPE"msaitoh
2012-10-27split device_t/softc for all remaining drivers.chs
2012-10-17Add "options COMPAT_60" to all kernel configuration filesapb
2012-09-22Don't use an asm in pmap_activate to update the TTBR, use cpu_setttb insteadmatt
2012-09-01Rename RT2500USB driver to ural(4) as it was originally in OpenBSD,jakllsch
2012-09-01Move things around for <arm/arm32/machdep.h>matt
2012-08-17Ensure all WSDISPLAY_COMPAT_USL entries have same commentabs
2012-08-16Move the standard definitions of the {UND,IRQ,FIQ,ABT}_STACK_SIZE tomatt
2012-08-03include <arm/arm32/machdep.h>matt
2012-07-29Do not call setroot() from MD code and from MI code, which hasmlelstv
2012-07-29Fix more -fno-common fallout.matt
2012-07-28Remove IPL_SAFEPRImatt
2012-07-27Remove safepri and use IPL_SAFEPRI instead. This may be defined in a MDmatt
2012-06-16Add '\n' to revision string.kiyohara
2012-06-10Remove unused __NEWINTR definesskrll
2012-03-31Add support kloader(4) for PXA2X0.nonaka
2012-03-10P1003_1B_SEMAPHORE is no longer optional.joerg
2012-03-05increase kernel VM space.nonaka
2012-02-17expose more for kmemuserchristos
2012-01-21fix my license notice.nonaka
2011-12-18WABPL is no longer considered experimental (has not been for some time)dholland
2011-11-22The rnd pseudo-device is not really optional, because it is in the sametls
2011-11-20Remove a white-space and a Tab.kiyohara
2011-08-30Add getlabelusesmbr(), as proposed inbouyer
2011-08-06Add support for PSIONTEKLOGIX NETBOOK PRO.kiyohara
2011-07-26Don't set the iobase and iosize members of pcmciabus_attach_args becausedyoung
2011-07-19Change <machine/bus.h> to <sys/bus.h> throughout.dyoung
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-06-30dependant -> dependentwiz
2011-06-23Remove noneed platid_match() in consinit().nonaka