]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm
MFp4: Update to smaller code footprint.
[FreeBSD/FreeBSD.git] / sys / arm /
2006-10-21 kevlostyle(9) cleanup.
2006-10-21 cognetOk I am an idiot. On 32 bits big-endian systems, it...
2006-10-20 cognetUse __QUAD_LOWWORD for __syscall, to always use the...
2006-10-20 cognetThere's no need to special-case lseek for arm/big-endian.
2006-10-20 impMFp4: Working SPI driver.
2006-10-20 impCommit WIP SSC driver, more work is needed here, but...
2006-10-20 impMore register definitions.
2006-10-20 impProgress commit for getting TWI working
2006-10-20 impAdd sysctl to export current state of rmii vs mii confi...
2006-10-20 impAdd configuration of the SSC lines for second SSC.
2006-10-20 impMMC/SD bridge driver (host adapter) for AT91RM9200...
2006-10-17 davidxuo Add keyword volatile for user mutex owner field.
2006-10-14 ruThis commit was generated by cvs2svn to compensate...
2006-10-13 ruThis commit was generated by cvs2svn to compensate...
2006-10-04 jbPR:
2006-10-02 phkFirst part of a little cleanup in the calendar/timezone...
2006-10-01 simonThis commit was generated by cvs2svn to compensate...
2006-10-01 simonThis commit was generated by cvs2svn to compensate...
2006-09-30 desThis commit was generated by cvs2svn to compensate...
2006-09-28 robertoThis commit was generated by cvs2svn to compensate...
2006-09-25 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-21 ruThis commit was generated by cvs2svn to compensate...
2006-09-21 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-21 kanUse __builtin_va_start instead of __builtin_stdarg_star...
2006-09-07 impMFp4: first cut at getting I2C transfers working (gener...
2006-09-07 impMFp4: berndt pointed me at an errata that shows that...
2006-09-06 dougbThis commit was generated by cvs2svn to compensate...
2006-09-04 samThis commit was generated by cvs2svn to compensate...
2006-09-04 samThis commit was generated by cvs2svn to compensate...
2006-09-02 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-01 rwatsonThis commit was generated by cvs2svn to compensate...
2006-08-31 obrienThis commit was generated by cvs2svn to compensate...
2006-08-31 ruThis commit was generated by cvs2svn to compensate...
2006-08-30 cognetRemove dead code, already defined in sys/cdef.h
2006-08-30 cognetUse ENTRY_NP for alternate entry points instead of...
2006-08-29 cognetUse ENTRY instead of ALTENTRY, it doesn't exist on...
2006-08-28 cognetOoops m->md.pvh_attrs can't be used to know if the...
2006-08-28 cognetRelocate the vector page for AT91, to work around bugs...
2006-08-28 impThis commit was generated by cvs2svn to compensate...
2006-08-28 davidxuImplement casuword32, compare and set user integer...
2006-08-27 cognetFill in dump_avail[] before pmap_boostrap() is called...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 rwatsonThis commit was generated by cvs2svn to compensate...
2006-08-25 alcEliminate unused definitions. (They came from NetBSD.)
2006-08-25 cognetExplicitely set the "allocbuffer" field to NULL when...
2006-08-25 cognetDo not create dma maps with bus_dmamap_create, as we...
2006-08-24 cognetFinally bring it support for the i80219 XScale processor.
2006-08-24 cognetUse ELFDATA2MSB if we're building big endian.
2006-08-24 marcelThis commit was generated by cvs2svn to compensate...
2006-08-23 marcelThis commit was generated by cvs2svn to compensate...
2006-08-20 delphijThis commit was generated by cvs2svn to compensate...
2006-08-17 gshapiroThis commit was generated by cvs2svn to compensate...
2006-08-16 guidoThis commit was generated by cvs2svn to compensate...
2006-08-15 impadd comment about why we include opt_global.h
2006-08-15 cognetOoops we need to include <machine/vmparam.h> to get...
2006-08-09 impHook into the watchdog device, if present. Also, turn...
2006-08-08 cognetRewrite ARM_USE_SMALL_ALLOC so that instead of the...
2006-08-08 kevloRemove a bogus i = 0.
2006-08-01 alcComplete the transition from pmap_page_protect() to...
2006-07-29 simonThis commit was generated by cvs2svn to compensate...
2006-07-28 jhbRetire SYF_ARGMASK and remove both SYF_MPSAFE and SYF_A...
2006-07-28 jhbNow that all system calls are MPSAFE, retire the SYF_MP...
2006-07-27 jhbUnify the checking for lock misbehavior in the various...
2006-07-27 cognetDefine BYTE_MSF if we're compiling a big endian kernel...
2006-07-25 cognetUse virtual_avail instead of freemempos as the starting...
2006-07-25 kevloCleanup.
2006-07-20 alcImplement pmap_clear_write().
2006-07-20 cognetFix ALT_BREAK_TO_DEBUGGER on the AT91 :
2006-07-18 cognetMake sure we use REDUCE32 on the result of do_cksum...
2006-07-17 cognetIf we can't defrag a packet, re-queue it instead of...
2006-07-17 cognet#if => #ifdef
2006-07-17 cognetat91_spi won't compile without spibus, so add it.
2006-07-15 cognetOops bring back code that shouldn't have been removed...
2006-07-15 cognetMake sure that if uma_small_alloc() gets called recursi...
2006-07-15 cognetAdd a comment explaining why the OHCI mapping has been...
2006-07-14 impMFp4: this now depends on new spi bus stuff
2006-07-14 impMFp4: tweaks
2006-07-14 impMFp4: elevate quality of slow clock a little
2006-07-14 impMFp4: paren police
2006-07-14 impMFp4:
2006-07-14 impMFp4:
2006-07-14 impThe TSC board uses a 16MHz base clock for the AT91RM920...
2006-07-14 impImplement the set_time function. Rather pointless...
2006-07-14 impMF p4:
2006-07-14 impBe sure to flush the cache after a partial read on...
2006-07-14 impMove some of the common parameters into the std. files...
2006-07-14 cognetRemove prototype for the undefined function counterhand...
2006-07-14 cognetAdd remote GDB bits for arm.
2006-07-12 jhbSimplify the pager support in DDB. Allowing different...
2006-07-12 cognetComment out the mapping of the OHCI controller register...
2006-07-11 cognetAdd a new flag to pmap_enter_locked() to say if it...
2006-07-07 marcelThis commit was generated by cvs2svn to compensate...
2006-07-02 impAdd support for configuring pins to be one of {GPIO...
2006-07-02 impMFp4:
2006-06-27 rwatsonThis commit was generated by cvs2svn to compensate...
2006-06-26 obrienThis commit was generated by cvs2svn to compensate...
2006-06-23 cognetBackout previous commit, Warner committed at91_pio...
next