summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
2010-08-02Add System Enclosure or Chassis structure.Marco Peereboom
2010-08-02enable owctrTheo de Raadt
2010-07-31remove the ``midisyn'' framework and anything using it, i.e., the oplAlexandre Ratchov
2010-07-29Don't forget to register the i8254-based timecounter if we use the i8254Mark Kettenis
2010-07-29Zero out the firmware waking vector on successful resume from ACPI sleep.Mike Larkin
2010-07-27delete a #if 0 chunk which was used for early development and will neverTheo de Raadt
2010-07-27acpiasus for amd64 too, Henri KemppainenTheo de Raadt
2010-07-26Add support for Sony ACPI hotkeys via a new driver: acpisony(4).Paul Irofti
2010-07-25in the clock drivers, seperate the soft-state and hard-state which wasTheo de Raadt
2010-07-23Change the strategy for using the FPU in the kernel. The kernel FPU stateMark Kettenis
2010-07-23Don't leak the contents of the FPU and SSE registers between processes.Mark Kettenis
2010-07-23Omit more IPI code from non-MP kernels. Found using --gc-sections.Matthew Dempsky
2010-07-22Fixes for AES CTR mode from mikeb:Thordur I. Bjornsson
2010-07-22remove unused variableTheo de Raadt
2010-07-21Disable the heuristics for legacy free systems if pckbc flags are set to 1Miod Vallat
2010-07-21Fix more cdev initializations which were using enodev for poll; ok kettenisTheo de Raadt
2010-07-21Make sure that the FPU IPIs shoot down the right FPU context and not the FPUMark Kettenis
2010-07-09un-terminated string found when comparing to i386 boot code. TheseTheo de Raadt
2010-07-08Add mapping for ACPI device to PCI bdf (match autoconf tree)Jordan Hargrave
2010-07-08use config_activate_children to get down to the isa bus activation codeTheo de Raadt
2010-07-08better op buf handling. Instead of mallocing a new buffer for everyThordur I. Bjornsson
2010-07-06timeout_add -> timeout_add_msecBret Lambert
2010-07-06get rid of ridiculous differences between the i386 and amd64 versionsTheo de Raadt
2010-07-05Rework somewhat for safety, so that we only interpret the values ofJonathan Gray
2010-07-05remove a debugging panic, as pointed out by mike;Thordur I. Bjornsson
2010-07-05cope with the recent changes to m_copyback();Thordur I. Bjornsson
2010-07-03No more ss(4) or usscanner(4). Unused, unloved and unmaintained.Kenneth R Westerback
2010-07-03Intel 3400 Thermal Sensor driver, found on some new Intel machines.Mike Larkin
2010-07-02usefull -> useful;Jason McIntyre
2010-07-02m_copyback can fail to allocate memory, but is a void fucntion so gymnasticsBret Lambert
2010-07-02Add ability to limit memory presented to kernel withTobias Weingartner
2010-07-01Make our trapframe squeeky clean in setregs(). Avoid leaking registers intoMark Kettenis
2010-07-01Synch instead of flush FPU state on APs before suspending.Mike Larkin
2010-07-01Typo in comment.Mike Larkin
2010-07-01Backout recent AML changes, breaks on R210 and othersJordan Hargrave
2010-07-01mark acpi_savecpu with the gcc returns_twice attribute as suggestedJonathan Gray
2010-07-01Add a look-up table for machines that have special vga cards. This table willPaul Irofti
2010-07-01More accurate comment as to what happens with acpi_savecpuMike Larkin
2010-07-01Add things to enable aesni either ifdef'ed or commented out to easeThordur I. Bjornsson
2010-06-30amd64_pa_used is weird.Owain Ainsworth
2010-06-30Remove #ifdef CRYPTO. config will do this for us.Thordur I. Bjornsson
2010-06-30get rid of a few c++ comments and a few spacing nitsThordur I. Bjornsson
2010-06-30remove two useless defines.Thordur I. Bjornsson
2010-06-29make the xcrypt match the jsg code in opensslTheo de Raadt
2010-06-29Add support for mapping ACPI to PCI devicesJordan Hargrave
2010-06-29aesni, a driver for the crypto framework, similar to theThordur I. Bjornsson
2010-06-29fpu_kernel_{enter,exit}; Functions to allow the use ofThordur I. Bjornsson
2010-06-28Ah, this will not help the netboot caseTheo de Raadt
2010-06-27Disable uguru(4). Its probe touches an address used by something else on theMark Kettenis
2010-06-27Mark the PXE boot device as "netboot" even if we do not containTheo de Raadt