summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* - Fix the handling of R_SPARC_OLO10, which is a bit of a special casemarius2007-10-161-8/+14
* Correct a lock assertion failure in sparc64's pmap_page_is_mapped() that isalc2007-10-071-1/+1
* Make the PCI code aware of PCI domains (aka PCI segments) so we canmarius2007-09-303-4/+12
* - Use the actual clock frequency of the PCI bus instead of assumingmarius2007-09-261-17/+16
* Use the correct expanded name for SCTP.brueffer2007-09-261-1/+1
* Change the management of cached pages (PQ_CACHE) in two fundamentalalc2007-09-251-2/+3
* - Move all of the PS_ flags into either p_flag or td_flags.jeff2007-09-171-1/+0
* It has been observed on the mailing lists that the different categoriesalc2007-09-151-4/+4
* o Revamp the sparc64 interrupt code in order to be able to interfacemarius2007-09-0611-545/+703
* Style(9) fix - use #define<tab> consistently.marius2007-09-061-15/+15
* - Divorce the IOTSBs, which so far where handled via a global listmarius2007-08-057-143/+95
* If clock_ct_to_ts fails to convert time time from the real time clock,dwmalone2007-07-232-6/+10
* - Remove the global definition of sched_lock in mutex.h to breakjeff2007-07-181-0/+7
* - Move ofw_pci_alloc_busno() to the ofw_pci KOBJ interface,marius2007-06-185-97/+55
* For sun4u also add PCI busses with a device unit number of -1marius2007-06-181-8/+1
* Remove unused softc.marius2007-06-171-6/+2
* - Don't register the over-temperature and power-fail interruptmarius2007-06-161-20/+14
* - Use the newly introduced pcib_mtx spin lock to lock psycho_ce(),marius2007-06-162-60/+54
* - Add support for sending IPIs with USIII and greater sun4u CPUs.marius2007-06-163-42/+132
* - Flesh out the support for the EBus variant which actually is themarius2007-06-161-21/+75
* Remove the code for displaying the OFW hostid during boot for themarius2007-06-161-25/+1
* Enable SCTP by default for GENERIC kernels in order to give itdelphij2007-06-141-0/+1
* Add wlan_scan_ap and wlan_scan_sta to platforms that include wlan.thompsa2007-06-111-0/+2
* Use default options for default partitioning schemes, rather thanmarcel2007-06-111-0/+5
* Add kdb_cpu_sync_icache(), intended to synchronize instructionmarcel2007-06-091-0/+5
* Enable AUDIT by default in the GENERIC kernel, allowing security eventrwatson2007-06-081-0/+1
* Teach the bridge wrapper how to handle the filter+ithread case.piso2007-06-063-36/+77
* - Change comments and asserts to reflect the removal of the globaljeff2007-06-041-2/+2
* Commit 10/14 of sched_lock decomposition.jeff2007-06-041-6/+2
* Rework the PCPU_* (MD) interface:attilio2007-06-042-3/+4
* Add the machine-specific definitions for configuring the new physicalalc2007-06-041-0/+38
* Prepare for the new physical memory allocator: Change the way that thealc2007-06-032-2/+2
* Revert VMCNT_* operations introduction.attilio2007-05-312-3/+3
* In some particular cases (like in pccard and pccbb), the real devicepiso2007-05-311-2/+11
* Honor maxsegsz of less than a page size in a DMA tag. Previously ityongari2007-05-291-0/+2
* Enable fwip and dcons in GENERIC. They seem fairly stable.simokawa2007-05-281-0/+3
* Allow FreeBSD's native ELF image activators to execute shared libraries thekan2007-05-221-2/+2
* - rename VMCNT_DEC to VMCNT_SUB to reflect the count argument.jeff2007-05-201-1/+1
* - Staticize cpu_ipi_send() and cpu_mp_unleash() as these aren'tmarius2007-05-202-42/+58
* - Also identify USIIIi+, USIV and USIV+ CPUs.marius2007-05-202-12/+24
* Delete the unused/not really used sparc64 (as in sun4u) cache.h,marius2007-05-202-11/+18
* Include machine/pcb.hto turn extern struct pcb stoppcbs[]; constructkan2007-05-191-0/+1
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingjeff2007-05-182-3/+3
* - Add bits for userland profiling. For sun4u this is compile-tested only.marius2007-05-111-4/+36
* Define every architecture as either VM_PHYSSEG_DENSE oralc2007-05-051-0/+5
* Use the VIS-based Spitfire version of the page copying and zeroingmarius2007-05-011-5/+12
* Make the rman(9) workaround actually work. The main problem was thatmarius2007-05-011-26/+31
* Add support for specifying a minimal size for vm.kmem_size in the loader viasepotvin2007-04-211-1/+2
* Remove trailing '.' for consistency!pjd2007-04-101-1/+1
* Add UFS_GJOURNAL options to the GENERIC kernel.pjd2007-04-101-0/+1
OpenPOWER on IntegriCloud