aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/include
Commit message (Expand)AuthorAgeFilesLines
* MFC r197933:Konstantin Belousov2009-10-201-0/+3
* Add support to the virtual memory system for configuring machine-Alan Cox2009-07-122-2/+5
* Cleanup ALIGNED_POINTER:Sam Leffler2009-07-051-0/+7
* Correct the #endif comment.Alan Cox2009-06-261-1/+1
* This change is the next step in implementing the cache control functionalityAlan Cox2009-06-261-0/+35
* Track the kernel mapping of a physical page by a new entry in vm_pageAndrew Thompson2009-06-181-0/+2
* Pass the previously returned IRQ back to arm_get_next_irq() so thatMarcel Moolenaar2009-06-091-1/+1
* Define the kernel pmap in the same way on arm as on every otherAlan Cox2009-05-071-3/+2
* Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizingRobert Watson2009-04-201-2/+0
* Add description and cautionary note regarding CACHE_LINE_SIZE.Robert Watson2009-04-191-0/+4
* For each architecture, define CACHE_LINE_SHIFT and a derivedRobert Watson2009-04-191-0/+5
* Retire VM_PROT_READ_IS_EXEC. It was intended to be a micro-optimization,Alan Cox2009-04-041-2/+0
* Fix the userland, RAS, version of atomic_fetchadd_32 :Olivier Houchard2009-03-311-9/+10
* Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointerKonstantin Belousov2009-03-171-1/+2
* To prevent various race conditions in the RAS code, store and restore theOlivier Houchard2009-02-122-0/+5
* force atomic_cmpset_ptr types to match atomic_cmpset_32;Sam Leffler2009-02-031-1/+2
* Add a comment explaining what ARM_KERN_DIRECTMAP is all about.Olivier Houchard2009-01-221-0/+7
* Fix confusing naming of Marvell ARM CPU specific routines.Rafal Jaworowski2009-01-091-11/+11
* Add support for the FPA floating-point format on ARM. TheMarcel Moolenaar2008-12-231-0/+11
* add IXP465 and generic IXP425 definitionSam Leffler2008-12-231-0/+2
* MFH @ 186335Sam Leffler2008-12-201-4/+0
|\
| * AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them.Warner Losh2008-12-171-4/+0
* | Merge WIP from p4:Sam Leffler2008-12-132-1/+4
|/
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,Kip Macy2008-11-221-0/+4
* Support kernel crash mini dumps on ARM architecture.Rafal Jaworowski2008-11-063-0/+52
* Initial support of loader(8) for ARM machines running U-Boot.Rafal Jaworowski2008-10-142-1/+73
* Introduce basic support for Marvell families of system-on-chip ARM devices:Rafal Jaworowski2008-10-132-1/+4
* Introduce low-level support for new Marvell core CPUs: 88FR131, 88FR571.Rafal Jaworowski2008-10-132-0/+27
* Remove the unused field "pc_prvspace" from the MD fields for the structOlivier Houchard2008-09-111-6/+1
* ARM interrupts improvements.Rafal Jaworowski2008-09-111-1/+1
* Whitespace nit.Warner Losh2008-08-231-1/+1
* Export 'struct pcpu' to userland w/o requiring _KERNEL. A few portsJohn Baldwin2008-08-191-0/+4
* Add "add pc, whatever" as a branch instruction, we use it in memcpy().Olivier Houchard2008-08-031-2/+3
* Add blx as a branch instruction.Olivier Houchard2008-08-031-1/+2
* Add yet another branch instruction.Olivier Houchard2008-08-021-1/+2
* Remove the unused major/minor numbers from iodev and memdev.Ed Schouten2008-06-251-1/+0
* Support for the XScale PXA255 SoC as found on the Gumstix Basix and ConnexBenno Rice2008-06-061-0/+3
* On the AT91, we need to write on the EOI register after we handle anOlivier Houchard2008-04-201-0/+1
* Take the first baby step towards unifying and cleaning up arminit():Warner Losh2008-04-031-5/+5
* When building a kernel module, define MAXCPU the same as SMP soJohn Birrell2008-03-271-2/+2
* Remove unused pv_list_count from the vm_page, and pm_count from the structOlivier Houchard2008-03-061-2/+0
* Remove errant % in license comment.Robert Watson2008-02-261-1/+1
* Improve ARM_TP_ADDRESS and RAS area.Rafal Jaworowski2008-02-053-60/+47
* Bring in the nice work from Mark Tinguely on arm pmap.Olivier Houchard2008-01-311-15/+2
* Add configuration knobs for the superpage reservation system. Initially,Alan Cox2007-12-271-0/+7
* Add stubs to unbreak LINT.Joseph Koshy2007-12-071-0/+4
* Break out stack(9) from ddb(4):Robert Watson2007-12-021-0/+42
* Close a race.Olivier Houchard2007-12-022-19/+49
* In atomic_fetchadd_32(), do not blindly increase the value of %3.Olivier Houchard2007-11-271-2/+3
* __CPU_XSCALE_PXA2XX -> CPU_XSCALE_PXA2X0Kevin Lo2007-11-011-1/+1