summaryrefslogtreecommitdiff
path: root/sys/arch/x86/include
AgeCommit message (Expand)Author
2006-08-28Some bus_dma(9) fixes for Xen:bouyer
2006-08-27Update powernow module with POWERNOW_K7 and POWERNOW_K8 support.xtraeme
2006-08-24Display XD for Intel processors (Execution Disable bit support).cube
2006-08-23- Move k7_powernow_* prototypes from i386/include/cpu.h toxtraeme
2006-08-08files.x86 isn't included by Xen kernels, so opt_powernow_k8.h never getscube
2006-08-07* Do not change struct powernow_pst_s (I added another member in myxtraeme
2006-08-06AMD PowerNow!/Cool`n'Quiet driver for NetBSD/amd64,xtraeme
2006-07-04Apply fvdl's acpi pci interrupt configuration code.christos
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2006-02-04Revert yesterday's change that attempted to fix the detection of thejmmv
2006-02-03When booting an i386 kernel with Multiboot, properly detect the boot devicejmmv
2006-02-03Change repne to rep for {ins,outs}{b,s,l} as proposedbouyer
2006-02-03Implement support for 'The Multiboot Specification' so that i386 kernelsjmmv
2005-12-30Add a 'struct bootinfo' to represent the bootinfo structure used in thejmmv
2005-12-28inline -> __inlineperry
2005-12-24__asm__ -> __asmperry
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-02PR/32216: Nicolas Joly: Missing HTT feature display for Opterons dual-core CPUschristos
2005-11-03- use sys/spl.h.yamt
2005-10-29add splraiseipl().yamt
2005-10-28remove duplicated spllpt().yamt
2005-08-22Rename _PRIVATE_BUS_DMAMEM_ALLOC_RANGE to _BUS_DMAMEM_ALLOC_RANGE forbouyer
2005-08-20More adjustements to deal with Xen's physical <=> machine addresses mappings:bouyer
2005-07-06BIOSDISK_EXT13INFO_V3 -> BIOSDISK_EXTINFO_V3junyoung
2005-06-20pci_device_foreach(), pci_device_foreach_min(), pci_bridge_foreach(), andsekiya
2005-06-12Make disklabel(8) and fdisk(8) into "host tools " last step: builddyoung
2005-05-29Sprinkle const.christos
2005-05-02Merge changes for ACPI-CA 20050408.kochi
2005-04-16add files which i forgot to add with arch/x86/x86/bus_dma.c rev.1.21.yamt
2005-04-16tweak x86 bus_dma code so that it can be used by xen port.yamt
2005-04-16make multi inclusion protection macros consistent.yamt
2005-04-15Push back the descriptions of NaN formats, and descriptions of thekleink
2005-03-09Add a dm_maxsegsz public member to bus_dmamap_t. This allows a user of the APImatt
2005-02-21Probe and print the Intel Extended Feature Bits, as documentedhe
2005-02-10Recognize an obscure cpu feature flag bit "xTPR"drochner
2005-02-04The bootinfo_wedge structure must be packed, or the 32bit alignmentsfvdl
2004-11-30Add PSL_T to PSL_USER; it's fine for a program to want to trap itself.nathanw
2004-11-25remove __lockbarrier, which i forgot to remove in the previous.yamt
2004-10-31use __insn_barrier rather than homegrown equivalents.yamt
2004-10-23__cpu_simple_lock: loop without locking cache or asserting LOCK#.yamt
2004-10-23to determine if an interrupt needs to grab the kernel lock or not,yamt
2004-10-23Add support for passing booted wedge information to the kernel.thorpej
2004-08-17Get correct cache information for earlier VIA C3 models.briggs
2004-08-08VIA C3 cache info.briggs
2004-07-29remove now unnecessary "pci_enumerate_bus" definitionsdrochner
2004-06-28Updaing ci_ilevel and testing ci_ipending must be done with all interruptsfvdl
2004-06-20Remove the "ID" component of the x86 bus_dma flags, since these are nothorpej
2004-06-05unexport following x86 bus_dma internal functions.yamt
2004-05-17the EST and TM2 flags in the second cpuid register were swappedjoda
2004-03-24remove license clauses 3 and 4 from my cpoyright noticesdrochner