summaryrefslogtreecommitdiffstats
path: root/sys/arch/sgi/sgi (follow)
Commit message (Expand)AuthorAgeFilesLines
* Leave out gp initialization from kernel entry on mips64visa2021-02-112-6/+2
* introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.thfr2021-01-231-1/+3
* Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>.visa2020-08-266-15/+6
* Add support for timeconting in userland.pirofti2020-07-061-2/+4
* wire up kstat(4)dlg2020-07-061-2/+3
* cpu_rnd_messybits() for mips64visa2020-06-051-10/+1
* introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.dlg2020-05-311-1/+10
* wire up pppac(4) to some majors on each arch.dlg2020-01-231-1/+2
* Import dt(4) a driver and framework for Dynamic Profiling.mpi2020-01-211-2/+3
* Convert various boolean_t/TRUE/FALSE to int/1/0 in mips64 memory code.visa2019-12-202-8/+8
* Replace a lonely TRUE.visa2019-12-201-2/+2
* Add fido(4), a HID driver for FIDO/U2F security keysreyk2019-12-171-1/+3
* Compute address for ll/sc only once.visa2019-06-301-3/+4
* fast track ddb> reboot command to skip anything which might panic again.tedu2019-04-011-2/+7
* Move intr_barrier(9) to the platform level so that it can be customized.visa2019-03-171-1/+7
* Use a faster, more reliable way to figure out how many TLB entries arevisa2018-12-131-26/+21
* Declare ci_ipl volatile to prevent the compiler from optimizingvisa2018-02-242-11/+2
* Let the interrupt subsystem allocate memory for the IPI handle,visa2018-01-292-5/+5
* Sync the nam2blk entries with the bdevsw table, which is thenaddy2018-01-271-2/+3
* Add size for free.visa2018-01-111-2/+6
* Delete unnecessary <sys/file.h> includesguenther2017-12-301-2/+1
* In uvm Chuck decided backing store would not be allocated proactivelyderaadt2017-12-111-2/+2
* Move loongson/octeon/sgi unmap_startup() under arch/mips64.visa2017-06-081-12/+1
* Split early startup code out of locore.S into locore0.S. Adjust linkvisa2017-06-083-17/+73
* The device_to_pa routine really isn't needed. We always have physicalvisa2017-05-111-20/+21
* Rename Debugger() into db_enter().mpi2017-04-301-2/+2
* printf format strings should be literals. Reminded by clang.visa2017-04-021-2/+2
* Switch geteblks()'s size argument from int to size_t. It's called withnatano2017-02-281-3/+3
* Let MP-safe interrupt handlers run without the kernel lock on sgi.visa2017-02-112-12/+20
* Ansify cpu_sysctl() on mips64 platforms.fcambus2017-01-061-9/+3
* Revert previous `ncpus' change because the percpu code now worksvisa2016-10-272-2/+4
* Increment `ncpus' to its final value already during autoconfiguration sovisa2016-10-262-4/+2
* Apply consistency to forever loops with continue and NOTREACHEDtom2016-10-094-10/+21
* Remove support for tape block devices. Nobody mount(8)s tapes any longer.naddy2016-09-041-3/+3
* Add switch(4) cdev entrygoda2016-09-021-1/+3
* Remove RM7000/RM9000-specific performance counter code. It originatesvisa2016-08-161-81/+1
* remove systracetedu2016-04-251-3/+2
* Rename mips64's trap_frame into trapframe.mpi2016-03-064-20/+20
* Rename kdb_trap() into db_ktrap().mpi2016-02-272-6/+6
* Restore validity checks for the disklabels read from disk. Theykrw2016-02-241-10/+3
* Take the PHY of iec(4) out of reset before attaching the interface.visa2016-01-021-2/+15
* Add IPI logic. Assign two additional interrupts for inter-processorvisa2015-12-252-2/+58
* Add launch logic for secondary CPUs. The PROM's launch entry point addressvisa2015-12-253-3/+216
* Make interrupt masking MP-aware. Linux IP27 and IP35 ports served as avisa2015-12-252-28/+68
* Add timecounter for MP.visa2015-12-251-2/+32
* Use the ErrorEPC register for curcpu() on Origin, for now.visa2015-12-251-3/+19
* commited -> committedmmcc2015-12-221-2/+2
* Let the IP27 kernel build with DEBUG.visa2015-12-031-11/+11
* Allocate a new major for tap(4) also note that pseudo-device tun is for tapclaudio2015-10-231-1/+2
* Mechanical changes from manual buf set up to readdisksector().krw2015-09-281-26/+13