summaryrefslogtreecommitdiff
path: root/sys/arch/arm/include
AgeCommit message (Expand)Author
2011-05-21Add pci_intr_map_msi() stub.Mark Kettenis
2011-04-28Expose pmap_prefer parameters.Ariane van der Steldt
2011-04-28fenv improvements and cleanupsMartynas Venckus
2011-04-24fenv for armMartynas Venckus
2011-04-07Make sure the ALIGN() macro uses u_long on all platforms for consistency, andMiod Vallat
2011-03-23Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.Paul Irofti
2011-03-17- recognize OMAP3630/DM3730, as found in the beagleboard xMJasper Lievisse Adriaanse
2011-03-11Use _MACHINE_ENDIAN_H_ for this is The Right Thing To Do.Paul Irofti
2011-03-02Change va_arg and va_end definitions from object-like macros toMatthew Dempsky
2011-01-04Introduce pmap_uncache_page(), created from the guts of pmap_kenter_cache()Miod Vallat
2010-12-26Kill pmap_phys_address(), and force every driver's mmap() routine to returnMiod Vallat
2010-12-21Convert netisr to a normal soft interrupt instead of hanving MD codeClaudio Jeker
2010-12-15oops, i forgot to check in the BRKSIZ define in uvm, but deraadt thinksTed Unangst
2010-12-06Change the signature of PMAP_PREFER from void PMAP_PREFER(..., vaddr_t *) toMiod Vallat
2010-12-04Introduce a new pci routine, pci_conf_size(), which returns the size of aMiod Vallat
2010-11-28Remove inapplicable or no longer used cdevsw[] entries and macros.Miod Vallat
2010-11-28Get rid of machdep.debug, machdep.booted_device and machdep.booted_kernelMiod Vallat
2010-11-27Get rid of the global pmap list and related debug code. While there, mergeMiod Vallat
2010-11-27Remove ddb single-step load and store counters. Most platforms do notMiod Vallat
2010-11-26Oops, removed a few lines too many in previous change.Miod Vallat
2010-11-22Remove old pcons leftover defines.Miod Vallat
2010-11-22Remove unused VM_MAX_KERNEL_BUF define.Miod Vallat
2010-11-20Do not attempt to include <machine/psl.h> when including this file fromMiod Vallat
2010-11-19miscellanous->miscellaneousMiod Vallat
2010-09-28Implement a per-cpu held mutex counter if DIAGNOSTIC on all non-x86 platforms,Miod Vallat
2010-07-30Remove unused header file.Miod Vallat
2010-07-21Fix more cdev initializations which were using enodev for poll; ok kettenisTheo de Raadt
2010-07-01Add more support bits for ARMv7, including frame for VIPT (pmap_prefer).Dale Rahn
2010-06-29Add support for mapping ACPI to PCI devicesJordan Hargrave
2010-05-24there is no reason for one MAXPHYS definition to be different from all the ot...Theo de Raadt
2010-04-22De-inline atomic_setbits_int and atomic_clearbits_int, on arm these functionsDale Rahn
2010-04-22Whitespace cleanup on generated asm code, so it is readable.Dale Rahn
2010-04-21more cleanup to cope with the change that tries to make proc.h not actTheo de Raadt
2010-04-04OpenBSD uses bus_space_copy_#, not bus_space_copy_region_#. Make sure only theMiod Vallat
2010-02-03typo. CPU_ID_ARM1022EJS -> CPU_ID_ARM1026EJSKevin Lo
2009-11-27Move MB_LEN_MAX into the machine-independent sys/limits.h header,Philip Guenthe
2009-08-22Constify the what/name parameter of pci_intr_establish().Michael Knudsen
2009-07-26Make sure all platforms understand the flags argument of bus_space_map() andMiod Vallat
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