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
2013-05-09
On ARMv7 we can't use the cache mask to check for coherency.
Patrick Wildt
2013-05-09
Implement mtx_enter_try for armv7 and handle ci_mutex_level.
Patrick Wildt
2013-05-09
Have the ARM MPCore Timer use the private timer, which will be very useful
Patrick Wildt
2013-05-08
Port over NetBSD's arm dma sync code. This makes it easier to flush
Patrick Wildt
2013-05-02
Remove an #endif I forgot in there.
Patrick Wildt
2013-05-02
Add a driver for the secondary cache controller on the PandaBoard and
Patrick Wildt
2013-05-02
remove static from a simple lock to avoid a compiler warning/error that
Ted Unangst
2013-05-01
Add a secure monitor call function, so that a secondary cache controller
Patrick Wildt
2013-05-01
Fix a case where we might be cache flushing unmapped pages.
Patrick Wildt
2013-05-01
Add a cortex bus which represents the ARM MPCore Complex.
Patrick Wildt
2013-04-30
Switch from pmap to pmap7.
Patrick Wildt
2013-04-30
Add context switching code matching to our pmap for ARMv7.
Patrick Wildt
2013-04-30
Add matching header for pmap7.
Patrick Wildt
2013-04-30
Replace the statically defined protection bits with a macro, which will
Patrick Wildt
2013-04-28
Revert the ARMv7 header split introduced in 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-04-16
Get rid of various 'typedef struct' definitions and use plain structure
Theo de Raadt
2013-04-16
Add secondary cache flushes to armv7's pmap.
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
2013-03-28
Add __strong_alias macros for all architectures to be able to alias
Martynas Venckus
2013-03-27
Move generic armv7 files into arm's file list.
Patrick Wildt
2013-03-27
Further updates to pmap7. Fixes some problems and removes debug printfs.
Patrick Wildt
2013-03-27
Draining the write buffer is accomplished via a DSB.
Patrick Wildt
2013-03-27
Mark vector page as executable and fix a cast.
Patrick Wildt
2013-03-27
Add prototypes for secondary cache operations.
Patrick Wildt
2013-03-26
PGSHIFT and PGOFSET are now contained inside the kernel namespace.
Theo de Raadt
2013-03-25
ALIGNBYTES/ALIGN/ALIGNED_POINTER can move to the MI file.
Theo de Raadt
2013-03-23
refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is added
Theo de Raadt
2013-03-22
ARM Cortex A8 was defined twice, we don't need that.
Patrick Wildt
2013-03-22
Use different setup functions for ARM9E and ARM10 to fix an undefined
Patrick Wildt
2013-03-15
Delete the sequencer(4) driver, since its not used any longer. Diff
Alexandre Ratchov
2013-03-12
Fix kernel profiling on MP systems by using per-CPU buffers and teach
Martin Pieuchot
2013-02-12
Back out per-CPU kernel profiling, it shouldn't modify a public header
Martin Pieuchot
2013-02-11
Fix kernel profiling on MP systems by using per-CPU buffer. Previously
Martin Pieuchot
2013-02-09
Grammar, typos
Miod Vallat
2013-02-09
Fix indent, add RCS Id
Miod Vallat
2013-01-25
Updates for beagle/panda work. OK patrick@ and miod@
Brandon Mercer
2013-01-23
Add instruction fault register functions, which will be needed for further
Patrick Wildt
2013-01-18
Update the ARM CPU ID information. The IDs aren't vendor/product
Patrick Wildt
2013-01-17
New pmap for panda boards. Work from lots of folks.
Brandon Mercer
2013-01-16
cpu_coredump() also needs to invoke vn_rdwr() without IO_NODELOCKED; only
Miod Vallat
2012-12-05
Remove excessive sys/cdefs.h inclusion
Theo de Raadt
2012-12-02
Determine whether we're currently on the alternative signal stack
Philip Guenthe
2012-10-17
Document the 'boothowto hack' used to flag to (a few) DVACT_POWERDOWN
Theo de Raadt
2012-10-08
Revamp the sequences for suspend/hibernate -> resume so that the code
Theo de Raadt
2012-09-11
Remove the 'OLF method' used for the transition from a.out to ELF and
Theo de Raadt
[next]