aboutsummaryrefslogtreecommitdiff
path: root/sys/sun4v
Commit message (Expand)AuthorAgeFilesLines
* Adjust the padding of struct pcpu to r193219.Marius Strobl2009-06-031-2/+2
* Remove MAC kernel config files and add "options MAC" to GENERIC, with theRobert Watson2009-06-022-28/+1
* Place hostnames and similar information fully under the prison system.Jamie Gritton2009-05-291-1/+0
* Last minute TTY API change: remove mutex argument from tty_alloc().Ed Schouten2009-05-291-1/+1
* Add cpu_flush_dcache() for use after non-DMA based I/O so that aMarcel Moolenaar2009-05-181-0/+10
* Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizingRobert Watson2009-04-201-3/+1
* Add description and cautionary note regarding CACHE_LINE_SIZE.Robert Watson2009-04-191-0/+4
* For each architecture, define CACHE_LINE_SHIFT and a derivedRobert Watson2009-04-191-0/+5
* - There's no need to wrap kdb_active and kdb_trap() in #ifdef KDB asMarius Strobl2009-03-192-14/+4
* Remove the uscanner(4) driver, this follows the removal of the kernel scannerAndrew Thompson2009-03-191-1/+0
* Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointerKonstantin Belousov2009-03-171-4/+2
* Change over the usb kernel options to the new stack (retaining existingAndrew Thompson2009-02-231-58/+5
* Add uslcom to the build too.Andrew Thompson2009-02-151-0/+1
* Switch over GENERIC kernels to USB2 by default.Andrew Thompson2009-02-151-6/+57
* - Use the generally more appropriate PROM base rather than theMarius Strobl2009-02-111-1/+1
* Adjust the padding of struct pcpu to r187357.Marius Strobl2009-01-181-1/+7
* Missed the sun4v update to ofw_machdep.h in the OFW modularization commit.Nathan Whitehorn2008-12-201-1/+6
* Modularize the Open Firmware client interface to allow run-time switchingNathan Whitehorn2008-12-204-20/+19
* Make gpart the default partitioning class on all platforms.Marcel Moolenaar2008-12-171-2/+2
* AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them.Warner Losh2008-12-171-12/+0
* Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular,Nathan Whitehorn2008-12-151-53/+0
* Remove "[KEEP THIS!]" from COMPAT_43TTY. It's not really that important.Ed Schouten2008-12-021-2/+2
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,Kip Macy2008-11-221-0/+4
* - In GCC 4.2 __builtin_frame_address() was fixed to include theMarius Strobl2008-10-272-25/+13
* Collect N identical (or near identical) mkdumpheader() implementations intoPeter Wemm2008-10-011-22/+1
* Remove ipi_all() and ipi_self() as the former hasn't been used atMarius Strobl2008-09-281-1/+0
* Work around Cheetah+ erratum 34 (USIII+ erratum #10) by relocatingMarius Strobl2008-09-101-0/+1
* MFsparc64: r177642Marius Strobl2008-09-021-9/+0
* Resurrect clock.c from r164371.Marius Strobl2008-09-021-0/+67
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-202-114/+50
* Export 'struct pcpu' to userland w/o requiring _KERNEL. A few portsJohn Baldwin2008-08-191-2/+3
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-1/+2
* - Reimplement {d,i}tlb_enter() and {d,i}tlb_va_to_pa() in C. There'sMarius Strobl2008-08-071-0/+4
* Disconnect drivers that haven't been ported to MPSAFE TTY yet.Ed Schouten2008-08-031-2/+0
* Add HWPMC_HOOKS to GENERIC kernels, this makes hwpmc.ko work outXin LI2008-07-071-0/+1
* Given that sun4u uses sparc64/sparc64/in_cksum.c, use the sparc64Marius Strobl2008-06-251-164/+2
* Remove the unused major/minor numbers from iodev and memdev.Ed Schouten2008-06-251-1/+0
* Use the "options " spelling (vs. "options<TAB>") so that commented linesDavid E. O'Brien2008-05-211-12/+12
* Retire pmap_addr_hint(). It is no longer used.Alan Cox2008-05-181-6/+0
* Add a stub for pmap_align_superpage() on machines that don't (yet)Alan Cox2008-05-091-0/+10
* Expand kdb_alt_break a little, most commonly used with the optionPeter Wemm2008-05-041-2/+16
* Remove an header which is unused for sun4v.Marius Strobl2008-05-023-67/+0
* Remove the MD isa_irq_pending() and the underlying PCI-specificMarius Strobl2008-04-261-11/+0
* - Add an integer argument to idle to indicate how likely we are to wakeJeff Roberson2008-04-251-1/+8
* Make genclock standard on all platforms.Poul-Henning Kamp2008-04-212-2/+0
* - Add the interrupt vector number to intr_event_create so MI code canJeff Roberson2008-04-111-2/+2
* Add a MI intr_event_handle() routine for the non-INTR_FILTER case. ThisJohn Baldwin2008-04-051-79/+14
* Add kernel module support for nfslockd and krpc. Use the module systemDoug Rabson2008-03-271-0/+1
* When building a kernel module, define MAXCPU the same as SMP soJohn Birrell2008-03-271-2/+2
* Remove two variables which are handled MI now.Poul-Henning Kamp2008-03-261-3/+0