| Commit message (Expand) | Author | Age | Files | Lines |
* | Show the cpu info for fa526 | kevlo | 2010-02-20 | 1 | -0/+1 |
* | Correct both FA526/FA626TE cpu ids since the cpu id is always | kevlo | 2010-02-20 | 1 | -2/+2 |
* | The NetBSD Foundation has granted permission to remove clauses 3 and 4. | imp | 2010-02-16 | 5 | -35/+0 |
* | Correct cpu id for FA526. | kevlo | 2010-02-14 | 1 | -1/+2 |
* | Add support for Cavium Econa CNS11XX ARM boards. These boards were | rpaulo | 2010-01-04 | 2 | -2/+26 |
* | Intel XScale hwpmc(4) support. | rpaulo | 2009-12-23 | 1 | -6/+42 |
* | Define architectural load bases for PIE binaries. Addresses were selected | kib | 2009-10-10 | 1 | -0/+3 |
* | Promote the cpu_class local variable to global and expose it in md_var.h | rpaulo | 2009-09-26 | 1 | -0/+21 |
* | Add a new sysctl for reporting all of the supported page sizes. | alc | 2009-09-18 | 1 | -0/+2 |
* | Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating an | phk | 2009-09-08 | 2 | -18/+57 |
* | Add support to the virtual memory system for configuring machine- | alc | 2009-07-12 | 2 | -2/+5 |
* | Cleanup ALIGNED_POINTER: | sam | 2009-07-05 | 1 | -0/+7 |
* | Correct the #endif comment. | alc | 2009-06-26 | 1 | -1/+1 |
* | This change is the next step in implementing the cache control functionality | alc | 2009-06-26 | 1 | -0/+35 |
* | Track the kernel mapping of a physical page by a new entry in vm_page | thompsa | 2009-06-18 | 1 | -0/+2 |
* | Pass the previously returned IRQ back to arm_get_next_irq() so that | marcel | 2009-06-09 | 1 | -1/+1 |
* | Define the kernel pmap in the same way on arm as on every other | alc | 2009-05-07 | 1 | -3/+2 |
* | Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizing | rwatson | 2009-04-20 | 1 | -2/+0 |
* | Add description and cautionary note regarding CACHE_LINE_SIZE. | rwatson | 2009-04-19 | 1 | -0/+4 |
* | For each architecture, define CACHE_LINE_SHIFT and a derived | rwatson | 2009-04-19 | 1 | -0/+5 |
* | Retire VM_PROT_READ_IS_EXEC. It was intended to be a micro-optimization, | alc | 2009-04-04 | 1 | -2/+0 |
* | Fix the userland, RAS, version of atomic_fetchadd_32 : | cognet | 2009-03-31 | 1 | -9/+10 |
* | Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointer | kib | 2009-03-17 | 1 | -1/+2 |
* | To prevent various race conditions in the RAS code, store and restore the | cognet | 2009-02-12 | 2 | -0/+5 |
* | force atomic_cmpset_ptr types to match atomic_cmpset_32; | sam | 2009-02-03 | 1 | -1/+2 |
* | Add a comment explaining what ARM_KERN_DIRECTMAP is all about. | cognet | 2009-01-22 | 1 | -0/+7 |
* | Fix confusing naming of Marvell ARM CPU specific routines. | raj | 2009-01-09 | 1 | -11/+11 |
* | Add support for the FPA floating-point format on ARM. The | marcel | 2008-12-23 | 1 | -0/+11 |
* | add IXP465 and generic IXP425 definition | sam | 2008-12-23 | 1 | -0/+2 |
* | MFH @ 186335 | sam | 2008-12-20 | 1 | -4/+0 |
|\ |
|
| * | AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them. | imp | 2008-12-17 | 1 | -4/+0 |
* | | Merge WIP from p4: | sam | 2008-12-13 | 2 | -1/+4 |
|/ |
|
* | - bump __FreeBSD version to reflect added buf_ring, memory barriers, | kmacy | 2008-11-22 | 1 | -0/+4 |
* | Support kernel crash mini dumps on ARM architecture. | raj | 2008-11-06 | 3 | -0/+52 |
* | Initial support of loader(8) for ARM machines running U-Boot. | raj | 2008-10-14 | 2 | -1/+73 |
* | Introduce basic support for Marvell families of system-on-chip ARM devices: | raj | 2008-10-13 | 2 | -1/+4 |
* | Introduce low-level support for new Marvell core CPUs: 88FR131, 88FR571. | raj | 2008-10-13 | 2 | -0/+27 |
* | Remove the unused field "pc_prvspace" from the MD fields for the struct | cognet | 2008-09-11 | 1 | -6/+1 |
* | ARM interrupts improvements. | raj | 2008-09-11 | 1 | -1/+1 |
* | Whitespace nit. | imp | 2008-08-23 | 1 | -1/+1 |
* | Export 'struct pcpu' to userland w/o requiring _KERNEL. A few ports | jhb | 2008-08-19 | 1 | -0/+4 |
* | Add "add pc, whatever" as a branch instruction, we use it in memcpy(). | cognet | 2008-08-03 | 1 | -2/+3 |
* | Add blx as a branch instruction. | cognet | 2008-08-03 | 1 | -1/+2 |
* | Add yet another branch instruction. | cognet | 2008-08-02 | 1 | -1/+2 |
* | Remove the unused major/minor numbers from iodev and memdev. | ed | 2008-06-25 | 1 | -1/+0 |
* | Support for the XScale PXA255 SoC as found on the Gumstix Basix and Connex | benno | 2008-06-06 | 1 | -0/+3 |
* | On the AT91, we need to write on the EOI register after we handle an | cognet | 2008-04-20 | 1 | -0/+1 |
* | Take the first baby step towards unifying and cleaning up arminit(): | imp | 2008-04-03 | 1 | -5/+5 |
* | When building a kernel module, define MAXCPU the same as SMP so | jb | 2008-03-27 | 1 | -2/+2 |
* | Remove unused pv_list_count from the vm_page, and pm_count from the struct | cognet | 2008-03-06 | 1 | -2/+0 |