summaryrefslogtreecommitdiffstats
path: root/sys/sun4v
Commit message (Expand)AuthorAgeFilesLines
* - There's no need to wrap kdb_active and kdb_trap() in #ifdef KDB asmarius2009-03-192-14/+4
* Remove the uscanner(4) driver, this follows the removal of the kernel scannerthompsa2009-03-191-1/+0
* Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointerkib2009-03-171-4/+2
* Change over the usb kernel options to the new stack (retaining existingthompsa2009-02-231-58/+5
* Add uslcom to the build too.thompsa2009-02-151-0/+1
* Switch over GENERIC kernels to USB2 by default.thompsa2009-02-151-6/+57
* - Use the generally more appropriate PROM base rather than themarius2009-02-111-1/+1
* Adjust the padding of struct pcpu to r187357.marius2009-01-181-1/+7
* Missed the sun4v update to ofw_machdep.h in the OFW modularization commit.nwhitehorn2008-12-201-1/+6
* Modularize the Open Firmware client interface to allow run-time switchingnwhitehorn2008-12-204-20/+19
* Make gpart the default partitioning class on all platforms.marcel2008-12-171-2/+2
* AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them.imp2008-12-171-12/+0
* Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular,nwhitehorn2008-12-151-53/+0
* Remove "[KEEP THIS!]" from COMPAT_43TTY. It's not really that important.ed2008-12-021-2/+2
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,kmacy2008-11-221-0/+4
* - In GCC 4.2 __builtin_frame_address() was fixed to include themarius2008-10-272-25/+13
* Collect N identical (or near identical) mkdumpheader() implementations intopeter2008-10-011-22/+1
* Remove ipi_all() and ipi_self() as the former hasn't been used atmarius2008-09-281-1/+0
* Work around Cheetah+ erratum 34 (USIII+ erratum #10) by relocatingmarius2008-09-101-0/+1
* MFsparc64: r177642marius2008-09-021-9/+0
* Resurrect clock.c from r164371.marius2008-09-021-0/+67
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-202-114/+50
* Export 'struct pcpu' to userland w/o requiring _KERNEL. A few portsjhb2008-08-191-2/+3
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-1/+2
* - Reimplement {d,i}tlb_enter() and {d,i}tlb_va_to_pa() in C. There'smarius2008-08-071-0/+4
* Disconnect drivers that haven't been ported to MPSAFE TTY yet.ed2008-08-031-2/+0
* Add HWPMC_HOOKS to GENERIC kernels, this makes hwpmc.ko work outdelphij2008-07-071-0/+1
* Given that sun4u uses sparc64/sparc64/in_cksum.c, use the sparc64marius2008-06-251-164/+2
* Remove the unused major/minor numbers from iodev and memdev.ed2008-06-251-1/+0
* Use the "options " spelling (vs. "options<TAB>") so that commented linesobrien2008-05-211-12/+12
* Retire pmap_addr_hint(). It is no longer used.alc2008-05-181-6/+0
* Add a stub for pmap_align_superpage() on machines that don't (yet)alc2008-05-091-0/+10
* Expand kdb_alt_break a little, most commonly used with the optionpeter2008-05-041-2/+16
* Remove an header which is unused for sun4v.marius2008-05-023-67/+0
* Remove the MD isa_irq_pending() and the underlying PCI-specificmarius2008-04-261-11/+0
* - Add an integer argument to idle to indicate how likely we are to wakejeff2008-04-251-1/+8
* Make genclock standard on all platforms.phk2008-04-212-2/+0
* - Add the interrupt vector number to intr_event_create so MI code canjeff2008-04-111-2/+2
* Add a MI intr_event_handle() routine for the non-INTR_FILTER case. Thisjhb2008-04-051-79/+14
* Add kernel module support for nfslockd and krpc. Use the module systemdfr2008-03-271-0/+1
* When building a kernel module, define MAXCPU the same as SMP sojb2008-03-271-2/+2
* Remove two variables which are handled MI now.phk2008-03-261-3/+0
* The "free-lance" timer in the i8254 is only used for the speakerphk2008-03-261-2/+0
* Remove old sysctl stuff which is long gone in other arch's.phk2008-03-261-21/+0
* Oops. Use atomic_add_long() for atomic_fetchadd_long() (not atomic_add_int())pjd2008-03-191-2/+1
* Catch up to intr_event_create() prototype change.jhb2008-03-181-1/+1
* Implement atomic_fetchadd_long() for all architectures and document it.pjd2008-03-161-0/+2
* Add preliminary support for binding interrupts to CPUs:jhb2008-03-141-1/+1
* - Rather than repeating the same preemption code everywhere call the schedulerjeff2008-03-101-8/+1
* - Remove the old smp cpu topology specification with a new, more flexiblejeff2008-03-021-0/+7
OpenPOWER on IntegriCloud