| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a global MD macro for the VIS block size instead of duplicating | Marius Strobl | 2012-08-31 | 4 | -51/+48 |
* | - Unlike cache invalidation and TLB demapping IPIs, reading registers from | Marius Strobl | 2012-08-29 | 3 | -17/+29 |
* | Grammar fix: s/NIC's/NICs/ | Glen Barber | 2012-08-26 | 1 | -1/+1 |
* | Merge r236494 from x86: | Marius Strobl | 2012-08-05 | 2 | -4/+12 |
* | Switch back to the 4BSD scheduler for now. There is some more or less | Marius Strobl | 2012-06-30 | 1 | -1/+1 |
* | Now that the mps(4) driver is endian-safe, add it to the powerpc and | Kenneth D. Merry | 2012-06-28 | 1 | -0/+1 |
* | Add new pmap layer locks to the predefined lock order. Change the names | Alan Cox | 2012-06-27 | 1 | -2/+3 |
* | Make the wchar_t type machine dependent. | Andrew Turner | 2012-06-24 | 2 | -6/+4 |
* | Implement mechanism to export some kernel timekeeping data to | Konstantin Belousov | 2012-06-22 | 1 | -0/+34 |
* | Reserve AT_TIMEKEEP auxv entry for providing usermode the pointer to | Konstantin Belousov | 2012-06-22 | 1 | -0/+1 |
* | The page flag PGA_WRITEABLE is set and cleared exclusively by the pmap | Alan Cox | 2012-06-16 | 1 | -0/+1 |
* | Replace all uses of the vm page queues lock by a r/w lock that is private | Alan Cox | 2012-05-29 | 3 | -47/+55 |
* | Merge from x86: r232521 | Marius Strobl | 2012-05-25 | 1 | -28/+0 |
* | MFp4 bz_ipv6_fast: | Bjoern A. Zeeb | 2012-05-24 | 1 | -0/+4 |
* | MFprojects/zfsd: | Alexander Motin | 2012-05-24 | 1 | -1/+1 |
* | Fix mismerge in r235231. | Marius Strobl | 2012-05-10 | 1 | -1/+1 |
* | Merge r234989 from x86: | Marius Strobl | 2012-05-10 | 2 | -9/+2 |
* | Add a convenience macro for the returns_twice attribute, and apply it to | Dimitry Andric | 2012-04-29 | 1 | -1/+1 |
* | Clean up the intr* MD KPI from the SMP dependency, removing a cause of | Attilio Rao | 2012-04-26 | 3 | -4/+16 |
* | Turn on PREEMPTION by default. After fixing several bugs over time, the | Marius Strobl | 2012-04-16 | 1 | -1/+1 |
* | Merge from x86: | Marius Strobl | 2012-04-13 | 2 | -3/+7 |
* | Remove checks that are redundant due to tf_type being unsigned. | Marius Strobl | 2012-03-31 | 1 | -2/+2 |
* | Fix panic on kernel traps having a mapping in trap_sig b0rked in r206086. | Marius Strobl | 2012-03-31 | 1 | -5/+6 |
* | - Remove erroneous trailing semicolon. [1] | Marius Strobl | 2012-03-30 | 2 | -2/+10 |
* | Given that this is a host-PCI-Express bridge driver, create the parent | Marius Strobl | 2012-03-24 | 1 | -1/+1 |
* | Remove pty(4) from our kernel configurations. | Ed Schouten | 2012-03-21 | 1 | -1/+0 |
* | Make ofw_bus_get_node() consistently return -1 when there is no associated | Nathan Whitehorn | 2012-03-15 | 1 | -1/+1 |
* | Add casts to __uint16_t to the __bswap16() macros on all arches which | Dimitry Andric | 2012-03-09 | 1 | -2/+2 |
* | Disable the option VFS_ALLOW_NONMPSAFE by default on all the supported | Attilio Rao | 2012-03-06 | 1 | -3/+0 |
* | - Add a bus_dma tag to each PCI bus that is a child of a Host-PCI bridge. | John Baldwin | 2012-03-02 | 1 | -5/+6 |
* | - Change contigmalloc() to use the vm_paddr_t type instead of an unsigned | John Baldwin | 2012-03-01 | 2 | -2/+2 |
* | As it turns out r227960 may still be insufficient with PREEMPTION | Marius Strobl | 2012-01-28 | 2 | -16/+42 |
* | Fully disable interrupts while we fiddle with the FP context in the | Marius Strobl | 2012-01-28 | 1 | -9/+9 |
* | Commit file missed in r230633. | Marius Strobl | 2012-01-27 | 1 | -18/+19 |
* | Now that we have a working OF_printf() since r230631 and a OF_panic() | Marius Strobl | 2012-01-27 | 4 | -90/+25 |
* | - Now that we have a working OF_printf() since r230631, use it for | Marius Strobl | 2012-01-27 | 2 | -2/+17 |
* | For machines where the kernel address space is unrestricted increase | Marius Strobl | 2012-01-27 | 1 | -1/+1 |
* | Mark cpu_{halt,reset}() as __dead2 as appropriate. | Marius Strobl | 2012-01-27 | 1 | -2/+2 |
* | Add C11 macros describing subnormal numbers to float.h. | David Schultz | 2012-01-23 | 1 | -0/+15 |
* | Add the CAM Target Layer (CTL). | Kenneth D. Merry | 2012-01-12 | 1 | -0/+1 |
* | Add "options CAPABILITY_MODE" and "options CAPABILITIES" to GENERIC kernel | Robert Watson | 2011-12-29 | 1 | -0/+2 |
* | Eliminate vestiges of page coloring. | Alan Cox | 2011-12-15 | 1 | -2/+1 |
* | Replace __signed by signed. | Ed Schouten | 2011-12-13 | 1 | -1/+1 |
* | Revert r225889 a bit. While it's correct that in total store order there's | Marius Strobl | 2011-12-03 | 1 | -1/+4 |
* | Fix OF_finddevice error return value in case of FDT. | Jayachandran C. | 2011-12-02 | 2 | -2/+2 |
* | Update comment. | Marius Strobl | 2011-11-27 | 1 | -8/+7 |
* | For sparc64 also adjust the geometry of da(4) driven disks to not overflow | Marius Strobl | 2011-11-27 | 2 | -3/+78 |
* | Move to SCHED_ULE by default. Since r226057 SCHED_ULE and sparc64 are | Marius Strobl | 2011-11-25 | 1 | -1/+1 |
* | Increase the CDMA sync timeout for Schizo bridges to 15 seconds as used by | Marius Strobl | 2011-11-24 | 1 | -1/+1 |
* | s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mention | Marius Strobl | 2011-11-22 | 17 | -19/+19 |