| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r258135: x86: Allow users to change PSL_RF via ptrace(PT_SETREGS...) | emaste | 2013-11-25 | 1 | -1/+1 |
* | Remove redundant declaration of force_evtchn_callback() in the | dim | 2013-10-07 | 1 | -3/+0 |
* | Formalize the concept of virtual CPU ids by adding a per-cpu vcpu_id | gibbs | 2013-10-05 | 1 | -3/+4 |
* | Fix compilation of the i386 PAE kernel config. | gibbs | 2013-09-22 | 1 | -2/+0 |
* | Merge Xen PVHVM support into the GENERIC kernel config for both | gibbs | 2013-09-20 | 1 | -0/+2 |
* | Add support for suspend/resume/migration operations when running as a | gibbs | 2013-09-20 | 1 | -2/+2 |
* | Implement PV IPIs for PVHVM guests and further converge PV and HVM | gibbs | 2013-09-06 | 3 | -14/+11 |
* | Fix build with gcc. Move sf_buf_alloc()/sf_buf_free() declarations | glebius | 2013-09-06 | 1 | -0/+3 |
* | Introduce a new, HVM compatible, paravirtualized timer driver for Xen. | gibbs | 2013-08-29 | 1 | -36/+0 |
* | Implement vector callback for PVHVM and unify event channel implementations | gibbs | 2013-08-29 | 7 | -142/+80 |
* | Reimplement atomic operations on PDEs and PTEs in pmap.h. This change | jkim | 2013-08-21 | 1 | -84/+13 |
* | Implement atomic_cmpset_64() and atomic_swap_64() for i386. | jkim | 2013-08-21 | 1 | -0/+113 |
* | Reimplement atomic_load_acq_64() and atomic_store_rel_64() for i386. These | jkim | 2013-08-21 | 1 | -82/+110 |
* | Remove empty lines before return statements for style consistency. | jkim | 2013-08-21 | 1 | -6/+0 |
* | Implement atomic_swap() and atomic_testandset(). | jkim | 2013-08-21 | 1 | -19/+43 |
* | - Remove the "a" constraint from main output operand for atomic_cmpset(). | jkim | 2013-08-21 | 1 | -5/+5 |
* | Use '+' modifier for a memory operand that is both an input and an output. | jkim | 2013-08-21 | 1 | -29/+21 |
* | Remove bogus labels. No functional change. | jkim | 2013-08-21 | 1 | -1/+0 |
* | Use consistent style. No functional change. | jkim | 2013-08-21 | 1 | -10/+10 |
* | libc: Access _logname_valid more efficiently. | jilles | 2013-08-17 | 1 | -1/+2 |
* | Merge acpica_machdep.h for amd64 and i386 and move to x86. In fact, these | jkim | 2013-08-13 | 1 | -97/+3 |
* | Tidy up global locks for ACPICA. There is no functional change. | jkim | 2013-08-13 | 1 | -3/+3 |
* | Revert r253748,253749 | avg | 2013-07-28 | 1 | -2/+1 |
* | put contents of cpu.h under _KERNEL | avg | 2013-07-28 | 1 | -1/+2 |
* | x86: detect mwait capabilities and extensions, when present | avg | 2013-07-28 | 1 | -0/+3 |
* | Fix issues with zeroing and fetching the counters, on x86 and ppc64. | kib | 2013-07-01 | 1 | -0/+87 |
* | Move definitions required by userland applications out of acpica_machdep.h. | jkim | 2013-06-27 | 1 | -6/+2 |
* | Adjust i386 Xen PV support for updated Xen interface files. | gibbs | 2013-06-17 | 1 | -1/+1 |
* | Upgrade Xen interface headers to Xen 4.2.1. | gibbs | 2013-06-14 | 1 | -8/+19 |
* | Add basic support for FDT to i386 & amd64. This change includes: | marcel | 2013-05-21 | 3 | -0/+13 |
* | Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h in | attilio | 2013-05-07 | 2 | -7/+4 |
* | Remove redundant definitions of _ALIGN and _ALIGNBYTES. | tijl | 2013-04-21 | 1 | -13/+2 |
* | Pass the segmented address of the counter, based on %fs, i.e. offset | kib | 2013-04-09 | 1 | -1/+3 |
* | Merge from projects/counters: counter(9). | glebius | 2013-04-08 | 1 | -0/+89 |
* | Merge from projects/counters: | glebius | 2013-04-08 | 1 | -3/+7 |
* | Fix the VM_BCACHE_SIZE_MAX definition on i386 to match the maximal | kib | 2013-03-27 | 1 | -1/+4 |
* | MFamd64 | alc | 2013-03-12 | 1 | -13/+5 |
* | MFC | attilio | 2013-02-24 | 5 | -362/+10 |
|\ |
|
| * | Convert machine/elf.h, machine/frame.h, machine/sigframe.h, | kib | 2013-02-20 | 5 | -362/+10 |
* | | MFC | attilio | 2013-02-03 | 2 | -6/+1 |
|\ \
| |/ |
|
| * | x86 suspend/resume: suspend pics and pseudo-pics in reverse order | avg | 2013-02-02 | 1 | -1/+1 |
| * | Remove unused VM_MAX_AUTOTUNE_NMBCLUSTERS define. | andre | 2013-02-01 | 1 | -5/+0 |
* | | MFC | attilio | 2012-12-26 | 1 | -22/+0 |
|\ \
| |/ |
|
| * | Revert r243960 based on feedback regarding keeping x86 headers unified | jimharris | 2012-12-13 | 1 | -22/+0 |
* | | MFC | attilio | 2012-12-11 | 2 | -0/+31 |
|\ \
| |/ |
|
| * | Add amd64 implementations for 8-byte bus_space routines. | jimharris | 2012-12-06 | 1 | -0/+22 |
| * | Allow maxusers to scale on machines with large address space. | alfred | 2012-11-10 | 1 | -0/+9 |
* | | MFC | attilio | 2012-10-22 | 3 | -75/+107 |
|\ \
| |/ |
|
| * | Add an unified macro to deny ability from the compiler to reorder | attilio | 2012-10-09 | 1 | -2/+2 |
| * | Reverts r234074,234105,234564,234723,234989,235231-235232 and part of | attilio | 2012-10-09 | 1 | -0/+2 |