Age | Commit message (Expand) | Author |
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 |
2015-02-10 | Convert to uiomove(). | Miod Vallat |
2015-02-10 | Switch uiomovei(..., sizeof whatever, ...) to uiomove(). | Miod Vallat |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat |
2015-02-08 | enable iwm(4) in big ramdisks for easy upgrades | Peter Hessler |
2015-02-08 | Only attach cpu-based sensors on the primary cpu, for two reasons | Theo de Raadt |
2015-02-07 | Document a non-obvious aspect of identifycpu() use on i386 | Philip Guenther |
2015-02-07 | New framework that allows hibernate to pass in entropy from it's fresh | Theo de Raadt |
2015-02-07 | Delete non-ELF support, in particular .align 12 (always a bit jarring) | Theo de Raadt |
2015-02-06 | Enable iwm(4) on i386. | Stefan Sperling |
2015-02-06 | Handle hibernate button in the same way as suspend does: send an | David Coppa |
2015-02-06 | Fix a hibernate crash on some machines due to unmapping a page that | Mike Larkin |
2015-02-02 | Remove some pmap locks that were #defined to be nothing (empty). Discussed | Mike Larkin |
2015-01-27 | tedu x86_self_ipi()/i386_self_ipi() | Stefan Fritsch |
2015-01-27 | Remove an unused and confusing assignment that had been commented out for | Mike Larkin |
2015-01-27 | Remove an unused variable whose functionality was moved to locore long ago. | Mike Larkin |
2015-01-24 | correct the syntax description of the boot command; ok jmc@ | Christian Weisgerber |
2015-01-24 | Add bus_dmamem_alloc_range(9) to allow drivers to allocate DMA'able memory | Mark Kettenis |
2015-01-21 | I don't foresee knowing that my i386 netbook has an AT/286+ bios and | Ted Unangst |
2015-01-20 | Move ps_strings "after" the random stackgap. This makes its location a | Mark Kettenis |
2015-01-19 | Make use of an msr available on recent Intel processors to obtain the | Jonathan Gray |
2015-01-17 | guard usingacpi variable inside NACPI. from oyvind jaegtnes | Ted Unangst |
2015-01-15 | Define and print HV cpuid flag on i386. | Stefan Fritsch |
2015-01-13 | for the install: target, use cmp as a rough attempt for avoiding repeated | Theo de Raadt |
2015-01-12 | exphy and ciphy are not needed with this list of network devices | Theo de Raadt |
2015-01-12 | Due to recent savings with instbin, we can take i386 to one install | Theo de Raadt |
2015-01-12 | Enable lid suspends by default in the kernel, and remove the question from | Theo de Raadt |
2015-01-11 | LOCKDEBUG is dead; perform the funeral rites | Philip Guenther |
2015-01-11 | switch prototype warnings to implicit-declaration warnings. | Ted Unangst |
2015-01-09 | Cleanup some macros and #defines in i386 pmap. Previously committed and | Mike Larkin |
2015-01-03 | add new driver uslhcom(4) USB HID based UART. | uaa |
2014-12-23 | backout previous, because libkvm needs two pieces. will let mike | Theo de Raadt |
2014-12-22 | Move PD_MASK, PT_MASK and a couple macros into pmap.c. The only other | Mike Larkin |