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
2018-03-09
Remove bogus copying of bootargs.
Mark Kettenis
2018-03-09
resume_iret is called with the U+K page tables, so delete the superfluous
Philip Guenther
2018-03-08
Rework and cleanup the linker script for armv7. The main feature is
Patrick Wildt
2018-03-07
Mhz -> MHz
Jonathan Gray
2018-03-07
Stop assuming intel model 0x55 'Skylake X' has a fixed 25 MHz tsc freq.
Jonathan Gray
2018-03-05
Do not redefine PAGE_SHIFT/PAGE_SIZE/PAGE_MASK in vmparam.h; those
Theo de Raadt
2018-03-05
#define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an arch
Theo de Raadt
2018-03-04
grow dmesg buffer - bigger machines showing up
Theo de Raadt
2018-03-02
Fix reference clock frequency.
Visa Hankala
2018-03-02
Fix the locating of the OpenBSD disklabel on media with 2048 byte
Visa Hankala
2018-03-02
The UEFI specification states that a watchdog timer should be armed for
Jonathan Gray
2018-03-01
AAPCS requires 8-byte alignment for 64-bit types. We missed this when we
Mark Kettenis
2018-03-01
Protect the calls to trapsignal() and psignal() with a kernel lock
Alexander Bluhm
2018-03-01
accidentally did two ALIGN's before kuduta
Theo de Raadt
2018-02-28
move to 6.3-beta
Theo de Raadt
2018-02-28
Explicitly align svcstack and esym. Finally fixes the problem where
Mark Kettenis
2018-02-28
It helps to spell 'GSBASE' with a 'G'. With the thinko the NMI and
Philip Guenther
2018-02-26
Delete pmap_update_2pg(), the #include of <machine/segments.h>, trailing
Philip Guenther
2018-02-25
Typo: auxilliary -> auxiliary
Philip Guenther
2018-02-24
Enable bcmrng(4).
Mark Kettenis
2018-02-24
Enable interrupts while running interrupt handlers like we do on
Jonathan Gray
2018-02-24
Declare ci_ipl volatile to prevent the compiler from optimizing
Visa Hankala
2018-02-24
Enable bcmtemp(4).
Mark Kettenis
2018-02-24
Make ncpusfound count the available processors even if they don't attach.
Mark Kettenis
2018-02-23
Disable mailbox interrupts on all cores upon attach instead of enabling the
Mark Kettenis
2018-02-23
Get rid of the cpu_on_fn hook and call the psci(4) functions directly instead
Mark Kettenis
2018-02-23
Drop redundant bzero() calls. ses_ghash is allocated with M_ZERO, so
Visa Hankala
2018-02-22
Set the PG_G (global) bit on the special page table entries that are shared
Philip Guenther
2018-02-22
The compile time assertion for cpu info did not work with gcc.
Alexander Bluhm
2018-02-22
The GNU assembler does not understand 1ULL, so replace the constant
Alexander Bluhm
2018-02-21
Mark VIA padlock as capable of dealing with ESN
Mike Belopuhov
2018-02-21
Meltdown: implement user/kernel page table separation.
Philip Guenther
2018-02-20
Add GENERIC.MP directory.
Mark Kettenis
2018-02-20
Add GENERIC.MP.
Mark Kettenis
2018-02-20
Release the secondary CPUs.
Mark Kettenis
2018-02-20
Make arm64 pmap (somewhat) mpsafe.
Mark Kettenis
2018-02-20
Convert key length from bits to bytes
Mike Belopuhov
2018-02-19
Convert sparc64 to MI mutex.
Martin Pieuchot
2018-02-19
Remove almost unused `flags' argument of suser().
Martin Pieuchot
2018-02-18
Inline hw_{get,set}curcpu() to streamline the machine code.
Visa Hankala
2018-02-18
Replace a full memory barrier with a write-write barrier. The full
Visa Hankala
2018-02-18
document "machine video"; requested by tinker
Jason McIntyre
2018-02-17
Rename memhook to vmmap to match other archs.
Mark Kettenis
2018-02-16
Add sizes for free() in the i386 version of the Enhanced SpeedStep driver.
Frederic Cambus
2018-02-16
Support card interrupts in imxesdhc(4). The code that was written
Patrick Wildt
2018-02-15
use the arm64 openprom.c on arm64
Jonathan Gray
2018-02-14
prune files.* entries that refer to files not in tree
Jonathan Gray
2018-02-12
Typo in a comment (CR$_VMXE instead of CR4_VMXE). No functional change.
Mike Larkin
2018-02-11
Move .openbsd.randomdata into .rodata. This makes things more
Patrick Wildt
2018-02-11
Rework the DDB trace handling for armv7. By switching to clang the
Patrick Wildt
[next]