summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Big cleanup: get ride of the whole spl level logic, as FreeBSD doesn't usecognet2004-09-234-215/+38
* Now that we have pmap_growkernel(), use more KVA.cognet2004-09-231-3/+27
* Remove the empty definition of struct osigcontext, as it will never be used.cognet2004-09-231-3/+0
* Remove the pcb32_cstate field of struct pcb.cognet2004-09-231-1/+0
* Declare sigcode and szsigcode.cognet2004-09-231-0/+3
* Define VM_PROT_READ_IS_EXEC.cognet2004-09-231-0/+1
* Implement _mcount().cognet2004-09-231-49/+52
* Define STACKALIGNBYTES and STACKALIGN.cognet2004-09-231-0/+2
* We are using _mcount, not __mcount.cognet2004-09-231-6/+1
* Use sf_bufs for uiomove_fromphys().cognet2004-09-231-3/+6
* On Xscale, use the minicache for the kernel stack.cognet2004-09-231-4/+9
* Make sure to call cred_update_thread() if needed.cognet2004-09-231-28/+62
* Implement cpu_throw().cognet2004-09-231-96/+105
* Remove unused macroes.cognet2004-09-231-31/+15
* Implement sigreturn().cognet2004-09-231-21/+63
* Add the hw.machine sysctl.cognet2004-09-231-0/+4
* Remove definitions related to the pmap cache state, and add TDF_NEEDRESCHED.cognet2004-09-231-6/+5
OpenPOWER on IntegriCloud