summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2009-06-16Backout all changes to uvm after pmemrange (which will be backed outOwain Ainsworth
2009-06-15Back out all the buffer cache changes I committed during c2k9. This reverts t...Bob Beck
2009-06-14Make sure the pglist is TAILQ_INIT()'ed before invoking uvm_pglistalloc().Miod Vallat
2009-06-14backout:Theo de Raadt
2009-06-14Disable inteldrm by default since it once again breaks x40 suspend.Theo de Raadt
2009-06-14Don't mess with the bounds in the lp if *partoffp is non-NULL, since thisTheo de Raadt
2009-06-13Enumerate all available nodes for hardware on IP27/IP35 systems; works to someMiod Vallat
2009-06-13Needs <sys/malloc.h> nowMiod Vallat
2009-06-13Figure out which nodes are connected, and use all of their memory for now;Miod Vallat
2009-06-13The bounds was not always being properly updatedTheo de Raadt
2009-06-13Shuffle and rename HUB defines for consistency, no functional change yet.Miod Vallat
2009-06-12Make sure splsoftnet() masks softclock; fallout form switch to genericMiod Vallat
2009-06-11Correctly flush direct mappings (cache/tlb). Uncovered by ariane's newMark Kettenis
2009-06-11sync disklabel changes from hppaTheo de Raadt
2009-06-11The MAC multicast filter is set in mec_iff() hence there is need to do thisJoel Sing
2009-06-10Switch sgi to per-process AST, and move ast() from interrupt.c to trap.cMiod Vallat
2009-06-10In the NMI handler, always print EPC even if we're going to drop into ddb.Miod Vallat
2009-06-10Add udl and url, verified to work on Fuel (url to the RAMDISK too)Miod Vallat
2009-06-10Allow /dev/kmem reads in the direct mapping region where there isMiod Vallat
2009-06-09revert guenther@'s un-revert of art's curpmap.Kenneth R Westerback
2009-06-09Disable xlights for now, since the rapid periodic interrupts it generatesTheo de Raadt
2009-06-09backout interrupt diff until it the next round of fixesTheo de Raadt
2009-06-08If the machine only has one state enabling the EST driver is pointless,Gordon Willem Klok
2009-06-08fix non standard/valid usage of ? : operator on amd64Jonathan Gray
2009-06-08fix non standard/valid usage of ? : operator.Jonathan Gray
2009-06-07We weren't including isa.h and therefore missing the NISA #define. ThisMike Larkin
2009-06-07Do not look at the avail_{start,end} members from vm_physmem[] anymore.Miod Vallat
2009-06-07on amd64, store a pointer to the loaded data and the type. This willOwain Ainsworth
2009-06-07extend uvm_page_physload to have the ability to add "device" pages to theOwain Ainsworth
2009-06-06Unrevert the curpmap change with the addition of correct %gs handlingPhilip Guenthe
2009-06-06Update est.c, make it capable of using ACPI if the PSS is available butGordon Willem Klok
2009-06-06ipi_reloadcr3 uses CPUVAR, so it needs to set up %fs in order toPhilip Guenthe
2009-06-06Disable interrupts durring the lock step frequency/voltage change. GenericGordon Willem Klok
2009-06-06When getting a fault in the kernel, we checked for biglock and failedArtur Grabowski
2009-06-06add an interface to agp to create a bus_dma_tag over a range of theOwain Ainsworth
2009-06-06It might be a good idea to commit all the diff. *sigh*.Owain Ainsworth
2009-06-06add sg_dma.c on i386, soon to be used.Owain Ainsworth
2009-06-06instead of #ifndef SMALL_KERNELing the whole sg_dma.c file, just put theOwain Ainsworth
2009-06-06option X86EMU is how this subsystem is brought into a kernelTheo de Raadt
2009-06-06fix include pathsTheo de Raadt
2009-06-06Add vga bios repost support. Fetched from the NetBSD tree mostly.Paul Irofti
2009-06-06Matching fix for amd64. This also removes a spurious disable_intr() callMike Larkin
2009-06-06Fix some lapic, interrupt, and clock issues on i386 ACPI S3 resume.Mike Larkin
2009-06-05Save some more state such that we recover from X changing depth on us.Mark Kettenis
2009-06-05Clear screen to clean up after X.Mark Kettenis
2009-06-05Remove redundant assignment.Mark Kettenis
2009-06-05Clear screen to clean up after X.Mark Kettenis
2009-06-05Revert the curpmap change. We know the IPI is broken on both ends,Philip Guenthe
2009-06-05use the right accounting for bound edges (i think)Theo de Raadt
2009-06-05Disable and clear hardware cursor to clean up after X.Mark Kettenis