summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc64
AgeCommit message (Expand)Author
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
2020-10-30Add a comment that explains why the major/minor of the device is setMark Kettenis
2020-10-30Allow astfb(4) to become the console. At this point this is a "late" switchMark Kettenis
2020-10-30Add code to determine the console devie node.Mark Kettenis
2020-10-27add the nearly full list of usb devices.Theo de Raadt
2020-10-27Enable radeondrm(4).Mark Kettenis
2020-10-27Add limited emulation of unaligned access in the kernel. The radeondrm(4)Mark Kettenis
2020-10-27Flush cache before mapping a page as uncached. The CPU gets really upsetMark Kettenis
2020-10-26Include I2C stuff.Mark Kettenis
2020-10-26Fix typo.Mark Kettenis
2020-10-25Implement a workaround for PCI devices that can't address the full 64-bitMark Kettenis
2020-10-24Add forward declaration of struct trapframe.Mark Kettenis
2020-10-24/dev/drm*Mark Kettenis
2020-10-24Prefer 32-bit MSI even if the hardware supports 64-bit MSI to workMark Kettenis
2020-10-22Add retguard to OPAL functions in powerpc64 locore.mortimer
2020-10-22Use the DBZ instruction to zero memory a cache line at a time.Mark Kettenis
2020-10-22uvm_grow() doesn't need KERNEL_LOCK anymore, and onfault never did.Theo de Raadt
2020-10-21Add retguard macros to powerpc64 locore functions.mortimer
2020-10-19Only use OPAL_CONSOLE_FLUSH if the firmware implements it. Should helpMark Kettenis
2020-10-18Implement pmap_proc_iflush().Mark Kettenis
2020-10-18Handle trace interrupts from userland.Mark Kettenis
2020-10-18Remove leftover debugging output for EXC_PGM traps.Mark Kettenis
2020-10-17Avoid potential infinite loop in pmap_vp_destroy().Mark Kettenis
2020-10-17use the full 64-bit cookies, rather than just 32 bitsTheo de Raadt
2020-10-16Add retguard asm macros for ppc64.mortimer
2020-10-10Handle spurious interrupts.Mark Kettenis
2020-10-10Add OPAL_PCI_MAP_PE_DMA_WINDOW.Mark Kettenis
2020-10-09Unbreak the powerpc64 kernel build.Mark Kettenis
2020-10-08use access_type as the PROT_* variable for uvm_fault() consistantlyTheo de Raadt
2020-10-07Include <sys/systm.h> directly instead of relying on hidden UVM includes.Martin Pieuchot
2020-10-04Change kcopy(9) such that it does 64-bit and 32-bit copies whenever possible.Mark Kettenis