Age | Commit message (Expand) | Author |
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 |
2008-06-24 | On user/kernel shared page table machines, do not let processes map their | Theo de Raadt |
2008-06-19 | Add OpenBSD CVS marker, proper type for probe function. | Marc Balmer |
2008-06-18 | Attach amdmsr(4) at mainbus in a way that it can be disabled in UKC or the | Marc Balmer |
2008-06-15 | this should be a MD include file; discussed with matthieu | Theo de Raadt |
2008-06-13 | Detect if Intel's Safer Mode Extensions (SMX) are present, | Jonathan Gray |
2008-06-09 | Remove fillw(). Bonus points if you do not remember what it was used for. | Miod Vallat |
2008-05-07 | Move i386 to __HAVE_GENERIC_SOFT_INTERRUPTS | Mark Kettenis |
2008-04-26 | Remove softast; it's no longer used. | Mark Kettenis |
2008-04-25 | Make ipending per-cpu. Should fix PR 5788. | Mark Kettenis |
2008-04-18 | Now that i386 has a per-process astpending, we can garbage collect ipi_ast | Mark Kettenis |
2008-04-13 | garbage collect the cpus_running global variable; | Thordur I. Bjornsson |
2008-02-11 | g/c db_thread_fp_used() | Miod Vallat |
2008-01-13 | Kill <machine/mp.h>. | Mark Kettenis |
2007-12-09 | Add an empty pccbb_attach_hook. | Mark Kettenis |
2007-12-05 | Hang acpi(4) below bios(4) instead of mainbus(4). This lets us move acpi(4) | Theo de Raadt |
2007-11-28 | quite a bit of simplification by removing cpu classes. | Ted Unangst |
2007-11-26 | Move the implementation of __mp_lock (biglock) into machine dependent | Artur Grabowski |
2007-11-25 | new files for acpiapm switcher | Ted Unangst |
2007-11-25 | fake out the apm device to switch between apm and acpi on i386. now | Ted Unangst |
2007-11-16 | fix the bus_space #define nightmare, so that amd64 and i386 are much more | Theo de Raadt |
2007-11-15 | Split CPUID into 2 32 bit fields. | Marco Peereboom |
2007-11-15 | Clarify when smbios added multi core support and add the missing string | Marco Peereboom |
2007-11-15 | oops, processor structs need to be __packed. | Marco Peereboom |
2007-11-15 | Add struct for processors. | Marco Peereboom |
2007-11-03 | APM switchto cleanup diff. This uses the switchto functionality to | Tobias Weingartner |