]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/powerpc
Add support for Juniper's loader. The difference between FreeBSD's and
[FreeBSD/FreeBSD.git] / sys / powerpc /
2011-08-02 marcelAdd support for Juniper's loader. The difference betwee...
2011-07-31 marcelApply r221124 to Book-E: switch to the new NFS client.
2011-07-31 marcelFix r222813: we need to include sys/cpuset.h. because...
2011-07-31 marcelFix r224187: .word defines a 16-bit object and size_t...
2011-07-30 nwhitehornFix an error that could cause sysctl -a to enter an...
2011-07-25 andreastThis a follow up commit from r224216 for powerpc 32...
2011-07-19 attilioOn 64 bit architectures size_t is 8 bytes, thus it...
2011-07-19 attilioAdd the possibility to specify from kernel configs...
2011-07-18 attilio- Remove the eintrcnt/eintrnames usage and introduce...
2011-07-17 dimUpgrade our copy of llvm/clang to r135360, from upstrea...
2011-07-17 hrs- Improve interface list handling. The rtadvd(8) now...
2011-07-16 dougbUpgrade to version 9.8.0-P4
2011-07-14 nwhitehornEnable PREEMPTION for PowerPC/AIM generic kernels....
2011-07-14 nwhitehornUpdate dialog to 1.1-20110707.
2011-07-11 mmUpdate xz to git snapshot of v5.0 branch as of 20110711...
2011-07-05 nwhitehornFollow Linux by unconditionally stripping the RX vlan...
2011-07-04 attilioWith retirement of cpumask_t and usage of cpuset_t...
2011-06-26 nwhitehornAdd better error handling for RTAS calls. These can...
2011-06-26 nwhitehornRevert r223479. It is unnecessary and served only to...
2011-06-26 nwhitehornTurn the minimum PWM fan speed down to 30 from 40....
2011-06-23 nwhitehornUse the ABI-mandated thread pointer register (r2 for...
2011-06-23 nwhitehornClear any outstanding atomic reservations when traps...
2011-06-23 andreastFix merge typo.
2011-06-23 andreastAdd leading zeros when printing the stackframe on __pow...
2011-06-23 nwhitehornUse atomic operations to mask and unmask IRQs. This...
2011-06-23 nwhitehornUse 4 KB pages for storage bus devices, which seems...
2011-06-23 nwhitehornRework the PS3 disk driver to support NCQ and do its...
2011-06-23 nwhitehornAdd hypervisor call error codes.
2011-06-22 nwhitehornThis is more complicated than I expected. Storage devic...
2011-06-22 nwhitehornThe IOMMU is not involved for the storage bus.
2011-06-20 gavinMerge tnftp-20100108 from the vendor branch into head.
2011-06-20 nwhitehornWork/hack around some race conditions present in the...
2011-06-20 nwhitehornMake this slightly less yelly about regions that the...
2011-06-20 nwhitehornAdd an OHCI driver to complement the EHCI one. The...
2011-06-20 nwhitehornDriver for PS3's internal hard disk. Hopefully this...
2011-06-16 hrsMerge from HEAD@222977.
2011-06-14 gshapiroMerge sendmail 8.14.5 to HEAD
2011-06-12 dimUpgrade our copy of llvm/clang to r132879, from upstrea...
2011-06-11 nwhitehornFollow up r222980 on PowerPC: add sound(4) and common...
2011-06-08 hrsMerge from HEAD@222848.
2011-06-07 attilioetire the cpumask_t type and replace it with cpuset_t...
2011-06-07 attilioMFC
2011-06-06 attilioMFC
2011-06-05 hrsMerge from HEAD@222712.
2011-06-04 attilioMFC
2011-06-04 andreastAdd new fan controller driver for the G4 MDD PowerMac...
2011-06-04 andreast- Improve error handling.
2011-06-04 nwhitehornRetry the memory map-related portions of r222613, writt...
2011-06-04 nwhitehornFix a typo derived from a mismerge from mmu_oea that...
2011-06-03 andreast- Introduce a define for ZERO_C_TO_K.
2011-06-03 edUpgrade libcompiler_rt from revision 117047 to 132478.
2011-06-03 attilioMFC
2011-06-03 nwhitehornQuantities stored on the stack on ppc64 tend to be...
2011-06-02 nwhitehornTemporarily back out those parts of r222613 related...
2011-06-02 nwhitehornThe POWER7 has only 32 SLB slots instead of 64, like...
2011-06-02 nwhitehornIf running under a hypervisor, don't yell at the user...
2011-06-02 nwhitehornExplicitly initialize the first thread's MSR to PSL_KER...
2011-06-02 nwhitehornInclude the modules area in the mapped kernel code...
2011-06-02 nwhitehornRemove some dead code: unnecessary isyncs and memory...
2011-06-02 nwhitehornMFpseries:
2011-06-02 attilioMFC
2011-05-31 attilioMFC
2011-05-31 nwhitehornOn multi-core, multi-threaded PPC systems, it is import...
2011-05-31 attilioMFC
2011-05-29 nwhitehornUse kproc_exit() instead of returning from the manageme...
2011-05-29 nwhitehornAdd some error handling here: if a sensor returns an...
2011-05-29 nwhitehornAdd the next digit of precision to temperatures, which...
2011-05-29 nwhitehornDon't put negative values into the averages.
2011-05-29 nwhitehornUpdate the I2C-based temperature/fan drivers to connect...
2011-05-29 attilioMFC
2011-05-29 andreastAdd a new driver, the ad7417, to read temperatures...
2011-05-29 hrsMerge from head@222434.
2011-05-29 attilioMFC
2011-05-29 marcelThe P4080 has 8 cores. Bump MAXCPU to 8 to match.
2011-05-29 marcelo Add system versions for the P4040(E) and P4080(E).
2011-05-28 nwhitehornAdapt smusat(4) to use powermac_thermal. This provides...
2011-05-28 nwhitehornRequire an error instead of a timeout to decide the...
2011-05-28 nwhitehornFactor out the SMU fan management code into a new modul...
2011-05-28 marcelo Determine the number of LAWs in a way the is future...
2011-05-28 marcelRemove unused defines. They're distracting...
2011-05-28 marcelBetter support different kernel hand-offs. When loaded...
2011-05-27 marcelo The P1020(E) & P2020(E) also have two cores. This...
2011-05-27 marcelWire the kernel using TLB1 entry 0 rather than entry...
2011-05-27 attilioMFC
2011-05-27 marcelo Swap the SVR numbers for MPC8533 & MPC8533E
2011-05-26 marcelDon't assume we have a valid bootinfo pointer.
2011-05-26 attilioMFC
2011-05-26 nwhitehornAdd a missing isync.
2011-05-24 nwhitehornAdd RTC support for the LV1 clock on the PS3. The hyper...
2011-05-22 attilioMerge r221614,221696,221737,221840 from largeSMP projec...
2011-05-22 attilioMFC
2011-05-21 attilioMFC
2011-05-20 attilioMFC
2011-05-19 attilioMFC
2011-05-18 attilioFix compilation.
2011-05-18 attilioFix usage of cpumask that cannot be used like that...
2011-05-18 attilioRevert r222069,222068 as they were intended to be commi...
2011-05-18 attilioFix warning spit out.
2011-05-18 attilioFix newly introduced code.
2011-05-17 attilioMFC
next