summaryrefslogtreecommitdiff
path: root/sys/arch/arm/include
AgeCommit message (Expand)Author
2009-05-24Improve the ARMv7 support, still work in progress.Dale Rahn
2009-05-11Add some (not used yet) control regiser bit definitions.Dale Rahn
2009-05-08Pieces of arm11 and armv7 support for newer cpus. This is work in progressDale Rahn
2009-04-20Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory.Owain Ainsworth
2009-04-19Mutexes for arm and sh softinterrupts.Owain Ainsworth
2009-04-08Cleanup arm soft interrupt handling; remove the unused IPL_SERIAL and renameMark Kettenis
2009-03-26Remove cpu_wait(). It's original use was to be called from the reaper soOwain Ainsworth
2009-02-26Add a two new ioctls to the apm(4) interface.Owain Ainsworth
2008-12-06revert all changes related to the mpsafe intr handler. i screwed up the commitTed Unangst
2008-12-06mpsafe intr_establish that doesn't get biglock, so that we may dream of the d...Ted Unangst
2008-11-29add sscom here too. Fixes armish build.Matthieu Herrb
2008-10-23Move the va_copy define to <sys/stdrag.h> making sure it is uniformalyMark Kettenis
2008-10-15make random(9) return per-cpu values (by saving the seed in the cpuinfo),Theo de Raadt
2008-10-10Add empty cpu_unidle() macros for architectures that currently don't doArtur Grabowski
2008-10-10Define MAXCPUS on all architectures.Artur Grabowski
2008-10-09Implement CPU_INFO_UNIT for everyone, not just MP kernels.Artur Grabowski
2008-09-11add support for arm9e core, taken from NetBSD.Kevin Lo
2008-09-07- replace dtoa w/ David's gdtoa, version 2008-03-15Martynas Venckus
2008-07-24sng_exponent should be sng_exp (MI code now cares); ok martynasTheo de Raadt
2008-07-21- add proper double_t and float_t definitions for each archMartynas Venckus
2008-07-18Add a macro that clears the want_resched flag that need_resched sets.Artur Grabowski
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-24On user/kernel shared page table machines, do not let processes map theirTheo de Raadt
2008-05-21Remove <machine/elf_abi.h> on platforms which have it. Nothing in the treeMiod Vallat
2008-05-05We will never use __BUS_SPACE_HAS_STREAM_METHODS so remove all the codeClaudio Jeker
2008-05-04convert arm and mips64 platforms to ptoa/atopMartin Reindl
2007-12-05include files which are used by userland cannot include other files..Theo de Raadt
2007-10-10Make context switching much more MI:Artur Grabowski
2007-09-22cf_context_switch takes an u_int argument.Mark Kettenis
2007-09-10Introduce a md pmap hook, pmap_remove_holes(), which is supposed to markMiod Vallat
2007-08-14removal of zts sysctls created a numeric gap. repair. ok miod robertTheo de Raadt
2007-06-20b_cylinder does not need to be set on the callpath down into drivers.Theo de Raadt
2007-06-17significantly simplified disklabel infrastructure. MBR handling becomes MITheo de Raadt
2007-05-29Make use of struct wsmouse_calibcoords and add ioctl supportRobert Nagy
2007-05-28Move the MSIZE, MCLSHIFT, MCLBYTES and the MCLOFSETThordur I. Bjornsson
2007-05-19Kernel crash dump support for arm-based platform, with minimal support inMiod Vallat
2007-05-16The world of __HAVEs and __HAVE_NOTs is reducing. All architecturesArtur Grabowski
2007-05-14Switch arm to __HAVE_CPUINFO. Least effort.Artur Grabowski
2007-05-10evcnt & friends were replaced by a proper interrupt counting mechanism 3 year...Theo de Raadt
2007-04-21No more vtophys() on arm.Miod Vallat
2007-04-10Remove ARM32_BUFTYPE_RAW, it's never used.Miod Vallat
2007-04-10Remove unused BUS_SPACE_ALIGNED_POINTER, __BUS_SPACE_ADDRESS_SANITY andMiod Vallat
2007-03-17For arm pre-v6 (ie all supported machines) it is necessary to disableDale Rahn
2007-03-15Since p_flag is often manipulated in interrupts and without biglockArtur Grabowski
2007-02-19only make this interface available to the kernel for now, discussed withaTheo de Raadt
2007-02-11Remove now unused evcnt field from struct cpu_info.Miod Vallat
2007-02-06Add machine/atomic.h to all architectures and define two operationsArtur Grabowski
2006-12-24Define PROC_PC. Then, since profiling information is being reported inMiod Vallat
2006-10-20Try again with local variable to avoid alignment issues.Kenneth R Westerback
2006-10-18back out disksubr changes ... since they violate strict alignment onTheo de Raadt