summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
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
2009-05-31Add VIA crypto features support to amd64. ok deraadt@Matthieu Herrb
2009-05-30Without -v, be quietTheo de Raadt
2009-05-30Don't use biosbasemem and biosextmem to initialize iomem_ex, since on someMark Kettenis
2009-05-28Bring back the curpmap change. It was missing a reload of the pmap onArtur Grabowski
2009-05-21The only value that d_npartitions should have is MAXPARTITIONS.Kenneth R Westerback
2009-05-18Add missing breaks so we don't fallthrough intoJonathan Gray
2009-05-16Enable udl(4) by default for amd64, i386, and macppc.Marcus Glocker
2009-05-15Always subregion the main PCI I/O extents. This will handle things properlyMark Kettenis
2009-05-10When I changed the implementation of iommu and sg_dma over to useOwain Ainsworth
2009-05-09Initial console device driver for USB displays based on the DisplayLinkMarcus Glocker
2009-05-07Move amas device from arch/amd64 to dev/pci and enable it in i386 as well.Ariane van der Steldt
2009-05-04type pedantry.Owain Ainsworth
2009-04-30pass db_console from the bootloader to the kernel, and then use it toDavid Gwynne
2009-04-29Extend pciio extents to cover the while 32-bit address space. The processorMark Kettenis
2009-04-28Simplify rbus_machdep.c, and make it work more reliable behind PCI-PCI bridgesMark Kettenis
2009-04-28put vlan support onto these mediaTheo de Raadt
2009-04-27Revert mtx_enter_try. It didn't compile on hppa, it doesn't compile onMark Kettenis
2009-04-27turning pmap_deactivate into a NOP brought back the reaper panics, probablyTheo de Raadt
2009-04-25Enter mtx_enter_try. In part for completeness, things may startTobias Weingartner
2009-04-23-v was printing some information which is irrelevant or duplicate. ThisTheo de Raadt
2009-04-23Make pmap_deactivate a NOP.Artur Grabowski
2009-04-23add missing newline in the unknown model caseJonathan Gray
2009-04-21Simplify PCI config space access code. There is no way we're ever going toMark Kettenis
2009-04-21add a sg_dma backend for amd64 bus_dma. This is a lot more clever aboutOwain Ainsworth
2009-04-20fixed style, no binary changeAriane van der Steldt
2009-04-20bigmem is not tweakable by config(8), it never was.Reyk Floeter
2009-04-20amas device for amd64, describes the physical memory layout on AMD64 CPU.Ariane van der Steldt
2009-04-20Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory.Owain Ainsworth
2009-04-19Enable schsio(4) everywhere to get it tested.Michael Knudsen
2009-04-19For consistency, make sure that all archs that use the same patternOwain Ainsworth
2009-04-19Count number of cpus found (potentially not attached) and store thatTheo de Raadt
2009-04-19Switch the softinterrupt code on x86 over to mutexes instead ofOwain Ainsworth
2009-04-15The current iommu code only touches the hardware if the bios did notOwain Ainsworth
2009-04-15fix properly; size gets decremented while we check the segments, so save it soOwain Ainsworth