Age | Commit message (Expand) | Author |
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 |
2009-05-07 | Move amas device from arch/amd64 to dev/pci and enable it in i386 as well. | Ariane van der Steldt |
2009-04-30 | pass db_console from the bootloader to the kernel, and then use it to | David Gwynne |
2009-04-27 | turning pmap_deactivate into a NOP brought back the reaper panics, probably | Theo de Raadt |
2009-04-23 | Make pmap_deactivate a NOP. | Artur Grabowski |
2009-04-21 | Simplify PCI config space access code. There is no way we're ever going to | Mark Kettenis |
2009-04-21 | add a sg_dma backend for amd64 bus_dma. This is a lot more clever about | Owain Ainsworth |
2009-04-20 | amas device for amd64, describes the physical memory layout on AMD64 CPU. | Ariane van der Steldt |
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-04-11 | Create extents for resource accounting on the root PCI bus and populate them | Mark Kettenis |
2009-04-04 | Remove an unused function inherited from NetBSD that deals with a broken | Mark Kettenis |
2009-03-30 | Remove the direct uncached map. All its users have been removed. | 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-13 | Make "boot -d" work on amd64 MP. | Andreas Gunnarsson |
2009-02-05 | Mirroring the i386 commit just made. Add MD PMAP_NOCACHE flag to pmap, | Owain Ainsworth |
2009-02-03 | Free TSS on the stack of the dead process. | Mike Belopuhov |
2008-12-11 | Kill the $ARCH prefix for isa_dma_cookie. With this change, the i386 and | Owain Ainsworth |
2008-12-06 | revert all changes related to the mpsafe intr handler. i screwed up the commit | Ted Unangst |
2008-12-06 | mpsafe intr_establish that doesn't get biglock, so that we may dream of the d... | Ted Unangst |
2008-12-04 | Fix "fp_save ipi didn't" panic, and move i386/amd64 closer in the process. | Tobias Weingartner |
2008-12-03 | Remove the x86 and i386 prefixes to the bus_dma types. It's really quite | Owain Ainsworth |