Age | Commit message (Expand) | Author |
2015-06-13 | Parse _CST objects and use the C-states they describe when they're sane. | Philip Guenther |
2015-06-07 | Add a default panic case to a switch statement where code after assumes | Jonathan Gray |
2015-06-07 | Add CR4_FSGSBASE | Philip Guenther |
2015-06-07 | Enable use of mwait in non-MP boxes and report # of C-substates up to C7, | Philip Guenther |
2015-06-06 | Enable rtwn(4) on RAMDISK_CD kernels for upgrades. ok deraadt | Stefan Sperling |
2015-06-04 | enable rtwn(4) on i386 | Stefan Sperling |
2015-05-30 | Remove commented out DRMDEBUG/DRM_DEBUG lines. Other drivers don't have | Jonathan Gray |
2015-05-30 | Native atomic operations for i386. | Mark Kettenis |
2015-05-29 | Nuke annoying whitespace nits to shrink some future diffs. | Kenneth R Westerback |
2015-05-28 | when machdep.allowaperture sysctl is set to 3, allow concurrent access | Joshua Stein |
2015-05-28 | Save the cpuid(6) eax bits in the cpu_info and report the SENSOR and ARAT | Philip Guenther |
2015-05-09 | Cleanup/rejig GPT code to be more readable, support different endian | Kenneth R Westerback |
2015-05-05 | emul_native is only used for kernel threads which can't dump core, so | Philip Guenther |
2015-04-30 | Remove SIZE_MAX from limits.h. It was added years ago before we | Todd C. Miller |
2015-04-29 | Move a variable's initialisation so a panic will work as intended. | Jonathan Gray |
2015-04-26 | Disable PAE when switching to the hibernate resume pagetables. This involves | Mark Kettenis |
2015-04-26 | Enable NX support in the resume path. Makes suspend/resume work with the | Mark Kettenis |
2015-04-26 | Only enable PAE if the CPU we're running on has NX support. Without NX | Mark Kettenis |
2015-04-26 | bump i386 MAXDSIZ to 3GB. - "If you're running this, and presumably actually | Stuart Henderson |
2015-04-25 | We now following the ABI and always clear cld on function entry, so remove | Philip Guenther |
2015-04-24 | Enable PAE mode for those CPUs that support it. This allows us to use the | Mike Larkin |
2015-04-24 | Make sure we keep the whole recursive mapping of the PDP instead of just the | Mark Kettenis |
2015-04-24 | Enable the NX bit and use it in the PAE pmap code. PAE is still disabled | Mark Kettenis |
2015-04-22 | Reduce differences between pae and no-pae modes. | Mike Larkin |
2015-04-21 | Remove an extra lcr3 that snuck into pmap_switch during yesterday's | Mike Larkin |
2015-04-21 | Remove a duplicate variable and #define that snuck in, in a previous | Mike Larkin |
2015-04-21 | Reduce differences between i386 pmap modes. | Mike Larkin |
2015-04-19 | Remove emulation of oss audio ioctls from linux emulation. | Alexandre Ratchov |
2015-04-19 | Binary code patching on i386 | Stefan Fritsch |
2015-04-18 | It seems that the CPUID lies about the monitor-line size, or at least our | Mark Kettenis |
2015-04-18 | i386 and amd64 have only one syscall entry point now, so simply the | Philip Guenther |
2015-04-16 | Enable ualea(4) where we have uhub(4), these USB device lists cry for | Martin Pieuchot |
2015-04-14 | Reduce differences between non-PAE and PAE pmaps. This diff removes an | Mike Larkin |
2015-04-12 | Fix some KNF, spacing, and typo issues. Moving the deck chairs around to | Mike Larkin |
2015-04-12 | Fix some typos in comments, and remove an outdated comment about how | Mike Larkin |
2015-04-12 | Bring PAE code back to life, in a different form. This diff (via bluhm then | Mike Larkin |
2015-04-02 | use correct capitalization of 'BlackBerry' | Jasper Lievisse Adriaanse |
2015-04-01 | Add cpu_pae variable (which will be later used to determine if PAE mode is | Mike Larkin |
2015-03-31 | zero the frame pointer of the kernel stack of new threads to make ddb trace | Philip Guenther |
2015-03-25 | Mark CPUID_LEAF inline asm as volatile to prevent the compiler from reordering | Mark Kettenis |
2015-03-24 | unwire lmc(4) and san(4). | David Gwynne |
2015-03-20 | Fix an outdated comment, spotted by mpi@ | Mike Larkin |
2015-03-16 | Reduce use of SMALL_KERNEL in acpi, bringing acpiec driver and more gpe | Theo de Raadt |
2015-03-13 | move some deck chairs around in preparation for i386 PAE. no functional | Mike Larkin |
2015-03-09 | Switch pv entries over to a pool in preparation for making the i386 (more) | Mark Kettenis |
2015-02-27 | Fix uvm_fault() seen with bwi (and some other devices?) on older non-apic i386 | Philip Guenther |
2015-02-15 | Change pmap_remove_holes() to take a vmspace instead of a map as its argument. | Miod Vallat |
2015-02-11 | deprecate use of sys/lock.h and replace it with sys/atomic.h or | David Gwynne |
2015-02-11 | zero ecx before cpuid(1), for some Cyrix processors do not really | Miod Vallat |
2015-02-11 | make the rwlock implementation MI. | David Gwynne |