summaryrefslogtreecommitdiffstats
path: root/sys/arm/xscale/i80321
Commit message (Expand)AuthorAgeFilesLines
* Unify interrupts bit definition and usage. While here remove PSR_C_bit.andrew2014-09-103-3/+5
* Do not hand the VM the memory used for stacks/page tables/etc.cognet2014-05-292-0/+8
* When mapping device memory, use PTE_DEVICE rather than PTE_NOCACHE.ian2014-05-102-6/+6
* Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.cian2014-03-102-2/+0
* The arm exception entry points currently vector through a function pointerian2014-03-092-18/+0
* Update legacy platforms to use new arm_physmem helper routines.ian2014-02-092-23/+30
* It turns out a global variable is the only straightforward way toian2014-02-092-0/+4
* Consolidate code related to setting up physical memory configuration intoian2014-02-082-6/+0
* Remove the ARM_USE_SMALL_ALLOC option and code related to it.ian2014-02-082-70/+0
* Call cpu_setup() from the initarm() routine on platforms that don't useian2013-11-212-0/+4
* Move remaining code and data related to static device mapping into theian2013-11-042-4/+6
* Hints-only devices should return BUS_PROBE_NOWILDCARD from their probenwhitehorn2013-10-291-1/+1
* Remove all #include <machine/pmap.h> from arm code. It's alreadyian2013-10-271-1/+0
* Increase the KVA available for xscale CPUs.cognet2013-10-172-2/+2
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-071-1/+1
* Eliminate a redundant #include: machine/pmap.h is already includedalc2013-03-012-2/+0
* Complete r247297:attilio2013-02-282-4/+0
* Initialize vm_max_kernel_address on non-FDT platforms. (This should havealc2013-02-202-4/+4
* Clean up the two i80321 copies of initarm to be closer to one another.andrew2012-11-172-42/+43
* Create a common set_stackptrs in sys/arm/machdep.c.andrew2012-09-222-30/+2
* Set machine correctly on ARM. This allows universe to use the correct worldandrew2012-08-182-2/+2
* Merging projects/armv6, part 1gonzo2012-08-152-6/+0
* Remove some unused variables/externs that have been copied too many times...imp2012-07-102-10/+0
* Modify all the arm platform files to call parse_boot_param passing inimp2012-06-142-2/+2
* Remove leakage of other patches into last commit.imp2012-06-132-2/+2
* trim trailing spaces that have accumulated over the years (these filesimp2012-06-1313-72/+72
* Remove an unneeded increment from initarm. The variable is uninitialised,andrew2012-06-101-1/+0
* Pull out the common code to initialise proc0 & thread0 from initarm to aandrew2012-06-102-18/+2
* Minor rearrangement of the locore <-> initarm interface. Pass in aimp2012-06-032-2/+2
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-2/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Check the return value of BUS_SETUP_INTR()kevlo2011-10-271-2/+6
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* Call init_param1() much earlier, so that msgbufsize is non-zero when we wantcognet2011-02-132-4/+6
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.pluknet2011-01-212-8/+4
* Remove remaining bits of performance counter support.rpaulo2009-10-031-2/+0
* Implement a facility for dynamic per-cpu variables.jeff2009-06-232-0/+10
* strict kobj signatures: number of fixes for arm architectureavg2009-06-111-4/+4
* Pass the previously returned IRQ back to arm_get_next_irq() so thatmarcel2009-06-091-1/+1
* - Fix spelling error in comments.stas2008-12-012-2/+2
* Eliminate unused global variables. (These global variables became fields ofalc2008-07-182-2/+0
* Remove some long-dead codekevlo2008-04-082-8/+0
* Remove bus_space_generic.c from the per-plarform files. Having it in thecognet2008-04-052-2/+0
* Refactor certain ARM bus space methods: instead of having multiple copies ofraj2008-04-035-103/+10
* Take the first baby step towards unifying and cleaning up arminit():imp2008-04-032-103/+4
* Fix for the panic("vm_thread_new: kstack allocation failed") andkib2007-11-052-2/+2
* Make the PCI code aware of PCI domains (aka PCI segments) so we canmarius2007-09-301-1/+5
* There's no need to re-read PCIR_COMMAND once we set it.cognet2007-09-041-2/+0
* Cleanupcognet2007-07-272-8/+2
* Do not define NIRQ, it is already defined in include/intr.hcognet2007-07-271-5/+0
OpenPOWER on IntegriCloud