summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc64
AgeCommit message (Expand)Author
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
2021-01-23OPAL implements firmware calls that abstract communicating with the BMC overMark Kettenis
2021-01-23introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.thfr
2021-01-09Enable support for floating-point exceptions. We always run in "precise"Mark Kettenis
2021-01-07Fix typo in comment.Mark Kettenis
2020-12-30Enter power-saving mode on POWER9 (ISA v3)gkoehler
2020-12-23Use IPL_VM for the pmap pool like we do on amd64.Mark Kettenis
2020-12-23Handle a few more userland traps that would lead to a kernel panic.Mark Kettenis
2020-12-22Use SIGILL for the Facility Unavailable Interrupt in usermode.gkoehler
2020-12-22Clear FSCR register. This gives us a sane default state where all facilitiesMark Kettenis
2020-12-20Fix typo.Mark Kettenis
2020-12-20The TCE table needs to be aligned on a boundary that is a multiple of itsMark Kettenis
2020-12-09Use daddr_t and not daddr32_t in boot media.Kenneth R Westerback
2020-11-16Enable mcx(4)Mark Kettenis
2020-11-15Make sure we perform address translation to all elements of a DMA mapping.Mark Kettenis
2020-11-15Hardwire bus_space_read_raw_N() and bus_space_write_raw_N() toMark Kettenis
2020-11-08In case of failure, call sigexit() from trapsignal instead of sensig().Martin Pieuchot
2020-10-31Add support for passing a bootmac command line argument to RAMDISK.Patrick Wildt
2020-10-30No need to print that we're the console device; wsdisplay(4) will do thatMark Kettenis