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
Age
Commit message (
Expand
)
Author
2020-06-24
Nuke some pointless *_dev_probe() and *_dev_free() functions and
Kenneth R Westerback
2020-06-24
remove ifdeffed out code for redistributing pyro eq interrupts over cpus.
David Gwynne
2020-06-23
Enable virtual consoles on armv7, the same way it is done on arm64.
Frederic Cambus
2020-06-23
Fix format strings (%p --> %lx) in debug code.
Kenji Aoyama
2020-06-23
Implement pci_intr_establish_cpu() for pyro(4) and vpci(4) based sparc64
Jonathan Matthew
2020-06-22
Add opalcons(4), a driver for the OPAL console.
Mark Kettenis
2020-06-22
The minimum frame size for the ELFv2 ABI is 32 bytes. Using this value
Mark Kettenis
2020-06-22
Enable interrupts when they were enabled before the trap (except when we
Mark Kettenis
2020-06-22
Handle data storage and data segment interrupts from userland as well.
Mark Kettenis
2020-06-22
Make return-to-user and kernel re-entry work. This adds a per-pmap SLB
Mark Kettenis
2020-06-22
Fix previous commit; pasted instructed in the wrong spot.
Mark Kettenis
2020-06-22
Add magic offset to make the frames line up.
Mark Kettenis
2020-06-22
Implement setregs().
Mark Kettenis
2020-06-22
Provide working definitions of PROC_STACK() and PROC_PC().
Mark Kettenis
2020-06-22
Change tsc_get_timecount return from uint to u_int per sys/timetc.h.
Paul Irofti
2020-06-22
enable nvme on i386.
David Gwynne
2020-06-21
Making tracing through traps work.
Mark Kettenis
2020-06-21
Enable machine check interrupt.
Mark Kettenis
2020-06-21
Set PTE valid bit in PTE descriptors such that we actually match them in
Mark Kettenis
2020-06-21
Set reference count of freshly created pmap to one.
Mark Kettenis
2020-06-21
Set up exec_map and phys_map.
Mark Kettenis
2020-06-21
Add code to synchronize I-cache if necessary when mapping an executable
Mark Kettenis
2020-06-21
Implement copyin(9), copyout(9), copyinstr(9) and copyoutstr(9).
Mark Kettenis
2020-06-20
Add bcmtmon(4), a driver for the temperature sensor on the Raspberry Pi 4.
Mark Kettenis
2020-06-19
VM_MAXUSER_ADDRESS needs to be page-aligned.
Mark Kettenis
2020-06-19
Fix calculation of the year.
Mark Kettenis
2020-06-19
Not quite correct implementations of copystr(9) and kcopy(9).
Mark Kettenis
2020-06-19
First stab at implementing system calls.
Mark Kettenis
2020-06-19
Set %r13 with a pointer to our per-CPU info struct when setting up a
Mark Kettenis
2020-06-19
fold the TSC value in fewer operations, same result; ok deraadt@
Christian Weisgerber
2020-06-18
AST handling.
Mark Kettenis
2020-06-18
Cache kernel SLB entries in per-CPU struct and restore them upon
Mark Kettenis
2020-06-18
Add pcamux(4), a driver for the PCA8548 I2C switch.
Mark Kettenis
2020-06-18
Enable bwfm(4) on armv7 RAMDISK for SD/MMC and USB devices.
Frederic Cambus
2020-06-17
Print CPU name and cache info in the same way as we do on arm64.
Mark Kettenis
2020-06-17
More pmap bits, mostly from powerpc andd arm64.
Mark Kettenis
2020-06-17
Explicitly unmap DMA memory using pmap_kremove(9).
Mark Kettenis
2020-06-17
Attach secondary CPUs early. Since on most machine we need psci(4) to
Mark Kettenis
2020-06-17
add a dumb pci_intr_establish_cpu().
David Gwynne
2020-06-17
pci_intr_establish_cpu() for establishing an interrupt no a specific cpu.
David Gwynne
2020-06-17
sparc64 should define __HAVE_PCI_MSIX
David Gwynne
2020-06-16
make intr_barrier run sched_barrier on the cpu the interrupt pinned to.
David Gwynne
2020-06-16
Some simplifications.
Mark Kettenis
2020-06-16
Add missing dependeny.
Mark Kettenis
2020-06-15
Check rdrand for success and try up to ten times, as recommended by Intel.
Christian Weisgerber
2020-06-15
update powerpc64 include paths for 5.7 drm
Jonathan Gray
2020-06-14
Implement cpu_rnd_messybits() as a read of the cycle counter register.
Christian Weisgerber
2020-06-14
Implement cpu-rnd_messybits() as a read of the cycle counter register.
Mark Kettenis
2020-06-14
Remove debug code.
Mark Kettenis
2020-06-14
Enable ahci(4).
Mark Kettenis
[next]