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-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
2015-01-01
Always drain the write buffer on pte sync. Needed for Cortex A7/A15
Jonathan Gray
2014-12-30
Remove redundant md memcpy.S and memmove.S lines. The mi config
Jonathan Gray
2014-12-22
unifdef INET
Ted Unangst
2014-12-13
yet more mallocarray() changes.
Doug Hogan
2014-12-11
dragonflybsd has added a urio driver. conservation of urios requires
Ted Unangst
2014-12-09
Replace some malloc(n*size,...) calls with mallocarray().
Doug Hogan
2014-11-18
Nuke some obvious #include duplications.
Kenneth R Westerback
2014-11-16
Replace a plethora of historical protection options with just
Theo de Raadt
2014-11-14
implement the atomic_foo things on arm.
David Gwynne
2014-10-27
use #ifdef DDB for Debugger()
Jonathan Gray
2014-10-18
Remove even more unnecessary `needs-flag' attributes from config machinery,
Miod Vallat
2014-10-09
disassem.c only if ddb; ok miod
Theo de Raadt
2014-10-09
mechanical translation of dev_lkm_dummy() to dev_notdef()
Ted Unangst
2014-10-09
remove LKM devices
Ted Unangst
2014-10-08
Add offsets for cortex-A7/A15. Adapted from bitrig.
Raphael Graf
2014-10-07
Use L1_S_V7_AP instead of L1_S_AP for the v7 case
Jonathan Gray
2014-10-07
Correct the l1 pte permission bits for armv7. Problem pointed out
Jonathan Gray
2014-09-30
Increase text segment size on Arm to 32MB
Tobias Ulmer
2014-09-20
Use config_suspend_all(9).
Mark Kettenis
2014-09-13
Replace all queue *_END macro calls except CIRCLEQ_END with NULL.
Doug Hogan
2014-08-21
Kill the remaining <netinet/in_systm.h> inclusion!
Martin Pieuchot
2014-08-20
unlink crypto(4) pseudo device from the architecture dependant character
Mike Belopuhov
2014-07-13
use nitems() instead of handrolling something identical
Jasper Lievisse Adriaanse
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-07-12
Tackle the endian.h mess. Make it so that:
Philip Guenther
2014-07-11
CPU_BUSY_CYCLE(): A new MI statement for busy loop power reduction
Masao Uebayashi
2014-07-11
Convert bus_dmamem_map(9) to km_alloc(9) in order to make it fail and
Martin Pieuchot
2014-07-10
KNF.
Masao Uebayashi
2014-07-10
boot(): Remove comments about RB_TIMEBAD to reduce diffs
Masao Uebayashi
2014-05-19
There is no need to remember which usb(4) device is the child of an USB
Martin Pieuchot
2014-05-11
need syscall.h..
Theo de Raadt
2014-05-11
Move the increment of uvmexp.softs back to the caller of mi_ast():
Philip Guenther
2014-05-11
Pull in <sys/user.h> before <sys/syscall*.h>
Philip Guenther
2014-05-10
Factor out the common ast bits into mi_ast()
Philip Guenther
[next]