| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix build for AIM 64bit. | kib | 2013-04-09 | 1 | -0/+2 |
* | Merge from projects/counters: counter(9). | glebius | 2013-04-08 | 1 | -0/+82 |
* | Merge from projects/counters: | glebius | 2013-04-08 | 1 | -3/+6 |
* | - With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) related | marius | 2013-04-06 | 4 | -24/+25 |
* | Print out DSISR in a fatal DSI trap. | jhibbits | 2013-04-05 | 1 | -0/+2 |
* | Remove all legacy ATA code parts, not used since options ATA_CAM enabled in | mav | 2013-04-04 | 3 | -3/+0 |
* | Implement the concept of the unmapped VMIO buffers, i.e. buffers which | kib | 2013-03-19 | 2 | -0/+10 |
* | Add FBT for PowerPC DTrace. Also, clean up the DTrace assembly code, | jhibbits | 2013-03-18 | 3 | -19/+14 |
* | Add pmap function pmap_copy_pages(), which copies the content of the | kib | 2013-03-14 | 5 | -0/+147 |
* | MFC | attilio | 2013-03-02 | 5 | -47/+31 |
|\ |
|
| * | MFcalloutng: | mav | 2013-02-28 | 2 | -36/+19 |
| * | MFcalloutng: | davide | 2013-02-28 | 3 | -11/+12 |
| * | Merge from vmobj-rwlock: | attilio | 2013-02-27 | 3 | -9/+6 |
| * | Merge from vmc-playground branch: | attilio | 2013-02-26 | 1 | -2/+1 |
| * | Merge from vmobj-rwlock branch: | attilio | 2013-02-26 | 4 | -4/+0 |
* | | MFC | attilio | 2013-02-26 | 1 | -2/+1 |
* | | MFC | attilio | 2013-02-23 | 1 | -5/+0 |
|\ \
| |/ |
|
| * | Eliminate an unused #define. | alc | 2013-02-22 | 1 | -5/+0 |
* | | Hide the details for the assertion for VM_OBJECT_LOCK operations. | attilio | 2013-02-21 | 3 | -13/+13 |
* | | Fix other architectures and ZFS. | attilio | 2013-02-21 | 6 | -4/+2 |
* | | There is no need to use VM_OBJECT_LOCKED() as the assertion won't | attilio | 2013-02-20 | 3 | -9/+6 |