summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Enable the new PCI-PCI bridge driver by default.andreast2012-02-191-0/+2
* Improve error handling in smusat(4).nwhitehorn2012-02-151-5/+18
* The bus resource adjustment API is not meant to work on active resources.nwhitehorn2012-02-071-16/+6
* Inherit from PCI bridge driver instead of manually specifying all of itsnwhitehorn2012-02-051-24/+3
* Replace the assembler macro WEAK_ALIAS with a new macro WEAK_REFERENCE whichandreast2012-02-051-2/+2
* Make sure to remap adjusted resources.nwhitehorn2012-02-051-1/+17
* Revert the _NOPROF entries on cpu_throw, cpu_switch and savectx. They can beandreast2012-02-051-3/+3
* Add support for bus_adjust_resource() on all PowerPC/AIM PCI bridges. Withnwhitehorn2012-02-051-0/+28
* Compatibility with IBM firmware.nwhitehorn2012-02-041-15/+17
* Miffed r230993 due to a one-character typo while reviewing the patch.nwhitehorn2012-02-041-1/+1
* Unify OF PCI infrastructure, including changing from parsing the devicenwhitehorn2012-02-047-926/+602
* Avoid warnings about duplicate modules.nwhitehorn2012-02-042-2/+2
* Fix build for the case of powerpc64 kernel without COMPAT_FREEBSD32.kib2012-01-301-0/+3
* Finally, try to enable the nxstacks on amd64 and powerpc64 for both 64bitkib2012-01-302-0/+9
* Add C11 macros describing subnormal numbers to float.h.das2012-01-231-0/+15
* This commit adds profiling support for powerpc64. Now we can do applicationandreast2012-01-208-21/+43
* Prevent an error resulting from signed/unsigned comparison on systemsnwhitehorn2012-01-202-3/+3
* Add parentheses where required. Without them, `sizeof LDBL_MAX'das2012-01-201-4/+4
* Fix the value of float_t to match what is implied by FLT_EVAL_METHOD.das2012-01-161-1/+1
* Change the definition of FLT_EVAL_METHOD from 1 to 0. A value of 1 impliesdas2012-01-161-1/+1
* Pick a constant high IRQ value for the PS3 IPI, which lets PS3 devices benwhitehorn2012-01-151-6/+8
* Now that we can tolerate LPAR context switches on the PS3 hypervisor, goingnwhitehorn2012-01-151-10/+0
* Rework SLB trap handling so that double-faults into an SLB trap handler arenwhitehorn2012-01-156-58/+235
* Add PWM monitoring sysctl to G4 MDD (Windtunnel) fan driver. While there, cleanjhibbits2012-01-121-10/+34
* Add a memory barrier to bus_dmamap_sync(), as should have always beennwhitehorn2012-01-111-0/+3
* Fix build on powerpc64 too. The same as r229640.andreast2012-01-051-0/+4
* Fix build.adrian2012-01-051-0/+4
* Introduce internal macros for __U/INT64_C to define the U/INT64_MAX/MINandreast2012-01-041-3/+11
* Add "options CAPABILITY_MODE" and "options CAPABILITIES" to GENERIC kernelrwatson2011-12-291-0/+2
* Implement hwpmc counting PMC support for PowerPC G4+ (MPC745x/MPC744x).jhibbits2011-12-244-6/+28
* Support infrastructure for X11 on PS3.nwhitehorn2011-12-184-8/+49
* Add version header to output file.nwhitehorn2011-12-181-0/+1
* kern cons: introduce infrastructure for console grabbing by kernelavg2011-12-171-0/+12
* Allow this to work on embedded systems without Open Firmware by makingnwhitehorn2011-12-161-35/+67
* Zero BSS on start, in case the ELF loader that started the kernel did notnwhitehorn2011-12-161-0/+11
* Eliminate vestiges of page coloring.alc2011-12-152-4/+2
* Implement better support for USB controller suspend and resume.hselasky2011-12-142-6/+12
* Replace __signed by signed.ed2011-12-131-1/+1
* Increase the available virtual address space for user programs on PowerPCnwhitehorn2011-12-111-7/+12
* Keep track of PVO entries in each pmap, which allows much fasternwhitehorn2011-12-113-26/+60
* Fix style(9) issues from r228270.jhibbits2011-12-051-2/+2
* Add a devd notification for closing/opening the lid on PowerBooks and iBooks.jhibbits2011-12-052-0/+15
* Fix OF_finddevice error return value in case of FDT.jchandra2011-12-022-3/+3
* - There's no need to overwrite the default device method with the defaultmarius2011-11-2214-60/+38
* The PPC IRQ layer assumes that the IPI IRQ is the last IRQ on the PIC.nwhitehorn2011-11-211-0/+2
* Use a global __pure2 function instead of a global register variable fornwhitehorn2011-11-173-6/+23
* Add an extra invariant here which was useful on 64-bit CPUs.nwhitehorn2011-11-171-0/+2
* Refactor the code that performs physically contiguous memory allocation,alc2011-11-161-7/+9
* As it turns out, r186347 actually is insufficient to avoid the use of themarius2011-11-152-3/+3
* Fix a bug where the pmap_cpu_bootstrap() ap argument could be clobbered.nwhitehorn2011-11-092-2/+4
OpenPOWER on IntegriCloud