]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm/arm
This commit was generated by cvs2svn to compensate for changes in r152058,
[FreeBSD/FreeBSD.git] / sys / arm / arm /
2005-11-04 njlThis commit was generated by cvs2svn to compensate...
2005-11-02 hartiThis commit was generated by cvs2svn to compensate...
2005-11-01 jkimThis commit was generated by cvs2svn to compensate...
2005-11-01 jkimThis commit was generated by cvs2svn to compensate...
2005-10-31 rwatsonNormalize a significant number of kernel malloc type...
2005-10-25 jhbReorganize the interrupt handling code a bit to make...
2005-10-24 obrienThis commit was generated by cvs2svn to compensate...
2005-10-23 cognetUnbreak for !__XSCALE__.
2005-10-20 wpaulThis commit was generated by cvs2svn to compensate...
2005-10-20 ruThis commit was generated by cvs2svn to compensate...
2005-10-14 davidxu1. Change prototype of trapsignal and sendsig to use...
2005-10-10 wpaulThis commit was generated by cvs2svn to compensate...
2005-10-06 cognetExport PAGE_SIZE from genassym.c, and include assym...
2005-10-05 hartiThis commit was generated by cvs2svn to compensate...
2005-10-04 cognetRemove a never reached RET.
2005-10-04 cognetstrd needs the destination to be double-word aligned...
2005-10-04 hartiThis commit was generated by cvs2svn to compensate...
2005-10-03 cognetBring in the good version of this file.
2005-10-03 cognetMake mem.c know about the pages allocated with ARM_USE_...
2005-10-03 cognetExport the variables needed for the copy/zero API.
2005-10-03 cognetMake sure the interrupt is masked before processing...
2005-10-03 cognetIf a thread already tries to allocate a new memory...
2005-10-03 cognet- Provide the kernel l1pt physical address, for userland.
2005-10-03 cognetAdd a new API to let platform-specific ports provide...
2005-10-03 cognetExport the virtual and physical address in which the...
2005-10-03 cognetImport a small ELF trampoline, in which the kernel...
2005-10-03 cognet*blush*
2005-10-03 cognetOnly save the registers that are used.
2005-10-03 cognetasm versions of in_cksum_hdr() and in_pseudo().
2005-10-03 cognetImplement savectx().
2005-10-03 cognetKernel dump for arm, ripped from the ia64/amd64 version.
2005-10-01 tjrThis commit was generated by cvs2svn to compensate...
2005-09-25 cognetFix multiple abuses of __RMAN_RESOURCE_VISIBLE in the...
2005-09-10 marcelMove the prototypes of db_md_set_watchpoint(), db_md_cl...
2005-09-03 alcPass a value of type vm_prot_t to pmap_enter_quick...
2005-09-03 desThis commit was generated by cvs2svn to compensate...
2005-08-26 wollmanThis commit was generated by cvs2svn to compensate...
2005-08-18 dougbThis commit was generated by cvs2svn to compensate...
2005-08-03 jeff - Add support for saving stack traces and displaying...
2005-07-11 samThis commit was generated by cvs2svn to compensate...
2005-07-11 samThis commit was generated by cvs2svn to compensate...
2005-07-10 davidxuValidate if the value written into {FS,GS}.base is...
2005-07-07 obrienThis commit was generated by cvs2svn to compensate...
2005-07-06 samThis commit was generated by cvs2svn to compensate...
2005-06-24 cognet- Use a TAILQ instead of parsing the array to find...
2005-06-23 cognetCall kdb_trap() on fatal abort.
2005-06-23 cognetImplement db_frame() and use it to obtain the registers...
2005-06-23 cognetDon't abuse UMA_SLAB_KMEM.
2005-06-17 desThis commit was generated by cvs2svn to compensate...
2005-06-17 desThis commit was generated by cvs2svn to compensate...
2005-06-17 desThis commit was generated by cvs2svn to compensate...
2005-06-17 desThis commit was generated by cvs2svn to compensate...
2005-06-17 desThis commit was generated by cvs2svn to compensate...
2005-06-16 cognetTry harder to detect if the allocated memory for L2...
2005-06-16 cognetDon't pass the kernel_pmap to pmap_fault_fixup() if...
2005-06-14 gshapiroThis commit was generated by cvs2svn to compensate...
2005-06-13 samThis commit was generated by cvs2svn to compensate...
2005-06-13 samThis commit was generated by cvs2svn to compensate...
2005-06-10 cognetRemove the last use of pmap_initialized.
2005-06-10 alcIntroduce a procedure, pmap_page_init(), that initializ...
2005-06-09 samThis commit was generated by cvs2svn to compensate...
2005-06-09 cognet- MFp4: modify slightly the arm intr API, there's arm...
2005-06-07 cognetAdd a new arm-specific option, ARM_USE_SMALL_ALLOC...
2005-06-07 gshapiroThis commit was generated by cvs2svn to compensate...
2005-06-07 brooksThis commit was generated by cvs2svn to compensate...
2005-06-05 samThis commit was generated by cvs2svn to compensate...
2005-06-05 samThis commit was generated by cvs2svn to compensate...
2005-06-05 desThis commit was generated by cvs2svn to compensate...
2005-06-05 desThis commit was generated by cvs2svn to compensate...
2005-06-03 kanThis commit was generated by cvs2svn to compensate...
2005-06-03 kanThis commit was generated by cvs2svn to compensate...
2005-06-03 kanThis commit was generated by cvs2svn to compensate...
2005-06-03 kanThis commit was generated by cvs2svn to compensate...
2005-05-29 marcelCreate nexus in configure_first() instead of in configu...
2005-05-29 marcelCall cninit_finish() and set cold to 0 in configure_fin...
2005-05-29 samThis commit was generated by cvs2svn to compensate...
2005-05-29 samThis commit was generated by cvs2svn to compensate...
2005-05-29 samThis commit was generated by cvs2svn to compensate...
2005-05-27 cognetRemove pmap_deactivate(), we do not use it.
2005-05-26 cognetDon't enable interrupts in the dispatcher, there's...
2005-05-26 cognetDon't call vm_page_dirty() in pmap_nuke_pv(), it's...
2005-05-25 cognetRemove bits specific to CPUs we won't support (< armv4).
2005-05-25 hartiThis commit was generated by cvs2svn to compensate...
2005-05-25 hartiThis commit was generated by cvs2svn to compensate...
2005-05-24 cognetMFp4: Setup arm9 to write back by default.
2005-05-24 cognetRemove kcopy(), we don't use it.
2005-05-24 cognetWe need to decrease p->p_lock after vm_fault() has...
2005-05-24 cognetCorrectly setup the UND stack in cpu_set_upcall(),...
2005-05-24 cognet- Try to avoid calling malloc() in bus_dmamap_create...
2005-05-24 cognetWrite back affected pages in pmap_qremove() as well...
2005-05-24 cognetUse asm versions of in_cksum() and friends.
2005-05-23 hartiThis commit was generated by cvs2svn to compensate...
2005-05-23 hartiThis commit was generated by cvs2svn to compensate...
2005-05-23 hartiThis commit was generated by cvs2svn to compensate...
2005-05-23 ruThis commit was generated by cvs2svn to compensate...
2005-05-17 mikehThis commit was generated by cvs2svn to compensate...
2005-05-16 ruThis commit was generated by cvs2svn to compensate...
2005-05-16 obrienThis commit was generated by cvs2svn to compensate...
2005-05-11 cognetDon't forget to copy the TP when forking, or bad things...
2005-05-10 tjrThis commit was generated by cvs2svn to compensate...
next