Age | Commit message (Expand) | Author |
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-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-21 | Reduce differences between i386 pmap modes. | Mike Larkin |
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-12 | Fix some KNF, spacing, and typo issues. Moving the deck chairs around to | Mike Larkin |
2015-04-12 | Bring PAE code back to life, in a different form. This diff (via bluhm then | Mike Larkin |
2015-03-25 | Mark CPUID_LEAF inline asm as volatile to prevent the compiler from reordering | Mark Kettenis |
2015-03-13 | move some deck chairs around in preparation for i386 PAE. no functional | Mike Larkin |
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 | make the rwlock implementation MI. | David Gwynne |
2015-02-06 | Handle hibernate button in the same way as suspend does: send an | David Coppa |
2015-01-27 | tedu x86_self_ipi()/i386_self_ipi() | Stefan Fritsch |
2015-01-24 | Add bus_dmamem_alloc_range(9) to allow drivers to allocate DMA'able memory | Mark Kettenis |
2015-01-19 | Make use of an msr available on recent Intel processors to obtain the | Jonathan Gray |
2015-01-15 | Define and print HV cpuid flag on i386. | Stefan Fritsch |
2015-01-09 | Cleanup some macros and #defines in i386 pmap. Previously committed and | Mike Larkin |
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 |
2014-12-16 | don't include lock.h by default. poisons namespace. ok deraadt | Ted Unangst |
2014-12-08 | Split the ACPI resume trampoline into code and data, move the data page to | Mike Larkin |
2014-12-02 | delete all the simplelocks. ok deraadt | Ted Unangst |
2014-11-22 | Previous diff changed the location of the ACPI S3/S4 trampoline, which has | Mike Larkin |
2014-11-16 | Replace a plethora of historical protection options with just | Theo de Raadt |
2014-10-17 | reinstate i386/bus_space diff now that serial consoles are fixed in | Stuart Henderson |
2014-10-17 | backout i386/bus_space diff for now, req'd by deraadt@ - problems at boot | Stuart Henderson |
2014-10-17 | bring the twisting of bus_space from amd64 over to i386. this is: | David Gwynne |
2014-10-08 | Add virtio_membar_* macros | Stefan Fritsch |
2014-10-01 | Move some hibernate #defines to pte.h and eliminate some duplicate defines | Mike Larkin |
2014-09-12 | Remove the code that attempts to synchronize P-state transitions between CPUs. | Mark Kettenis |
2014-09-11 | mplement membar(9) API for i386. | Mark Kettenis |
2014-07-12 | Tackle the endian.h mess. Make it so that: | Philip Guenther |
2014-07-11 | Chuck Cranor rescinded clauses in his license | Jonathan Gray |
2014-07-11 | CPU_BUSY_CYCLE(): A new MI statement for busy loop power reduction | Masao Uebayashi |
2014-07-03 | Add identcpu detection for 1-GByte pages | Matthew Dempsky |
2014-05-31 | Remove some unused code that we added at the 2013 Toronto hackathon but | Mike Larkin |
2014-03-29 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2014-03-19 | It's safe to assumed 'signed' exists | Philip Guenther |
2014-03-16 | DDB supports ELF symbols are all archs, and it's always the same as the | Philip Guenther |
2014-03-16 | Kill DB_*TASK_NAME* macros which were only ever on i386/amd64 and never used. | Philip Guenther |
2014-03-14 | rework mplocks to use tickets instead of spinning. this provides | David Gwynne |
2014-03-11 | lint is gone, and the 'lint' conditional was never in the implementation | Philip Guenther |
2014-02-13 | Some Linux i915 drm "fast" path code relies on being able to "disable" page | Mark Kettenis |
2014-01-30 | Move declaration of struct vm_page_md from <machine/vmparam.h> to | Miod Vallat |
2014-01-24 | Disable lapic when halting CPUs. Allegedly this is necessary to make | Mark Kettenis |
2014-01-23 | unifdef -D__HAVE_VM_PAGE_MD - no functional change. | Miod Vallat |
2014-01-06 | Increase NPTECL, as cache-lines are 64-bytes nowadays. | Stefan Fritsch |