summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Handle endianness correctly.cognet2005-03-031-1/+1
* netchild's mega-patch to isolate compiler dependencies into a centraljoerg2005-03-024-14/+21
* In cpu_throw(), correctly calculate td->td_md.md_tp.cognet2005-03-011-2/+2
* Introduce realmem.cognet2005-03-011-0/+3
* Instead of using sysarch() to store-retrieve the tp, add a magic address,cognet2005-02-2610-4/+70
* Add the field in the md part of the struct thread required by ARM_[GET|SET]_TP.cognet2005-02-261-0/+1
* Implement two new sysarch for arm, ARM_GET_TP and ARM_SET_TP, to work aroundcognet2005-02-252-1/+25
* Make sure casuptr() reset pcb->pcb_onfault when returning.cognet2005-02-251-1/+2
* MFp4: get the code that set the pc correctly to work, remove a few IQ31244cognet2005-02-202-21/+22
* Removing the #endif as well sounds like a good idea.cognet2005-02-201-1/+0
* In cpufunc_control, uncomment the code responsible for returning the oldcognet2005-02-201-1/+0
* Use a common multi-inclusion protection, and add such aru2005-02-191-4/+4
* Support high vectors for arm9.cognet2005-02-181-0/+2
* Define NIRQ to 64 for CPU_ARM9, because Cirrus Logic EP93XX cores providescognet2005-02-131-0/+4
* Remove unused prototype.cognet2005-02-131-1/+0
* Remove redondant includes.cognet2005-02-131-2/+0
* Don't prototype pmap_kenter().cognet2005-02-131-1/+1
* move pmap.h after vm.h include... some of the headers from pmap.h dependjmg2005-02-091-1/+1
* Finish the job of sorting all includes and fix the build by includingnjl2005-02-061-16/+16
* Sort includes a little so that bus.h comes before cpu.h (for device_t).njl2005-02-041-2/+3
* Add an implementation of cpu_est_clockrate(9). This function estimates thenjl2005-02-041-0/+9
* Sort functions.njl2005-02-011-4/+4
* Make sure we can boot both with and without MMU enabled.cognet2005-01-231-1/+5
* Define bus_dmamap_load_buffer before bus_dmamap_load to make gcc happy.cognet2005-01-231-34/+34
* Fix compile for !KTR.cognet2005-01-231-0/+4
* Remove references to non-existing symbols DO_corb and got_mmu.cognet2005-01-201-7/+0
* Fix compile for __ARMEB__.cognet2005-01-191-5/+5
* MFpowerpc: Work around the problem of returning a 32 bits value fromcognet2005-01-191-1/+14
* Start to support the big endian case as well.cognet2005-01-181-0/+13
* Add a new sysctl, hw.sevenseg.freq, to control the update frequency.cognet2005-01-161-1/+6
* Erm, don't forget to store the mbuf in the dmamap in bus_dmamap_load_mbuf_sg(),cognet2005-01-161-5/+6
* Add support for KTR_BUSDMA.cognet2005-01-151-6/+43
* Add the prototype for bus_dmamap_load_mbuf_sg().cognet2005-01-151-0/+3
* MFi386: add bus_dmamap_load_mbuf_sg().cognet2005-01-151-0/+36
* Add the 7 seg display.cognet2005-01-151-0/+1
* Add support for the IQ31244 7 seg display.cognet2005-01-154-0/+390
* Start the license statement with /*-cognet2005-01-151-1/+1
* Use device_set_desc().cognet2005-01-151-0/+2
* Add the i80321 watchdog.cognet2005-01-153-0/+3
* Add a driver for the i80321 watchdog.cognet2005-01-151-0/+149
* Add support for ptrace() and gdb breakpoints.cognet2005-01-105-16/+80
* Don't assume pmap_update() will cpwait for us, pmap_update will disappear soon.cognet2005-01-101-3/+1
* Start all license statements with /*-imp2005-01-05116-165/+121
* Modify pmap_enter_quick() so that it expects the page queues to be lockedalc2004-12-231-3/+0
* - The IQ80321 has a jumper which changes the PCI device id from 4 to 8 for thecognet2004-12-211-5/+13
* Update the StrongArm port to match the current code.cognet2004-12-183-6/+15
* Make sure gcc doesn't generate something such as swp r3, r4, [r3] for __swp,cognet2004-12-181-1/+1
* In the common case, pmap_enter_quick() completes without sleeping.alc2004-12-151-0/+11
* Enable interrupts once the active ones have been masked.cognet2004-12-141-3/+2
* Update the sp after popping the regs.cognet2004-12-141-1/+1
OpenPOWER on IntegriCloud