summaryrefslogtreecommitdiffstats
path: root/sys/arm/include
Commit message (Expand)AuthorAgeFilesLines
* Define the kernel pmap in the same way on arm as on every otheralc2009-05-071-3/+2
* Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizingrwatson2009-04-201-2/+0
* Add description and cautionary note regarding CACHE_LINE_SIZE.rwatson2009-04-191-0/+4
* For each architecture, define CACHE_LINE_SHIFT and a derivedrwatson2009-04-191-0/+5
* Retire VM_PROT_READ_IS_EXEC. It was intended to be a micro-optimization,alc2009-04-041-2/+0
* Fix the userland, RAS, version of atomic_fetchadd_32 :cognet2009-03-311-9/+10
* Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointerkib2009-03-171-1/+2
* To prevent various race conditions in the RAS code, store and restore thecognet2009-02-122-0/+5
* force atomic_cmpset_ptr types to match atomic_cmpset_32;sam2009-02-031-1/+2
* Add a comment explaining what ARM_KERN_DIRECTMAP is all about.cognet2009-01-221-0/+7
* Fix confusing naming of Marvell ARM CPU specific routines.raj2009-01-091-11/+11
* Add support for the FPA floating-point format on ARM. Themarcel2008-12-231-0/+11
* add IXP465 and generic IXP425 definitionsam2008-12-231-0/+2
* MFH @ 186335sam2008-12-201-4/+0
|\
| * AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them.imp2008-12-171-4/+0
* | Merge WIP from p4:sam2008-12-132-1/+4
|/
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,kmacy2008-11-221-0/+4
* Support kernel crash mini dumps on ARM architecture.raj2008-11-063-0/+52
* Initial support of loader(8) for ARM machines running U-Boot.raj2008-10-142-1/+73
* Introduce basic support for Marvell families of system-on-chip ARM devices:raj2008-10-132-1/+4
* Introduce low-level support for new Marvell core CPUs: 88FR131, 88FR571.raj2008-10-132-0/+27
* Remove the unused field "pc_prvspace" from the MD fields for the structcognet2008-09-111-6/+1
* ARM interrupts improvements.raj2008-09-111-1/+1
* Whitespace nit.imp2008-08-231-1/+1
* Export 'struct pcpu' to userland w/o requiring _KERNEL. A few portsjhb2008-08-191-0/+4
* Add "add pc, whatever" as a branch instruction, we use it in memcpy().cognet2008-08-031-2/+3
* Add blx as a branch instruction.cognet2008-08-031-1/+2
* Add yet another branch instruction.cognet2008-08-021-1/+2
* Remove the unused major/minor numbers from iodev and memdev.ed2008-06-251-1/+0
* Support for the XScale PXA255 SoC as found on the Gumstix Basix and Connexbenno2008-06-061-0/+3
* On the AT91, we need to write on the EOI register after we handle ancognet2008-04-201-0/+1
* Take the first baby step towards unifying and cleaning up arminit():imp2008-04-031-5/+5
* When building a kernel module, define MAXCPU the same as SMP sojb2008-03-271-2/+2
* Remove unused pv_list_count from the vm_page, and pm_count from the structcognet2008-03-061-2/+0
* Remove errant % in license comment.rwatson2008-02-261-1/+1
* Improve ARM_TP_ADDRESS and RAS area.raj2008-02-053-60/+47
* Bring in the nice work from Mark Tinguely on arm pmap.cognet2008-01-311-15/+2
* Add configuration knobs for the superpage reservation system. Initially,alc2007-12-271-0/+7
* Add stubs to unbreak LINT.jkoshy2007-12-071-0/+4
* Break out stack(9) from ddb(4):rwatson2007-12-021-0/+42
* Close a race.cognet2007-12-022-19/+49
* In atomic_fetchadd_32(), do not blindly increase the value of %3.cognet2007-11-271-2/+3
* __CPU_XSCALE_PXA2XX -> CPU_XSCALE_PXA2X0kevlo2007-11-011-1/+1
* Merge support from p4 (from NetBSD) for arm9e and arm10, arm11 cores. Notimp2007-10-182-10/+88
* Merge definitions for ARM9E, ARM10 and ARM11 processors from p4 (whichimp2007-10-181-2/+14
* Define _ARM_ARCH_5E too, so that we know if pld/strd/ldrd are available.cognet2007-10-131-1/+6
* Change the management of cached pages (PQ_CACHE) in two fundamentalalc2007-09-251-2/+3
* Twist the RAS logic a bit to avoid branching.cognet2007-09-221-12/+9
* In __bswap16_var(), make sure the 16 upper bits are cleared; whilecognet2007-09-091-2/+4
* XScale core 3 definitions.cognet2007-07-271-0/+5
OpenPOWER on IntegriCloud