summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Add entries to trace syscalls with KTR.cognet2004-12-111-0/+6
* Fix compilation with INVARIANTS.cognet2004-12-111-2/+2
* s/RETEQ/RETeq/.cognet2004-12-101-1/+1
* Include <sys/signalvar.h> for trapsignal().cognet2004-12-071-0/+1
* Make sure to map the whole kernel into 1MB pages. Try to use the remainingcognet2004-12-051-27/+67
* Reactivate the use of the minidata cache.cognet2004-12-051-1/+0
* Do not change the page directory and do not flush the TLB when switching tocognet2004-12-051-26/+6
* Remove an unused field from the struct pv_entry.cognet2004-12-051-4/+3
* Include <sys/signalvar.h> for trapsignal().cognet2004-12-021-0/+1
* Don't include sys/user.h merely for its side-effect of recursivelydas2004-11-274-4/+2
* Enable interrupts as soon as the pending interrupts have been masked.cognet2004-11-231-4/+3
* Use ns8250.cognet2004-11-232-3/+2
* Cleanup.cognet2004-11-211-41/+3
* Set the frame pointer to 0 in fork_trampoline().cognet2004-11-211-0/+1
* Implement breakpoints and single stepping on arm.cognet2004-11-214-21/+109
* Remove useless code.cognet2004-11-201-120/+0
* Implement enough to be able to enter and leave DDB.cognet2004-11-203-5/+43
* Get the kernel stack right now that the u-area is gone.cognet2004-11-204-6/+7
* Remove UAREA_PAGES and USPACE definitions. The definitions ofdas2004-11-201-9/+1
* Remove some references to U area here while trying not to breakdas2004-11-201-4/+3
* Remove references to U area and garbage collect includes.das2004-11-201-3/+1
* U areas are going away, so don't allocate one for process 0.das2004-11-202-17/+1
* Increase cnt.v_syscall and cnt.v_trap when needed.cognet2004-11-201-0/+3
* Move KERNPHYSADDR and KERNVIRTADDR from std.i80321 to std.iq31244.cognet2004-11-182-2/+2
* Simplify a bit bus_dmamap_load_buffer by removing the "first" parameter, usecognet2004-11-161-38/+21
* MFi386:cognet2004-11-151-17/+14
* Remove debugging printf.cognet2004-11-131-1/+0
* Don't forget to clear the PG_WRITEABLE flag when appropriate.cognet2004-11-131-0/+6
* Use uma_prealloc() on the l2table_zone to prevent a LOR at startup.cognet2004-11-131-3/+5
* Implement interrupt counting, so that vmstat -i work.cognet2004-11-123-9/+21
* Don't forget to include opt_vm.h.cognet2004-11-101-0/+2
* Convert the IQ31244 code to use ARM32_NEW_VM_LAYOUT.cognet2004-11-102-6/+16
* Invalidate the data cache in pmap_qremove() instead of in pmap_kenter(),cognet2004-11-101-2/+2
* Remove __P here too.trhodes2004-11-101-3/+3
* Use the RET macro.cognet2004-11-0925-296/+295
* Import a RET macro, that will use bx if the arch supports it.cognet2004-11-091-0/+36
* Introduce two new options, "CPU private" and "no wait", to sf_buf_alloc().alc2004-11-081-3/+5
* Add device mem in config files.cognet2004-11-072-0/+2
* Import md bits for mem(4) on arm.cognet2004-11-074-45/+202
* Remove useless code.cognet2004-11-071-14/+0
* Disable interrupts for atomic_cmpset_32, this one is just not atomic.cognet2004-11-051-10/+13
* Copy the syscall args in a tmp variable instead of directly using thecognet2004-11-051-23/+55
* Save a few cycles in context switch.cognet2004-11-051-90/+36
* If we're still running at the physical address, jump to the virtual addresscognet2004-11-052-33/+20
* Be more verbose about cache capacities.cognet2004-11-051-2/+18
* Implement casuptr.cognet2004-11-052-6/+51
* Call pmap_pte_init_arm9 instead of pmap_pte_init_generic ifcognet2004-11-051-0/+4
* In cpu_critical_fork_exit(), make sure to set td_md.md_critnest so thatcognet2004-11-051-0/+2
* Protect the function declarations with #ifdef _KERNEL.cognet2004-11-041-0/+2
* Directly use __pcpu for PCPU_* instead of pcpup.cognet2004-11-041-3/+4
OpenPOWER on IntegriCloud