]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/mips
Remove a constant which is only used on non-FreeBSD platform.
[FreeBSD/FreeBSD.git] / sys / mips /
2012-05-07 jmallettAdd basic SMP support for GXemul. Ideally we would...
2012-05-07 jmallettAdd a trivial driver for the GXemul Ethernet device...
2012-05-06 jmallettAdd a driver for the GXemul test machine's disk control...
2012-05-06 jmallettGet the memory size from the gxemul mp device. Don...
2012-05-04 adrianDisable setting the MII port speed.
2012-05-03 dimUpgrade our copy of llvm/clang to r155985, from upstrea...
2012-05-03 adrianIn the new world order, multiphy is now when the phymas...
2012-05-03 adrianFix a totally bone-headed, last minute bounds check...
2012-05-02 bzCatch-up with r232853 and remove platform APIs which...
2012-05-02 rwatsonmips/mips64eb became mips/mips64 while I wasn't looking...
2012-05-02 rwatsonClean up various aspects of the MIPS generic busspace...
2012-05-02 rwatsonMerge a rudimentary gxemul "oldtestmips" port. This...
2012-05-02 adrianImplement PLL configuration override support, similar...
2012-05-02 adrianDisable the pll_1000 hint for now, the upcoming work...
2012-05-02 adrian* Force the ethernet MII configuration to be RGMII
2012-05-02 adrianAllow the MII mode to be overridden via 'hint.arge...
2012-05-02 adrianAdd a missing newline.
2012-05-02 adrianFurther ar71xx MII support improvements.
2012-05-02 adrianMII related infrastructure changes.
2012-05-02 adrianIntroduce an enum which encapsulates the PHY interface...
2012-05-01 adrianAdd in the MII configuration parameters for the AR71xx.
2012-05-01 adrianConvert AP96 to use the mdioproxy and ARGE_MDIO option.
2012-05-01 adrianBreak out the arge MDIO bus code into an optional argem...
2012-05-01 adrianMigrate ARGE_DEBUG to opt_arge.h.
2012-04-29 dimAdd a convenience macro for the returns_twice attribute...
2012-04-26 jamieA new jail(8) with a configuration file, ultimately...
2012-04-23 jkimMerge ACPICA 20120420.
2012-04-21 adrianAllow for MIPS devices to have a specific probe/attach...
2012-04-20 adrianAllow for a default GPIO pin "high", which is required...
2012-04-20 adrianIntroduce the matching PCI ath(4) fixup code from ar71x...
2012-04-19 obrienUpdate file(1) to version 5.11.
2012-04-17 adrianStyle(9) and white space fixes.
2012-04-17 adrianProtect the PCI space registers behind a mutex.
2012-04-16 dimUpgrade our copy of llvm/clang to trunk r154661, in...
2012-04-15 adrianAdd in the AP96 phy configuration from openwrt.
2012-04-15 adrianThe AR913x MII speed configuration matches the AR71xx...
2012-04-15 adrianFix the mask logic when reading PCI configuration space...
2012-04-13 adrianFlesh out the rest of the AP96 board/config.
2012-04-13 adrian* Enable ATH_EEPROM_FIRMWARE, now that it's a compile...
2012-04-13 adrianThese are uboot, so mark them as such or booting from...
2012-04-13 adrianIntroduce configuration files for AP94 and AP96.
2012-04-13 adrian(ab)Use the firmware API to store away EEPROM calibrati...
2012-04-13 adrianRemove an unused variable. Grr.
2012-04-13 adrianSync this code against what's in OpenWRT trunk.
2012-04-02 jchandraReinstate the XTLB handler for CPU_NLM and CPU_RMI
2012-03-30 ambriskoMFhead_mfi r227068
2012-03-29 jhbUse VM_MEMATTR_UNCACHEABLE for the constant for UC...
2012-03-29 jchandraRemove unnecessary assembly code.
2012-03-29 jmallettAssume a big-endian default on MIPS and drop the "eb...
2012-03-29 jmallettTurn on messages from the Simple Executive codebase...
2012-03-29 jmallettDisable FP instruction emulation by default on !o32...
2012-03-29 jmallettSupply endianness implied by the -m flag when compiling...
2012-03-29 jmallettFix little-endian built.
2012-03-28 fabientAdd software PMC support.
2012-03-27 jchandraFix size of PCI softc.
2012-03-27 jchandraResource allocation for XLP SoC SDHCI slots
2012-03-27 jchandraUpdate memory and resource allocation code for SoC...
2012-03-27 jchandraNOR flash driver for XLP.
2012-03-27 jchandraXLP UART code udpate.
2012-03-27 jchandraxlpge : driver for XLP network accelerator
2012-03-27 jchandraSupport for EEPROM and CPLD on XLP EVP boards.
2012-03-27 jchandraOpencrypto driver for XLP Security and RSA/ECC blocks
2012-03-27 jchandraI2C support for XLP, add hints for I2C devices and...
2012-03-27 jchandraXLP PCIe code update.
2012-03-27 jchandraUpdate the L1D cache flush sequence when enabling threads.
2012-03-27 jchandraSwitch to interrupt based message handling for XLP...
2012-03-27 jchandraSupport for XLP4xx and XLP 8xx B0 revision
2012-03-27 jchandraFixes to the XLP startup code.
2012-03-24 gonzoRemap PMC interrupt for all cores
2012-03-24 gonzoAdd DTrace-related part to machine-dependent code:
2012-03-23 gonzoFix pmap_kextract prototype to align it with pmap.c...
2012-03-23 gonzoAdd pseudo-device for handling PMC interrupts and link...
2012-03-23 gonzoSetup fake MODINFO variables for octeon kernel
2012-03-22 gonzoRework MIPS PMC code:
2012-03-22 gonzoMove PMC hook invocation to cpu_intr. The idea is the...
2012-03-22 jchandraFix return type of mips pmap_kextract()
2012-03-22 stas- Update FreeBSD Heimdal distribution to version 1...
2012-03-21 jmalletto) Don't keep drive parameters in a global, put them...
2012-03-21 edRemove pty(4) from our kernel configurations.
2012-03-20 jkimMerge ACPICA 20120320.
2012-03-18 gonzo- Fix logic for detection if further processing of...
2012-03-17 adrianstyle(9) changes.
2012-03-17 adrianBegin fleshing out MII clock rate configuration changes.
2012-03-15 gonzoClean-up fake preload data generator:
2012-03-15 gonzoFill out fake preload structure to let userland tools...
2012-03-14 theravenImport new versions of libcxxrt and libc++.
2012-03-13 adrianRemove a now unneeded ARGE_UNLOCK().
2012-03-13 adrianFix link status handling on if_arge upon system boot...
2012-03-13 jmallettDon't build kernel.tramp on Octeon. Probably building...
2012-03-13 adrianCorrectly (I hope) deallocate the if_arge RX buffer...
2012-03-12 jmallettRemove TARGET_BIG_ENDIAN which should have been removed...
2012-03-12 jmalletto) Use ABI, not ISA_* options, to determine whether...
2012-03-12 adrianConfiguration changes/updates!
2012-03-12 jmallettUse 64-bit bus space constants on 64-bit kernels.
2012-03-12 jmallettRemove more unused stuff, primarily a set of (unused...
2012-03-12 jmallettRemove more unused code and declarations, and add dire...
2012-03-12 jmallettRemove platform APIs which are not used by any code...
2012-03-12 gonzo- Rename apb_intr to apb_filter since it's a filter...
2012-03-12 adrianBegin modifying the PB92 config file to actually genera...
2012-03-11 jmallettWe've supported 64-bit PTEs for some time.
next