summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
2014-07-10Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting orMartin Pieuchot
2014-07-10boot(9): Remove comments about RB_*, "cold", and savectx()Masao Uebayashi
2014-07-10boot(): Remove comments about RB_TIMEBAD to reduce diffsMasao Uebayashi
2014-07-10fix some errors in lockdebug code. not enabled by default.Mike Larkin
2014-07-10boot(): Unify declarationsMasao Uebayashi
2014-07-10Clear CPUF_PARK flag to avoid re-parking on resume.Mike Larkin
2014-07-09CPUF_PARK check was placed improperly in the previous commit.Mike Larkin
2014-07-09Don't use the suspending kernel's VA mapping for the piglet. It's farMike Larkin
2014-07-09Fixes a resume time page table issue on amd64 if the piglet was locatedMike Larkin
2014-07-09Cleanup the chunk placement routine by removing the conflict resolver.Mike Larkin
2014-07-09Fixes a hibernate issue wherein we locked the kernel lock while hatchingMike Larkin
2014-07-09Fix boot -d. refreshcreds() should be called when trapping from userspace,Philip Guenther
2014-07-03Add identcpu detection for 1-GByte pagesMatthew Dempsky
2014-06-29Don't ridiculously assume that sysctl.h will (through a set of extremelyTheo de Raadt
2014-06-15Fix a few format string bugs with -DDEBUGStefan Fritsch
2014-06-11Don't map phys pages < 64KB in the resume page table. We stopped doing thisMike Larkin
2014-06-09Remove {amd64,i386}/stand/installboot - we now use usr.sbin/installbootJoel Sing
2014-06-08check both rsdp checksums in the case of rsdp revision >= 2.Daniel Dickman
2014-06-01Remove real mode VGA repost option. It was used by nobody, and even if itMike Larkin
2014-05-31Revert previous diff setting cold to 1 on shutdown because it breaks machineMartin Pieuchot
2014-05-31Remove some unused code that we added at the 2013 Toronto hackathon butMike Larkin
2014-05-30Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting orMartin Pieuchot
2014-05-26Replace some magic constants with appropriate defines.Mark Kettenis
2014-05-23Free the est_fqlist allocations if we end up not using it.Philip Guenther
2014-05-20remove irrelevant, outdated, and misleading sentence suggesting thatAlexander Hall
2014-05-11Move the increment of uvmexp.softs back to the caller of mi_ast():Philip Guenther
2014-05-10Disable speedstep instead of panicing if the high and low speeds are the same.Philip Guenther
2014-05-10Factor out the common ast bits into mi_ast()Philip Guenther
2014-05-08Enable -Wno-format in the kernel on i386 & amd64Stefan Fritsch
2014-05-06Include <sys/vmmeter.h> directly instead of relying on it beingMartin Pieuchot
2014-05-04format string fixes for bus_addr_t and bus_size_tStefan Fritsch
2014-04-30format string fixes for (u)int64 varsStefan Fritsch
2014-04-25Defer the free of the hibernate structures until later, when it is safe toMike Larkin
2014-04-21Fix off-by-one error in PG_LGFRAME maskPhilip Guenther
2014-04-20emc on my cx500 works as well as rdac on all my rebadged engenio kit.David Gwynne
2014-04-19Don't panic if we're trying to disestablish an MSI but the hardware is gone.Mark Kettenis
2014-04-18Have each thread keeps its own (counted!) reference to the process's ucredsPhilip Guenther
2014-04-08No need for <uvm/uvm_page.h>Martin Pieuchot
2014-04-07Add axen(4) wherever axe(4) is.Brad Smith
2014-04-05enable hds, and give up on ispTheo de Raadt
2014-04-01More <uvm/uvm.h> -> <uvm/uvm_extern.h> cleaning.Martin Pieuchot
2014-03-30Eliminates struct pcred by moving the real and saved ugids intoPhilip Guenther
2014-03-29It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2014-03-28enable mpath plus sym and rdac on some archs so we can learn about whatDavid Gwynne
2014-03-27Add commented out entries for xhci(4).Brad Smith
2014-03-27replace x86_atomic_cas_things with atomic_cas_foo equivalents.David Gwynne
2014-03-26Increase max data size. 32G is the new 640K.Ted Unangst
2014-03-26No need to include <sys/lock.h> when only <sys/rwlock.h> is needed,Martin Pieuchot
2014-03-26Move p_emul and p_sigcode from proc to process.Philip Guenther
2014-03-22Move p_sigacts from struct proc to struct process.Philip Guenther