]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/powerpc
Alter the previous commit to use vm_size_t instead of vm_pindex_t.
[FreeBSD/FreeBSD.git] / sys / powerpc /
2012-03-19 andreastProvide a fix for certain PowerMacs where the U3 i2c...
2012-03-18 nwhitehornRemove acquisition of VM page queues lock from pmap_pro...
2012-03-15 nwhitehornMake ofw_bus_get_node() consistently return -1 when...
2012-03-15 nwhitehornImplement pmap_remove_pages(). This will be added later...
2012-03-15 nwhitehornImprove algorithm for deciding whether to loop through...
2012-03-14 nwhitehornUse LIST_FOREACH_SAFE() instead of LIST_FOREACH() in...
2012-03-14 theravenImport new versions of libcxxrt and libc++.
2012-03-11 jmallettMerge the Cavium Octeon SDK 2.3.0 Simple Executive...
2012-03-09 dimAdd casts to __uint16_t to the __bswap16() macros on...
2012-03-06 attilioDisable the option VFS_ALLOW_NONMPSAFE by default on...
2012-03-04 andreastRestore proper dot symbol creation for assembly files...
2012-03-04 andreastAdd support for PWM controlled fans. I found these...
2012-03-02 jhb- Add a bus_dma tag to each PCI bus that is a child...
2012-03-01 jhb- Change contigmalloc() to use the vm_paddr_t type...
2012-02-26 jhibbitsAdd backlight control to ATI-graphics PowerBooks and...
2012-02-25 mmUpdate libarchive to 3.0.3
2012-02-22 mpUpdate to tcsh 6.18.01.
2012-02-19 andreastEnable the new PCI-PCI bridge driver by default.
2012-02-16 jkimMerge ACPICA 20120215.
2012-02-15 nwhitehornImprove error handling in smusat(4).
2012-02-07 nwhitehornThe bus resource adjustment API is not meant to work...
2012-02-05 dimAdd a WITH_CLANG_EXTRAS option for src.conf(5), disable...
2012-02-05 nwhitehornInherit from PCI bridge driver instead of manually...
2012-02-05 andreastReplace the assembler macro WEAK_ALIAS with a new macro...
2012-02-05 nwhitehornMake sure to remap adjusted resources.
2012-02-05 andreastRevert the _NOPROF entries on cpu_throw, cpu_switch...
2012-02-05 nwhitehornAdd support for bus_adjust_resource() on all PowerPC...
2012-02-04 nwhitehornCompatibility with IBM firmware.
2012-02-04 nwhitehornMiffed r230993 due to a one-character typo while review...
2012-02-04 nwhitehornUnify OF PCI infrastructure, including changing from...
2012-02-04 nwhitehornAvoid warnings about duplicate modules.
2012-01-31 jimharrisRebase user/jimharris/isci branch from head.
2012-01-30 kibFix build for the case of powerpc64 kernel without...
2012-01-30 kibFinally, try to enable the nxstacks on amd64 and powerp...
2012-01-26 jimharrisRebase user/jimharris/isci branch from head.
2012-01-23 dasAdd C11 macros describing subnormal numbers to float.h.
2012-01-20 andreastThis commit adds profiling support for powerpc64. Now...
2012-01-20 nwhitehornPrevent an error resulting from signed/unsigned compari...
2012-01-20 dasAdd parentheses where required. Without them, `sizeof...
2012-01-16 dasFix the value of float_t to match what is implied by...
2012-01-16 dasChange the definition of FLT_EVAL_METHOD from 1 to...
2012-01-15 nwhitehornPick a constant high IRQ value for the PS3 IPI, which...
2012-01-15 nwhitehornNow that we can tolerate LPAR context switches on the...
2012-01-15 nwhitehornRework SLB trap handling so that double-faults into...
2012-01-12 jhibbitsAdd PWM monitoring sysctl to G4 MDD (Windtunnel) fan...
2012-01-11 jkimMerge ACPICA 20120111.
2012-01-11 nwhitehornAdd a memory barrier to bus_dmamap_sync(), as should...
2012-01-05 andreastFix build on powerpc64 too. The same as r229640.
2012-01-05 adrianFix build.
2012-01-04 andreastIntroduce internal macros for __U/INT64_C to define...
2012-01-01 adrianInitial copy of xz-embedded to sys/contrib/.
2011-12-31 edUpgrade libcompiler_rt to upstream revision 147390.
2011-12-29 rwatsonAdd "options CAPABILITY_MODE" and "options CAPABILITIES...
2011-12-27 mmUpdate to vendor revision 4016.
2011-12-24 jhibbitsImplement hwpmc counting PMC support for PowerPC G4...
2011-12-21 mmCopy libarchive from vendor branch to contrib
2011-12-18 desUpgrade to OpenPAM Lycopsida.
2011-12-18 nwhitehornSupport infrastructure for X11 on PS3.
2011-12-18 nwhitehornAdd version header to output file.
2011-12-17 avgkern cons: introduce infrastructure for console grabbin...
2011-12-16 nwhitehornAllow this to work on embedded systems without Open...
2011-12-16 nwhitehornZero BSS on start, in case the ELF loader that started...
2011-12-15 alcEliminate vestiges of page coloring.
2011-12-14 hselaskyImplement better support for USB controller suspend...
2011-12-13 edReplace __signed by signed.
2011-12-11 nwhitehornIncrease the available virtual address space for user...
2011-12-11 nwhitehornKeep track of PVO entries in each pmap, which allows...
2011-12-05 jhibbitsFix style(9) issues from r228270.
2011-12-05 jhibbitsAdd a devd notification for closing/opening the lid...
2011-12-02 jchandraFix OF_finddevice error return value in case of FDT.
2011-11-28 jkimMerge ACPICA 20111123.
2011-11-26 theravenUpdate libcxxrt to remove the pthread dependency.
2011-11-25 theravenImport libc++ / libcxxrt into base. Not build by defau...
2011-11-22 marius- There's no need to overwrite the default device metho...
2011-11-21 nwhitehornThe PPC IRQ layer assumes that the IPI IRQ is the last...
2011-11-17 nwhitehornUse a global __pure2 function instead of a global regis...
2011-11-17 nwhitehornAdd an extra invariant here which was useful on 64...
2011-11-16 alcRefactor the code that performs physically contiguous...
2011-11-15 mariusAs it turns out, r186347 actually is insufficient to...
2011-11-09 nwhitehornFix a bug where the pmap_cpu_bootstrap() ap argument...
2011-11-08 attilioIntroduce the option VFS_ALLOW_NONMPSAFE and turn it...
2011-11-07 edMark all SYSCTL_NODEs static that have no corresponding...
2011-11-07 edMark MALLOC_DEFINEs static that have no corresponding...
2011-10-27 kensmithAdjust the debugger options slightly. This should...
2011-10-22 dimUpgrade our copy of llvm/clang to r142614, from upstrea...
2011-10-21 dasPeople porting FreeBSD to new architectures ought not...
2011-10-19 kensmithAdd a warning about why sbp(4) is commented out so...
2011-10-15 nwhitehornEnforce a memory barrier in stream operations, as is...
2011-10-07 kibRemove unused define.
2011-10-05 desUpgrade to OpenSSH 5.9p1.
2011-10-03 mavRevert r225875, r225877:
2011-10-03 kenAdd descriptor sense support to CAM, and honor sense...
2011-09-29 dimRevive the LLVM and Clang license files, which were...
2011-09-29 mavAdd header missed in r225875.
2011-09-29 mavHandle the race in cpu_idle() when due to the critical...
2011-09-28 kibRemove locking of the vm page queues from several pmaps...
2011-09-16 kmacyIn order to maximize the re-usability of kernel code...
2011-09-11 kibInline the syscallenter() and syscallret(). This reduce...
2011-09-06 kibSplit the vm_page flags PG_WRITEABLE and PG_REFERENCED...
2011-09-03 dougbUpgrade to BIND version 9.8.1. Release notes at:
next