summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
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
2014-12-22Clean up some weird spacing. No functional change.Mike Larkin
2014-12-22bcopy -> memcpy; ok teduTheo de Raadt
2014-12-21Prevent writing to the kernel area via the direct map. We do this by paddingMike Larkin
2014-12-19remove ipw. it wasn't included in generic, but nobody complained,Ted Unangst
2014-12-18If support is present, use rdrand() at resume time. Make the rdrand()Theo de Raadt
2014-12-18Unmap the MP hatch and ACPI resume trampolines when not in active use.Mike Larkin
2014-12-16Temporarily expand the pci memory range to suit Dell 13G servers.Jonathan Matthew
2014-12-16these headers do not need to (and should not) include lock.h poisoningTed Unangst
2014-12-16Define and print HV cpuid flag.Stefan Fritsch
2014-12-16primary change: move uvm_vnode out of vnode, keeping only a pointer.Ted Unangst
2014-12-15fully parenthesize the PMAP_DIRECT_* macrosPhilip Guenther
2014-12-15move needed macros to pmap.c and delete stale ones. ok guentherTed Unangst
2014-12-15change bcopy to memcpy. ok deraadtTed Unangst
2014-12-14Disable MWAIT again, this time on both i386 and amd64. Too many systemsPhilip Guenther
2014-12-12oops, i was not supposed to disable mwait. found by stspTed Unangst
2014-12-11dragonflybsd has added a urio driver. conservation of urios requiresTed Unangst
2014-12-10retire shutdown hooks; ok deraadt, krwMike Belopuhov
2014-12-10enable skgpio(4)Jonathan Gray
2014-12-10Add skgpio(4) a driver for the Soekris net6501 GPIO and LEDsJonathan Gray
2014-12-09Replace some malloc(n*size,...) calls with mallocarray().Doug Hogan
2014-12-08Move the data part of the mp trampoline to .rodata (initially). The kernelMike Larkin
2014-12-08Split the ACPI resume trampoline into code and data, move the data page toMike Larkin
2014-12-04as promised 18 years ago, consolidate isa floppy disks in files.isaTed Unangst
2014-12-04Enable umcs(4) where moscom(4) is present.Martin Pieuchot
2014-12-02delete all the simplelocks. ok deraadtTed Unangst
2014-12-01Remove an unused gdt structure definition.Mike Larkin
2014-12-01Remove an old and superfluous comment, and fix some KNF style issues inMike Larkin