summaryrefslogtreecommitdiff
path: root/sys/arch/arm/include
AgeCommit message (Expand)Author
2010-02-08Remove separate mb_map. The nmbclusters is computed at boot time basedjoerg
2009-12-27Add write-through cache work-around for ARM11 as well as ARM9/ARM10. Analyzeduebayasi
2009-12-11Add PRIx{P,V}{ADDR,SIZE}, PRIu{P,V}SIZE, and PRIxREGISTER{,32,64} for allmatt
2009-12-10Rename L_ADDR to L_PCB and amend some comments accordingly.rmind
2009-11-23If cpu_disklabel includes struct dkbad, define __HAVE_DISKLABEL_DKBAD.pooka
2009-11-21Use lwp_getpcb() on ARM (and acorn26/32), clean from struct user usage.rmind
2009-10-22Simplify pmap_remove() a little by avoiding pmap_do_remove() layer, sincermind
2009-08-19Use PMAP_ENABLE_PMAP_KMPAGE to enable PMAP_KMPAGE. We still want the bitthorpej
2009-08-19isa_detach_hook() needs two arguments, the first an isa_chipset_tag_t.dyoung
2009-08-19Rationalize the definition of PMAP_KMPAGE.thorpej
2009-08-19Define isa_dmadestroy(). Declare isa_detach_hook().dyoung
2009-05-30Add TLS relocation definitions.skrll
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2009-03-06Remove SHMMAXPGS from all kernel configs. Dynamically compute thejoerg
2009-02-27IXP425 is not ARM_ARCH_4 but ARM_ARCH_5msaitoh
2009-01-29fix splx() function prototype.nonaka
2009-01-18Now that GET_CURPCB and GET_CURCPU are generally available, use thembjh21
2009-01-18Define a version of GET_CURCPU, GET_CURLWP, and GET_CURPCB for use onbjh21
2009-01-17Clear out the vestigial support for the Simtec Hydra board. Now that we'rebjh21
2009-01-11merge christos-time_tchristos
2008-12-30Reclaim PVF_KNC in VIPT to be PVF_MULTCLR (page has multiple colors).matt
2008-12-09Make pmap_kernel() a MI macro for struct pmap *kernel_pmap_ptr,pooka
2008-11-19Make the emulations, exec formats, coredump, NFS, and the NFS serverad
2008-11-19This is not longer needed since atomic_{set|clear}_bit are now dead.matt
2008-11-19Fix __HAVE_FAST_SOFTINTS (boolean dyslexia strikes again).matt
2008-10-26Fix DO_PENDING_SOFTINTS (remove pasto, remove a branch, use movs)matt
2008-10-24Add pci_conf_hook entry. Add pc_cfg_cmd cell for pci_conf_write optimization.matt
2008-10-21Use #ifdef, not #ifmatt
2008-10-17use generic enable_interrupts() and disable_interrupts() instead ofcliff
2008-10-15Add fa526_flush_prefetchbufmatt
2008-10-15Merge wrstuden-revivesa into HEAD.wrstuden
2008-10-14Add FA526 support (compile tested only)matt
2008-08-29Remove non-__ELF__ snippets.matt
2008-08-29Remove non-__ELF__ support. Use .pushsection/.popsection for RCSID.matt
2008-08-29use uint32_t.matt
2008-08-27Add new CPU Cache register definitions for Cortex-A8.matt
2008-08-13Fix a few more corner cases. Always KMPAGE or pages with unmanaged writeablematt
2008-08-07Only call dosoftints() is ci_intr_depth == 0matt
2008-08-07Do fast softint processing in DO_AST_AND_RESTORE_ALIGNMENT_FAULTS.matt
2008-08-06Change pv_entries to use SLIST.matt
2008-08-06Define IF32_bits as the union of I32_bit|F32_bitmatt
2008-08-05Update <machine/ieeefp.h> to use the C99 FE_* definitions instead of thematt
2008-07-22Implement workaround for:matt
2008-07-21Add PMAP_KMPAGE defintion (forgotten commit). Also add PVF_DIRTY which willmatt
2008-07-16Revamp bookkeeping for pages entered by pmap_kenter_pa. Keep track of themmatt
2008-06-25Revert last change and just use .WAITmatt
2008-06-23Fix a race condition -j. Don't do SUBDIRS= include/arm include/arm/...matt
2008-06-21Add stdargs support for pcc.gmcgarry
2008-06-11Let the shark boot again. Fixes port-shark/38929. While I'm here fix therafal
2008-04-28Remove clause 3 and 4 from TNF licensesmartin