summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Remove pty(4) from our kernel configurations.ed2012-03-213-3/+0
* Provide a fix for certain PowerMacs where the U3 i2c lacks the interruptandreast2012-03-191-1/+30
* Remove acquisition of VM page queues lock from pmap_protect(). Any actualnwhitehorn2012-03-181-2/+0
* Make ofw_bus_get_node() consistently return -1 when there is no associatednwhitehorn2012-03-152-2/+2
* Implement pmap_remove_pages(). This will be added later to the 32-bit MMUnwhitehorn2012-03-151-0/+18
* Improve algorithm for deciding whether to loop through all process pagesnwhitehorn2012-03-151-40/+58
* Use LIST_FOREACH_SAFE() instead of LIST_FOREACH() in pmap_remove(), sincenwhitehorn2012-03-142-4/+4
* Add casts to __uint16_t to the __bswap16() macros on all arches whichdim2012-03-091-2/+2
* Disable the option VFS_ALLOW_NONMPSAFE by default on all the supportedattilio2012-03-061-3/+0
* Restore proper dot symbol creation for assembly files in the kernel build case.andreast2012-03-041-13/+46
* Add support for PWM controlled fans. I found these fans on my PowerMac9,1.andreast2012-03-041-72/+299
* - Add a bus_dma tag to each PCI bus that is a child of a Host-PCI bridge.jhb2012-03-021-5/+6
* - Change contigmalloc() to use the vm_paddr_t type instead of an unsignedjhb2012-03-013-5/+5
* Add backlight control to ATI-graphics PowerBooks and iBooks.jhibbits2012-02-263-0/+198
* 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
OpenPOWER on IntegriCloud