summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2011-06-23Fix the error path in bus_dmamem_map.Ariane van der Steldt
2011-06-20enable myx(4)David Gwynne
2011-06-16Enable acpitoshiba by default in GENERIC.Paul Irofti
2011-06-08Ateempt to make pci_intr_disestablish() work for MSIs.Mark Kettenis
2011-06-06Backout vmmap in order to repair virtual address selection algorithmsAriane van der Steldt
2011-06-06Toss a rare device driver; this makes msi interrupts fit.Theo de Raadt
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-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-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-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-25Also enclose variable names with external linkage in __BEGIN_DECLS.Martynas Venckus
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-21First stab at supporting Message Signaled Interrupts on i386. Still work inMark Kettenis
2011-05-18Mention new alc(4) devices in commments. No active changes.Stuart Henderson
2011-05-13replace handrolled NELEM() with nitems()Jasper Lievisse Adriaanse
2011-05-10Fix deadlock (re)introduced by the previous commit by explicitly re-enablingMark Kettenis
2011-05-09Add signature read/write functions for i386 hibernate.Mike Larkin
2011-05-08Fix a few minor issues in i386 hibernate support code relating toMike Larkin
2011-05-07So long, uvm_pglist.hOwain Ainsworth
2011-04-30Preliminary plumbing code for i386 hibernate (suspend-to-disk).Mike Larkin
2011-04-28fenv improvements and cleanupsMartynas Venckus
2011-04-27Do not explicitly enable interrupts before returning from interrupt.Alexander Bluhm
2011-04-26Make amd64/i386 boot(8) pass the DUID of the selected boot device to theJoel Sing
2011-04-25garbage collect biomask printf; ok deraadt kettenisMike Belopuhov
2011-04-24Don't leak fd's in sr_installboot(). From cppcheck via Amit Kulkarni.Kenneth R Westerback
2011-04-24fenv for i386, and sparc64; from matthew@Martynas Venckus
2011-04-23Don't leave the kernel code/rodata writeable for DDB. Make ddb enableTheo de Raadt
2011-04-22Remove unused structure member.Mark Kettenis
2011-04-22Stop printing the PCI interrupt line programmed by the BIOS for APICMark Kettenis
2011-04-20Potential NULL deref in an error case spotted by chl on one copy;Theo de Raadt
2011-04-19add some more intel cpuid modelsJonathan Gray
2011-04-18Revert the sigacts diff: NFS can apparently retain pointers to processesPhilip Guenthe
2011-04-16Use 'CLR(<buf>->b_flags, B_READ | B_WRITE | B_DONE)' regardless ofKenneth R Westerback
2011-04-16More than a decade ago, interrupt handlers on sparc started returning 0Theo de Raadt
2011-04-15Do not check malloc return value against NULL, as M_WAITOK is used.Charles Longeau
2011-04-15In days of yore one could arbitrarily whack buffer flags. Those daysKenneth R Westerback
2011-04-15Remove local variables that are no longer used after the last commitClaudio Jeker
2011-04-15Correct the sharing of the signal handling state: stuff that shouldPhilip Guenthe
2011-04-15Convert the kernel Makefiles to autogenerate dependencies during compilationPhilip Guenthe
2011-04-10Merge viapm and viaenvAlexandr Shadchin
2011-04-07Make sure the ALIGN() macro uses u_long on all platforms for consistency, andMiod Vallat
2011-04-07Do not use NULL in integer comparisons. No functional change.Miod Vallat