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
/
include
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-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-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
The 'mrs' instruction only deals with the whole register without
Jonathan Gray
2015-01-17
Add an ascii bit/field diagram for armv7-a psr to match the
Jonathan Gray
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-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-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-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-03-29
It's been a quarter century: we can assume volatile is present with that name.
Philip Guenther
2014-03-19
It's safe to assumed 'signed' exists
Philip Guenther
2014-03-16
DDB supports ELF symbols are all archs, and it's always the same as the
Philip Guenther
2014-01-30
Move declaration of struct vm_page_md from <machine/vmparam.h> to
Miod Vallat
2014-01-26
Remove unnecessary <machine/pte.h> dependency.
Miod Vallat
2014-01-24
Remove _KERNEL guard around <sys/lock.h>, for userland to be able to
Miod Vallat
2014-01-24
Do not protect struct vm_page_md with defined(_KERNEL), for userland uvm
Miod Vallat
2014-01-23
unifdef -D__HAVE_VM_PAGE_MD - no functional change.
Miod Vallat
2013-12-18
Provide MI symbol _STACKALIGNBYTES
Theo de Raadt
2013-11-26
1 << 31 cleanup. Eitan Adler pointed out that there has been a
Theo de Raadt
2013-11-05
Add a stub for the new MD hook needed to handle ACPI Power Resources.
Martin Pieuchot
2013-09-12
Store curpcb in cpu_info instead of a global variable, for SMP.
Patrick Wildt
2013-09-12
Rename cpu_info_store to cpu_info_primary. Create an array of cpu_infos
Patrick Wildt
2013-09-10
Store the current interrupt depth in curcpu, so that it's per CPU
Patrick Wildt
2013-08-07
We uniformly define size_t to be unsigned long and ssize_t to be long. Make
Mark Kettenis
2013-08-06
add Cortex A15 R4
Jonathan Gray
2013-07-13
unify register_t to long on all platforms
Theo de Raadt
2013-07-05
Take II, this time without flubbing off_t: : move several internal
Philip Guenther
2013-07-04
backout previous; off_t must be signed and there might be other C++ API
Otto Moerbeek
2013-07-04
To ease future changes, move several internal type definitions that are
Philip Guenther
2013-06-13
ovbcopy begone
Theo de Raadt
2013-06-01
cleanup and consolidate the spinlock_lock (what a name!) code.
Ted Unangst
2013-05-31
remove counters for simplelocks
Ted Unangst
2013-05-18
Get rid of the pmap7 header now that we merged it into the pmap one.
Patrick Wildt
2013-05-18
Modify pmap to work with the pmap header used on armv7. Merge both
Patrick Wildt
2013-05-10
whitespaces
Patrick Wildt
2013-05-09
On ARMv7 we can't use the cache mask to check for coherency.
Patrick Wildt
2013-04-30
Add matching header for pmap7.
Patrick Wildt
2013-04-28
Improved dealing of ARMv7 faults. Added ARMv7 fault descriptions.
Patrick Wildt
2013-04-26
ARMv7 userland uses a single domain. This define is already used in pmap7.
Patrick Wildt
2013-04-26
Update and clean ARMv7 specific defines in the PTE header file.
Patrick Wildt
2013-03-30
Add a function to read the ARM MPCore base address. This let's us
Patrick Wildt
2013-03-30
Remove duplicate prototypes.
Patrick Wildt
2013-03-28
Add STRONG_ALIAS macros to be used from assembly code in libc and
Martynas Venckus
[next]