Age | Commit message (Expand) | Author |
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 |
2009-05-31 | Add VIA crypto features support to amd64. ok deraadt@ | Matthieu Herrb |
2009-05-30 | Without -v, be quiet | Theo de Raadt |
2009-05-30 | Don't use biosbasemem and biosextmem to initialize iomem_ex, since on some | Mark Kettenis |
2009-05-28 | Bring back the curpmap change. It was missing a reload of the pmap on | Artur Grabowski |
2009-05-21 | The only value that d_npartitions should have is MAXPARTITIONS. | Kenneth R Westerback |
2009-05-18 | Add missing breaks so we don't fallthrough into | Jonathan Gray |
2009-05-16 | Enable udl(4) by default for amd64, i386, and macppc. | Marcus Glocker |
2009-05-15 | Always subregion the main PCI I/O extents. This will handle things properly | Mark Kettenis |
2009-05-10 | When I changed the implementation of iommu and sg_dma over to use | Owain Ainsworth |
2009-05-09 | Initial console device driver for USB displays based on the DisplayLink | Marcus Glocker |
2009-05-07 | Move amas device from arch/amd64 to dev/pci and enable it in i386 as well. | Ariane van der Steldt |
2009-05-04 | type pedantry. | Owain Ainsworth |