]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/mips
Add support for Atheros AR8151/AR8152 PCIe gigabit/fast ethernet
[FreeBSD/FreeBSD.git] / sys / mips /
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...
2010-07-15 impRemove one layer of indirection. No need to call cpu_t...
2010-07-14 impUse cpuregs.h spellings over the cpu.h spellings.
2010-07-14 impRemove the unused part of cpu.h now that the rest of...
2010-07-14 impPrefer the cpuregs.h spellings of register and bit...
2010-07-13 impunion cpuprid is also unused now
2010-07-13 impAdd INFO config register from mips32/64 land
2010-07-13 impRemove redunant machine/cpuregs.h include.
2010-07-13 impTemp hack to N32 kernel: turn off debugger since n32...
2010-07-13 impDefine break value for ddb.
2010-07-13 impUse the cpuregs.h spellings for these registers rather...
2010-07-13 impcpu_id and fpu_id are unused, except to be set early...
2010-07-13 impRemove obsolete define "COPY_SIGCODE". This is unused...
2010-07-12 jchandraMerge jmallett@'s n64 work into HEAD
2010-07-12 jchandraMerge jmallett@'s n64 work into HEAD.
2010-07-12 jchandraMerge jmallett@'s n64 work into HEAD
2010-07-12 jchandraMove KSEG address definitions from cpu.h to cpuregs...
2010-07-08 jchandraFix XLR64, the previous version had the contents of...
2010-07-08 jchandra64 bit ld script for mips, and configuration file for...
2010-07-08 jchandraUse 64 bit type for rqb_word_t in n64 kernel.
2010-07-08 jchandraEnable KX bit, which is needed for 64 bit access, in...
2010-07-08 adrianAdd TX-path aligned/unaligned stats for if_arge.
2010-07-08 jchandra64 bit compilation support XLR platform code.
2010-07-08 adrianAddress PR kern/148307 - fix if_ath TX mbuf alignment...
2010-07-08 jchandraFix minor issue in sys/mips/mips/cache_mipsNN.c, using...
2010-07-08 jchandraMerge jmallett@'s n64 work into HEAD - changeset 8
2010-07-08 adrianIntroduce a sysctl block for if_arge and, for now,...
2010-07-07 adrianFix the CS line definitions. These bits are for the...
2010-07-06 jkimMerge ACPICA 20100702.
2010-07-06 rpauloMerge from vendor-sys/opensolaris:
2010-07-02 jchandraAdd support for XLS 108 chips - update board.c/board...
2010-07-02 jchandraRemove save/restore of PageMask in tlb.c functions...
2010-06-30 jhbMove prototypes for kern_sigtimedwait() and kern_sigpro...
2010-06-24 jchandraAdd linker script and configuration file for n32 kernel.
2010-06-24 jchandraMerge jmallett@'s n64 work into HEAD - changeset 7
2010-06-24 adrianComment about the shared pins I know about.
2010-06-23 jchandraMerge jmallett@'s n64 work into HEAD - changeset 6
2010-06-23 adrianAR71XX GPIO register definitions.
2010-06-19 adrianExtend the AR71XX watchdog debugging and data.
2010-06-18 jchandraAdd support for newer XLS chips/boards in the GMAC...
2010-06-18 jchandraMerge jmallett@'s n64 work into HEAD - changeset 5
2010-06-17 jchandraMerge jmallett@'s n64 work into HEAD - changeset 4
2010-06-14 rpauloMFV hostapd & wpa_supplicant 0.6.10.
2010-06-11 alcRelax one of the new assertions in pmap_enter() a littl...
2010-06-10 impsvn merge svn+ssh://svn.freebsd.org/base/head@208996
2010-06-10 alcReduce the scope of the page queues lock and the number of
2010-06-09 rdivackyImport LLVM/clang from vendor stripped of docs/ test...
2010-06-06 alcDon't set PG_WRITEABLE in init_pte_prot() (and thus...
2010-06-04 jchandraMake vm_contig_grow_cache() extern, and use it when...
next