]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/powerpc
Clarify what we are doing in r234583 a little better: eieio and isync do
[FreeBSD/FreeBSD.git] / sys / powerpc /
2012-04-22 Nathan WhitehornClarify what we are doing in r234583 a little better...
2012-04-22 Nathan WhitehornOn non-64-bit systems (which generally don't have lwsyn...
2012-04-22 Nathan WhitehornUse lwsync to provide memory barriers on systems that...
2012-04-22 Nathan WhitehornRemove dead code. The routines in atomic.S did not...
2012-04-22 Nathan WhitehornReplace eieio; sync for creating bus-space memory barri...
2012-04-22 Nathan WhitehornAvoid a lock order reversal in pmap_extract_and_hold...
2012-04-21 Nathan WhitehornOrganize some members of ucontext_t in the same order...
2012-04-20 Nathan WhitehornMake sure all pending operations have completed on...
2012-04-19 David E. O'BrienUpdate file(1) to version 5.11.
2012-04-16 Dimitry AndricUpgrade our copy of llvm/clang to trunk r154661, in...
2012-04-12 Doug BartonThe BIND 9.8.2 tarball was re-rolled to remove 9.8...
2012-04-11 Nathan WhitehornWe don't need kcopy() in any of the remaining places...
2012-04-11 Nathan WhitehornOnly manipulate the PGA_EXECUTABLE flag on managed...
2012-04-11 Nathan WhitehornFix error in r233949. Synchronizing icaches on uncachea...
2012-04-11 Nathan WhitehornDo not restore the register holding the TLS pointer...
2012-04-08 Stanislav Sedov- Update FreeBSD's Heimdal distribution to 1.5.2. ...
2012-04-06 Nathan WhitehornExecute an initial ptesync if and only if the PTE is...
2012-04-06 Nathan WhitehornSubstantially reduce the scope of the locks held in...
2012-04-06 Nathan WhitehornReduce the frequency that the PowerPC/AIM pmaps invalid...
2012-04-06 Nathan WhitehornGive the kernel pmap lock a different name than user...
2012-04-05 Doug BartonUpdate to version 9.8.2, the latest from ISC, which...
2012-03-30 Doug AmbriskoMFhead_mfi r233621
2012-03-30 Doug AmbriskoMFhead_mfi r227068
2012-03-29 John Baldwin- Rename VM_MEMATTR_UNCACHED to VM_MEMATTR_WEAK_UNCACHE...
2012-03-29 Nathan WhitehornAllow multiple inclusion of trap.h. This has always...
2012-03-28 Fabien ThomasAdd software PMC support.
2012-03-28 Nathan WhitehornMore PMAP performance improvements: skip 256 MB segment...
2012-03-28 Jung-uk KimMFV: r233615
2012-03-27 Jung-uk KimMFV: r233551
2012-03-27 Jung-uk KimMFV: r233550
2012-03-27 Nathan WhitehornMake sure to call vm_page_dirty() before the pmap lock...
2012-03-27 Nathan WhitehornMore PMAP concurrency improvements: replace the table...
2012-03-25 Nathan WhitehornMore PMAP performance improvements: on powerpc64, when...
2012-03-25 Edwin GroothuisMFV of 233442, tzdata2012a
2012-03-24 Nathan WhitehornOnly call vm_page_dirty() on pages that are writable...
2012-03-24 Nathan WhitehornFollowing suggestions from alc, skip wired mappings...
2012-03-22 Stanislav Sedov- Update FreeBSD Heimdal distribution to version 1...
2012-03-21 Ed SchoutenRemove pty(4) from our kernel configurations.
2012-03-20 Jung-uk KimMerge ACPICA 20120320.
2012-03-20 David ChisnallImport new version of libcxxrt. Now works correctly...
2012-03-19 Andreas ToblerProvide a fix for certain PowerMacs where the U3 i2c...
2012-03-18 Nathan WhitehornRemove acquisition of VM page queues lock from pmap_pro...
2012-03-15 Nathan WhitehornMake ofw_bus_get_node() consistently return -1 when...
2012-03-15 Nathan WhitehornImplement pmap_remove_pages(). This will be added later...
2012-03-15 Nathan WhitehornImprove algorithm for deciding whether to loop through...
2012-03-14 Nathan WhitehornUse LIST_FOREACH_SAFE() instead of LIST_FOREACH() in...
2012-03-14 David ChisnallImport a slightly newer libc++, with some bugs fixed...
2012-03-14 David ChisnallImport new versions of libcxxrt and libc++.
2012-03-11 Juli MallettMerge the Cavium Octeon SDK 2.3.0 Simple Executive...
2012-03-09 Dimitry AndricAdd casts to __uint16_t to the __bswap16() macros on...
2012-03-06 Attilio RaoDisable the option VFS_ALLOW_NONMPSAFE by default on...
2012-03-04 Andreas ToblerRestore proper dot symbol creation for assembly files...
2012-03-04 Andreas ToblerAdd support for PWM controlled fans. I found these...
2012-03-02 John Baldwin- Add a bus_dma tag to each PCI bus that is a child...
2012-03-01 John Baldwin- Change contigmalloc() to use the vm_paddr_t type...
2012-02-26 Justin HibbitsAdd backlight control to ATI-graphics PowerBooks and...
2012-02-25 Martin MatuskaUpdate libarchive to 3.0.3
2012-02-22 Mark PeekUpdate to tcsh 6.18.01.
2012-02-19 Andreas ToblerEnable the new PCI-PCI bridge driver by default.
2012-02-17 Bjoern A. ZeebIFC @231845
2012-02-16 Jung-uk KimMerge ACPICA 20120215.
2012-02-15 Nathan WhitehornImprove error handling in smusat(4).
2012-02-07 Nathan WhitehornThe bus resource adjustment API is not meant to work...
2012-02-05 Dimitry AndricAdd a WITH_CLANG_EXTRAS option for src.conf(5), disable...
2012-02-05 Nathan WhitehornInherit from PCI bridge driver instead of manually...
2012-02-05 Andreas ToblerReplace the assembler macro WEAK_ALIAS with a new macro...
2012-02-05 Nathan WhitehornMake sure to remap adjusted resources.
2012-02-05 Andreas ToblerRevert the _NOPROF entries on cpu_throw, cpu_switch...
2012-02-05 Nathan WhitehornAdd support for bus_adjust_resource() on all PowerPC...
2012-02-04 Nathan WhitehornCompatibility with IBM firmware.
2012-02-04 Nathan WhitehornMiffed r230993 due to a one-character typo while review...
2012-02-04 Nathan WhitehornUnify OF PCI infrastructure, including changing from...
2012-02-04 Nathan WhitehornAvoid warnings about duplicate modules.
2012-01-30 Konstantin BelousovFix build for the case of powerpc64 kernel without...
2012-01-30 Konstantin BelousovFinally, try to enable the nxstacks on amd64 and powerp...
2012-01-29 Martin MatuskaUupdate code to vendor rev. 4183 (release/2.8)
2012-01-23 David SchultzAdd C11 macros describing subnormal numbers to float.h.
2012-01-20 Andreas ToblerThis commit adds profiling support for powerpc64. Now...
2012-01-20 Nathan WhitehornPrevent an error resulting from signed/unsigned compari...
2012-01-20 David SchultzAdd parentheses where required. Without them, `sizeof...
2012-01-16 David SchultzFix the value of float_t to match what is implied by...
2012-01-16 David SchultzChange the definition of FLT_EVAL_METHOD from 1 to...
2012-01-15 Nathan WhitehornPick a constant high IRQ value for the PS3 IPI, which...
2012-01-15 Nathan WhitehornNow that we can tolerate LPAR context switches on the...
2012-01-15 Nathan WhitehornRework SLB trap handling so that double-faults into...
2012-01-12 Justin HibbitsAdd PWM monitoring sysctl to G4 MDD (Windtunnel) fan...
2012-01-11 Jung-uk KimMerge ACPICA 20120111.
2012-01-11 Nathan WhitehornAdd a memory barrier to bus_dmamap_sync(), as should...
2012-01-05 Andreas ToblerFix build on powerpc64 too. The same as r229640.
2012-01-05 Adrian ChaddFix build.
2012-01-04 Andreas ToblerIntroduce internal macros for __U/INT64_C to define...
2012-01-03 Ed SchoutenImport compiler-rt r147467.
2012-01-01 Adrian ChaddInitial copy of xz-embedded to sys/contrib/.
2011-12-31 Ed SchoutenUpgrade libcompiler_rt to upstream revision 147390.
2011-12-29 Robert WatsonAdd "options CAPABILITY_MODE" and "options CAPABILITIES...
2011-12-27 Martin MatuskaUpdate to vendor revision 4016.
2011-12-26 Xin LIMerge from OpenBSD 5.0 (this is a dummy change, the...
2011-12-24 Justin HibbitsImplement hwpmc counting PMC support for PowerPC G4...
2011-12-22 Dag-Erling SmørgravMerge upstream r509: don't log an error in the common...
2011-12-21 Martin MatuskaCopy libarchive from vendor branch to contrib
next