summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Adapt sparc64 and sun4v timer code for the new event timers infrastructure.mav2010-07-298-64/+152
* Add MALLOC_DEBUG_MAXZONES debug malloc(9) option to use multiple umamdf2010-07-281-0/+1
* Very rough first cut at NUMA support for the physical page allocator. Forjhb2010-07-271-0/+7
* KTR_CTx are long time aliased by existing classes so they can't serveattilio2010-07-213-3/+3
* Allocate proper ammount of memory for interrupt names on sparc64 andmav2010-07-163-2/+2
* - Pin the IPI cache and TLB demap functions in order to prevent migrationmarius2010-07-041-8/+24
* Move prototypes for kern_sigtimedwait() and kern_sigprocmask() tojhb2010-06-301-0/+1
* Provide for multiple, cascaded PICs on PowerPC systems, and extend thenwhitehorn2010-06-186-6/+6
* Update a branch missed in r207537.marius2010-06-131-1/+1
* Relax one of the new assertions in pmap_enter() a little. Specifically,alc2010-06-111-1/+2
* Reduce the scope of the page queues lock and the number ofalc2010-06-101-9/+15
* Don't set PG_WRITEABLE in pmap_enter() unless the page is managed.alc2010-06-051-3/+5
* Push down page queues lock acquisition in pmap_enter_object() andalc2010-05-261-6/+13
* Roughly half of a typical pmap_mincore() implementation is machine-alc2010-05-241-12/+40
* Reorganize syscall entry and leave handling.kib2010-05-233-110/+31
* Change ad_firmware_geom_adjust() to operate on a struct disk * only andmarius2010-05-202-7/+4
* On entry to pmap_enter(), assert that the page is busy. While I'malc2010-05-161-1/+12
* - Enable DMA write parity error interrupts on Schizo with a workingmarius2010-05-143-41/+91
* Push down the page queues into vm_page_cache(), vm_page_try_to_cache(), andalc2010-05-081-3/+8
* Push down the page queues lock inside of vm_page_free_toq() andalc2010-05-061-5/+10
* Use an OBJT_PHYS object and thus PG_UNMANAGED pages to implement the TSB.alc2010-05-051-7/+1
* Add support for SPARC64 V (and where it already makes sense for othermarius2010-05-0212-27/+225
* Add a hack for SPARC64 V CPUs, which set some undocumented bits in themarius2010-05-021-2/+5
* On Alan's advice, rather than do a wholesale conversion on a singlekmacy2010-04-302-5/+11
* MFamd64/i386 r207205alc2010-04-291-6/+3
* Style: use #define<TAB> instead of #define<SPACE>.kib2010-04-271-1/+1
* Don't bother enabling interrupts before we're ready to handle them. Thismarius2010-04-265-30/+38
* Add OF_getscsinitid(), a helper similar to OF_getetheraddr() but formarius2010-04-262-1/+15
* - Add a missing const.marius2010-04-261-1/+2
* Skip the pseudo-devices found in Fujitsu Siemens PRIMEPOWER250.marius2010-04-261-0/+2
* Resurrect pmap_is_referenced() and use it in mincore(). Essentially,alc2010-04-241-0/+21
* Move the constants specifying the size of struct kinfo_proc intokib2010-04-241-0/+2
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadthompsa2010-04-221-0/+1
* Update for UltraSPARC-IV{,+} and SPARC64 V, VI, VII and VIIIfx CPUs.marius2010-04-111-2/+20
* Add missing copyright shebang.marius2010-04-101-1/+1
* Add sbbc(4), a driver for the BootBus controller found in Serengeti andmarius2010-04-103-0/+1078
* Correct the DCR_IPE macro to refer to the right bit. Also improve themarius2010-04-101-2/+2
* Unlike the sun4v variant, the sun4u version of SUNW,set-trap-tablemarius2010-04-101-1/+2
* Do as the comment suggests and determine the bus space based on the lastmarius2010-04-101-8/+5
* - Try do deal gracefully with correctable ECC errors.marius2010-04-021-6/+52
* Use device_get_nameunit(9) rather than device_get_name(9) so one canmarius2010-03-312-5/+5
* Don't re-implement device_get_nameunit(9).marius2010-03-311-14/+10
* - Take advantage of the INTCLR_* macros.marius2010-03-314-23/+23
* Change the arguments of exec_setregs() so that it receives a pointernwhitehorn2010-03-251-3/+3
* - The firmware of Sun Fire V1280 has a misfeature of setting %wstate tomarius2010-03-215-51/+69
* Improve the KVA space sizing of 186682; on machines with large dTLBs wemarius2010-03-201-10/+34
* o Add support for UltraSparc-IV+:marius2010-03-172-34/+77
* Add macros for the VER.impl of SPARC64 II to VIIIfx.marius2010-03-171-1/+8
* - Add TTE and context register bits for the additional page sizes supportedmarius2010-03-175-34/+75
* - Add quirk handling for Sun Fire V1280. The firmware of these machinesmarius2010-03-172-5/+29
OpenPOWER on IntegriCloud