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
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
2013-03-28
Add __strong_alias macros for all architectures to be able to alias
Martynas Venckus
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
Use different setup functions for ARM9E and ARM10 to fix an undefined
Patrick Wildt
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-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
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-09-11
Remove the 'OLF method' used for the transition from a.out to ELF and
Theo de Raadt
2012-08-29
Implement pci_min_powerstate().
Mark Kettenis
2012-08-25
Another missed PIC -> __PIC__ conversion.
Mark Kettenis
2012-08-22
Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure cc
Pascal Stumpf
2012-06-26
create new machine/_float.h which is namespace clean. create a new
Theo de Raadt
2012-03-26
Add APM_IOC_HIBERNATE
Theo de Raadt
2011-11-16
Make userret() MI. On architectures which jammed stuff into it in the
Theo de Raadt
2011-11-15
label_t is the kernel setjmp buffer. It should simply be an array of
Theo de Raadt
2011-11-08
remove support for big endian; ok drahn
Theo de Raadt
2011-11-07
Fix the definition of L1_S_V7_AP().
Miod Vallat
2011-11-05
Remove incorrect logic leading to skip page table flushes because
Miod Vallat
2011-10-27
Specify the TLS variant for each platform.
Philip Guenthe
2011-10-24
Introduce a pluggable interrupt controller infrastructure for beagle,
Dale Rahn
[next]