| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix build with gcc. Move sf_buf_alloc()/sf_buf_free() declarations | glebius | 2013-09-06 | 1 | -0/+3 |
* | Also align the 32-bit PowerPC stacks. | nwhitehorn | 2013-09-05 | 1 | -0/+1 |
* | Align stacks of kernel threads correctly at 16-byte boundaries rather than | nwhitehorn | 2013-09-05 | 2 | -0/+2 |
* | Newer versions of gcc define __INT64_C and __UINT64_C, so avoid | imp | 2013-09-03 | 1 | -0/+2 |
* | Enable PMC interrupt handling, and fix a DTrace trap handling bug. | jhibbits | 2013-09-03 | 1 | -5/+5 |
* | Refactor PowerPC hwpmc(4) driver into generic and specific. More refactoring | jhibbits | 2013-09-03 | 1 | -1/+2 |
* | Only add the backlight device if it actually exists in OF. | jhibbits | 2013-08-31 | 2 | -0/+4 |
* | Significantly reduce the cost, i.e., run time, of calls to madvise(..., | alc | 2013-08-29 | 2 | -0/+28 |
* | Return EIO iso -1, the kiic_transfer has an signed return. | andreast | 2013-08-23 | 1 | -1/+1 |
* | Revert r254501. Instead, reuse the type stability of the struct pmap | kib | 2013-08-22 | 3 | -9/+5 |
* | Enable DTrace hooks in ppc64. | jhibbits | 2013-08-22 | 1 | -0/+3 |
* | Add process descriptors support to the GENERIC kernel. It is already being | pjd | 2013-08-18 | 1 | -0/+1 |
* | The soft and hard busy mechanism rely on the vm object lock to work. | attilio | 2013-08-09 | 3 | -36/+30 |
* | follow up to r254051 | avg | 2013-08-09 | 2 | -5/+3 |
* | enable KDB_TRACE in GENERICs | avg | 2013-08-07 | 1 | -1/+1 |
* | Replace kernel virtual address space allocation with vmem. This provides | jeff | 2013-08-07 | 7 | -10/+12 |
* | Micro-optimize OFW syscons 8-bit blank. | jhibbits | 2013-08-06 | 1 | -5/+13 |
* | Remove an unnecessary panic. The PVO's PTE entry and the PTEG's PTE entry may | jhibbits | 2013-08-06 | 1 | -3/+0 |
* | Evict pages from the PTEG when it's full and trying to insert a new PTE, | jhibbits | 2013-08-06 | 1 | -7/+77 |
* | Remove duplicate definition of SPR MMCR0. | jhibbits | 2013-08-03 | 1 | -1/+0 |
* | Back out r253779 & r253786. | obrien | 2013-07-31 | 4 | -4/+0 |
* | Add the macio attachment for wi(4). Partially obtained from NetBSD. | jhibbits | 2013-07-31 | 2 | -0/+51 |
* | Decouple yarrow from random(4) device. | obrien | 2013-07-29 | 4 | -0/+4 |
* | Revert r253748,253749 | avg | 2013-07-28 | 1 | -3/+0 |
* | put contents of cpu.h under _KERNEL | avg | 2013-07-28 | 1 | -0/+3 |
* | Increase the size of the OFW bounce buffer to 4 pages. With this I can now run | jhibbits | 2013-07-24 | 1 | -3/+3 |
* | Include sys/systm.h after sys/param.h. | ae | 2013-07-15 | 1 | -1/+1 |
* | Introduce new structure sfstat for collecting sendfile's statistics | ae | 2013-07-15 | 2 | -2/+2 |
* | Fix check: bitwise and has only one &. | nwhitehorn | 2013-07-12 | 1 | -1/+1 |
* | Fix indentation. | rpaulo | 2013-07-02 | 1 | -3/+3 |
* | Add register definitions for the Wii IPC system. | rpaulo | 2013-07-02 | 1 | -0/+65 |
* | Fix issues with zeroing and fetching the counters, on x86 and ppc64. | kib | 2013-07-01 | 1 | -0/+78 |
* | Cache the Open Firmware CPU properties at attach time, so we don't always | jhibbits | 2013-06-23 | 1 | -8/+19 |
* | Fix a KTR_BUSDMA format string. | rpaulo | 2013-06-18 | 1 | -1/+1 |
* | Pad the PCPU MD struct, to satisfy an assert added with the projects/counters | jhibbits | 2013-06-04 | 1 | -1/+1 |
* | o Relax locking assertions for vm_page_find_least() | attilio | 2013-05-21 | 3 | -0/+6 |
* | Fix the PowerPC Book-E register definitions used by the remote GDB | marcel | 2013-05-21 | 1 | -1/+17 |
* | Add support for the second GPIO pin bank on the Wii and add support for | rpaulo | 2013-05-18 | 2 | -21/+91 |
* | Relax the object locking assertion in pmap_enter_locked(). | alc | 2013-05-17 | 3 | -3/+3 |
* | Tidy up some CVS workarounds. | peter | 2013-05-12 | 2 | -2/+0 |
* | Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h in | attilio | 2013-05-07 | 2 | -7/+4 |
* | Only check fan type once. Not only is continuously rechecking pointless, a | nwhitehorn | 2013-05-05 | 1 | -11/+40 |
* | Add reset support to the Wii. | rpaulo | 2013-04-27 | 2 | -8/+55 |
* | Fix the frambuffer issues by calling pmap_mapdev() in the attach routine. This | rpaulo | 2013-04-27 | 1 | -1/+5 |
* | Remove a comment that shouldn't have gone in. | jhibbits | 2013-04-26 | 1 | -3/+0 |
* | Introduce kernel coredumps to ppc32 AIM. Leeched from the booke code. | jhibbits | 2013-04-25 | 1 | -0/+111 |
* | Handle the IRQ for the reset button. | rpaulo | 2013-04-24 | 3 | -2/+35 |
* | Fix an off by one calculation in wiipic_dispatch(). | rpaulo | 2013-04-21 | 1 | -1/+4 |
* | Generate a LINT for powerpc and for powerpc64. | bz | 2013-04-11 | 1 | -3/+0 |
* | Since UMA_ZONE_PCPU zones put a constraint on sizeof(struct pcpu), declared | glebius | 2013-04-10 | 1 | -7/+1 |