summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* MFC r281495:kib2015-04-273-14/+17
* MFC r281272:kib2015-04-151-3/+8
* MFC 261790:jhb2015-04-011-0/+3
* MFC 273800:jhb2015-02-101-0/+2
* MFC r277047:kib2015-01-191-0/+1
* MFC r273701, r274556alc2015-01-021-1/+7
* MFC 273988,273989,273995,274057:jhb2014-12-224-23/+65
* MFC 273991:jhb2014-12-221-0/+2
* MFC 271405,271408,271409,272658:jhb2014-12-221-6/+2
* MFC 260557,271076,271077,271082,271083,271098:jhb2014-12-221-2/+14
* MFC r272761:kib2014-10-151-1/+2
* MFC 270828,271487,271495:jhb2014-10-101-0/+8
* MFC 270850,271053,271192,271717:jhb2014-09-222-0/+7
* MFC r267767:kib2014-06-301-0/+1
* MFC 261781:jhb2014-06-271-2/+2
* MFC r257854 (discussed with alc@)ian2014-05-161-11/+10
* MFC r263001royger2014-04-041-0/+4
* MFC 261517,261520:jhb2014-02-181-3/+0
* MFC 259140:jhb2014-02-181-9/+0
* MFC r258135: x86: Allow users to change PSL_RF via ptrace(PT_SETREGS...)emaste2013-11-251-1/+1
* Remove redundant declaration of force_evtchn_callback() in thedim2013-10-071-3/+0
* Formalize the concept of virtual CPU ids by adding a per-cpu vcpu_idgibbs2013-10-051-3/+4
* Fix compilation of the i386 PAE kernel config.gibbs2013-09-221-2/+0
* Merge Xen PVHVM support into the GENERIC kernel config for bothgibbs2013-09-201-0/+2
* Add support for suspend/resume/migration operations when running as agibbs2013-09-201-2/+2
* Implement PV IPIs for PVHVM guests and further converge PV and HVMgibbs2013-09-063-14/+11
* Fix build with gcc. Move sf_buf_alloc()/sf_buf_free() declarationsglebius2013-09-061-0/+3
* Introduce a new, HVM compatible, paravirtualized timer driver for Xen.gibbs2013-08-291-36/+0
* Implement vector callback for PVHVM and unify event channel implementationsgibbs2013-08-297-142/+80
* 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
OpenPOWER on IntegriCloud