summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* - Fix a bug where the faulting address for an mmu miss could sometimes bejake2002-12-231-5/+5
* - Rearrange pmap_bootstrap slightly to be more in dependency order.jake2002-12-221-50/+49
* - Add a spin lock to single thread cache invalidation and tlb flush ipis,jake2002-12-224-19/+19
* MB_LEN_MAX is not MD, move it to the MI limits.h.tjr2002-12-222-2/+0
* - Add a pmap pointer to struct md_page, and use this to find the pmap thatjake2002-12-214-69/+70
* Make pmap_qenter and pmap_qremove look more like the other pmaps.jake2002-12-211-7/+10
* Removed unused pmap_qenter_flags.jake2002-12-212-17/+0
* Make the atomic arithmetic functions return the old value, since they'rejake2002-12-211-40/+38
* Add page queue locking around functions that call vm_page_flag_set. Thisjake2002-12-202-0/+4
* Unbreak the KSE code. Keep track of zobie threads using the Per-CPU storagejulian2002-12-101-1/+1
* Exclude yet more interrupt mapping registers from the OBIO INO search,tmm2002-12-061-2/+2
* Remove a workaround for a binutils bug that was fixed in the recenttmm2002-12-021-19/+4
* Always initialize the UPA target module id in the interrupt mappingtmm2002-12-013-33/+34
* 1.) Do not look for PCI INOs in the FFB interrupt mapping registers; theytmm2002-12-011-2/+6
* Remove some long-dead cruft in the interrupt handling code which wastmm2002-12-011-44/+31
* Reverse the quirk table entry for swizzling on a missing interrupt map;tmm2002-12-011-7/+10
* Fix some comments describing psycho registers.tmm2002-12-011-2/+2
* Do not panic when a dmamap is unloaded more then once, but just silentlytmm2002-12-011-4/+2
* Add page queues locking to vunmapbuf().alc2002-11-241-0/+2
* Under certain circumstances, we were calling kmem_free() frommux2002-11-221-0/+5
* Fix compile in the case of SMP defined but DDB not defined.jhb2002-11-201-1/+7
* Run configure at SI_SUB_THIRD instead of SI_SUB_ANY like otherjake2002-11-181-1/+1
* MFi386 r1.369. Clear the PG_WRITEABLE flag in pmap_clear_write; returnjake2002-11-171-1/+3
* Add getcontext, setcontext, and swapcontext as system calls.deischen2002-11-161-0/+14
* Don't register the powerfail interrupt as fast in thetmm2002-11-141-2/+8
* Move pmap_collect() out of the machine-dependent code, rename italc2002-11-132-11/+0
* - Clear the page's PG_WRITEABLE flag in the i386's pmap_changebit()alc2002-11-111-2/+0
* Remove physmem from here, too, as it is defined in vm_init.c sincetmm2002-11-081-1/+0
* Add two new workaround for firmware anomalies:tmm2002-11-079-18/+102
* s/HZ/Hz/mux2002-11-061-1/+1
* Remove what was a temporary bogus assignment of bits of siginfo_t, as it doesjmallett2002-11-061-2/+0
* Don peril sensitive sun glasses and change the default system call vectorjake2002-10-272-4/+37
* Allow deprecated or unimplemented system call vectors to deliver SIGSYS,jake2002-10-261-1/+1
* Remove an unused macro.jake2002-10-261-6/+0
* Add COMPAT_FREEBSD4 for the transition. COMPAT_43 was already present.peter2002-10-261-0/+1
* Split 4.x and 5.x signal handling so that we can keep 4.x signalpeter2002-10-252-22/+10
* Initialize tick_MHz and related variables much earlier. After the lasttmm2002-10-253-13/+17
* Fix iommu_dvmamap_sync() to use the right address when flushing thetmm2002-10-251-1/+1
* Greatly improve readability of trap() by using a table to convert betweenjake2002-10-253-239/+165
* Minor cleanups.jake2002-10-251-3/+3
* Extract out KSE specific code from machine specific codejulian2002-10-241-17/+2
* We always need sys/pcpu.h now, not just for the SMP case.jhb2002-10-231-1/+1
* Remove NO_GEOM from sparc64.phk2002-10-231-2/+0
* - Expand struct trapframe to 256 bytes, make all fields fixed width and thejake2002-10-229-156/+303
* Start tick at the correct time (cpu_init_clocks), instead of cpu_startup.jake2002-10-222-5/+11
* Set kernelname in sparc64_init() so that the kern.bootfilemux2002-10-201-0/+6
* Use microuptime() instead of microtime() to bound the flush wait totmm2002-10-201-2/+2
* Add kernel dump support, based on the ia64 version (which was committedtmm2002-10-204-168/+231
* - Lock page queue accesses in pmap_release().alc2002-10-201-1/+3
* Add two hooks to signal module load and module unload to MD code.marcel2002-10-191-0/+14
OpenPOWER on IntegriCloud