aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Finish the job of sorting all includes and fix the build by includingNate Lawson2005-02-061-16/+16
* Sort includes a little so that bus.h comes before cpu.h (for device_t).Nate Lawson2005-02-041-2/+3
* Add an implementation of cpu_est_clockrate(9). This function estimates theNate Lawson2005-02-041-0/+9
* Sort functions.Nate Lawson2005-02-011-4/+4
* Make sure we can boot both with and without MMU enabled.Olivier Houchard2005-01-231-1/+5
* Define bus_dmamap_load_buffer before bus_dmamap_load to make gcc happy.Olivier Houchard2005-01-231-34/+34
* Fix compile for !KTR.Olivier Houchard2005-01-231-0/+4
* Remove references to non-existing symbols DO_corb and got_mmu.Olivier Houchard2005-01-201-7/+0
* Fix compile for __ARMEB__.Olivier Houchard2005-01-191-5/+5
* MFpowerpc: Work around the problem of returning a 32 bits value fromOlivier Houchard2005-01-191-1/+14
* Start to support the big endian case as well.Olivier Houchard2005-01-181-0/+13
* Add a new sysctl, hw.sevenseg.freq, to control the update frequency.Olivier Houchard2005-01-161-1/+6
* Erm, don't forget to store the mbuf in the dmamap in bus_dmamap_load_mbuf_sg(),Olivier Houchard2005-01-161-5/+6
* Add support for KTR_BUSDMA.Olivier Houchard2005-01-151-6/+43
* Add the prototype for bus_dmamap_load_mbuf_sg().Olivier Houchard2005-01-151-0/+3
* MFi386: add bus_dmamap_load_mbuf_sg().Olivier Houchard2005-01-151-0/+36
* Add the 7 seg display.Olivier Houchard2005-01-151-0/+1
* Add support for the IQ31244 7 seg display.Olivier Houchard2005-01-154-0/+390
* Start the license statement with /*-Olivier Houchard2005-01-151-1/+1
* Use device_set_desc().Olivier Houchard2005-01-151-0/+2
* Add the i80321 watchdog.Olivier Houchard2005-01-153-0/+3
* Add a driver for the i80321 watchdog.Olivier Houchard2005-01-151-0/+149
* Add support for ptrace() and gdb breakpoints.Olivier Houchard2005-01-105-16/+80
* Don't assume pmap_update() will cpwait for us, pmap_update will disappear soon.Olivier Houchard2005-01-101-3/+1
* Start all license statements with /*-Warner Losh2005-01-05116-165/+121
* Modify pmap_enter_quick() so that it expects the page queues to be lockedAlan Cox2004-12-231-3/+0
* - The IQ80321 has a jumper which changes the PCI device id from 4 to 8 for theOlivier Houchard2004-12-211-5/+13
* Update the StrongArm port to match the current code.Olivier Houchard2004-12-183-6/+15
* Make sure gcc doesn't generate something such as swp r3, r4, [r3] for __swp,Olivier Houchard2004-12-181-1/+1
* In the common case, pmap_enter_quick() completes without sleeping.Alan Cox2004-12-151-0/+11
* Enable interrupts once the active ones have been masked.Olivier Houchard2004-12-141-3/+2
* Update the sp after popping the regs.Olivier Houchard2004-12-141-1/+1
* Save a few more cycles in cpu_switch() and cpu_throw().Olivier Houchard2004-12-121-29/+24
* Fix style.Olivier Houchard2004-12-111-34/+34
* Add entries to trace syscalls with KTR.Olivier Houchard2004-12-111-0/+6
* Fix compilation with INVARIANTS.Olivier Houchard2004-12-111-2/+2
* s/RETEQ/RETeq/.Olivier Houchard2004-12-101-1/+1
* Include <sys/signalvar.h> for trapsignal().Olivier Houchard2004-12-071-0/+1
* Make sure to map the whole kernel into 1MB pages. Try to use the remainingOlivier Houchard2004-12-051-27/+67
* Reactivate the use of the minidata cache.Olivier Houchard2004-12-051-1/+0
* Do not change the page directory and do not flush the TLB when switching toOlivier Houchard2004-12-051-26/+6
* Remove an unused field from the struct pv_entry.Olivier Houchard2004-12-051-4/+3
* Include <sys/signalvar.h> for trapsignal().Olivier Houchard2004-12-021-0/+1
* Don't include sys/user.h merely for its side-effect of recursivelyDavid Schultz2004-11-274-4/+2
* Enable interrupts as soon as the pending interrupts have been masked.Olivier Houchard2004-11-231-4/+3
* Use ns8250.Olivier Houchard2004-11-232-3/+2
* Cleanup.Olivier Houchard2004-11-211-41/+3
* Set the frame pointer to 0 in fork_trampoline().Olivier Houchard2004-11-211-0/+1
* Implement breakpoints and single stepping on arm.Olivier Houchard2004-11-214-21/+109
* Remove useless code.Olivier Houchard2004-11-201-120/+0