summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2011-06-05Prefer __LP64__ to _LP64; pointed out by bradMiod Vallat
2011-06-05Move the bufcachepercent setting code to MI locations -- set it to 42%Theo de Raadt
2011-06-05reduce unneccessary differences; ok kettenisTheo de Raadt
2011-06-05Drop kernel support for the useless DIOCWLABEL ioctl and prune a lotMatthew Dempsky
2011-06-05Disable MSIs in pci_intr_disestablish() when appropriate.Mark Kettenis
2011-06-05patch screwed me; left a line behindTheo de Raadt
2011-06-05do not calculate bufpages; that is done later in MI bufinit(). in anyTheo de Raadt
2011-06-05Direct MSIs at the appropriate CPU.Mark Kettenis
2011-06-03Get rid of the wlabel argument to bounds_check_with_label(). It'sMatthew Dempsky
2011-06-02In the land of VMWare you can have the latest 64-bit AMD multicore CPUMark Kettenis
2011-05-31The various cleanups of the last few years have fixed pnozz(4) accelerationMiod Vallat
2011-05-30Remove the freelist member from vm_physsegOwain Ainsworth
2011-05-30Add mmuagp. a driver for the agp chipsets on early amd64 machines.Owain Ainsworth
2011-05-30Remove unused ACB_ALLOC define.Miod Vallat
2011-05-30Enable MSI on selected hardware. For now this means all Intel, AMD and NVIDIAMark Kettenis
2011-05-30Enable MSI on selected hardware. For now this means:Mark Kettenis
2011-05-29Use k1x cpu scaling on all families 0x10 and above (the trend is likely toTheo de Raadt
2011-05-29Let this compile on kernels without acpicpu.Claudio Jeker
2011-05-29Don't attempt to use MSI if we're not running in APIC mode.Mark Kettenis
2011-05-28Remove out of data XXX comment.Mark Kettenis
2011-05-27Thou shall not use uninitialized TAILQsMiod Vallat
2011-05-25Also enclose variable names with external linkage in __BEGIN_DECLS.Martynas Venckus
2011-05-25Set UX and SX in the system register early in boot. While not necessary onMiod Vallat
2011-05-25Add the second serial port, might be the console device on 2E systems.Miod Vallat
2011-05-25Do not dereference ri_devcmap[] twice; found the hard way by Gilbert FernandesMiod Vallat
2011-05-25Add dfs(4), a driver to support the Dynamic Frequency Switching featureMartin Pieuchot
2011-05-24On OpenBSD, we've always attached scsibus(4) to umass(4), even forMatthew Dempsky
2011-05-24Reimplement uvm/uvm_map.Ariane van der Steldt
2011-05-23AMD K10/K11 pstate driver allows setperf and apm to change CPUClaudio Jeker
2011-05-23AMD K10/K11 pstate driver allows setperf and apm to change CPUClaudio Jeker
2011-05-22do not need the DPME parts anymoreTheo de Raadt
2011-05-22socppc is a pure MBR architecture (just like landisk and armish), soTheo de Raadt
2011-05-22Enable ath(4)Martin Pieuchot
2011-05-21Add pci_intr_map_msi() stub.Mark Kettenis
2011-05-21Add pci_intr_map_msi() stub.Mark Kettenis
2011-05-21It's better to have the pci_intr_map_msi() stub return -1.Mark Kettenis
2011-05-21It's better to have the pci_intr_map_msi() stub return -1.Mark Kettenis
2011-05-21Add pci_intr_map_msi() stub.Mark Kettenis
2011-05-21Add pci_intr_map_msi() stub.Mark Kettenis
2011-05-21First stab at suporting Message Signaled Interrupts on amd64. UnfortunatelyMark Kettenis
2011-05-21First stab at supporting Message Signaled Interrupts on i386. Still work inMark Kettenis
2011-05-18When the sparc64 iommu fails to lookup a vaddr, it prints a message andAriane van der Steldt
2011-05-18Turns out VA_ALIAS_MASK is indeed a mask, but with the PAGE_MASK deceptivelyAriane van der Steldt
2011-05-18Better make PMAP_PREFER_ALIGN() a rounded value, as done on other arches;Miod Vallat
2011-05-18Off-by-two in PMAP_PREFER_ALIGN definition; found the hard way by matthieu@Miod Vallat
2011-05-18Mention new alc(4) devices in commments. No active changes.Stuart Henderson
2011-05-17Use the same define checks as used in machdep.c for the trampoline code.Ariane van der Steldt
2011-05-15Unify various gpio access using methods that take an offset relative to theMartin Pieuchot
2011-05-15Remove unused include of file.pckbdc. Those arches do not haveMatthieu Herrb
2011-05-14Fix arguments to pool_init: want alignment of L2_TABLE_SIZE_REAL atMatthew Dempsky