]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/mips/mips
Revamp XLR interrupt handling, the previous scheme does not work well on
[FreeBSD/FreeBSD.git] / sys / mips / mips /
2010-08-24 Rui PauloMerge dtracetoolkit/dtruss from the vendor.
2010-08-18 Jayachandran C.MIPS n64 support - continued...
2010-08-18 Jayachandran C.Make return statements style(9) compliant in MIPS pmap.c
2010-08-17 Edwin GroothuisMFV of r211420, tzdata2010l
2010-08-13 Jayachandran C.Rename TARGET_XLR_XLS to CPU_RMI to match other CPU_xxx...
2010-08-12 Jayachandran C.SMP support in n64.
2010-08-12 Jayachandran C.Implement pmap changes suggested by alc@:
2010-08-12 Jayachandran C.Optimization for pmap_kenter(), call pmap_update_page...
2010-08-12 Jayachandran C.Re-arrange the pmap calls that use smp_rendezvous(...
2010-08-11 Jayachandran C.Fix compilation when DDB disabled. Adds 'ifdef DDB...
2010-08-08 Jayachandran C.loadandclear() for PTEs are not needed on MIPS. The...
2010-08-07 Neel Natu- Consolidate the the cache coherence attribute definit...
2010-08-06 Jung-uk KimMerge ACPICA 20100806.
2010-08-06 John BaldwinAdd a new ipi_cpu() function to the MI IPI API that...
2010-08-06 Jayachandran C.Fix issue reported by alc :
2010-08-06 Jayachandran C.Fix the issue reported by alc:
2010-08-05 Neel NatuFix a race between clock_intr() and tick_ticker() when...
2010-08-04 Jayachandran C.Add 3 level page tables for MIPS in n64.
2010-08-02 Rui PauloMFV OpenSolaris DTrace userland bits.
2010-08-01 Edwin GroothuisMFV of r210716, tzdata2010k
2010-07-31 Jayachandran C.Use PTR_ADDU to change sp, so that it works for n64...
2010-07-31 Jayachandran C.Use fuword32() to fetch instructions, this will work...
2010-07-30 Jayachandran C.n64 support - enable UX bit in STATUS for kernel and...
2010-07-30 Jayachandran C.MIPS n64 support - support kstack in XKSEG.
2010-07-29 Jayachandran C.Prepare for 3 level page tables for MIPS.
2010-07-29 Jayachandran C.Add fuiword() in n64 for completeness.
2010-07-29 Jayachandran C.MIPS 64 bit support. Define fuword64() for n64 compilat...
2010-07-29 Neel NatuFix build for o32 kernels.
2010-07-29 Juli Malletto) Subtract 64K from the default userland stack pointer...
2010-07-25 Rong-En FanMerge r210464 from vendor/ncurses/dist:
2010-07-23 Alexander MotinAdd some comments.
2010-07-23 Alexander MotinUpdate MIPS timer code (except RMI) to utilize new...
2010-07-21 Jayachandran C.Redo the page table page allocation on MIPS, as suggest...
2010-07-20 Juli MallettRemove unused file. Replaced by tlb.c.
2010-07-20 Juli MallettUpdate the port of FreeBSD to Cavium Octeon to use...
2010-07-20 Ed SchoutenUpgrade our Clang in base to r108428.
2010-07-20 Juli MallettImport the Cavium Simple Executive from the Cavium...
2010-07-19 Rui PauloMFV:
2010-07-17 Rui PauloMerge from vendor: libdtrace MD parts needed by fasttrap.
2010-07-16 Warner LoshMove common macros into asm.h. Replace MIPS_CPU_NOP_DE...
2010-07-15 Warner LoshRemove i386-ish sysctls. Also, make the bootinfo sysct...
2010-07-15 Warner LoshRemove one layer of indirection. No need to call cpu_t...
2010-07-14 Warner LoshPrefer the cpuregs.h spellings of register and bit...
2010-07-13 Warner LoshUse the cpuregs.h spellings for these registers rather...
2010-07-13 Warner Loshcpu_id and fpu_id are unused, except to be set early...
2010-07-12 Jayachandran C.Merge jmallett@'s n64 work into HEAD
2010-07-12 Jayachandran C.Merge jmallett@'s n64 work into HEAD.
2010-07-08 Jayachandran C.Enable KX bit, which is needed for 64 bit access, in...
2010-07-08 Jayachandran C.Fix minor issue in sys/mips/mips/cache_mipsNN.c, using...
2010-07-08 Jayachandran C.Merge jmallett@'s n64 work into HEAD - changeset 8
2010-07-06 Jung-uk KimMerge ACPICA 20100702.
2010-07-06 Rui PauloMerge from vendor-sys/opensolaris:
2010-07-02 Jayachandran C.Remove save/restore of PageMask in tlb.c functions...
2010-06-30 John BaldwinMove prototypes for kern_sigtimedwait() and kern_sigpro...
2010-06-24 Jayachandran C.Merge jmallett@'s n64 work into HEAD - changeset 7
2010-06-23 Jayachandran C.Merge jmallett@'s n64 work into HEAD - changeset 6
2010-06-18 Jayachandran C.Merge jmallett@'s n64 work into HEAD - changeset 5
2010-06-17 Jayachandran C.Merge jmallett@'s n64 work into HEAD - changeset 4
2010-06-14 Rui PauloMFV hostapd & wpa_supplicant 0.6.10.
2010-06-11 Alan CoxRelax one of the new assertions in pmap_enter() a littl...
2010-06-10 Alan CoxReduce the scope of the page queues lock and the number of
2010-06-09 Roman DivackyImport LLVM/clang from vendor stripped of docs/ test...
2010-06-06 Alan CoxDon't set PG_WRITEABLE in init_pte_prot() (and thus...
2010-06-04 Jayachandran C.Make vm_contig_grow_cache() extern, and use it when...
2010-06-01 Alan CoxFix a KASSERT() that was broken in r208665.
2010-05-31 Alan CoxEliminate a stale comment.
2010-05-31 Alan CoxMerge portions of r208645 and supporting code from...
2010-05-30 Alan CoxSimplify the inner loop of get_pv_entry(): While iterat...
2010-05-28 Jayachandran C.Fix lock order reversal, unlock page queue and pmap...
2010-05-28 Neel NatuGet rid of unused variable 'virtual_sys_start'.
2010-05-28 Neel NatuIf 'timer2hz' is zero then we don't need to call 'timer...
2010-05-27 Jayachandran C.Call VM_WAIT in pmap_ptpgzone_allocf() if M_WAITOK...
2010-05-27 Neel NatuSimplify clock interrupt handling on mips by using...
2010-05-26 Oleksandr Tymoshenko- Fix kseg0 address calculation - it doesn't always...
2010-05-26 Alan CoxPush down page queues lock acquisition in pmap_enter_ob...
2010-05-25 Neel NatuGet rid of empty and unused KSEG0TEXT macros.
2010-05-25 Neel NatuFix mips kernel build breakage caused by revision 208504.
2010-05-24 Alan CoxRoughly half of a typical pmap_mincore() implementation...
2010-05-23 Konstantin BelousovReorganize syscall entry and leave handling.
2010-05-22 Neel Natu- Use ptpgzone zone to allocate page table pages irresp...
2010-05-21 John Baldwin- Adjust the whitespace for the lines that output field...
2010-05-20 Doug BartonUpgrade to 9.6.2-P2, which addresses the following;
2010-05-18 Randall StewartAdds JC's cleanup patches that fix it so
2010-05-16 Alan CoxOn entry to pmap_enter(), assert that the page is busy...
2010-05-16 Randall StewartThis pushes all of JC's patches that I have in place. I
2010-05-13 Warner LoshRemove some stray ';'s
2010-05-10 Edwin GroothuisMFV of tzdata2010j, r207896
2010-05-10 Martin MatuskaImport of liblzma, xz, xzdec, lzmainfo from vendor...
2010-05-08 Alan CoxPush down the page queues into vm_page_cache(), vm_page...
2010-05-07 Kirk McKusickMerger of the quota64 project into head.
2010-05-06 Kirk McKusickFinal update to current version of head in preparation...
2010-05-06 Alan CoxEliminate dead code.
2010-05-05 Neel NatuFix DDB backtrace involving kernel modules.
2010-04-30 Randall StewartBug in the memory mapping module. The wrong
2010-04-30 Kip MacyOn Alan's advice, rather than do a wholesale conversion...
2010-04-28 Jung-uk KimMerge ACPICA 20100428.
2010-04-28 Dag-Erling SmørgravUpgrade to OpenSSH 5.5p1.
2010-04-28 Kirk McKusickUpdate to current version of head.
2010-04-28 Alan CoxAdapt i386 r207205 to mips: Clearing PV_TABLE_REF and...
2010-04-24 Alan CoxResurrect pmap_is_referenced() and use it in mincore...
next