]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm
Allow ipfw to forward to a destination that is specified by a table.
[FreeBSD/FreeBSD.git] / sys / arm /
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...
2006-06-23 cognetThere's no need to allocate that much phdr/shdr from...
2006-06-23 cognetAdd the arm9_setup() prototype.
2006-06-23 cognetComment out at91_pio.c, it's not in CVS.
2006-06-22 cognetarm9_setup() is now needed even if we're not using...
2006-06-21 impNitsville: the routine is called initarm, not init_arm...
2006-06-21 cognetDon't forget to define uart_sa1110_vaddr.
2006-06-21 obrienThis commit was generated by cvs2svn to compensate...
2006-06-20 impCompute physmem so we can print it correctly on boot.
2006-06-20 impProbe the memory size of the board better. Look at...
2006-06-19 obrienThis commit was generated by cvs2svn to compensate...
2006-06-18 cognetMake sure the stack is properly aligned.
2006-06-17 impcomment out twi for now: no iicbus in KB920X: it breaks...
2006-06-17 impCarefully note the RMII bit in the config register...
2006-06-17 impimprove reporting of clocks
2006-06-15 netchildRemove COMPAT_43 from GENERIC (and other kernel configs...
2006-06-15 upsRemove mpte optimization from pmap_enter_quick().
2006-06-14 gshapiroThis commit was generated by cvs2svn to compensate...
2006-06-12 cognetMFp4:
2006-06-12 cognetMFp4: Increase the L1 pagetable needed for the kernel...
2006-06-11 alcRemove pmap_pagedaemon_waken and update pmap_get_pv_ent...
2006-06-11 alcEliminate spl calls.
2006-06-10 alcAdd a lock assertion. Remove dead (locking) code....
2006-06-09 alcAdd pmap locking to pmap_extract().
2006-06-08 mariusThis commit was generated by cvs2svn to compensate...
2006-06-07 cognetOops it seems I forgot to remove ARM32_NEW_VM_LAYOUT...
2006-06-07 alcAdd pmap locking to pmap_fault_fixup().
2006-06-07 alcProperly synchronize access to the pmap in pmap_extract...
2006-06-07 cognetNow that we use pmap_mapdev_boostrap(), we can get...
2006-06-07 impRemove sa1_cache_clean_addr. It isn't needed.
2006-06-06 cognetConvert the last offender, the SA1110 port, to ARM32_NE...
2006-06-06 cognetRemove a bogus, useless, "i++".
2006-06-06 alcAdd partial pmap locking.
2006-06-06 alcAdd partial pmap locking.
2006-06-06 cognetMake VERBOSE_INIT_ARM compile by fixing various printf...
2006-06-05 cognetvm_page_alloc_contig() can sleep, so don't even think...
2006-06-05 alcIntroduce the function pmap_enter_object(). It maps...
2006-06-05 samThis commit was generated by cvs2svn to compensate...
2006-06-05 rwatsonThis commit was generated by cvs2svn to compensate...
2006-06-02 cognetDon't #error if no CPU is defined but we're not compili...
2006-06-01 cognetDon't enable the FIQ in enable_interrupts() if F32_bit...
2006-06-01 alcIntroduce pmap_enter_locked() and use it to reimplement...
2006-05-31 cognetAvoid a LOR by unlocking the vm_page_queue_mtx before...
2006-05-31 cognetIf our buffer is not aligned on the cache line size...
2006-05-31 cognetOoops arm10 is armv5, not armv4.
2006-05-31 cognetInclude machine/cpuconf.h in pmap.h in order to get...
2006-05-30 cognetProtect the mapping used for pmap_copy_page/pmap_zero_p...
2006-05-30 cognetTo avoid problems, invalidate the data cache and disabl...
2006-05-30 cognetIn pmap_is_prefaultable(), assert that the pte isn...
2006-05-30 cognetThe Assabet has 32MB of RAM, not 16.
2006-05-30 bennoIn pmap_mapdev we correctly round the address off to...
2006-05-30 cognetUncomment the call to cpu_idcache_wbinv_all() after...
2006-05-30 hartiThis commit was generated by cvs2svn to compensate...
2006-05-29 cognetNuke sa11x0_attach_args. It's a NetBSDIsm, and we have...
2006-05-26 cognetRemove any reference to enable_mmu(), it's been gone...
next