Age | Commit message (Expand) | Author |
2010-07-01 | Synch instead of flush FPU state on APs before suspending. | Mike Larkin |
2010-07-01 | Ensure that IPIs have priority and are run first to avoid deadlock. This | Joel Sing |
2010-07-01 | Typo in comment. | Mike Larkin |
2010-07-01 | I accidentally whacked something important. Sorry. | Ted Unangst |
2010-07-01 | another day, another compat gets removed. today is ibcs2's turn | Ted Unangst |
2010-07-01 | - don't do curupte checks if the current miss address is user space | Jasper Lievisse Adriaanse |
2010-07-01 | Backout recent AML changes, breaks on R210 and others | Jordan Hargrave |
2010-07-01 | Create a struct to store FP state and include a pointer to the CPU that | Joel Sing |
2010-07-01 | Provide uvm constraints. | Joel Sing |
2010-07-01 | Provide safepri. | Joel Sing |
2010-07-01 | Fix incorrect function prototype. | Joel Sing |
2010-07-01 | Add missing function prototypes. | Joel Sing |
2010-07-01 | Provide mtsp() via cpufunc.h. | Joel Sing |
2010-07-01 | Pull in atomic.h and intr.h. | Joel Sing |
2010-07-01 | Add missing function prototypes and fix order of includes. | Joel Sing |
2010-07-01 | Shuffle function prototypes, add missing include and add missing | Joel Sing |
2010-07-01 | Add stubs for soft interrupts. | Joel Sing |
2010-07-01 | Include atomic.h via lock.h like other architectures do. | Joel Sing |
2010-07-01 | Partially sync atomic.h with hppa so that we get real atomic ops and some | Joel Sing |
2010-07-01 | mark acpi_savecpu with the gcc returns_twice attribute as suggested | Jonathan Gray |
2010-07-01 | Change scsibus(4)'s scsi_link array to an SLIST to save memory on | Matthew Dempsky |
2010-07-01 | Add a look-up table for machines that have special vga cards. This table will | Paul Irofti |
2010-07-01 | More accurate comment as to what happens with acpi_savecpu | Mike Larkin |
2010-07-01 | Add things to enable aesni either ifdef'ed or commented out to ease | Thordur I. Bjornsson |
2010-06-30 | remove a compat_osf1 file | Ted Unangst |
2010-06-30 | remove compat_osf1 support from the kernel | Ted Unangst |
2010-06-30 | Remove the ``never cache virtual addresses in the DVMA range'' in | Miod Vallat |
2010-06-30 | amd64_pa_used is weird. | Owain Ainsworth |
2010-06-30 | Make this compile after TTYHOG definition change (but the logic should be fixed | Miod Vallat |
2010-06-30 | Remove #ifdef CRYPTO. config will do this for us. | Thordur I. Bjornsson |
2010-06-30 | get rid of a few c++ comments and a few spacing nits | Thordur I. Bjornsson |
2010-06-30 | remove two useless defines. | Thordur I. Bjornsson |
2010-06-30 | change a pair of timeout_add calls to timeout_add_{,m}sec | Bret Lambert |
2010-06-29 | make the xcrypt match the jsg code in openssl | Theo de Raadt |
2010-06-29 | Add support for mapping ACPI to PCI devices | Jordan Hargrave |
2010-06-29 | Add missing include. | Joel Sing |
2010-06-29 | Don't use SUBDIR to traverse tags builds, but punt them straight to | Theo de Raadt |
2010-06-29 | aesni, a driver for the crypto framework, similar to the | Thordur I. Bjornsson |
2010-06-29 | In the boot blocks, stop assuming we have a 1:1 mapping of low physical | Miod Vallat |
2010-06-29 | During kernel bootstrap, stop assuming the kernel image has been loaded in | Miod Vallat |
2010-06-29 | There is absolutely no need to double map DVMA addresses into the kernel address | Miod Vallat |
2010-06-29 | Rework cypress cpu cache setup, and enable writeback mode. Adapted from | Miod Vallat |
2010-06-29 | fpu_kernel_{enter,exit}; Functions to allow the use of | Thordur I. Bjornsson |
2010-06-29 | Shrink struct scsi_sense_data and thus the sense member of scsi_xfer, | Kenneth R Westerback |
2010-06-29 | Shave off some instructions: | Jasper Lievisse Adriaanse |
2010-06-29 | Remove COMPAT_HPUX. No one wanted to support it and its fewmets were | Philip Guenthe |
2010-06-29 | COMPAT_ULTRIX is not used, time to retire it. ok deraadt miod | Ted Unangst |
2010-06-29 | Ansify function declarations. | Joel Sing |
2010-06-29 | Factor out code used to save and flushe process FPU context. | Joel Sing |
2010-06-29 | Store pointer to process FPU state in struct cpu_info. | Joel Sing |