summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2007-05-14_bus_dmamap_sync() is unused; ok miodTheo de Raadt
2007-05-14SMALL_KERNEL unused bitsTheo de Raadt
2007-05-13Enable powernow on amd64 processors in the GENERIC.MP.Gordon Willem Klok
2007-05-11Don't use LK_CANRECURSE for the kernel lock, okay miod@ art@Pedro Martelletto
2007-05-09remove 'struct sr_attach_args' as it's now elsewhere with softraid definedTodd T. Fries
2007-05-09unused variableTheo de Raadt
2007-05-09only supply ldt_alloc() and ldt_free() if USER_LDTTheo de Raadt
2007-05-08backout while the amd64 puc situation is rethoughtTheo de Raadt
2007-05-08move com_activate() to where it belongsTheo de Raadt
2007-05-08put more foo_detach() routines where they are usedTheo de Raadt
2007-05-08process_s87_to_xmm() is only needed if PTRACETheo de Raadt
2007-05-08cpu_init() is only used for the MP case (for now)Theo de Raadt
2007-05-04make findblkmajor() and findblkname() MI; ok miodTheo de Raadt
2007-05-04Remove dead code.Artur Grabowski
2007-05-04Oops. Forgot to commit this part.Artur Grabowski
2007-05-04Implement rw_cas for i386.Artur Grabowski
2007-05-04Skip the kernel pmap when accounting for executability range changes.Artur Grabowski
2007-05-04setroot() was a ugly mix of MI and MD code, with different bugs on differentTheo de Raadt
2007-05-03Remove the pv stealing code. Other than being dangerous, it's alsoArtur Grabowski
2007-05-02Support for mtrr on AMD opteron CPUs. Patch by Mickey and bluhm@, tweaksMatthieu Herrb
2007-05-01support exit at boot -a timeTheo de Raadt
2007-05-01Missing RCS tag.Gordon Willem Klok
2007-04-28Fix pmap_extract to not return TRUE just because we have a PTP. Make sureArtur Grabowski
2007-04-28Remove a duplicate copyright statement.Jonathan Gray
2007-04-27Check for Control key held down when starting, and don't read boot.confTom Cosgrove
2007-04-26Eliminate CPU_BIOS from userland and wd(4) by always using the BIOSKenneth R Westerback
2007-04-26Switch i386 pmap to VM_PAGE_MD. We store the MOD/REF flags inArtur Grabowski
2007-04-26Add a setperf mechanism for ich speedstep controlled by SMI on certainGordon Willem Klok
2007-04-26enable tht so it is more available for testing.David Gwynne
2007-04-24Choose the state for a request performance level based on calculationsGordon 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-21oopsTheo de Raadt
2007-04-21Introduce a smp aware hw.setperf mechanism, it will scale all CPUs orGordon Willem Klok
2007-04-21developers keep killing ramdisk driversTheo de Raadt
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-13While splitting flags and pqflags might have been a good idea in theoryArtur Grabowski
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-12Faster signal delivery on i386/MP.Artur Grabowski
2007-04-12untypoArtur Grabowski
2007-04-11Instead of managing pages for intrsafe maps in special objects (aka.Artur Grabowski
2007-04-10Add support for a fourth axis on wsmouse devices, e.g. on the Apple MightMiod Vallat
2007-04-10``it's'' -> ``its'' when the grammar gods require this change.Miod Vallat
2007-04-10pascoe finished sili(4). let's enable it so people can try it.David Gwynne
2007-04-04Mechanically rename the "flags" and "version" fields in struct vm_pageArtur Grabowski
2007-04-04Thinkpad -> ThinkPad; from Igor SobradoJason McIntyre