aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* o Revamp the sparc64 interrupt code in order to be able to interfaceMarius Strobl2007-09-0611-545/+703
* Style(9) fix - use #define<tab> consistently.Marius Strobl2007-09-061-15/+15
* - Divorce the IOTSBs, which so far where handled via a global listMarius Strobl2007-08-057-143/+95
* If clock_ct_to_ts fails to convert time time from the real time clock,David Malone2007-07-232-6/+10
* - Remove the global definition of sched_lock in mutex.h to breakJeff Roberson2007-07-181-0/+7
* - Move ofw_pci_alloc_busno() to the ofw_pci KOBJ interface,Marius Strobl2007-06-185-97/+55
* For sun4u also add PCI busses with a device unit number of -1Marius Strobl2007-06-181-8/+1
* Remove unused softc.Marius Strobl2007-06-171-6/+2
* - Don't register the over-temperature and power-fail interruptMarius Strobl2007-06-161-20/+14
* - Use the newly introduced pcib_mtx spin lock to lock psycho_ce(),Marius Strobl2007-06-162-60/+54
* - Add support for sending IPIs with USIII and greater sun4u CPUs.Marius Strobl2007-06-163-42/+132
* - Flesh out the support for the EBus variant which actually is theMarius Strobl2007-06-161-21/+75
* Remove the code for displaying the OFW hostid during boot for theMarius Strobl2007-06-161-25/+1
* Enable SCTP by default for GENERIC kernels in order to give itXin LI2007-06-141-0/+1
* Add wlan_scan_ap and wlan_scan_sta to platforms that include wlan.Andrew Thompson2007-06-111-0/+2
* Use default options for default partitioning schemes, rather thanMarcel Moolenaar2007-06-111-0/+5
* Add kdb_cpu_sync_icache(), intended to synchronize instructionMarcel Moolenaar2007-06-091-0/+5
* Enable AUDIT by default in the GENERIC kernel, allowing security eventRobert Watson2007-06-081-0/+1
* Teach the bridge wrapper how to handle the filter+ithread case.Paolo Pisati2007-06-063-36/+77
* - Change comments and asserts to reflect the removal of the globalJeff Roberson2007-06-041-2/+2
* Commit 10/14 of sched_lock decomposition.Jeff Roberson2007-06-041-6/+2
* Rework the PCPU_* (MD) interface:Attilio Rao2007-06-042-3/+4
* Add the machine-specific definitions for configuring the new physicalAlan Cox2007-06-041-0/+38
* Prepare for the new physical memory allocator: Change the way that theAlan Cox2007-06-032-2/+2
* Revert VMCNT_* operations introduction.Attilio Rao2007-05-312-3/+3
* In some particular cases (like in pccard and pccbb), the real devicePaolo Pisati2007-05-311-2/+11
* Honor maxsegsz of less than a page size in a DMA tag. Previously itPyun YongHyeon2007-05-291-0/+2
* Enable fwip and dcons in GENERIC. They seem fairly stable.Hidetoshi Shimokawa2007-05-281-0/+3
* Allow FreeBSD's native ELF image activators to execute shared libraries theAlexander Kabaev2007-05-221-2/+2
* - rename VMCNT_DEC to VMCNT_SUB to reflect the count argument.Jeff Roberson2007-05-201-1/+1
* - Staticize cpu_ipi_send() and cpu_mp_unleash() as these aren'tMarius Strobl2007-05-202-42/+58
* - Also identify USIIIi+, USIV and USIV+ CPUs.Marius Strobl2007-05-202-12/+24
* Delete the unused/not really used sparc64 (as in sun4u) cache.h,Marius Strobl2007-05-202-11/+18
* Include machine/pcb.hto turn extern struct pcb stoppcbs[]; constructAlexander Kabaev2007-05-191-0/+1
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingJeff Roberson2007-05-182-3/+3
* - Add bits for userland profiling. For sun4u this is compile-tested only.Marius Strobl2007-05-111-4/+36
* Define every architecture as either VM_PHYSSEG_DENSE orAlan Cox2007-05-051-0/+5
* Use the VIS-based Spitfire version of the page copying and zeroingMarius Strobl2007-05-011-5/+12
* Make the rman(9) workaround actually work. The main problem was thatMarius Strobl2007-05-011-26/+31
* Add support for specifying a minimal size for vm.kmem_size in the loader viaStephane E. Potvin2007-04-211-1/+2
* Remove trailing '.' for consistency!Pawel Jakub Dawidek2007-04-101-1/+1
* Add UFS_GJOURNAL options to the GENERIC kernel.Pawel Jakub Dawidek2007-04-101-0/+1
* Push down the implementation of PCPU_LAZY_INC() into the machine-dependentAlan Cox2007-03-111-0/+6
* Over NFS, an open() call could result in multiple over-the-wireMohan Srinivasan2007-03-091-0/+3
* Rototill the sparc64 nexus(4) (actually this brings in the code theMarius Strobl2007-03-0717-808/+538
* Wrap at 80 bus_setup_intr() in upa_setup_intr().Paolo Pisati2007-03-061-2/+2
* Use uma_set_align().Marius Strobl2007-02-251-0/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-238-69/+116
* Include GEOM_LABEL in GENERIC. It's very useful and not well publicizedBrooks Davis2007-02-091-0/+1
* Evolve the ctlreq interface added to geom_gpt into a genericMarcel Moolenaar2007-02-071-1/+1