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