summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2007-04-25Same change as i386, use the number of states to calculate performanceGordon Willem Klok
2007-04-24Tell init(8) to power down machine instead of just halting it.Mark Kettenis
2007-04-24do not printf+panic, when a longer panic message is easier; kettenis okTheo de Raadt
2007-04-24Make power(4) map registers in io space if mem space fails.Mark Kettenis
2007-04-24Choose the state for a request performance level based on calculationsGordon Willem Klok
2007-04-24It's never too late to write "too late" correctly.Miod Vallat
2007-04-24exeption -> exceptionMiod Vallat
2007-04-24Firmware lies! Switching from LEVEL to EDGE triggered interrupt preventsGordon Willem Klok
2007-04-24apic_address should be 32 bits, rather than paddr_t; prepares us forTom Cosgrove
2007-04-24Use the physical address we have stored for the page directory ratherTom Cosgrove
2007-04-23rename drivers with numbers in them; ok gwk drahnTheo de Raadt
2007-04-23iqg -> irqGordon Willem Klok
2007-04-23Switch alpha to timecounters.Artur Grabowski
2007-04-22better interrupt names for vmstat -iz; ok miod gwkTheo de Raadt
2007-04-22Add sysbutton a driver for the 'System identifier' button found on theGordon Willem Klok
2007-04-22- Use pmap_get_page and pmap_free_page to manage memory allocationsArtur Grabowski
2007-04-22rename a very long driver name to something shorter, and more clearTheo de Raadt
2007-04-22Switch the vax pmap to __HAVE_VM_PAGE_MD.Miod Vallat
2007-04-22ahci works on sparc64. wish the teeny teeny tiny jmicron sample i haveTheo de Raadt
2007-04-21fix generic soft interrupts; improve establishing and disestablishing ofMartin Reindl
2007-04-21oopsTheo de Raadt
2007-04-21Introduce a smp aware hw.setperf mechanism, it will scale all CPUs orGordon Willem Klok
2007-04-21do not ignore linker failures; ok miodTheo de Raadt
2007-04-21No more vtophys() on arm.Miod Vallat
2007-04-21developers keep killing ramdisk driversTheo de Raadt
2007-04-21Fix the rcs tags.Gordon Willem Klok
2007-04-21Add blinkenlights(4) a driver to control the 16 leds found on the frontGordon Willem Klok
2007-04-21Do a simple switch to VM_PAGE_MD. Just the path of least resistance for now,Artur Grabowski
2007-04-20Remove leftover trapwrite() prototype from... 80386 support.Miod Vallat
2007-04-20Segment tables are integral multiples of the page size in LP64 mode, soMiod Vallat
2007-04-19When doing pmap_collect, skip wired mappings when removing.Artur Grabowski
2007-04-19Do the late freeing of ptps in pae pmap as well.Artur Grabowski
2007-04-19sili(4) works fine here.David Gwynne
2007-04-18Use atomic operations to change the pending software interrupt mask.Miod Vallat
2007-04-18tidy - number unused cdev_/bdev_ slotsTodd T. Fries
2007-04-18Contrary to the comment in cia_dma_get_tag(), there are machines with ciaMartin Reindl
2007-04-18if possible, fill in hw.serialno;Martin Reindl
2007-04-16Crank MAXPHYS to the regular 64KB.Miod Vallat
2007-04-16macppcs can boot off usb disks, so treat "/usb" controllers in the ofw treeDavid Gwynne
2007-04-14Crank KVM from a ridiculous pedro-sized 256MB to 1GB; needed for upcoming MIMiod Vallat
2007-04-14Correctly handle pv_flags for pages used to store ptes, so that theyMiod Vallat
2007-04-13While splitting flags and pqflags might have been a good idea in theoryArtur Grabowski
2007-04-13Timecounters for macppc. As clean and simple as sparc64. Uses the %tbMark Kettenis
2007-04-13Relax the cache flags logic in pmap_kenter_pa, to make sure that mappingsMiod Vallat
2007-04-13Update install media generation to the new semantics of the -c flag.Todd C. Miller
2007-04-13When freeing PTP pages, we need to wait until TLB shootdown has beenArtur Grabowski
2007-04-13Move the proc0 stack below the proc0 page tables so that in case weArtur Grabowski
2007-04-13map peeing -> mappingMiod Vallat
2007-04-13get alpha SMP into a state where it at least compiles:Martin Reindl
2007-04-12Remove the lk_interlock from struct lock; Also remove the LK_INTERLOCKThordur I. Bjornsson