summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2009-08-05By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-08-05timeout_add -> timeout_add_msecBret Lambert
2009-08-04By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-08-04By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-08-03By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-08-02Dynamic buffer cache support - a re-commit of what was backed outBob Beck
2009-08-02Never return nonzero in a device activate method invoked with DVACT_ACTIVATE,Miod Vallat
2009-07-31on error, just call unload() instead of doing all the actions that itOwain Ainsworth
2009-07-31By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-07-31By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-07-31By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-07-30Make sure the BUS_SPACE_BARRIER_xxx constants are all non-zero and can beMiod Vallat
2009-07-30Get rid of the obsolet BUS_BARRIER_xxx constants for bus_space_barrier(), onlyMiod Vallat
2009-07-30timeout_add -> timeout_add_msec + associated cleanupBret Lambert
2009-07-30Disable interrupts when we enter cpu_intr() and enable them again when leavingMark Kettenis
2009-07-29Fix bogus comment; requested by deraadt@Mark Kettenis
2009-07-29Get rid of non-equivalent aliases of the pcb by moving the fpu state outMark Kettenis
2009-07-28gem(4) + gentbi(4) do fit; requested by bradTheo de Raadt
2009-07-28Enable ti(4), tested by myself OK deraadt@Claudio Jeker
2009-07-27Unbreak non-DIAGNOSTIC kernels (i.e. RAMDISK-IP27)Miod Vallat
2009-07-27add bus speed recognition on Nehalem based cpus, thisDariusz Swiderski
2009-07-26Rework ioc children attachment: instead of having ioc build a semi-bogusMiod Vallat
2009-07-26Don't forget to bus_space_unmap(), even if it's a no-op, in rbus_space_unmap().Miod Vallat
2009-07-26Make the bus_space boundary checks #ifdef DIAGNOSTIC.Miod Vallat
2009-07-26A better implementation of bus_space_subregion() for xbridge, with boundaryMiod Vallat
2009-07-26Create the pci resource extents as covering the full 4GB address space,Miod Vallat
2009-07-26Make sure all platforms understand the flags argument of bus_space_map() andMiod Vallat
2009-07-26I'm not as smart as mickey, so replace:Mark Kettenis
2009-07-26timeout_add -> timeout_add_msecBret Lambert
2009-07-25On multiple-node systems, be sure to broadcast reboot requests to all nodes.Miod Vallat
2009-07-25Add an extra argument to uvm_unmap_remove(), for the caller to tell itMiod Vallat
2009-07-25Make sure that if a PDE isn't there, we skip to the start of the addressMark Kettenis
2009-07-24in pmap_kenter_pa(), flush the old pte before installing the new one.Theo de Raadt
2009-07-24timeout_add -> timeout_add_msecBret Lambert
2009-07-23timeout_add -> timeout_add_msecBret Lambert
2009-07-23timeout_add -> timeout_add_msecBret Lambert
2009-07-23a trio of timeout_add conversionsBret Lambert
2009-07-23Get rid of bus_mem_add_mapping().Miod Vallat
2009-07-23When computing the total resources required by devices behind a ppb, takeMiod Vallat
2009-07-23When configuring devices on the bridge, try and provide resources to mapMiod Vallat
2009-07-23Allow __pmap_pv_enter() to fail, instead of dereferencing NULL; and let theMiod Vallat
2009-07-23reserve a space for aibs(4) in amd64 and i386, commented out for now; ok deraadtConstantine A. Murenin
2009-07-22Get rid of now unused extent_malloc_ok variable.Miod Vallat
2009-07-22Get rid of bus_space_tag_t now unused bus_extent and bus_reverse fields.Miod Vallat
2009-07-22Use direct mappings in XKPHYS for bus_space, instead of extent and TLBMiod Vallat
2009-07-22When disassembling, if our pc matches the beginning of a routine, thenMiod Vallat
2009-07-22via nano cpus are amd64, and so we need machdep.xcryptTheo de Raadt
2009-07-22Overhaul resource handling and mapping in macepcibr(4):Miod Vallat
2009-07-22libsa printf doesn't support sizes in %s specifiers; fix format stringsMiod Vallat
2009-07-22Make sure the irq numbers for the O2 event counters match the interrupt linesMiod Vallat