summaryrefslogtreecommitdiff
path: root/sys/arch/loongson
AgeCommit message (Expand)Author
2024-07-14Add missing <machine/elf.h> for compound arches.Miod Vallat
2024-06-11remove drm prototypes duplicating those in sys/conf.hJonathan Gray
2024-05-29indent with tabs not spaces; from jon@elytron.openbsd.amsterdamJonathan Gray
2024-05-22remove prototypes with no matching function; ok miod@Jonathan Gray
2024-05-22remove extern with no matching var; ok miod@Jonathan Gray
2024-01-21Print raw battery information if KB3310_DEBUG, not DEBUG. NFCMiod Vallat
2023-10-24Normally context switches happen in mi_switch() but there are 3 casesClaudio Jeker
2023-09-17clockintr: remove clockintr_init(), clockintr_flagsScott Soule Cheloha
2023-09-14clockintr: replace CL_RNDSTAT with global variable statclock_is_randomizedScott Soule Cheloha
2023-09-06revert disabling warnings for zlib on clang >= 15Jonathan Gray
2023-08-26Adapt glxclk(4) for clockintrVisa Hankala
2023-07-02all platforms, kernel: remove __HAVE_CLOCKINTR symbolScott Soule Cheloha
2023-04-13remove duplicate includesJonathan Gray
2023-02-23Remove dangerous user-settable "addr" variable from MI boot loader, andMiod Vallat
2023-02-10Adjust knote(9) APIVisa Hankala
2023-02-04timecounting: remove incomplete PPS supportScott Soule Cheloha
2022-12-30Neuter zlib fatal warnings when building kernels and bootloaders with clang 15Jeremie Courreges-Anglas
2022-11-19mips64, loongson, octeon: switch to clockintrScott Soule Cheloha
2022-11-14Add missing clock trigger to loongson_isa_splx().Visa Hankala
2022-10-15ansiJonathan Gray
2022-10-15ansiJonathan Gray
2022-10-12Extend struct todr_chip_handle with a todr_quality member. This allows usMark Kettenis
2022-09-02Constify nam2blk[], chrtoblktbl[] and octeon devmap[].Miod Vallat
2022-08-22mips64, octeon, loonson: trigger deferred clock interrupts from splx(9)Scott Soule Cheloha
2022-08-18Move recomputation of hz and stathz from glk to glkclk, lets a kernel withMiod Vallat
2022-08-10Also attach spdmem on Gdium.Miod Vallat
2022-08-10Pass the "good random" flag from the bootblocks to the kernel when applicable.Miod Vallat
2022-08-10Add iic at glxpcib, to get spdmem to attach on 2F-based systems.Miod Vallat
2022-07-15Implement support for framebuffers that don't start on a page boundary.Mark Kettenis
2022-07-02remove machine/lock.h where unusedJonathan Gray
2009-07-31By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2022-06-28Remove unused field d_poll from struct cdevsw.Visa Hankala
2022-05-23Neither macppc nor the retired loongson have any remaining usefulKenneth R Westerback
2022-04-06constify struct cfattachChristian Weisgerber
2022-02-21disatcher -> dispatcherJonathan Gray
2021-12-17Disable a few warning flags that were introduced and enabled by defaultPatrick Wildt
2021-11-27stop building kernels with -Wno-uninitialized on clang archsJonathan Gray
2021-11-11Retire switch(4) it never really was production ready and the OpenFlowClaudio Jeker
2021-08-20Add ucc(4), a driver for USB HID Consumer Control keyboards. Suchanton
2021-07-24Replace cpus_running with CPU_IS_RUNNING().Visa Hankala
2021-07-12Remember to set CPUF_RUNNING on secondary CPUs.Visa Hankala
2021-07-12Make hw_cpu_hatch() more similar on loongson and octeon.Visa Hankala
2021-05-16panic does not require a \n at the end. When one is provided, it looks wrong.Theo de Raadt
2021-03-11spellingJonathan Gray
2021-02-18Make kernel ld.script similar to octeon's on loongson and sgi.Visa Hankala
2021-02-17Skip gp initialization in loongson bootblocksVisa Hankala
2021-02-11Leave out gp initialization from kernel entry on mips64Visa Hankala
2021-02-04Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited toanton
2021-01-28Again allow COPTS= to come from the environment again, and don't lose theTheo de Raadt
2021-01-23introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.thfr