Age | Commit message (Expand) | Author |
2009-08-06 | reintroduce the uvm_tree commit. | Owain Ainsworth |
2009-08-02 | Dynamic buffer cache support - a re-commit of what was backed out | Bob Beck |
2009-07-31 | on error, just call unload() instead of doing all the actions that it | Owain Ainsworth |
2009-07-30 | Get rid of the obsolet BUS_BARRIER_xxx constants for bus_space_barrier(), only | Miod Vallat |
2009-07-27 | add bus speed recognition on Nehalem based cpus, this | Dariusz Swiderski |
2009-07-26 | Make sure all platforms understand the flags argument of bus_space_map() and | Miod Vallat |
2009-07-23 | reserve a space for aibs(4) in amd64 and i386, commented out for now; ok deraadt | Constantine A. Murenin |
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-07-10 | Switch away from using -traditional-cpp to iso/ansi cpp for asm files. | Jonathan Gray |
2009-06-16 | Backout pmemrange (which to most people is more well known as physmem | Ariane van der Steldt |
2009-06-16 | Backout all changes to uvm after pmemrange (which will be backed out | Owain Ainsworth |
2009-06-15 | Back out all the buffer cache changes I committed during c2k9. This reverts t... | Bob Beck |
2009-06-14 | Make sure the pglist is TAILQ_INIT()'ed before invoking uvm_pglistalloc(). | Miod Vallat |
2009-06-14 | backout: | Theo de Raadt |
2009-06-09 | revert guenther@'s un-revert of art's curpmap. | Kenneth R Westerback |
2009-06-08 | If the machine only has one state enabling the EST driver is pointless, | Gordon Willem Klok |
2009-06-08 | fix non standard/valid usage of ? : operator on amd64 | Jonathan Gray |
2009-06-07 | on amd64, store a pointer to the loaded data and the type. This will | Owain Ainsworth |
2009-06-07 | extend uvm_page_physload to have the ability to add "device" pages to the | Owain Ainsworth |
2009-06-06 | Unrevert the curpmap change with the addition of correct %gs handling | Philip Guenthe |
2009-06-06 | Update est.c, make it capable of using ACPI if the PSS is available but | Gordon Willem Klok |
2009-06-06 | Disable interrupts durring the lock step frequency/voltage change. Generic | Gordon Willem Klok |
2009-06-06 | When getting a fault in the kernel, we checked for biglock and failed | Artur Grabowski |
2009-06-06 | add an interface to agp to create a bus_dma_tag over a range of the | Owain Ainsworth |
2009-06-06 | instead of #ifndef SMALL_KERNELing the whole sg_dma.c file, just put the | Owain Ainsworth |
2009-06-06 | option X86EMU is how this subsystem is brought into a kernel | Theo de Raadt |
2009-06-06 | fix include paths | Theo de Raadt |
2009-06-06 | Add vga bios repost support. Fetched from the NetBSD tree mostly. | Paul Irofti |
2009-06-06 | Matching fix for amd64. This also removes a spurious disable_intr() call | Mike Larkin |
2009-06-05 | Revert the curpmap change. We know the IPI is broken on both ends, | Philip Guenthe |
2009-06-04 | Ensure we are sleeping from the kernel. Code changed to match i386. | Mike Larkin |
2009-06-04 | Make backtraces through interrupts work. | Mark Kettenis |
2009-06-04 | Remove support for non-ELF; it never existed for amd64. | Mark Kettenis |
2009-06-03 | add kern.bufcachepercent sysctl to allow adjusting the buffer cache | Bob Beck |
2009-06-03 | Arla client rename from xfs to nnpfs for later upgrades. Tested on various ar... | Janne Johansson |
2009-06-03 | Import acpi power resource driver. This is needed for suspend/resume logic. | Paul Irofti |
2009-06-03 | Add acpivideo support. This adds brightness support for all laptops | Paul Irofti |
2009-06-03 | Enabled docking driver | Jordan Hargrave |
2009-06-02 | Instead of the global hash table with the terrible hashfunction and a | Owain Ainsworth |
2009-06-02 | Add a DIAGNOSTIC panic to ensure we are not running | Kurt Miller |
2009-06-02 | Added interface for cpu idle on amd64 | Jordan Hargrave |
2009-06-01 | Fix the order of checking if a machine has MTRR. We need to check | Peter Hessler |
2009-06-01 | Use proper pmap during ACPI sleep on amd64. Original code by Kurt, | Mike Larkin |
2009-06-01 | physmem allocator: change the view of free memory from single free pages | Ariane van der Steldt |
2009-06-01 | New VIA nano's support amd64 and EST. Move the setperf init routine outside | Gordon Willem Klok |
2009-05-31 | Make iomem_ex cover the complete (48-bit) physical address space. Makes | Mark Kettenis |
2009-05-31 | Fix RAMDISK kernels after previous. amd64_has_xcrypt needs to be | Matthieu Herrb |
2009-05-31 | Reinitialize lapic on ACPI resume. | Mike Larkin |