summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc64
AgeCommit message (Expand)Author
2022-08-09powerpc64: trigger deferred DEC interrupts from splx(9)Scott Soule Cheloha
2022-07-27Support "empty" phandles in interrups-extended properties. This is neededMark Kettenis
2022-07-15Implement support for framebuffers that don't start on a page boundary.Mark Kettenis
2022-06-28Remove unused field d_poll from struct cdevsw.Visa Hankala
2022-06-26add a few missing drivers for recent nics, input from jmatthew kettenis mbuhl...Stuart Henderson
2022-05-19Not so recent evolution of the PowerPC and POWER architectures have definedMiod Vallat
2022-04-14ddb: constify command tablesChristian Weisgerber
2022-04-12ddb: simplify machine command handlingChristian Weisgerber
2022-04-06constify struct cfattachChristian Weisgerber
2022-03-24Add $OpenBSD$ tag and declare that this file is in the public domain.Mark Kettenis
2022-03-22Make sure kernel longjmp always returns 1 rather than what turns out to beMiod Vallat
2022-02-22Remove extra ;Visa Hankala
2022-02-21implenent -> implementJonathan Gray
2022-01-28Give ddb more access to registers on macppc, powerpc64George Koehler
2022-01-14update drm to linux 5.15.14Jonathan Gray
2022-01-08Remove verbose PCI and USB device info from BOOTVisa Hankala
2022-01-07Add missing dependency.Visa Hankala
2021-12-17Disable a few warning flags that were introduced and enabled by defaultPatrick Wildt
2021-12-09We only have one syscall table: inline sysent/SYS_MAXSYSCALL andPhilip Guenther
2021-12-06Start to delete emulation support: since we're Just ELF, makePhilip Guenther
2021-11-30add ixl(4)Theo de Raadt
2021-11-27free() with nullptr is OK, but not if the size is unitialized, and theTheo de Raadt
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-10-12Add (minimal) accounting for wired pages in userland pmaps.Mark Kettenis
2021-10-06Change sendsig() interface so that the MD code does not need to accessClaudio Jeker
2021-10-05wd(4) device node support was missing, add it.Theo de Raadt
2021-08-30Remove typedef of db_addr_t; mpi converted the users of it to vaddr_t alreadyJasper Lievisse Adriaanse
2021-08-20Add ucc(4), a driver for USB HID Consumer Control keyboards. Suchanton
2021-08-01style(9)Mark Kettenis
2021-07-07update drm to linux 5.10.47Jonathan Gray
2021-07-06Introduce CPU_IS_RUNNING() and us it in scheduler-related code to preventMark Kettenis
2021-06-09Enable MSI-X support for powerpc64.Mark Kettenis
2021-06-02Avoid spinning on the kernel lock with interrupts disabled.Mark Kettenis
2021-06-02kernel: introduce per-CPU panic(9) message bufferscheloha
2021-05-30Include <sys/mutex.h> and <sys/queue.h> earlier in powerpc* pmap.hVisa Hankala
2021-05-30Include <sys/queue.h> to avoid a hidden header dependency.Visa Hankala
2021-05-30Include <sys/mutex.h> to avoid a hidden header dependency.Visa Hankala
2021-05-19Double the maximum data size limit on powerpc64. Now it is 32 GBAlexander Bluhm
2021-05-16b_saveaddr has a type of void * use NULL not 0Jonathan Gray
2021-05-13Improve mereg_add() like I did on arm64.Mark Kettenis
2021-05-11A Data Segment Interrupt does not indicate whether it was the resultMark Kettenis
2021-05-05Unlock top part of the fault handler.Martin Pieuchot
2021-04-28Enable dt(4) on amd64, arm64, i386, and powerpc64 in GENERIC kernel.Alexander Bluhm
2021-04-15The SSR1 register can have bits set that don't match to bits in the MSRMark Kettenis
2021-04-14Properly restore FPSCR register.Mark Kettenis
2021-03-11spellingJonathan Gray
2021-02-23timecounting: use C99-style initialization for all timecounter structscheloha
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