| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r257991, r257992, 257993, 258504 | andreast | 2013-12-11 | 1 | -0/+1 |
* | MFC r259007 | andreast | 2013-12-11 | 1 | -1/+5 |
* | Implement GET_STACK_USAGE() on PowerPC. This implementation is identical | nwhitehorn | 2013-10-02 | 1 | -0/+12 |
* | Rework handling of ofw_quiesce(), making it the responsibility of the | nwhitehorn | 2013-09-27 | 1 | -0/+1 |
* | Add POWER7+ and POWER8 to the CPU ID table. | nwhitehorn | 2013-09-17 | 1 | -0/+2 |
* | Raise artificial limits on number of CPUs and number of interrupts. | nwhitehorn | 2013-09-09 | 1 | -1/+1 |
* | Add hook called when every new processor is brought online -- including the | nwhitehorn | 2013-09-09 | 1 | -0/+1 |
* | Use the canonical bits for wired, etc. in the PTE. This is important for | nwhitehorn | 2013-09-09 | 1 | -2/+3 |
* | 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 | 1 | -0/+1 |
* | Newer versions of gcc define __INT64_C and __UINT64_C, so avoid | imp | 2013-09-03 | 1 | -0/+2 |
* | Refactor PowerPC hwpmc(4) driver into generic and specific. More refactoring | jhibbits | 2013-09-03 | 1 | -1/+2 |
* | Remove duplicate definition of SPR MMCR0. | jhibbits | 2013-08-03 | 1 | -1/+0 |
* | Revert r253748,253749 | avg | 2013-07-28 | 1 | -3/+0 |
* | put contents of cpu.h under _KERNEL | avg | 2013-07-28 | 1 | -0/+3 |
* | Fix issues with zeroing and fetching the counters, on x86 and ppc64. | kib | 2013-07-01 | 1 | -0/+78 |
* | Pad the PCPU MD struct, to satisfy an assert added with the projects/counters | jhibbits | 2013-06-04 | 1 | -1/+1 |
* | Fix the PowerPC Book-E register definitions used by the remote GDB | marcel | 2013-05-21 | 1 | -1/+17 |
* | Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h in | attilio | 2013-05-07 | 2 | -7/+4 |
* | 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 |
* | Eliminate an unused #define. | alc | 2013-02-22 | 1 | -5/+0 |
* | Introduce PLATFORMMETHOD_END and use it. | rpaulo | 2013-02-13 | 1 | -1/+2 |
* | Allow this file to be used in LOCORE sections of the kernel. | rpaulo | 2012-11-12 | 1 | -1/+3 |
* | Move the prototype for savectx from cpu.h to pcb.h, as it is on other | nwhitehorn | 2012-09-23 | 2 | -3/+1 |
* | On Nintendo Wii CPUs, the mdp value will be garbage. Set it to NULL | adrian | 2012-08-21 | 1 | -0/+1 |
* | Make the wchar_t type machine dependent. | andrew | 2012-06-24 | 2 | -6/+4 |
* | Implement mechanism to export some kernel timekeeping data to | kib | 2012-06-22 | 1 | -0/+41 |
* | Reserve AT_TIMEKEEP auxv entry for providing usermode the pointer to | kib | 2012-06-22 | 1 | -1/+2 |
* | The page flag PGA_WRITEABLE is set and cleared exclusively by the pmap | alc | 2012-06-16 | 1 | -0/+2 |
* | Extract vendor specific Book-E pieces into separate files and have a common | raj | 2012-05-30 | 1 | -0/+39 |
* | Let us manage differences of Book-E PowerPC variations i.e. vendor / | raj | 2012-05-27 | 8 | -29/+138 |
* | Provide SPR definitions for newer Book-E (E500mc, E5500, PPC465). | raj | 2012-05-26 | 1 | -0/+36 |
* | Unify SPR defines formatting, no funtional changes. | raj | 2012-05-26 | 1 | -88/+87 |
* | Update HID defines for E500mc and E5500 CPU cores. | raj | 2012-05-25 | 1 | -0/+53 |
* | Add a missing " to get closer to compiling. | bz | 2012-05-24 | 1 | -1/+1 |
* | Atomic operation acquire barriers also need to be isync on 64-bit systems. | nwhitehorn | 2012-05-24 | 1 | -1/+1 |
* | Revert isync for ILP32 to sync as per my original change that I discussed | marcel | 2012-05-24 | 1 | -4/+4 |
* | MFp4 bz_ipv6_fast: | bz | 2012-05-24 | 1 | -0/+4 |
* | Fix physical address type to vm_paddr_t. | raj | 2012-05-24 | 1 | -4/+4 |
* | Fix the memory barriers for CPUs that do not like lwsync and wedge or cause | marcel | 2012-05-24 | 1 | -12/+22 |
* | Replace the list of PVOs owned by each PMAP with an RB tree. This simplifies | nwhitehorn | 2012-05-20 | 1 | -2/+5 |
* | Fix final bugs in memory barriers on PowerPC: | nwhitehorn | 2012-05-04 | 2 | -6/+6 |
* | Add a convenience macro for the returns_twice attribute, and apply it to | dim | 2012-04-29 | 1 | -1/+1 |
* | Switch the default I/O memory barrier to eieio, as it should be. This | nwhitehorn | 2012-04-24 | 1 | -5/+1 |
* | Fix copy-and-paste error in r230400. | nwhitehorn | 2012-04-23 | 1 | -1/+1 |
* | Provide a clearer split between read/write and acquire/release barriers. | nwhitehorn | 2012-04-22 | 1 | -19/+24 |