summaryrefslogtreecommitdiff
path: root/sys/arch/loongson/dev
AgeCommit message (Expand)Author
2022-11-19mips64, loongson, octeon: switch to clockintrScott Soule Cheloha
2022-10-15ansiJonathan Gray
2022-10-12Extend struct todr_chip_handle with a todr_quality member. This allows usMark Kettenis
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-07-15Implement support for framebuffers that don't start on a page boundary.Mark Kettenis
2022-04-06constify struct cfattachChristian Weisgerber
2022-02-21disatcher -> dispatcherJonathan Gray
2021-03-11spellingJonathan Gray
2021-01-02Use native display resolution 1368x768 with Lynloong all-in-one computers.Visa Hankala
2020-12-25Refactor klist insertion and removalVisa Hankala
2020-10-20alpha, loongson, sh, sparc64: recompute tick, tick_nsec when hz(9) is resetcheloha
2020-09-30Move mfokclock(4) from loongson to sys/dev/i2c so that it be used by morePatrick Wildt
2020-07-18Remove an unused function.Visa Hankala
2020-06-24kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)cheloha
2020-05-29dev/rndvar.h no longer has statistical interfaces (removed during variousTheo de Raadt
2020-05-25Use <dev/clock_subr.h> in mcclock(4).Visa Hankala
2020-05-25Use <dev/clock_subr.h> in mfokclock(4).Visa Hankala
2009-12-25By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-11-26By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2020-05-25change wsdisplay attribute type from long to uint32_tJonathan Gray
2020-05-25rename wsdisplay alloc_attr() to pack_attr()Jonathan Gray
2020-04-07Abstract the head of knote lists. This allows extending the lists,Visa Hankala
2020-04-06Update my email address.Paul Irofti
2020-02-20Replace field f_isfd with field f_flags in struct filterops to allowVisa Hankala
2020-02-16Send a resume event to apmd(8), like done by apm(4) and acpi(4)Jeremie Courreges-Anglas
2019-12-31Use C99 designated initializers with struct filterops. In addition,Visa Hankala
2019-01-07tweak ohci_checkrev so it doesnt print a leading comma and space.David Gwynne
2018-02-24Declare ci_ipl volatile to prevent the compiler from optimizingVisa Hankala
2017-05-17Make IPL_MPSAFE effective on loongson.Visa Hankala
2017-05-10Add a PCI attach hook mechanism for htb(4), similar to the oneVisa Hankala
2017-05-09Fix range check.Visa Hankala
2017-04-30Rename Debugger() into db_enter().Martin Pieuchot
2017-03-27hibernate_free() should not be called from MD code, acpi_sleep_state()Theo de Raadt
2017-02-19Suppress messages about spurious UART interrupts on MP systems.Visa Hankala
2017-01-23Nuke extraneous whitespace and tabs.Frederic Cambus
2017-01-19Extend struct platform with MP control functions, and add bootstrap codeVisa Hankala
2017-01-15Harmonize the way frame buffer drivers display resolution and colorFrederic Cambus
2017-01-10Display resolution and color depth when attaching.Frederic Cambus
2016-12-05Harmonize battery state thresholds accross platforms.Frederic Cambus
2016-11-17Add drivers for PCI host bridge and built-in UARTs on Loongson 3A,Visa Hankala
2016-11-15Add support for lid state detection in ykbec(4).Frederic Cambus
2016-11-05Move the definition of REGVAL into a common header to make it usableVisa Hankala
2016-10-08Various printf claim to report the PID, so actually report that and not the TIDPhilip Guenther
2016-10-07Add an initial framebuffer driver for the RS780E chipset on loongson,Visa Hankala
2016-09-03Write the system time back to the RTC every 30 minutes.Christian Weisgerber
2016-03-06Rename mips64's trap_frame into trapframe.Martin Pieuchot
2016-01-08Move HID support files out of dev/usb into new dev/hid directoryJoshua Stein
2015-09-28In low-level suspend routines, set cold=2. In tsleep(), use this toTheo de Raadt