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
/
amd64
Age
Commit message (
Expand
)
Author
2015-06-29
Remove some unused #defines
Mike Larkin
2015-06-28
Force the return to userspace from execve to go through iretq to get all
Philip Guenther
2015-06-28
LDT is gone and not coming back
Philip Guenther
2015-06-28
Split AST handling from trap() into ast() and get rid of T_ASTFLT.
Philip Guenther
2015-06-25
you need to include ddb/db_output.h so you know how to call db_printf
David Gwynne
2015-06-24
Uninitialized variables; pedro@
Miod Vallat
2015-06-24
Remove a couple of unused and old #defines that discussed phys and virt
Mike Larkin
2015-06-23
If the kernel symbols fit completely into the 2 MB alignment hole
Alexander Bluhm
2015-06-22
Add an #ifdef HIBERNATE to allow to build a kernel without hibernate but
Alexander Bluhm
2015-06-22
Make it possible to create write combing mappings through /dev/mem. This is
Mark Kettenis
2015-06-22
document that boot.conf can contain comments;
Jason McIntyre
2015-06-13
Parse _CST objects and use the C-states they describe when they're sane.
Philip Guenther
2015-06-07
Add a default panic case to a switch statement where code after assumes
Jonathan Gray
2015-06-07
Add CR4_FSGSBASE
Philip Guenther
2015-06-07
Enable use of mwait in non-MP boxes and report # of C-substates up to C7,
Philip Guenther
2015-06-06
Enable rtwn(4) on RAMDISK_CD kernels for upgrades. ok deraadt
Stefan Sperling
2015-06-04
Enable rtwn(4) on amd64.
Stefan Sperling
2015-05-30
Remove commented out DRMDEBUG/DRM_DEBUG lines. Other drivers don't have
Jonathan Gray
2015-05-29
Nuke annoying whitespace nits to shrink some future diffs.
Kenneth R Westerback
2015-05-28
when machdep.allowaperture sysctl is set to 3, allow concurrent access
Joshua Stein
2015-05-28
Save the cpuid(6) eax bits in the cpu_info and report the SENSOR and ARAT
Philip Guenther
2015-05-24
Treat primary cpu like others and put pointer to its GDT in cpu_info.ci_gdt
Philip Guenther
2015-05-18
Do lazy update/reset of the FS.base and %[def]s segment registers: reseting
Philip Guenther
2015-05-13
Define END() to set ELF symbol size.
Masao Uebayashi
2015-05-11
Convert from uiomovei() to uiomove() to prevent short tranfers
Philip Guenther
2015-05-09
Cleanup/rejig GPT code to be more readable, support different endian
Kenneth R Westerback
2015-05-05
emul_native is only used for kernel threads which can't dump core, so
Philip Guenther
2015-04-30
Clean up some spacing. No functional change
Mike Larkin
2015-04-30
Remove SIZE_MAX from limits.h. It was added years ago before we
Todd C. Miller
2015-04-28
Explicitly include .codepatch and .codepatchend in .rodata such that
Mark Kettenis
2015-04-25
We now following the ABI and always clear cld on function entry, so remove
Philip Guenther
2015-04-25
cpu_busy_cycle_fcn callback has never been used
Philip Guenther
2015-04-24
Use "softintr_pic0" instead of "softintr_fakepic" when faking a
Jonathan Gray
2015-04-19
Add support for x2apic mode
Stefan Fritsch
2015-04-19
Add a missing pmap_kremove
Stefan Fritsch
2015-04-18
It seems that the CPUID lies about the monitor-line size, or at least our
Mark Kettenis
2015-04-18
i386 and amd64 have only one syscall entry point now, so simply the
Philip Guenther
2015-04-16
Enable ualea(4) where we have uhub(4), these USB device lists cry for
Martin Pieuchot
2015-04-15
include header required for DEBUG build; ok jsg@
Christian Weisgerber
2015-04-15
Unneeded return at the end of a void function.
Mike Larkin
2015-04-02
use correct capitalization of 'BlackBerry'
Jasper Lievisse Adriaanse
2015-03-31
Tracing across an interrupt frame was failing because the trace code thought
Philip Guenther
2015-03-25
Save/restore AVX registers and other XSAVE-managed state information when
Mark Kettenis
2015-03-25
Mark CPUID_LEAF inline asm as volatile to prevent the compiler from reordering
Mark Kettenis
2015-03-24
unwire lmc(4) and san(4).
David Gwynne
2015-03-22
Explain the state on syscall entry
Philip Guenther
2015-03-22
Xstray* and Xhold* symbols vanished at some point; delete special handling
Philip Guenther
2015-03-21
Add support for saving/restoring FPU state using the XSAVE/XRSTOR. Limit
Mark Kettenis
2015-03-16
Reduce use of SMALL_KERNEL in acpi, bringing acpiec driver and more gpe
Theo de Raadt
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
[prev]
[next]