| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename INTR_VEC to MAP_IRQ. From the OFW or FDT we obtain a | marcel | 2011-02-02 | 11 | -23/+23 |
* | Fix boot on SMP systems after r218075 by delaying CPU binding until a | nwhitehorn | 2011-01-29 | 1 | -3/+0 |
* | Fix the interrupt code, broken 7 months ago. The interrupt framework | marcel | 2011-01-29 | 15 | -202/+162 |
* | Have nexus behave the same as the one on ARM (marvell SoCs), so as to | marcel | 2011-01-29 | 1 | -8/+17 |
* | Introduce macro FDT_MAP_IRQ to map from an interrupt controller and | marcel | 2011-01-29 | 1 | -0/+3 |
* | Add macro to test the sv_flags of any process. Change some places to test | dchagin | 2011-01-26 | 2 | -9/+9 |
* | Disable ATAPI DMA unconditionally on Apple Kauai ATA controllers, like it | nwhitehorn | 2011-01-23 | 1 | -5/+6 |
* | Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize. | pluknet | 2011-01-21 | 5 | -9/+7 |
* | Remove unused variables. Spotted by a cppcheck | andreast | 2011-01-20 | 1 | -9/+1 |
* | Correct parsing of the grackle and uninorthpci ranges property. | andreast | 2011-01-20 | 4 | -4/+10 |
* | Correct parsing of the cpcht ranges property. | nwhitehorn | 2011-01-20 | 1 | -2/+3 |
* | For architectures not using direct map , and requiring real KVA page for | kib | 2011-01-18 | 2 | -2/+2 |
* | Support booting non FDT-capable loaders: | marcel | 2011-01-17 | 2 | -3/+31 |
* | Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set(). | jkim | 2011-01-17 | 2 | -9/+5 |
* | Don't redefine MODINFOMD_BOOTINFO as MODINFOMD_DTBP. This | marcel | 2011-01-15 | 1 | -1/+2 |
* | Remove unused variables. Spotted by a cppcheck | andreast | 2011-01-15 | 1 | -10/+1 |
* | Enable shared page for the signal trampolines on PowerPC. | kib | 2011-01-14 | 4 | -8/+14 |
* | Fix handling of NX pages on capable CPUs. Thanks to kib for prodding me | nwhitehorn | 2011-01-13 | 3 | -11/+12 |
* | Add new functions, fcu_fan_set_pwm and fcu_fan_get_pwm, to set and get | andreast | 2011-01-11 | 1 | -58/+172 |
* | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | jhb | 2011-01-11 | 1 | -1/+0 |
* | Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h. | kib | 2011-01-09 | 1 | -11/+0 |
* | We don't support any floating point types larger than double on | das | 2011-01-09 | 1 | -1/+1 |
* | White space changes to align comments. The mips and powerpc _inttypes.h | tijl | 2011-01-08 | 1 | -111/+111 |
* | Rename PRIreg helper macro to PRIptr to better reflect its use. Registers | tijl | 2011-01-08 | 1 | -48/+48 |
* | On mixed 32/64 bit architectures (mips, powerpc) use __LP64__ rather than | tijl | 2011-01-08 | 4 | -25/+16 |
* | On 32 bit architectures define (u)int64_t as (unsigned) long long instead | tijl | 2011-01-08 | 1 | -17/+8 |
* | Fix types of some values in machine/_limits.h. | tijl | 2011-01-08 | 1 | -6/+4 |
* | Remove unused support for 64 bit long on 32 bit architectures. | tijl | 2011-01-07 | 1 | -6/+3 |
* | Add AT_STACKPROT elf aux vector. Will be used to inform rtld about the | kib | 2011-01-07 | 1 | -1/+2 |
* | Remove bogus usage of INTR_FAST. "Fast" interrupts are now indicated by | jhb | 2011-01-06 | 1 | -1/+1 |
* | Remove unused variables. Spotted by a cppcheck | andreast | 2011-01-06 | 6 | -15/+0 |
* | Unbreak the LINT build. PS3 kernels can only be built 64-bit, and LINT is | nwhitehorn | 2011-01-06 | 1 | -1/+1 |
* | Import support for the Sony Playstation 3 using the OtherOS feature | nwhitehorn | 2011-01-06 | 17 | -0/+5057 |
* | Fix null string handling in ofw_real_nextprop function. Pass the right | andreast | 2011-01-05 | 1 | -4/+10 |
* | Only keep track of PTE validity statistics for pages not locked in the | nwhitehorn | 2010-12-28 | 1 | -2/+8 |
* | Memory can be laid out with large gaps on 64-bit PowerPC, so switch to | nwhitehorn | 2010-12-20 | 1 | -1/+6 |
* | Garbage-collect unused variable. | nwhitehorn | 2010-12-19 | 2 | -9/+4 |
* | Add some isync()s related to the 64-bit MMU scratch page to avoid race | nwhitehorn | 2010-12-11 | 2 | -0/+4 |
* | Switch which software-reserved bit is used to designate a locked PTE | nwhitehorn | 2010-12-05 | 1 | -2/+2 |
* | Add an abstraction layer to the 64-bit AIM MMU's page table manipulation | nwhitehorn | 2010-12-04 | 6 | -644/+1002 |
* | Provide a simple IOMMU framework on PowerPC, which is required to support | nwhitehorn | 2010-12-03 | 3 | -84/+172 |
* | Revert r216134. This checkin broke platforms where bus_space are macros: | brucec | 2010-12-03 | 1 | -69/+11 |
* | Disallow passing in a count of zero bytes to the bus_space(9) functions. | brucec | 2010-12-02 | 1 | -11/+69 |
* | Define bswap macros for constants to allow the compiler to pre-compute | nwhitehorn | 2010-12-02 | 1 | -16/+30 |
* | Several chipset drivers alter parameters relevant for the DMA tag creation, | marius | 2010-11-30 | 1 | -2/+1 |
* | After some off-list discussion, revert a number of changes to the | dim | 2010-11-22 | 2 | -2/+2 |
* | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | dim | 2010-11-14 | 2 | -2/+2 |
* | Partially revert r215182. There appears to be a silicon bug on the 970 | nwhitehorn | 2010-11-12 | 1 | -4/+4 |
* | Add CPU support code for the IBM Cell Broadband Engine. | nwhitehorn | 2010-11-12 | 4 | -0/+48 |
* | Remove use of a separate ofw_pmap on 32-bit CPUs. Many Open Firmware | nwhitehorn | 2010-11-12 | 4 | -86/+23 |