summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Decrease KSTACK_PAGES and UAREA_PAGES.cognet2004-11-041-2/+2
* Use interrupts_disable() and interrupts_restore() as intr_disable() andcognet2004-11-041-24/+6
* Don't barf if no CPU type is defined while compiling kernel modules.cognet2004-11-041-2/+2
* Implement get_cyclecount().cognet2004-11-041-1/+7
* Try to implement atomic operations using swp, instead of disabling interrupts.cognet2004-11-041-76/+65
* Use casts to enforce the return type of bswap16() and bswap32().cognet2004-11-041-6/+6
* Implement cpu_thread_siginfo() and set_mcontext().cognet2004-11-041-53/+46
* Implement cpu_set_upcall and cpu_set_upcall_kse.cognet2004-11-041-4/+29
* Get kernel modules to work.cognet2004-11-041-8/+9
* Reduce annoying SCSI probing delay from 15 to 5 seconds in all GENRIC kernels.andre2004-11-022-2/+2
* - Change the ddb paging "support" to use a variable (db_lines_per_page) tojhb2004-11-011-1/+1
* We want to ignore BUS_DMASYNC_POSTWRITE, not BUS_DMASYNC_POSTREAD.cognet2004-10-211-1/+1
* Use a default MD_ROOT_SIZE of 65535.cognet2004-10-111-0/+1
* Use MD_ROOT_SIZE, instead of our own macro.cognet2004-10-111-7/+7
* Add optimized version of the bswap macroes for constants if __OPTIMIZED__ iscognet2004-10-011-2/+30
* There's no need to turn on MALLOC_PROFILE by default.cognet2004-10-011-1/+0
* Calling fuword from fuword32 with bl and without returning after is really a badcognet2004-09-281-2/+1
* Always invalidate the whole data cache in pmap_enter() for now.cognet2004-09-281-0/+1
* Remove dead code.cognet2004-09-282-7/+0
* Add the config file for the IQ31244 board.cognet2004-09-231-0/+101
* Use the new KERNVIRTADDR and PHYSADDR options.cognet2004-09-231-0/+3
* Import partial support for the IQ31244 eval board (i80321 CPU). IQ80321 mightcognet2004-09-2321-0/+3870
* Add Xscale common headers.cognet2004-09-232-0/+121
OpenPOWER on IntegriCloud