summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include
AgeCommit message (Expand)Author
2015-05-05emul_native is only used for kernel threads which can't dump core, soPhilip Guenther
2015-04-30Remove SIZE_MAX from limits.h. It was added years ago before weTodd C. Miller
2015-04-26bump i386 MAXDSIZ to 3GB. - "If you're running this, and presumably actuallyStuart Henderson
2015-04-25We now following the ABI and always clear cld on function entry, so removePhilip Guenther
2015-04-21Reduce differences between i386 pmap modes.Mike Larkin
2015-04-19Binary code patching on i386Stefan Fritsch
2015-04-18It seems that the CPUID lies about the monitor-line size, or at least ourMark Kettenis
2015-04-12Fix some KNF, spacing, and typo issues. Moving the deck chairs around toMike Larkin
2015-04-12Bring PAE code back to life, in a different form. This diff (via bluhm thenMike Larkin
2015-03-25Mark CPUID_LEAF inline asm as volatile to prevent the compiler from reorderingMark Kettenis
2015-03-13move some deck chairs around in preparation for i386 PAE. no functionalMike Larkin
2015-02-27Fix uvm_fault() seen with bwi (and some other devices?) on older non-apic i386Philip Guenther
2015-02-15Change pmap_remove_holes() to take a vmspace instead of a map as its argument.Miod Vallat
2015-02-11make the rwlock implementation MI.David Gwynne
2015-02-06Handle hibernate button in the same way as suspend does: send anDavid Coppa
2015-01-27tedu x86_self_ipi()/i386_self_ipi()Stefan Fritsch
2015-01-24Add bus_dmamem_alloc_range(9) to allow drivers to allocate DMA'able memoryMark Kettenis
2015-01-19Make use of an msr available on recent Intel processors to obtain theJonathan Gray
2015-01-15Define and print HV cpuid flag on i386.Stefan Fritsch
2015-01-09Cleanup some macros and #defines in i386 pmap. Previously committed andMike Larkin
2014-12-23backout previous, because libkvm needs two pieces. will let mikeTheo de Raadt
2014-12-22Move PD_MASK, PT_MASK and a couple macros into pmap.c. The only otherMike Larkin
2014-12-16don't include lock.h by default. poisons namespace. ok deraadtTed Unangst
2014-12-08Split the ACPI resume trampoline into code and data, move the data page toMike Larkin
2014-12-02delete all the simplelocks. ok deraadtTed Unangst
2014-11-22Previous diff changed the location of the ACPI S3/S4 trampoline, which hasMike Larkin
2014-11-16Replace a plethora of historical protection options with justTheo de Raadt
2014-10-17reinstate i386/bus_space diff now that serial consoles are fixed inStuart Henderson
2014-10-17backout i386/bus_space diff for now, req'd by deraadt@ - problems at bootStuart Henderson
2014-10-17bring the twisting of bus_space from amd64 over to i386. this is:David Gwynne
2014-10-08Add virtio_membar_* macrosStefan Fritsch
2014-10-01Move some hibernate #defines to pte.h and eliminate some duplicate definesMike Larkin
2014-09-12Remove the code that attempts to synchronize P-state transitions between CPUs.Mark Kettenis
2014-09-11mplement membar(9) API for i386.Mark Kettenis
2014-07-12Tackle the endian.h mess. Make it so that:Philip Guenther
2014-07-11Chuck Cranor rescinded clauses in his licenseJonathan Gray
2014-07-11CPU_BUSY_CYCLE(): A new MI statement for busy loop power reductionMasao Uebayashi
2014-07-03Add identcpu detection for 1-GByte pagesMatthew Dempsky
2014-05-31Remove some unused code that we added at the 2013 Toronto hackathon butMike Larkin
2014-03-29It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2014-03-19It's safe to assumed 'signed' existsPhilip Guenther
2014-03-16DDB supports ELF symbols are all archs, and it's always the same as thePhilip Guenther
2014-03-16Kill DB_*TASK_NAME* macros which were only ever on i386/amd64 and never used.Philip Guenther
2014-03-14rework mplocks to use tickets instead of spinning. this providesDavid Gwynne
2014-03-11lint is gone, and the 'lint' conditional was never in the implementationPhilip Guenther
2014-02-13Some Linux i915 drm "fast" path code relies on being able to "disable" pageMark Kettenis
2014-01-30Move declaration of struct vm_page_md from <machine/vmparam.h> toMiod Vallat
2014-01-24Disable lapic when halting CPUs. Allegedly this is necessary to makeMark Kettenis
2014-01-23unifdef -D__HAVE_VM_PAGE_MD - no functional change.Miod Vallat
2014-01-06Increase NPTECL, as cache-lines are 64-bytes nowadays.Stefan Fritsch