]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm
This commit was generated by cvs2svn to compensate for changes in r156230,
[FreeBSD/FreeBSD.git] / sys / arm /
2006-03-03 muxThis commit was generated by cvs2svn to compensate...
2006-03-02 cognetUse BUS_DMA_COHERENT.
2006-03-02 cognetUse 8 * sizeof(int) instead of hardcoding 32, for the...
2006-03-01 cognetTry to honor BUS_DMA_COHERENT : if the flag is set...
2006-03-01 cognetUse a better panic message than lol.
2006-03-01 cognetMake sure we decrement p_lock before leaving prefetch_a...
2006-03-01 cognetuserret() now only takes 2 parameters.
2006-02-27 cognetGet this to compile with the recent UART changes.
2006-02-27 hartiThis commit was generated by cvs2svn to compensate...
2006-02-22 jhbClose some races between procfs/ptrace and exit(2):
2006-02-19 umeThis commit was generated by cvs2svn to compensate...
2006-02-17 impThese files apply to all the atmel parts that freebsd...
2006-02-17 impThis file was obsolete when committed. Catchup and...
2006-02-13 hartiThis commit was generated by cvs2svn to compensate...
2006-02-11 impUse the correct address for the ohci device.
2006-02-11 rwatsonThis commit was generated by cvs2svn to compensate...
2006-02-10 samThis commit was generated by cvs2svn to compensate...
2006-02-10 hartiThis commit was generated by cvs2svn to compensate...
2006-02-08 phkSimplify system time accounting for profiling.
2006-02-07 cognetSet the MAC address after we just read it at attach...
2006-02-07 cognetSet m_pkthdr.len and m_pkthdr.rcvif.
2006-02-07 impThis file isn't GENERIC, so change the header
2006-02-07 impRather than pull in all the phy, just pull in the lxt...
2006-02-07 hartiThis commit was generated by cvs2svn to compensate...
2006-02-07 hartiThis commit was generated by cvs2svn to compensate...
2006-02-06 cognet- Call mii_phy_probe() after we allocated an ifp. mii...
2006-02-06 cognetUse memory clobbers, to be on the safe side.
2006-02-06 rwatsonThis commit was generated by cvs2svn to compensate...
2006-02-05 cognetBackout rev 1.12. It would have been a good thing,...
2006-02-04 impImport support for the Atmel AT91RM9200 CPU/Microcontro...
2006-02-04 cognetDon't forget to set the address of the next descriptor...
2006-02-04 cognetMFi386:
2006-02-04 rwatsonThis commit was generated by cvs2svn to compensate...
2006-02-03 impMFp4: Small cleanup of cpu messages at boot.
2006-02-03 impMerge from p4: minor formatting nits.
2006-01-31 rwatsonThis commit was generated by cvs2svn to compensate...
2006-01-31 hartiThis commit was generated by cvs2svn to compensate...
2006-01-27 cognetTry harder not to recurse.
2006-01-23 cognetDonc recompute the io port address if it's already...
2006-01-20 cognetBuild a minimal pagetables, with only section mappings...
2006-01-16 samThis commit was generated by cvs2svn to compensate...
2006-01-12 ruThis commit was generated by cvs2svn to compensate...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-09 impBy popular demand, move __HAVE_ACPI and __PCI_REROUTE_I...
2006-01-06 jhbFix various places that were testing td_critnest to...
2006-01-04 dougbThis commit was generated by cvs2svn to compensate...
2006-01-01 impDefine __HAVE_ACPI and/or __PCI_REROUTE_INTERRUPT,...
2005-12-31 netchildMI changes:
2005-12-30 guidoThis commit was generated by cvs2svn to compensate...
2005-12-30 guidoThis commit was generated by cvs2svn to compensate...
2005-12-29 dougbThis commit was generated by cvs2svn to compensate...
2005-12-27 wollmanThis commit was generated by cvs2svn to compensate...
2005-12-26 sobomaxRemove kern.elf32.can_exec_dyn sysctl. Instead extend...
2005-12-22 wollmanThis commit was generated by cvs2svn to compensate...
2005-12-22 jhbTweak how the MD code calls the fooclock() methods...
2005-12-21 cognetOoops, I removed the wrong bits.
2005-12-21 cognetRemove #undef DDB I shouldn't have committed.
2005-12-20 cognet- Disable the instruction cache very early, until it...
2005-12-20 cognetMake the elf trampoline disable the MMU, and link it...
2005-12-09 cognet- Better use of the busdma API.
2005-12-09 cognetFix a harmless bug in the way we allocate the early...
2005-12-09 cognetThe IQ80321 clock is 200MHz, but the IQ80321 is 198MHz...
2005-12-09 cognetA #define is not enough, we need to cast from u_long...
2005-12-09 cognetDefine atomic_whatever_long
2005-12-09 cognetIn copyout(), quad-align the source buffer, and use...
2005-12-07 obrienThis commit was generated by cvs2svn to compensate...
2005-12-06 ruDrop _MACHINE_ARCH and _MACHINE defines (not to be...
2005-12-05 cognetTry to use contigmalloc() even if M_NOWAIT has been...
2005-12-05 cognetTeach the elf trampoline how to deal with gzipped kernels.
2005-11-24 ruAdd missing "struct" in i386/i386/machdep.c,v 1.497...
2005-11-24 cognetUse a magic number to know we were started from the...
2005-11-23 cognetMFP4: Bring in arm9 cache-related functions
2005-11-21 cognetForce pmap to write-back the pte cacheline after each...
2005-11-21 cognetAdd an alternate ID for the arm920t (the real solution...
2005-11-20 alcEliminate pmap_init2(). It's no longer used.
2005-11-13 samThis commit was generated by cvs2svn to compensate...
2005-11-08 cognetThere's no need to include <machine/asmacros.h> here.
2005-11-06 cognetMFi386 rev 1.536 (sort of)
2005-11-04 jkimThis commit was generated by cvs2svn to compensate...
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 cognetCleanup.
2005-10-20 wpaulThis commit was generated by cvs2svn to compensate...
2005-10-20 ruThis commit was generated by cvs2svn to compensate...
2005-10-17 cognetUse the clock count register as a timecounter, as it...
2005-10-14 jhbWhitespace.
2005-10-14 jhbChange the userland atomic operations on arm to use...
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...
next