Age | Commit message (Expand) | Author |
2010-08-02 | Add System Enclosure or Chassis structure. | Marco Peereboom |
2010-07-25 | in the clock drivers, seperate the soft-state and hard-state which was | Theo de Raadt |
2010-07-21 | Fix more cdev initializations which were using enodev for poll; ok kettenis | Theo de Raadt |
2010-07-21 | Make sure that the FPU IPIs shoot down the right FPU context and not the FPU | Mark Kettenis |
2010-06-29 | Add support for mapping ACPI to PCI devices | Jordan Hargrave |
2010-06-29 | fpu_kernel_{enter,exit}; Functions to allow the use of | Thordur I. Bjornsson |
2010-06-27 | Add the TPOFF* and DTP{MOD,OFF}* definitions that ld.so will need for | Philip Guenthe |
2010-06-22 | bump up the dmesg buffer size. new boxes have lots of crap in them, so | David Gwynne |
2010-05-31 | there is no spllpt(), since lpt's are just tty devices (call tty functions, | Theo de Raadt |
2010-05-22 | this is amd64, not i386, and the protection was all busted | Theo de Raadt |
2010-05-13 | Synchronise amd64 more with other PMAP_DIRECT architectures. (step 1, | Owain Ainsworth |
2010-05-08 | Page Attribute Tables (PAT) support for x86. | Owain Ainsworth |
2010-04-29 | Add the CR_PAT MSR to the list of defined msrs. | Owain Ainsworth |
2010-04-22 | - remove ptei(), which was verified to be unused. | Jasper Lievisse Adriaanse |
2010-04-20 | Instead of using PWT|PCD for uncached (which is wrong on old cpus and | Owain Ainsworth |
2010-04-08 | On amd64, move the bus_dma buftype stuff that is only used by sg_dma | Owain Ainsworth |
2010-04-04 | OpenBSD uses bus_space_copy_#, not bus_space_copy_region_#. Make sure only the | Miod Vallat |
2010-03-21 | Add some additional Intel CPUID values for recent and upcoming processors. | Jonathan Gray |
2010-01-13 | As per NetBSD move HAYAKAWA Koichi's licenses to two clause. | Jonathan Gray |
2009-12-25 | Do not #include unused <machine/mcontext.h> | Miod Vallat |
2009-12-09 | sloppy oga, tsk tsk, you are scaring us | Theo de Raadt |
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-22 | Bring amd64 closer to resume, while at it kill dead code. Okay deraadt@. | Paul Irofti |
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-06 | Allow MD limits for allocating PCI io and mem space and specify limits on | 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-09-18 | ldt removal missed some. amd64_{get,set}_ldt gone. also remove | Martynas Venckus |
2009-08-22 | Constify the what/name parameter of pci_intr_establish(). | Michael Knudsen |
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-22 | via nano cpus are amd64, and so we need machdep.xcrypt | Theo de Raadt |
2009-07-21 | Change the rbus md_space_{map,unmap} signature to take a rbus_tag_t instead | Miod Vallat |
2009-07-20 | Pass a pci_chipset_tag_t to pci_intr_line(), to eventually allow the | Miod Vallat |
2009-06-16 | Backout pmemrange (which to most people is more well known as physmem | Ariane van der Steldt |
2009-06-09 | revert guenther@'s un-revert of art's curpmap. | Kenneth R Westerback |
2009-06-07 | on amd64, store a pointer to the loaded data and the type. This will | Owain Ainsworth |
2009-06-06 | Unrevert the curpmap change with the addition of correct %gs handling | Philip Guenthe |
2009-06-06 | Add vga bios repost support. Fetched from the NetBSD tree mostly. | Paul Irofti |
2009-06-05 | Revert the curpmap change. We know the IPI is broken on both ends, | Philip Guenthe |
2009-06-02 | Added interface for cpu idle on amd64 | Jordan Hargrave |
2009-06-01 | physmem allocator: change the view of free memory from single free pages | Ariane van der Steldt |
2009-05-31 | Add VIA crypto features support to amd64. ok deraadt@ | Matthieu Herrb |
2009-05-28 | Bring back the curpmap change. It was missing a reload of the pmap on | Artur Grabowski |
2009-05-10 | When I changed the implementation of iommu and sg_dma over to use | Owain Ainsworth |