| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused KTRACE includes. | jhb | 2010-08-19 | 1 | -5/+0 |
* | Supply some useful information to the started image using ELF aux vectors. | kib | 2010-08-17 | 1 | -1/+7 |
* | Update various places that store or manipulate CPU masks to use cpumask_t | jhb | 2010-08-11 | 3 | -9/+9 |
* | Wrap some sun4u-only symbols. | marius | 2010-08-08 | 1 | -5/+3 |
* | - As it is not possible for sched_bind(9) to context switch with | marius | 2010-08-08 | 5 | -34/+113 |
* | - Introduce a cpu_ipi_single() function pointer in order to send IPIs | marius | 2010-08-08 | 2 | -25/+176 |
* | For CPUs which ignore TD_CV and support hardware unaliasing don't | marius | 2010-08-08 | 6 | -60/+80 |
* | Add a new ipi_cpu() function to the MI IPI API that can be used to send an | jhb | 2010-08-06 | 1 | -0/+11 |
* | Adapt sparc64 and sun4v timer code for the new event timers infrastructure. | mav | 2010-07-29 | 8 | -64/+152 |
* | Add MALLOC_DEBUG_MAXZONES debug malloc(9) option to use multiple uma | mdf | 2010-07-28 | 1 | -0/+1 |
* | Very rough first cut at NUMA support for the physical page allocator. For | jhb | 2010-07-27 | 1 | -0/+7 |
* | KTR_CTx are long time aliased by existing classes so they can't serve | attilio | 2010-07-21 | 3 | -3/+3 |
* | Allocate proper ammount of memory for interrupt names on sparc64 and | mav | 2010-07-16 | 3 | -2/+2 |
* | - Pin the IPI cache and TLB demap functions in order to prevent migration | marius | 2010-07-04 | 1 | -8/+24 |
* | Move prototypes for kern_sigtimedwait() and kern_sigprocmask() to | jhb | 2010-06-30 | 1 | -0/+1 |
* | Provide for multiple, cascaded PICs on PowerPC systems, and extend the | nwhitehorn | 2010-06-18 | 6 | -6/+6 |
* | Update a branch missed in r207537. | marius | 2010-06-13 | 1 | -1/+1 |
* | Relax one of the new assertions in pmap_enter() a little. Specifically, | alc | 2010-06-11 | 1 | -1/+2 |
* | Reduce the scope of the page queues lock and the number of | alc | 2010-06-10 | 1 | -9/+15 |
* | Don't set PG_WRITEABLE in pmap_enter() unless the page is managed. | alc | 2010-06-05 | 1 | -3/+5 |
* | Push down page queues lock acquisition in pmap_enter_object() and | alc | 2010-05-26 | 1 | -6/+13 |
* | Roughly half of a typical pmap_mincore() implementation is machine- | alc | 2010-05-24 | 1 | -12/+40 |
* | Reorganize syscall entry and leave handling. | kib | 2010-05-23 | 3 | -110/+31 |
* | Change ad_firmware_geom_adjust() to operate on a struct disk * only and | marius | 2010-05-20 | 2 | -7/+4 |
* | On entry to pmap_enter(), assert that the page is busy. While I'm | alc | 2010-05-16 | 1 | -1/+12 |
* | - Enable DMA write parity error interrupts on Schizo with a working | marius | 2010-05-14 | 3 | -41/+91 |
* | Push down the page queues into vm_page_cache(), vm_page_try_to_cache(), and | alc | 2010-05-08 | 1 | -3/+8 |
* | Push down the page queues lock inside of vm_page_free_toq() and | alc | 2010-05-06 | 1 | -5/+10 |
* | Use an OBJT_PHYS object and thus PG_UNMANAGED pages to implement the TSB. | alc | 2010-05-05 | 1 | -7/+1 |
* | Add support for SPARC64 V (and where it already makes sense for other | marius | 2010-05-02 | 12 | -27/+225 |
* | Add a hack for SPARC64 V CPUs, which set some undocumented bits in the | marius | 2010-05-02 | 1 | -2/+5 |
* | On Alan's advice, rather than do a wholesale conversion on a single | kmacy | 2010-04-30 | 2 | -5/+11 |
* | MFamd64/i386 r207205 | alc | 2010-04-29 | 1 | -6/+3 |
* | Style: use #define<TAB> instead of #define<SPACE>. | kib | 2010-04-27 | 1 | -1/+1 |
* | Don't bother enabling interrupts before we're ready to handle them. This | marius | 2010-04-26 | 5 | -30/+38 |
* | Add OF_getscsinitid(), a helper similar to OF_getetheraddr() but for | marius | 2010-04-26 | 2 | -1/+15 |
* | - Add a missing const. | marius | 2010-04-26 | 1 | -1/+2 |
* | Skip the pseudo-devices found in Fujitsu Siemens PRIMEPOWER250. | marius | 2010-04-26 | 1 | -0/+2 |
* | Resurrect pmap_is_referenced() and use it in mincore(). Essentially, | alc | 2010-04-24 | 1 | -0/+21 |
* | Move the constants specifying the size of struct kinfo_proc into | kib | 2010-04-24 | 1 | -0/+2 |
* | Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this had | thompsa | 2010-04-22 | 1 | -0/+1 |
* | Update for UltraSPARC-IV{,+} and SPARC64 V, VI, VII and VIIIfx CPUs. | marius | 2010-04-11 | 1 | -2/+20 |
* | Add missing copyright shebang. | marius | 2010-04-10 | 1 | -1/+1 |
* | Add sbbc(4), a driver for the BootBus controller found in Serengeti and | marius | 2010-04-10 | 3 | -0/+1078 |
* | Correct the DCR_IPE macro to refer to the right bit. Also improve the | marius | 2010-04-10 | 1 | -2/+2 |
* | Unlike the sun4v variant, the sun4u version of SUNW,set-trap-table | marius | 2010-04-10 | 1 | -1/+2 |
* | Do as the comment suggests and determine the bus space based on the last | marius | 2010-04-10 | 1 | -8/+5 |
* | - Try do deal gracefully with correctable ECC errors. | marius | 2010-04-02 | 1 | -6/+52 |
* | Use device_get_nameunit(9) rather than device_get_name(9) so one can | marius | 2010-03-31 | 2 | -5/+5 |
* | Don't re-implement device_get_nameunit(9). | marius | 2010-03-31 | 1 | -14/+10 |