index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
powerpc64
Age
Commit message (
Expand
)
Author
2021-02-04
Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited to
anton
2021-01-28
Again allow COPTS= to come from the environment again, and don't lose the
Theo de Raadt
2021-01-23
OPAL implements firmware calls that abstract communicating with the BMC over
Mark Kettenis
2021-01-23
introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.
thfr
2021-01-09
Enable support for floating-point exceptions. We always run in "precise"
Mark Kettenis
2021-01-07
Fix typo in comment.
Mark Kettenis
2020-12-30
Enter power-saving mode on POWER9 (ISA v3)
gkoehler
2020-12-23
Use IPL_VM for the pmap pool like we do on amd64.
Mark Kettenis
2020-12-23
Handle a few more userland traps that would lead to a kernel panic.
Mark Kettenis
2020-12-22
Use SIGILL for the Facility Unavailable Interrupt in usermode.
gkoehler
2020-12-22
Clear FSCR register. This gives us a sane default state where all facilities
Mark Kettenis
2020-12-20
Fix typo.
Mark Kettenis
2020-12-20
The TCE table needs to be aligned on a boundary that is a multiple of its
Mark Kettenis
2020-12-09
Use daddr_t and not daddr32_t in boot media.
Kenneth R Westerback
2020-11-16
Enable mcx(4)
Mark Kettenis
2020-11-15
Make sure we perform address translation to all elements of a DMA mapping.
Mark Kettenis
2020-11-15
Hardwire bus_space_read_raw_N() and bus_space_write_raw_N() to
Mark Kettenis
2020-11-08
In case of failure, call sigexit() from trapsignal instead of sensig().
Martin Pieuchot
2020-10-31
Add support for passing a bootmac command line argument to RAMDISK.
Patrick Wildt
2020-10-30
No need to print that we're the console device; wsdisplay(4) will do that
Mark Kettenis
2020-10-30
Add a comment that explains why the major/minor of the device is set
Mark Kettenis
2020-10-30
Allow astfb(4) to become the console. At this point this is a "late" switch
Mark Kettenis
2020-10-30
Add code to determine the console devie node.
Mark Kettenis
2020-10-27
add the nearly full list of usb devices.
Theo de Raadt
2020-10-27
Enable radeondrm(4).
Mark Kettenis
2020-10-27
Add limited emulation of unaligned access in the kernel. The radeondrm(4)
Mark Kettenis
2020-10-27
Flush cache before mapping a page as uncached. The CPU gets really upset
Mark Kettenis
2020-10-26
Include I2C stuff.
Mark Kettenis
2020-10-26
Fix typo.
Mark Kettenis
2020-10-25
Implement a workaround for PCI devices that can't address the full 64-bit
Mark Kettenis
2020-10-24
Add forward declaration of struct trapframe.
Mark Kettenis
2020-10-24
/dev/drm*
Mark Kettenis
2020-10-24
Prefer 32-bit MSI even if the hardware supports 64-bit MSI to work
Mark Kettenis
2020-10-22
Add retguard to OPAL functions in powerpc64 locore.
mortimer
2020-10-22
Use the DBZ instruction to zero memory a cache line at a time.
Mark Kettenis
2020-10-22
uvm_grow() doesn't need KERNEL_LOCK anymore, and onfault never did.
Theo de Raadt
2020-10-21
Add retguard macros to powerpc64 locore functions.
mortimer
2020-10-19
Only use OPAL_CONSOLE_FLUSH if the firmware implements it. Should help
Mark Kettenis
2020-10-18
Implement pmap_proc_iflush().
Mark Kettenis
2020-10-18
Handle trace interrupts from userland.
Mark Kettenis
2020-10-18
Remove leftover debugging output for EXC_PGM traps.
Mark Kettenis
2020-10-17
Avoid potential infinite loop in pmap_vp_destroy().
Mark Kettenis
2020-10-17
use the full 64-bit cookies, rather than just 32 bits
Theo de Raadt
2020-10-16
Add retguard asm macros for ppc64.
mortimer
2020-10-10
Handle spurious interrupts.
Mark Kettenis
2020-10-10
Add OPAL_PCI_MAP_PE_DMA_WINDOW.
Mark Kettenis
2020-10-09
Unbreak the powerpc64 kernel build.
Mark Kettenis
2020-10-08
use access_type as the PROT_* variable for uvm_fault() consistantly
Theo de Raadt
2020-10-07
Include <sys/systm.h> directly instead of relying on hidden UVM includes.
Martin Pieuchot
2020-10-04
Change kcopy(9) such that it does 64-bit and 32-bit copies whenever possible.
Mark Kettenis
[next]