summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* Reimplement atomic operations on PDEs and PTEs in pmap.h. This changejkim2013-08-211-84/+13
* Implement atomic_cmpset_64() and atomic_swap_64() for i386.jkim2013-08-211-0/+113
* Reimplement atomic_load_acq_64() and atomic_store_rel_64() for i386. Thesejkim2013-08-211-82/+110
* Remove empty lines before return statements for style consistency.jkim2013-08-211-6/+0
* Implement atomic_swap() and atomic_testandset().jkim2013-08-211-19/+43
* - Remove the "a" constraint from main output operand for atomic_cmpset().jkim2013-08-211-5/+5
* Use '+' modifier for a memory operand that is both an input and an output.jkim2013-08-211-29/+21
* Remove bogus labels. No functional change.jkim2013-08-211-1/+0
* Use consistent style. No functional change.jkim2013-08-211-10/+10
* libc: Access _logname_valid more efficiently.jilles2013-08-171-1/+2
* Merge acpica_machdep.h for amd64 and i386 and move to x86. In fact, thesejkim2013-08-131-97/+3
* Tidy up global locks for ACPICA. There is no functional change.jkim2013-08-131-3/+3
* Revert r253748,253749avg2013-07-281-2/+1
* put contents of cpu.h under _KERNELavg2013-07-281-1/+2
* x86: detect mwait capabilities and extensions, when presentavg2013-07-281-0/+3
* Fix issues with zeroing and fetching the counters, on x86 and ppc64.kib2013-07-011-0/+87
* Move definitions required by userland applications out of acpica_machdep.h.jkim2013-06-271-6/+2
* Adjust i386 Xen PV support for updated Xen interface files.gibbs2013-06-171-1/+1
* Upgrade Xen interface headers to Xen 4.2.1.gibbs2013-06-141-8/+19
* Add basic support for FDT to i386 & amd64. This change includes:marcel2013-05-213-0/+13
* Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h inattilio2013-05-072-7/+4
* Remove redundant definitions of _ALIGN and _ALIGNBYTES.tijl2013-04-211-13/+2
* Pass the segmented address of the counter, based on %fs, i.e. offsetkib2013-04-091-1/+3
* Merge from projects/counters: counter(9).glebius2013-04-081-0/+89
* Merge from projects/counters:glebius2013-04-081-3/+7
* Fix the VM_BCACHE_SIZE_MAX definition on i386 to match the maximalkib2013-03-271-1/+4
* MFamd64alc2013-03-121-13/+5
* MFCattilio2013-02-245-362/+10
|\
| * Convert machine/elf.h, machine/frame.h, machine/sigframe.h,kib2013-02-205-362/+10
* | MFCattilio2013-02-032-6/+1
|\ \ | |/
| * x86 suspend/resume: suspend pics and pseudo-pics in reverse orderavg2013-02-021-1/+1
| * Remove unused VM_MAX_AUTOTUNE_NMBCLUSTERS define.andre2013-02-011-5/+0
* | MFCattilio2012-12-261-22/+0
|\ \ | |/
| * Revert r243960 based on feedback regarding keeping x86 headers unifiedjimharris2012-12-131-22/+0
* | MFCattilio2012-12-112-0/+31
|\ \ | |/
| * Add amd64 implementations for 8-byte bus_space routines.jimharris2012-12-061-0/+22
| * Allow maxusers to scale on machines with large address space.alfred2012-11-101-0/+9
* | MFCattilio2012-10-223-75/+107
|\ \ | |/
| * Add an unified macro to deny ability from the compiler to reorderattilio2012-10-091-2/+2
| * Reverts r234074,234105,234564,234723,234989,235231-235232 and part ofattilio2012-10-091-0/+2
| * - Re-shuffle the <machine/pc/bios.h> headers to move all kernel-specificjhb2012-09-281-73/+103
* | MFCattilio2012-09-212-1/+15
|\ \ | |/
| * s/teh/the/geadler2012-09-141-1/+1
| * Parly revert r239255: reinstate a default maxswzone on i386, where KVA isdes2012-08-271-0/+14
* | MFCattilio2012-08-271-8/+0
|\ \ | |/
| * As discussed on -current, remove the hardcoded default maxswzone.des2012-08-141-8/+0
* | MFCattilio2012-08-033-2/+30
|\ \ | |/
| * Add lfence().kib2012-08-011-0/+7
| * MFamd64 r238623:kib2012-07-261-1/+21
| * MFCamd64 r238598:kib2012-07-211-1/+2
OpenPOWER on IntegriCloud