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
/
i386
/
include
Age
Commit message (
Expand
)
Author
2010-01-13
As per NetBSD move HAYAKAWA Koichi's licenses to two clause.
Jonathan Gray
2009-12-09
add two new MD only pmap apis to amd64 and i386 (not to be used in MI
Owain Ainsworth
2009-12-09
add cpufunc functions for the clflush instruction and the mfence
Owain Ainsworth
2009-12-09
Detect the cache line size for the clflush instruction when we identify
Owain Ainsworth
2009-11-27
Move MB_LEN_MAX into the machine-independent sys/limits.h header,
Philip Guenthe
2009-11-04
Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it.
Mark Kettenis
2009-10-07
add support for the temperature sensor of VIA Nano and C7-M CPUs.
Kevin Lo
2009-10-03
Properly handle XMM exceptions instead of panicing the kernel. Fixes the
Mark Kettenis
2009-09-20
Back out via nano temperature sensor changes.
Jonathan Gray
2009-09-20
add support for VIA Nano cpu core temperature sensor
Kevin Lo
2009-08-22
Constify the what/name parameter of pci_intr_establish().
Michael Knudsen
2009-08-13
Make the i386 APIC code closer to the amd64 version. Many whitespace fixes,
Mark Kettenis
2009-08-11
fix some stupidity in x86 bus_space_map.
Owain Ainsworth
2009-07-30
Get rid of the obsolet BUS_BARRIER_xxx constants for bus_space_barrier(), only
Miod Vallat
2009-07-26
Make sure all platforms understand the flags argument of bus_space_map() and
Miod Vallat
2009-07-21
Change the rbus md_space_{map,unmap} signature to take a rbus_tag_t instead
Miod Vallat
2009-06-16
Backout pmemrange (which to most people is more well known as physmem
Ariane van der Steldt
2009-06-06
It might be a good idea to commit all the diff. *sigh*.
Owain Ainsworth
2009-06-06
Add vga bios repost support. Fetched from the NetBSD tree mostly.
Paul Irofti
2009-06-03
Just like on amd64. Instead of keeping a bitmap of which cpus a pmap
Artur Grabowski
2009-06-01
physmem allocator: change the view of free memory from single free pages
Ariane van der Steldt
2009-04-30
add support for passing db_console from the bootloader to the kernel.
David Gwynne
2009-04-20
Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory.
Owain Ainsworth
2009-04-19
Switch the softinterrupt code on x86 over to mutexes instead of
Owain Ainsworth
2009-03-15
Introduce splsoftassert(), similar to splassert() but for soft interrupt
Miod Vallat
2009-03-10
remove the _BUS_DMA_PRIVATE define from amd64 and i386.
Owain Ainsworth
2009-02-26
Add a two new ioctls to the apm(4) interface.
Owain Ainsworth
2009-02-16
Store conditionally extended cpuid family/model values
Jonathan Gray
2009-02-05
add MD PMAP_NOCACHE flag to i386 and use it to implement the
Owain Ainsworth
2009-02-03
Free TSS on the stack of the dead process.
Mike Belopuhov
2009-01-20
Install ACPI S3 resume trampoline code in a lowmem page. First part
Mike Larkin
2008-12-18
Don't set the global bit PG_G for kernel pmap low memory mappings. Use a
Kurt Miller
2008-12-03
Remove the x86 and i386 prefixes to the bus_dma types. It's really quite
Owain Ainsworth
2008-11-22
Allow wired memory to be accounted on i386. This automatically changes
Mike Belopuhov
2008-11-22
The last parts of cpu_unidle. i386, amd64 and sparc64
Artur Grabowski
2008-11-22
same change as for amd64. Move bus_space_* functions from inlines and
Owain Ainsworth
2008-11-14
Garbage collect the LDT segments, and simply use the GDT segments.
Tobias Weingartner
2008-10-23
Move the va_copy define to <sys/stdrag.h> making sure it is uniformaly
Mark Kettenis
2008-10-15
make random(9) return per-cpu values (by saving the seed in the cpuinfo),
Theo de Raadt
2008-10-05
Remove IOAPIC ID remapping code. It should not be necessary to avoid reusing
Mark Kettenis
2008-09-28
Always include machine/cpu.h and remove i82489reg.h/i82489var.h.
Brad Smith
2008-09-28
Remove "XXX for now" NLAPIC define. Already provided via lapic.h.
Brad Smith
2008-09-07
- replace dtoa w/ David's gdtoa, version 2008-03-15
Martynas Venckus
2008-09-01
Avoid #pragma pack(1) and unify everything towards using __packed.
Theo de Raadt
2008-08-13
Disable the fantastics mis-feature on some newer Turion CPUs called C1E.
Artur Grabowski
2008-07-21
- add proper double_t and float_t definitions for each arch
Martynas Venckus
2008-07-18
Add a macro that clears the want_resched flag that need_resched sets.
Artur Grabowski
2008-07-18
Add new uvm function called uvm_map_pie() which takes align as a
Kurt Miller
2008-07-02
* Dynamically set the rbus start address. from netbsd.
Federico G. Schwindt
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
[next]