summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
...
* I was able to boot this kernel using the latest WIP kernel sources.obrien2002-02-251-23/+39
* Implement a nested window state. This avoids attempting to spill a userjake2002-02-253-476/+189
* Modify the tte format to not include the tlb context number and to store thejake2002-02-258-499/+1189
* Sync with the Alpha's GENERIC configuration.obrien2002-02-241-3/+143
* Make use of the ranged tlb demap operations where ever possible. Usejake2002-02-234-56/+77
* Add needed include of ucontext.h.jake2002-02-231-0/+1
* Add inlines for demapping a range of pages from the itlb and dtlb. Thisjake2002-02-231-5/+16
* Use intr_disable/intr_restore instead of TLB_ATOMIC_START/END.jake2002-02-231-13/+8
* Use PCB_REG instead of loading the pcb from curthread. This fixes a bugjake2002-02-232-8/+4
* Adapt the tsb_foreach interface to take a source and a destination pmap sojake2002-02-233-18/+58
* Add statistic gathering for various tsb operations.jake2002-02-231-0/+34
* Remove debug code.jake2002-02-231-12/+2
* Add statistic gathering for various pmap operations.jake2002-02-231-3/+38
* Remove CADDR1 and CADDR2 which are no longer used. On other architecturesjake2002-02-231-16/+0
* Add macros to extract the UPA module id from the UPA config register.jake2002-02-231-0/+6
* 1. Setup the user stack pointer before returning to a user trap handler.jake2002-02-232-0/+64
* Include intr_machdep.h only for !LOCORE.jake2002-02-231-2/+2
* Add needed include of ucontext.h. Fix braino setting curpcb.jake2002-02-231-1/+2
* Add metadata types for dtlb and itlb data, and number of slots used.jake2002-02-231-0/+10
* Add some DIAGNOSTIC code.julian2002-02-221-14/+24
* Convert p->p_runtime and PCPU(switchtime) to bintime format.phk2002-02-221-1/+1
* Catch up with i386 change I forgot to commit.julian2002-02-191-6/+8
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-38/+16
* Resurrect one of the easiest changes from my big include files roll-upwollman2002-02-151-0/+1
* Add a delta missed in the last iommu.c commit. This unbreaks the sparc64tmm2002-02-151-12/+24
* Calculate physmem before calling init_param2().tmm2002-02-132-10/+10
* Avoid crashing in early boot when WITNESS is enabled by moving thetmm2002-02-133-4/+12
* Add the counter-timer node to the exclusion list, as it is handledtmm2002-02-131-4/+5
* Use stxa_sync() when accessing the LSU control register to avoid undefinedtmm2002-02-131-6/+6
* Use stxa_sync() when accessing the diagnostic registers to invalidatetmm2002-02-132-23/+23
* Add support for the counter-timer which is included in the Sun U2S andtmm2002-02-132-0/+113
* Add support for the SBus, which is used in early Sun UltraSPARC machines.tmm2002-02-134-0/+1298
* Merge r1.39 from NetBSD (manage both streaming caches for psycho pairs).tmm2002-02-133-473/+368
* Merge r1.42 of iommu.c and r1.9 of iommuvar.h from NetBSD (this addstmm2002-02-132-118/+225
* Clean up bus space debugging support; change sparc64_bus_mem_map() totmm2002-02-132-173/+63
* Define constants for the CPU implementation id; export the dectected idtmm2002-02-132-6/+18
* Don't panic when no interrupt map can be found for a PCI bus; this seemstmm2002-02-131-2/+5
* Fix typos in a comment.tmm2002-02-131-2/+2
* Add a few new functions/macros: intr_disable() and intr_restore() totmm2002-02-131-0/+23
* Minor bug fixes (add a missing break, correct the resource ranges, removetmm2002-02-131-3/+5
* Add this FreeBSD standard header.obrien2002-02-101-0/+37
* Pre-KSE/M3 commit.julian2002-02-073-14/+11
* Compile osigreturn() unconditionally since it will always be needed onbde2002-02-011-0/+12
* Add extern to avoid sloppy common style declarations.jake2002-01-161-2/+2
* Add upa.h, which I had previously forgotten, to unbreak the sparc64tmm2002-01-081-0/+34
* Catch up to the latest and greatest.jake2002-01-081-1/+26
* Add initial smp support. This gets as far as allowing the secondaryjake2002-01-087-0/+1093
* Setup the normal global pcb register as well on entry from user land.jake2002-01-082-92/+116
* Adapt the vectored interrupt handler for receiving ipis. If the secondjake2002-01-082-94/+106
* Use the per-cpu panic stack in the case of a fault with a bad kerneljake2002-01-082-4/+10
OpenPOWER on IntegriCloud