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
2017-03-24
Bump resolution of frequencies from kHz to Hz, since that is what the
Patrick Wildt
2017-03-24
Mainline u-boot on the ClearFog seems to insert an empty memory region
Patrick Wildt
2017-03-24
Handle guest interruptibility state - Reset the interruptibility state
Mike Larkin
2017-03-24
Exit to vmd on byte size PCI accesses.
Mike Larkin
2017-03-24
Allow returns from vmd after handling cpuid exits (handles the case where
Mike Larkin
2017-03-23
Bump the emulated PCI MMIO range end to 0xFFFFFFFF. This slightly
Mike Larkin
2017-03-22
Implement kernel W^X for arm64. For this purpose align the different segments
Mark Kettenis
2017-03-21
As a first step towards SMP, use an array for the destination masks with
Mark Kettenis
2017-03-21
Avoid panic in arm_sync_icache() by only flushing the parts of the address
Mark Kettenis
2017-03-21
Revise the definition of "struct reg" to have a layout compatible with other
Mark Kettenis
2017-03-21
Don't allow the guest to clear CR0_NE or CR4_VMXE. While we should be
Mike Larkin
2017-03-21
CPUID feature 0x80000000 emulation fell through to 0x80000001, which
Mike Larkin
2017-03-20
Do not map resources which are actually not used within the kernel. Saves
Miod Vallat
2017-03-20
Fix previous. Commited from the wrong tree.
Miod Vallat
2017-03-20
Remove unused defines. Some of them can be traced to MVME188 and make no
Miod Vallat
2017-03-20
Replace hardcoded addresses with symbolic constants from <machine/board.h>
Miod Vallat
2017-03-19
Put the address of the per-cpu clock and interrupt registers into the cpu_info
Miod Vallat
2017-03-19
Handle master/slave PIC vector base properly. OpenBSD uses 0x20/0x28
Mike Larkin
2017-03-18
Build mips64 kernels with -ffreestanding.
Visa Hankala
2017-03-16
Remove some unused variables, unused types, duplicated/unused function
Mark Kettenis
2017-03-16
Unroll two small bus_space_{read_write}_multi operations in a hot code path.
Miod Vallat
2017-03-16
Use a power of two and left shift, rather than integer multiplication, for
Miod Vallat
2017-03-16
Fix passing entropy from boot loader to the kernel:
Miod Vallat
2017-03-16
Typo, from miod@
Martin Pieuchot
2017-03-15
Fix building profiling kernels by passing the -p flag to config(8)
Theo Buehler
2017-03-15
We do not need while loop around uiomove(9) in lcdwrite().
Kenji Aoyama
2017-03-13
When we do an ASID rollover, we unassign all ASIDs and do a complete
Mark Kettenis
2017-03-13
Don't limit physmem to 2GB confirmed to work with 16GB by deraadt@.
Jonathan Gray
2017-03-12
enable acpisbs
Joshua Stein
2017-03-12
Add a "dsm ishst" barrier before TLB maintenance instructions. The ARMv8
Mark Kettenis
2017-03-12
Bring SROP mitigation to arm64. Make some small modifications to the arm
Mark Kettenis
2017-03-12
Remove some unused cruft.
Mark Kettenis
2017-03-12
Simplify pmap_proc_iflush(); there is no need for the per-page logic if we
Mark Kettenis
2017-03-12
Hook exclock(4) up to the clock framework using a dummy implementation that
Mark Kettenis
2017-03-12
Enable exdwusb(4) and xhci(4).
Mark Kettenis
2017-03-11
Hook up exgpio(4) to the gpio framework.
Mark Kettenis
2017-03-11
Fix uninitilized variables (confusion between enc and p->encoding
Alexandre Ratchov
2017-03-11
Introduce a new knob to force the first USB keyboard as console input.
Martin Pieuchot
2017-03-11
Set EVT_NOTIFY_SIGNAL when calling boot services CreateEvent().
Jonathan Gray
2017-03-11
Enable exrtc(4).
Mark Kettenis
2017-03-10
Use regmap interface to power up the PHY block.
Mark Kettenis
2017-03-10
Missed this file in the deplatformization commit.
Mark Kettenis
2017-03-10
Add glue to attach xhci(4) on exynos.
Mark Kettenis
2017-03-10
Set VM_PHYSSEG_MAX to 32 and use VM_PSTRAT_BSEARCH as the sort/search option
Mark Kettenis
2017-03-10
Lookup the /memory node again after we reinit the FDT. This makes adding
Mark Kettenis
2017-03-10
enable amphy(4) for udav(4) and urlphy(4) for url(4)
Jonathan Gray
2017-03-09
There are no compat emulations left so we never do errno mapping:
Philip Guenther
2017-03-09
Enable syscon(4) such that I can actually reboot the Odroid XU4.
Mark Kettenis
2017-03-09
Provide access to our registers through the regmap interface.
Mark Kettenis
2017-03-09
Only set cpuresetfn if it isn't set already such that other reboot mechanisms
Mark Kettenis
[next]