| Commit message (Expand) | Author | Age | Files | Lines |
* | The kernel sends signals to the processes via ABI specific sv_sendsig method. | dchagin | 2015-05-24 | 1 | -6/+0 |
* | In preparation for switching linuxulator to the use the native 1:1 | dchagin | 2015-05-24 | 2 | -0/+2 |
* | CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten | jkim | 2015-05-22 | 2 | -2/+2 |
* | ddb: finish converting boolean values. | pfg | 2015-05-21 | 1 | -1/+1 |
* | Provide the number of interrupt resources added to the list | br | 2015-05-15 | 2 | -2/+3 |
* | Build GENERIC with RACCT/RCTL support by default. Note that it still | trasz | 2015-05-14 | 1 | -0/+3 |
* | Add a PCI bridge for the Freescale PCIe Root Complex | jhibbits | 2015-05-11 | 2 | -3/+115 |
* | Missed ofw_machdep.c in r282264. | jhibbits | 2015-04-30 | 1 | -7/+16 |
* | Unify booke and AIM machdep. | jhibbits | 2015-04-30 | 7 | -698/+531 |
* | The add_bounce_page() function can be called when loading physical | hselasky | 2015-04-28 | 1 | -2/+2 |
* | Implement hwpmc(4) for Freescale e500 core. | jhibbits | 2015-04-18 | 5 | -3/+102 |
* | Move the 32-bit compatible procfs types from freebsd32.h to <sys/procfs.h> | jhb | 2015-04-08 | 1 | -1/+3 |
* | Clean up printtrap a little. | jhibbits | 2015-04-08 | 1 | -2/+8 |
* | Add DTrace support for Book-E PowerPC. | jhibbits | 2015-04-08 | 1 | -0/+8 |
* | Unbreak book-e, broken by the trap.c merge (missed this file). | jhibbits | 2015-04-08 | 1 | -3/+1 |
* | Fix the index for FAULTBUF_R13, missed during merge/cleanup. | jhibbits | 2015-04-06 | 1 | -1/+1 |
* | Missed this in r281096 as well. | jhibbits | 2015-04-05 | 1 | -1/+1 |
* | Unify Book-E and AIM trap.c | jhibbits | 2015-04-05 | 3 | -580/+100 |
* | Add a GPIO driver for the mpc85xx. | jhibbits | 2015-04-04 | 1 | -0/+307 |
* | Fix integer truncation bug in malloc(9) | rstone | 2015-04-01 | 3 | -4/+5 |
* | CCSRBAR_VA is mpc85xx-specific, so add guards, and include the proper header | jhibbits | 2015-03-31 | 1 | -0/+6 |
* | Wrap #ifdef guards around pmap_bootstrap ap. It's only used in SMP, and | jhibbits | 2015-03-28 | 1 | -0/+4 |
* | Correct the ixgbe entries in mips and powerpc, and add the module | jfv | 2015-03-18 | 1 | -1/+2 |
* | Convert PTE eviction lock from an RW lock to a RM lock. It is held for | nwhitehorn | 2015-03-16 | 1 | -16/+16 |
* | Deallocate any leftover page table entries in the LPAR at boot. This | nwhitehorn | 2015-03-13 | 3 | -0/+19 |
* | Provide VSX context in ucontext(3) API. | nwhitehorn | 2015-03-12 | 2 | -6/+14 |
* | The H_VIO_SIGNAL hypercall only enables interrupts for future received | nwhitehorn | 2015-03-12 | 1 | -0/+13 |
* | Allow PowerMac systems to be booted from an FDT as well as Open Firmware. | nwhitehorn | 2015-03-10 | 1 | -13/+24 |
* | Provide $FreeBSD$ in the standard way. This fixes the build with clang 3.6. | nwhitehorn | 2015-03-08 | 1 | -4/+2 |
* | Add support for USB display link adapters to the FB and VT drivers. | hselasky | 2015-03-07 | 1 | -1/+0 |
* | Make assembly slightly more idiomatic (and able to be handled by clang's | nwhitehorn | 2015-03-07 | 1 | -8/+6 |
* | Make 32-bit PowerPC kernels, like 64-bit PowerPC kernels, position-independent | nwhitehorn | 2015-03-07 | 10 | -118/+229 |
* | Move IVOR setup from assembler to C, decreasing required assumptions about | nwhitehorn | 2015-03-05 | 2 | -36/+45 |
* | The AIM DAR (data access fault address register) and Book-E DEAR registers | nwhitehorn | 2015-03-04 | 7 | -35/+19 |
* | Garbage collect old function prototypes. | nwhitehorn | 2015-03-04 | 1 | -6/+0 |
* | Move Book-E/AIM dependent bits for setting user PMAP during thread switch | nwhitehorn | 2015-03-04 | 5 | -29/+11 |
* | Missed local diff. | nwhitehorn | 2015-03-01 | 2 | -2/+1 |
* | Initialize NX stack capabilities and direct map status in pmap like on AIM. | nwhitehorn | 2015-03-01 | 2 | -4/+6 |
* | Merge r278429 from ppc64: | nwhitehorn | 2015-03-01 | 1 | -2/+11 |
* | Fix unitialized variable. | nwhitehorn | 2015-02-27 | 1 | -1/+1 |
* | New pmap implementation for 64-bit PowerPC processors. The main focus of | nwhitehorn | 2015-02-24 | 7 | -1097/+1097 |
* | Fix race in interrupt handling that could cause IO to hang up under heavy | nwhitehorn | 2015-02-23 | 1 | -6/+7 |
* | Kernel support for the Vector-Scalar eXtension (VSX) found on the POWER7 | nwhitehorn | 2015-02-22 | 13 | -61/+138 |
* | Allow use of higher-resolution (e.g. 1920x1080) framebuffers on PS3. | nwhitehorn | 2015-02-22 | 1 | -5/+5 |
* | Make the PowerMac fan control nonlinear | jhibbits | 2015-02-20 | 1 | -5/+23 |
* | Match the right backlight driver. | jhibbits | 2015-02-18 | 2 | -2/+13 |
* | Don't set the write bit if we're just reading. | jhibbits | 2015-02-18 | 1 | -4/+3 |
* | Having the TOC pointer in kernel dbeugger printouts is useful. | nwhitehorn | 2015-02-17 | 1 | -0/+3 |
* | Remove FreeBSD/wii. | rpaulo | 2015-02-10 | 20 | -3572/+31 |
* | Add error reporting to interrupt CPU binding. | nwhitehorn | 2015-02-10 | 1 | -3/+6 |