summaryrefslogtreecommitdiff
path: root/sys/arch/arm
AgeCommit message (Expand)Author
2015-12-12comment typommcc
2015-11-05Fix build with DEBUG_INTC defined; from Daniel Bolgheroni on tech@Miod Vallat
2015-11-01Remove the definition of USRTEXT. It has no relevance outside of the non-PIEMiod Vallat
2015-10-23Allocate a new major for tap(4) also note that pseudo-device tun is for tapClaudio Jeker
2015-10-21Do not call uvm_swap_finicrypt_all() a second time in dumpsys().Martin Pieuchot
2015-09-30Use #ifndef _MACHINE_DISKLABEL_H_ everywhere. Replace _ARM_DISKLABEL_H_Kenneth R Westerback
2015-09-30Use consistant whitespace/comments for #define'ing LABELSECTOR,Kenneth R Westerback
2015-09-27Use readdisksector() instead of manual buf initialization. These areKenneth R Westerback
2015-09-26lint is dead and C99 may be old enough to drive a car: delete LONGLONGPhilip Guenther
2015-09-19intr_barrier(9) for armJonathan Gray
2015-09-12Explicitely include <arm/armreg.h> here instead of expecting previouslyMiod Vallat
2015-09-08Give the pool page allocator backends more sensible names. We now have:Mark Kettenis
2015-08-30Provide remaining arch with END() macro for setting calculated size onPhilip Guenther
2015-08-29_NLIST_DO_ELF is no longer needed: it's the only optionPhilip Guenther
2015-08-18Fix inconsistent spelling of `inconsistent'Miod Vallat
2015-08-15Remove orphaned debug code.Miod Vallat
2015-07-17remove obsolete INET kernel optionTed Unangst
2015-07-15The exynos gic is not at a fixed offset from periphbase unlikeJonathan Gray
2015-06-29Implement membar_* for armv7 with the dmb instruction. The previousJonathan Gray
2015-06-24Remove unused KERNEL_PD_SIZE macro which performs unsafe signed shift ofMiod Vallat
2015-06-13When investigating an uninitialised variable in the armv7 resettodr()Jonathan Gray
2015-06-08At some point arm moved to a unified syntax for arm and thumb instructions.Jonathan Gray
2015-06-06Add some changes from Patrick Wildt in bitrig that are required to makeJonathan Gray
2015-06-05Use p15 for the coprocessor name not 15. gas accepts both forms, clangJonathan Gray
2015-06-02with binutils 2.17 we can change some raw opcodes into instruction namesJonathan Gray
2015-05-29add some more cortex A idsJonathan Gray
2015-05-29Remove unused bus space tags/handles. The generic timer uses the cp15Jonathan Gray
2015-05-28when machdep.allowaperture sysctl is set to 3, allow concurrent accessJoshua Stein
2015-05-20ARM L2C driver is only relevant on Cortex-A9 machines.Jonathan Gray
2015-05-15add some missing splx() callsJonathan Gray
2015-05-10VM_MAX_KERNEL_ADDRESS is the end of the kva range not the end ofJonathan Gray
2015-05-07fix indentationJonathan Gray
2015-05-05emul_native is only used for kernel threads which can't dump core, soPhilip Guenther
2015-04-30Remove SIZE_MAX from limits.h. It was added years ago before weTodd C. Miller
2015-02-15Change pmap_remove_holes() to take a vmspace instead of a map as its argument.Miod Vallat
2015-02-10Convert to uiomove().Miod Vallat
2015-02-10First step towards making uiomove() take a size_t size argument:Miod Vallat
2015-02-07Oh well, APM_USER_HIBERNATE_REQ being used in MI code, needs to be definedMiod Vallat
2015-02-07Tedu the old idle page zeroing code.Mark Kettenis
2015-02-05unbreak after previous macro removal.Martin Pieuchot
2015-02-02Remove some pmap locks that were #defined to be nothing (empty). DiscussedMike Larkin
2015-01-29remove no-op simple locksTheo de Raadt
2015-01-18When restoring spsr values when handling traps use spsr_fsxc insteadJonathan Gray
2015-01-18Switch some uses of msr that only deal with interrupts/mode to useJonathan Gray
2015-01-18The 'mrs' instruction only deals with the whole register withoutJonathan Gray
2015-01-18The 'mrs' instruction only deals with the whole register withoutJonathan Gray
2015-01-18unifdef IPKDB. These codepaths are holdouts from NetBSD code and areJonathan Gray
2015-01-17Add an ascii bit/field diagram for armv7-a psr to match theJonathan Gray
2015-01-12Enable lid suspends by default in the kernel, and remove the question fromTheo de Raadt
2015-01-11armv6 introduced opcodes for reversing words in registers. we canDavid Gwynne