| Commit message (Expand) | Author | Age | Files | Lines |
* | - Change contigmalloc() to use the vm_paddr_t type instead of an unsigned | jhb | 2012-03-01 | 3 | -5/+5 |
* | Add backlight control to ATI-graphics PowerBooks and iBooks. | jhibbits | 2012-02-26 | 3 | -0/+198 |
* | Enable the new PCI-PCI bridge driver by default. | andreast | 2012-02-19 | 1 | -0/+2 |
* | Improve error handling in smusat(4). | nwhitehorn | 2012-02-15 | 1 | -5/+18 |
* | The bus resource adjustment API is not meant to work on active resources. | nwhitehorn | 2012-02-07 | 1 | -16/+6 |
* | Inherit from PCI bridge driver instead of manually specifying all of its | nwhitehorn | 2012-02-05 | 1 | -24/+3 |
* | Replace the assembler macro WEAK_ALIAS with a new macro WEAK_REFERENCE which | andreast | 2012-02-05 | 1 | -2/+2 |
* | Make sure to remap adjusted resources. | nwhitehorn | 2012-02-05 | 1 | -1/+17 |
* | Revert the _NOPROF entries on cpu_throw, cpu_switch and savectx. They can be | andreast | 2012-02-05 | 1 | -3/+3 |
* | Add support for bus_adjust_resource() on all PowerPC/AIM PCI bridges. With | nwhitehorn | 2012-02-05 | 1 | -0/+28 |
* | Compatibility with IBM firmware. | nwhitehorn | 2012-02-04 | 1 | -15/+17 |
* | Miffed r230993 due to a one-character typo while reviewing the patch. | nwhitehorn | 2012-02-04 | 1 | -1/+1 |
* | Unify OF PCI infrastructure, including changing from parsing the device | nwhitehorn | 2012-02-04 | 7 | -926/+602 |
* | Avoid warnings about duplicate modules. | nwhitehorn | 2012-02-04 | 2 | -2/+2 |
* | Fix build for the case of powerpc64 kernel without COMPAT_FREEBSD32. | kib | 2012-01-30 | 1 | -0/+3 |
* | Finally, try to enable the nxstacks on amd64 and powerpc64 for both 64bit | kib | 2012-01-30 | 2 | -0/+9 |
* | Add C11 macros describing subnormal numbers to float.h. | das | 2012-01-23 | 1 | -0/+15 |
* | This commit adds profiling support for powerpc64. Now we can do application | andreast | 2012-01-20 | 8 | -21/+43 |
* | Prevent an error resulting from signed/unsigned comparison on systems | nwhitehorn | 2012-01-20 | 2 | -3/+3 |
* | Add parentheses where required. Without them, `sizeof LDBL_MAX' | das | 2012-01-20 | 1 | -4/+4 |
* | Fix the value of float_t to match what is implied by FLT_EVAL_METHOD. | das | 2012-01-16 | 1 | -1/+1 |
* | Change the definition of FLT_EVAL_METHOD from 1 to 0. A value of 1 implies | das | 2012-01-16 | 1 | -1/+1 |
* | Pick a constant high IRQ value for the PS3 IPI, which lets PS3 devices be | nwhitehorn | 2012-01-15 | 1 | -6/+8 |
* | Now that we can tolerate LPAR context switches on the PS3 hypervisor, going | nwhitehorn | 2012-01-15 | 1 | -10/+0 |
* | Rework SLB trap handling so that double-faults into an SLB trap handler are | nwhitehorn | 2012-01-15 | 6 | -58/+235 |
* | Add PWM monitoring sysctl to G4 MDD (Windtunnel) fan driver. While there, clean | jhibbits | 2012-01-12 | 1 | -10/+34 |
* | Add a memory barrier to bus_dmamap_sync(), as should have always been | nwhitehorn | 2012-01-11 | 1 | -0/+3 |
* | Fix build on powerpc64 too. The same as r229640. | andreast | 2012-01-05 | 1 | -0/+4 |
* | Fix build. | adrian | 2012-01-05 | 1 | -0/+4 |
* | Introduce internal macros for __U/INT64_C to define the U/INT64_MAX/MIN | andreast | 2012-01-04 | 1 | -3/+11 |
* | Add "options CAPABILITY_MODE" and "options CAPABILITIES" to GENERIC kernel | rwatson | 2011-12-29 | 1 | -0/+2 |
* | Implement hwpmc counting PMC support for PowerPC G4+ (MPC745x/MPC744x). | jhibbits | 2011-12-24 | 4 | -6/+28 |
* | Support infrastructure for X11 on PS3. | nwhitehorn | 2011-12-18 | 4 | -8/+49 |
* | Add version header to output file. | nwhitehorn | 2011-12-18 | 1 | -0/+1 |
* | kern cons: introduce infrastructure for console grabbing by kernel | avg | 2011-12-17 | 1 | -0/+12 |
* | Allow this to work on embedded systems without Open Firmware by making | nwhitehorn | 2011-12-16 | 1 | -35/+67 |
* | Zero BSS on start, in case the ELF loader that started the kernel did not | nwhitehorn | 2011-12-16 | 1 | -0/+11 |
* | Eliminate vestiges of page coloring. | alc | 2011-12-15 | 2 | -4/+2 |
* | Implement better support for USB controller suspend and resume. | hselasky | 2011-12-14 | 2 | -6/+12 |
* | Replace __signed by signed. | ed | 2011-12-13 | 1 | -1/+1 |
* | Increase the available virtual address space for user programs on PowerPC | nwhitehorn | 2011-12-11 | 1 | -7/+12 |
* | Keep track of PVO entries in each pmap, which allows much faster | nwhitehorn | 2011-12-11 | 3 | -26/+60 |
* | Fix style(9) issues from r228270. | jhibbits | 2011-12-05 | 1 | -2/+2 |
* | Add a devd notification for closing/opening the lid on PowerBooks and iBooks. | jhibbits | 2011-12-05 | 2 | -0/+15 |
* | Fix OF_finddevice error return value in case of FDT. | jchandra | 2011-12-02 | 2 | -3/+3 |
* | - There's no need to overwrite the default device method with the default | marius | 2011-11-22 | 14 | -60/+38 |
* | The PPC IRQ layer assumes that the IPI IRQ is the last IRQ on the PIC. | nwhitehorn | 2011-11-21 | 1 | -0/+2 |
* | Use a global __pure2 function instead of a global register variable for | nwhitehorn | 2011-11-17 | 3 | -6/+23 |
* | Add an extra invariant here which was useful on 64-bit CPUs. | nwhitehorn | 2011-11-17 | 1 | -0/+2 |
* | Refactor the code that performs physically contiguous memory allocation, | alc | 2011-11-16 | 1 | -7/+9 |