]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/mips
MFp4 CH=183052 183053 183258:
[FreeBSD/FreeBSD.git] / sys / mips /
2010-09-01 jchandraUpdates for the RMI MIPS platform code
2010-08-31 jchandraAdd the workaround for 4xx lite boards after it was...
2010-08-30 jchandraMove debug.h to the the rge driver directory. rge.c...
2010-08-30 jchandraClean up header files in RMI platform code (sys/mips...
2010-08-30 jchandraRemove misleading comment in pte.h. MIPS PTE entries...
2010-08-29 jchandraApply MIPS pmap clean up patch from alc@ (with minor...
2010-08-28 jchandraNew driver nlge for XLR/XLS Network Accelerator. This...
2010-08-28 jchandraInitial code for XLR CompactFlash driver.
2010-08-27 jchandraRevamp XLR interrupt handling, the previous scheme...
2010-08-27 jchandraWhitespace fixes in mips/include, remove unused 'struct...
2010-08-25 jchandraProvide timecounter based on XLR PIC timer.
2010-08-25 jchandraXLR PIC code update.
2010-08-25 jchandraXLR PIC code update and style(9) fixes.
2010-08-25 jchandraRename on_chip.c to fmn.c, as the file has just the...
2010-08-25 jchandraRMI XLR platform code clean-up.
2010-08-25 jchandraSync up XLR tick.c with the new MIPS tick.c
2010-08-24 rpauloMerge dtracetoolkit/dtruss from the vendor.
2010-08-19 adrianMigrate if_arge to use the PLL cpuops.
2010-08-19 adrianImplement PLL generalisation in preparation for use...
2010-08-19 adrianadd the PLL set functions to cpuops
2010-08-19 adrianFix mistaken indenting.
2010-08-19 adrianAdd some initial AR724X chipset support.
2010-08-19 adrianAdd initial Atheros AR91XX support.
2010-08-19 adrianAdd missing licence.
2010-08-19 adrianstyle(9) pick from imp@ .
2010-08-19 adrianRemove now unused 'reg'.
2010-08-19 adrianInitialise the USB system using cpuops rather than...
2010-08-19 adrianMigrate the CPU reset path to use the new cpuops.
2010-08-19 adrianRemove the now-unused DDR flush register value.
2010-08-19 adrianMake the PCI initialisation path use the new cpuops...
2010-08-19 adrianMake if_arge use the new cpuops rather than hard coding...
2010-08-19 adrianPreparation work for supporting the AR91xx and AR724x.
2010-08-18 jchandraMIPS n64 support - continued...
2010-08-18 adrianAdd a DDR flush function, inspired by both Linux and...
2010-08-18 adrianAdd a further register definition for USB device initia...
2010-08-18 adrianBring over the first cut of the Atheros-specific SoC...
2010-08-18 jchandraMake return statements style(9) compliant in MIPS pmap.c
2010-08-18 adrianImport initial AR91XX and AR724X CPU register definitions.
2010-08-17 kibSupply some useful information to the started image...
2010-08-13 jchandraRename TARGET_XLR_XLS to CPU_RMI to match other CPU_xxx...
2010-08-12 jchandraSMP support in n64.
2010-08-12 jchandraImplement pmap changes suggested by alc@:
2010-08-12 jchandraOptimization for pmap_kenter(), call pmap_update_page...
2010-08-12 jchandraRe-arrange the pmap calls that use smp_rendezvous(...
2010-08-11 jhbUpdate various places that store or manipulate CPU...
2010-08-11 jchandraFix for 64 bit compile, with SMP enabled.
2010-08-11 jchandraFix compilation when DDB disabled. Adds 'ifdef DDB...
2010-08-11 neelAdd parentheses around the argument 'x' used in the...
2010-08-08 jchandraloadandclear() for PTEs are not needed on MIPS. The...
2010-08-07 neel- Consolidate the the cache coherence attribute definit...
2010-08-06 jkimMerge ACPICA 20100806.
2010-08-06 jhbAdd a new ipi_cpu() function to the MI IPI API that...
2010-08-06 jchandraFix issue reported by alc :
2010-08-06 jchandraFix the issue reported by alc:
2010-08-06 neelRemove redundant declaration of 'pcib_driver' class...
2010-08-06 neelUse a signed integer to hold the address of a register.
2010-08-06 neeluint64_t is 'unsigned long' in n64 build, so compiler...
2010-08-05 gonzo- Add interrupts counter for PCI devices
2010-08-05 neelFix a race between clock_intr() and tick_ticker() when...
2010-08-04 jchandraAdd 3 level page tables for MIPS in n64.
2010-08-04 jchandraithd_name no longer defined, use td_name. Fix compile...
2010-08-02 rpauloMFV OpenSolaris DTrace userland bits.
2010-07-31 jchandraUse PTR_ADDU to change sp, so that it works for n64...
2010-07-31 jchandraUse fuword32() to fetch instructions, this will work...
2010-07-30 jchandran64 support - enable UX bit in STATUS for kernel and...
2010-07-30 jchandraMIPS n64 support - support kstack in XKSEG.
2010-07-29 jchandraUpdate rge driver for 64 bit kernel.
2010-07-29 jchandraPrepare for 3 level page tables for MIPS.
2010-07-29 jchandraAdd fuiword() in n64 for completeness.
2010-07-29 jchandraMIPS 64 bit support. Define fuword64() for n64 compilat...
2010-07-29 jchandraUpdate MIPS _stdint.h for 64 bit. Initial 64 bit change...
2010-07-29 jchandraFix RQB_FFS for 64 bit, we need to use ffsl() for 64bit.
2010-07-29 neelFix build for o32 kernels.
2010-07-29 jmalletto) Subtract 64K from the default userland stack pointer...
2010-07-27 jhbVery rough first cut at NUMA support for the physical...
2010-07-27 jchandramips/rmi/bus_space_rmi_pci.c is needed even when PCI...
2010-07-27 jchandraThe changes in r210542 moved setting counter_upper...
2010-07-27 jchandraThe count/compare values have to be tracked per CPU.
2010-07-27 jchandraFixup mips/rmi for the new mips timer code(r210403...
2010-07-25 impGet N64 building by defining VM_FREELIST_DIRECT to be
2010-07-23 mavAdd some comments.
2010-07-23 mavUpdate MIPS timer code (except RMI) to utilize new...
2010-07-21 jchandraRedo the page table page allocation on MIPS, as suggest...
2010-07-20 jmallettRemove unused file. Replaced by tlb.c.
2010-07-20 jmalletto) Add the "octusb" controller which supports the first...
2010-07-20 jmallettUpdate the port of FreeBSD to Cavium Octeon to use...
2010-07-20 edUpgrade our Clang in base to r108428.
2010-07-20 jmallettImport the Cavium Simple Executive from the Cavium...
2010-07-19 rpauloMFV:
2010-07-17 rpauloMerge from vendor: libdtrace MD parts needed by fasttrap.
2010-07-16 impMove common macros into asm.h. Replace MIPS_CPU_NOP_DE...
2010-07-16 impThis file appears not to be used.
2010-07-16 impUse #define for get_cyclecount rather than inline function.
2010-07-15 impBetter description of this file
2010-07-15 jchandraFix for 64 bit compilation.
2010-07-15 impMove TLB definitions to tlb.h
2010-07-15 impThis file has been unused for a while now...
2010-07-15 impRemove unused stuff from cpu.h.
2010-07-15 impWe don't need sys/cdefs.h for __CONCAT here.
2010-07-15 impRemove i386-ish sysctls. Also, make the bootinfo sysct...
next