summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
2015-04-15include header required for DEBUG build; ok jsg@Christian Weisgerber
2015-04-15Unneeded return at the end of a void function.Mike Larkin
2015-04-02use correct capitalization of 'BlackBerry'Jasper Lievisse Adriaanse
2015-03-31Tracing across an interrupt frame was failing because the trace code thoughtPhilip Guenther
2015-03-25Save/restore AVX registers and other XSAVE-managed state information whenMark Kettenis
2015-03-25Mark CPUID_LEAF inline asm as volatile to prevent the compiler from reorderingMark Kettenis
2015-03-24unwire lmc(4) and san(4).David Gwynne
2015-03-22Explain the state on syscall entryPhilip Guenther
2015-03-22Xstray* and Xhold* symbols vanished at some point; delete special handlingPhilip Guenther
2015-03-21Add support for saving/restoring FPU state using the XSAVE/XRSTOR. LimitMark Kettenis
2015-03-16Reduce use of SMALL_KERNEL in acpi, bringing acpiec driver and more gpeTheo de Raadt
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2015-03-10Make the amd64 pmap (more) mpsafe by protecting both the pmap itself and theMark Kettenis
2015-02-19remove unused struct and #defineMike Larkin
2015-02-15Change pmap_remove_holes() to take a vmspace instead of a map as its argument.Miod Vallat
2015-02-11this doesnt need lockmgr. we dont need sys/lock.hDavid Gwynne
2015-02-11need sys/atomic.h to get atomic_{set,clear}bits_intDavid Gwynne
2015-02-11need sys/atomic.h for atomic_{set,clear}bits_int.David Gwynne
2015-02-11make the rwlock implementation MI.David Gwynne
2015-02-10Convert to uiomove().Miod Vallat
2015-02-10First step towards making uiomove() take a size_t size argument:Miod Vallat
2015-02-10Remove a #define for an ipi removed last year. No functional change.Mike Larkin
2015-02-08enable iwm(4) in big ramdisks for easy upgradesPeter Hessler
2015-02-08Only attach cpu-based sensors on the primary cpu, for two reasonsTheo de Raadt
2015-02-08Hilarious! We are not ready yet for large stack random biases, due toTheo de Raadt
2015-02-08Typo "fature" -> "feature"Mike Larkin
2015-02-07Add the .orig file to CLEANFILESMiod Vallat
2015-02-07Tedu the old idle page zeroing code.Mark Kettenis
2015-02-07Delete non-ELF support, in particular .align 12 (always a bit jarring)Theo de Raadt
2015-02-06Enable iwm(4) on amd64.Stefan Sperling
2015-02-06Handle hibernate button in the same way as suspend does: send anDavid Coppa
2015-02-05Expand STACKGAP_RANDOM to 2MB on machines with large user VATheo de Raadt
2015-02-02Remove some pmap locks that were #defined to be nothing (empty). DiscussedMike Larkin
2015-01-31xhci fitsTheo de Raadt
2015-01-28Remove an unused macro and a stale comment. No functional change.Mike Larkin
2015-01-27tedu x86_self_ipi()/i386_self_ipi()Stefan Fritsch
2015-01-27this code doesnt need to know about interrupts, so i can trim someDavid Gwynne
2015-01-27Remove an odd comment in the first line of the fileMike Larkin
2015-01-24correct the syntax description of the boot command; ok jmc@Christian Weisgerber
2015-01-24Add bus_dmamem_alloc_range(9) to allow drivers to allocate DMA'able memoryMark Kettenis
2015-01-19Make use of an msr available on recent Intel processors to obtain theJonathan Gray
2015-01-16Binary code patching on amd64Stefan Fritsch
2015-01-15Don't include i82489 headers in cpu.hStefan Fritsch
2015-01-13for the install: target, use cmp as a rough attempt for avoiding repeatedTheo de Raadt
2015-01-12Enable lid suspends by default in the kernel, and remove the question fromTheo de Raadt
2015-01-11switch prototype warnings to implicit-declaration warnings.Ted Unangst
2015-01-06when we're entering an interrupt handler, record its ipl so splassertDavid Gwynne
2015-01-06implement atomic_swap_{uint,ulong,ptr) and some md variants. use theseDavid Gwynne
2015-01-03add new driver uslhcom(4) USB HID based UART.uaa
2014-12-23change pmap pools from nointr to waitok. pvpool left alone for now.Ted Unangst