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