summaryrefslogtreecommitdiffstats
path: root/sys/arch/sparc64/sparc64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.thfr2021-01-231-1/+3
* Allocate address space for struct cpu_info using km_alloc(9) instead ofjmatthew2021-01-021-2/+8
* Sync with i386 by asserting that IPL values should be at least IPL_NONE.mpi2020-12-281-1/+2
* In case of failure, call sigexit() from trapsignal instead of sensig().mpi2020-11-081-4/+5
* Refactor page fault/error functions, normalizing their operation relativederaadt2020-10-231-200/+154
* uvm_grow() now does the vm_maxsaddr check (before locking), so callers don'tderaadt2020-10-211-5/+4
* alpha, loongson, sh, sparc64: recompute tick, tick_nsec when hz(9) is resetcheloha2020-10-201-1/+3
* The sparc64 pagefault vectors are directly to specific functions, andderaadt2020-09-241-1/+4
* Only perform uvm_map_inentry() checks for PROC_SP for userland pagefaults.deraadt2020-09-241-13/+25
* Delete some emulator code which has never been used on 64 bit sparcderaadt2020-09-141-209/+1
* Include <sys/systm.h> directly instead of relying on hidden UVM includes.mpi2020-09-111-1/+2
* Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>.visa2020-08-261-4/+1
* Push KERNEL_LOCK/UNLOCK() dance inside trapsignal().mpi2020-08-192-42/+2
* On sun4u systems that have the STICK register, clear the NPT bit of thekettenis2020-07-313-16/+40
* Enable usertc if the NPT bit isn't set for %tick and %sys_tick.kettenis2020-07-241-4/+9
* Disable userland timecounters for now. On some (all?) sun4u machines thiskettenis2020-07-191-3/+3
* Access adapter softc via link->bus->sb_adapter_softc.krw2020-07-161-3/+3
* Userland timecounter implementation for sparc64.kettenis2020-07-081-5/+6
* Add support for timeconting in userland.pirofti2020-07-061-3/+3
* wire up kstat(4)dlg2020-07-061-2/+3
* Use scsi_link's 'bus' field rather than slightly more obscurekrw2020-07-051-4/+2
* kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)cheloha2020-06-241-3/+3
* Implement pci_intr_establish_cpu() for pyro(4) and vpci(4) based sparc64jmatthew2020-06-232-19/+42
* Implement cpu_rnd_messybits() as a read of the cycle counter register.naddy2020-06-051-10/+1
* introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.dlg2020-05-311-1/+10
* dev/rndvar.h no longer has statistical interfaces (removed during variousderaadt2020-05-292-4/+2
* Pass boothowto from bootloader to kernel using .openbsd.bootdata. To makekettenis2020-05-251-3/+12
* Remove sparc64 mutex.S.visa2020-05-211-126/+0
* Fix typoclaudio2020-05-181-2/+2
* Put setjmp+longjmp inside #ifdef DDB the only kernel-side user.deraadt2020-05-171-1/+3
* Fix WITNESS buildkn2020-05-171-2/+3
* Do not redefine todr_handle. The variable now lives in kern_time.c.visa2020-05-171-2/+2
* Make inittodr() and resettodr() MI.kettenis2020-05-161-93/+1
* Initialize the timeval passed to todr_gettime() with the base time fromkettenis2020-05-111-1/+4
* Use the same inittodr()/resettodr() implementation as on arm64/armv7kettenis2020-04-282-105/+92
* Sync existing stacktrace_save() implementationsvisa2020-04-181-7/+1
* Introduce stacktrace_save_at() and make use of it in dt(4).mpi2020-03-251-3/+12
* Split `p_priority' into `p_runpri' and `p_slppri'.mpi2020-01-301-3/+3
* 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
* Separate the stack trace saving interface from ddb. The saving does notvisa2020-01-201-3/+4
* Update comment on port WWN checkkn2020-01-041-2/+2
* Add fido(4), a HID driver for FIDO/U2F security keysreyk2019-12-171-1/+3
* Convert db_addr_t -> vaddr_t but leave the typedef for now.mpi2019-11-073-26/+17
* ANSIfy functions and get rid of boolean_t.mpi2019-11-063-40/+33
* Give some END()s to assembly symbols.mpi2019-11-051-3/+52
* Fix an off-by-one in db_save_stack_trace().mpi2019-11-011-2/+3
* Flush the register windows before unwinding the stack.mpi2019-11-011-1/+5
* Firmware that supports the "parallel boot" feature allows us to read the PRIkettenis2019-10-203-12/+119
* Fix db_stack_dump() w/ custom addr & implement db_save_stack_trace().mpi2019-10-151-2/+29