summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
2019-08-06Block interrupts while (attempting to) send an IPI on sun4v just like weMark Kettenis
2019-08-04crank version, following fchmod changeTheo de Raadt
2019-08-03Add F_WRITE support to the block layer (not yet used)Theo de Raadt
2019-08-02per-process itimers: itimerval -> itimerspeccheloha
2019-07-26Recognize PCI busses that don't support INTx and refuse to map legacy onMark Kettenis
2019-07-25Enable sharing of root complex when appropriate.Mark Kettenis
2019-07-25Add support for virtual root complexes used for Static Direct I/O.Mark Kettenis
2019-07-25Add SDIO hypervisor calls.Mark Kettenis
2019-07-20Get rid of `ddb_is_active' instead use `db_active'.Martin Pieuchot
2019-07-19ttysleep(): drop unused timeout parametercheloha
2019-07-10+ixl (which was used to debug problems on T4-1)Theo de Raadt
2019-07-09I wrote the pc-page-writeable and sp-not-MAP_STACK code to be shared, andTheo de Raadt
2019-07-05Fix vpci_bus_map() if the case where the "child" space in the "ranges"Mark Kettenis
2019-06-29variable ver is unused; rdpr %ver is always used instead; from miodTheo de Raadt
2019-06-29kihaguru gathura plugged a umsm into a sparc64...Theo de Raadt
2019-06-26Fix sign handling in emulated FP operations on sparc64Jeremie Courreges-Anglas
2019-06-25add support for bypassing iommu translationDavid Gwynne
2019-06-22Use timeout_add_msec(9)kn
2019-06-21Further improve the filesystem stability of kernel installation by KARL.Theo de Raadt
2019-06-21Use timeout_add_msec(9)kn
2019-06-11Remove unused scheduler related definitions.Martin Pieuchot
2019-06-11add mcx now that pyro and sparc64 can do msi-xDavid Gwynne
2019-06-11implement msi-x support on sparc64.David Gwynne
2019-06-01Refactor the MAP_STACK feature, and introduce another similar variation:Theo de Raadt
2019-05-10Add bsd.upgrade support to sparc64 bootloader.Claudio Jeker
2019-05-08Enable ucrcom(4) on all architectures that have uslcom(4).Mark Kettenis
2019-04-23Remove file name and line number output from witness(4)Visa Hankala
2019-04-20libsa's memcpy() is actually memmove(). make a proper memmove(), and giveTheo de Raadt
2019-04-14Instead of using COPTS=-Oz (and similar) in make environment to forceTheo de Raadt
2019-04-14Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 toJonathan Gray
2019-04-01fast track ddb> reboot command to skip anything which might panic again.Ted Unangst
2019-03-24Remove a stale kgdb dependency.Visa Hankala
2019-03-23Use the debugger mutex for `ddb_mp_mutex'. This should prevent a raceVisa Hankala
2019-03-22umbg now supports DCF600USB as well; adjust comment. from weerd@Stuart Henderson
2019-01-29ixl works fine on sparc64David Gwynne
2019-01-22flense more trailing whitespacePeter Hessler
2019-01-22remove trailing whitespace in the Laptop Package part of the license text.Peter Hessler
2019-01-14Add support for building kernels with clang. Clang does not supportMark Kettenis
2018-12-31Cleanup bootloader code. Compile with -ffreestanding and add ffs.S as aClaudio Jeker
2018-12-27Move away from K&R style function definitions. clang is rather picky aboutClaudio Jeker
2018-12-27Do not assign node to itself. Instead move the earlier initialisation intoClaudio Jeker
2018-12-05Include srp.h where struct cpu_info uses srp to avoid erroring out whenJonathan Gray
2018-09-14Unify and bump some of the NMBCLUSTERS defines. Some archs had it set toClaudio Jeker
2018-08-29move the todr chip handle into a prtc_softc structureDavid Gwynne
2018-08-28add support for storing the time of day on OPL based machines.David Gwynne
2018-08-22Enable uscom(4) where uslcom(4) is already present.Martin Pieuchot
2018-08-20Remove unused spllock().Visa Hankala
2018-08-10Bump boot loader versions for softraid passphrase handling change.Joel Sing
2018-08-10Retry on incorrect passphrase for softraid crypto boot.Joel Sing
2018-08-08r1.19 removed a bunch of code, but not enough, and left dead code around.kn