| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r312952: | jah | 2017-02-17 | 1 | -0/+10 |
* | MFC r310481: | jah | 2017-01-07 | 1 | -1/+9 |
* | MFC r306680: | kib | 2016-10-24 | 1 | -1/+2 |
* | Add two new pmap functions: | jah | 2015-08-04 | 1 | -1/+2 |
* | Remove support for Xen PV domU kernels. Support for HVM domU kernels | jhb | 2015-04-30 | 1 | -30/+2 |
* | Formalize the concept of virtual CPU ids by adding a per-cpu vcpu_id | gibbs | 2013-10-05 | 1 | -3/+4 |
* | Implement PV IPIs for PVHVM guests and further converge PV and HVM | gibbs | 2013-09-06 | 1 | -9/+0 |
* | Implement vector callback for PVHVM and unify event channel implementations | gibbs | 2013-08-29 | 1 | -14/+2 |
* | Merge from projects/counters: | glebius | 2013-04-08 | 1 | -3/+7 |
* | MFamd64 r238623: | kib | 2012-07-26 | 1 | -1/+21 |
* | Make "options XENHVM" compile for i386, not just amd64 -- a largely | rwatson | 2011-01-04 | 1 | -2/+15 |
* | Mark the __curthread() functions as __pure2 and remove the volatile keyword | jhb | 2010-07-29 | 1 | -2/+2 |
* | MFamd64: Add a new macro PCPU_XEN_FIELDS to hold XEN-specific per-CPU | jhb | 2010-06-02 | 1 | -28/+11 |
* | Add support for corrected machine check interrupts. CMCI is a new local | jhb | 2010-05-24 | 1 | -1/+3 |
* | whitespace commit | julian | 2009-09-04 | 1 | -2/+2 |
* | Bring i386 up to date with amd64 and others. | julian | 2009-09-04 | 1 | -5/+5 |
* | Fix IPI support | kmacy | 2008-10-23 | 1 | -2/+27 |
* | Export 'struct pcpu' to userland w/o requiring _KERNEL. A few ports | jhb | 2008-08-19 | 1 | -2/+3 |
* | Integrate support for xen in to i386 common code. | kmacy | 2008-08-15 | 1 | -0/+24 |
* | - Add an integer argument to idle to indicate how likely we are to wake | jeff | 2008-04-25 | 1 | -0/+1 |
* | Rework the PCPU_* (MD) interface: | attilio | 2007-06-04 | 1 | -3/+26 |
* | Push down the implementation of PCPU_LAZY_INC() into the machine-dependent | alc | 2007-03-11 | 1 | -0/+25 |
* | Fixed some style bugs. Routine except: | bde | 2007-02-06 | 1 | -34/+35 |
* | Simplified PCPU_GET() and PCPU_SET(). We must copy through a temporary | bde | 2007-02-06 | 1 | -36/+18 |
* | Test commit after repoman upgrade. Remove one of my many email addresses | peter | 2006-05-12 | 1 | -1/+1 |
* | Move global variable private_tss into per-cpu area. | davidxu | 2005-12-26 | 1 | -1/+2 |
* | Change the segment limits to 4GB, we set the user accessible bit on all | peter | 2005-04-13 | 1 | -0/+1 |
* | netchild's mega-patch to isolate compiler dependencies into a central | joerg | 2005-03-02 | 1 | -2/+7 |
* | These are changes to allow to use the Intel C/C++ compiler (lang/icc) | trhodes | 2004-03-12 | 1 | -1/+1 |
* | MFamd64: use a less compiler-intensive MD implementation of 'curthread' | peter | 2003-11-20 | 1 | -0/+10 |
* | Fixed pedantic warnings for statement-expressions using __extension__ | bde | 2003-11-17 | 1 | -4/+4 |
* | Fixed a pedantic syntax error (a stray semicolon at the end of | bde | 2003-11-17 | 1 | -1/+1 |
* | New APIC support code: | jhb | 2003-11-03 | 1 | -4/+2 |
* | Detour via (void *) to defeat gcc's strict-aliasing warnings when using | peter | 2003-07-30 | 1 | -3/+3 |
* | Fix the false IPIs on smp when using LAZY_SWITCH caused by pmap_activate() | peter | 2003-06-27 | 1 | -0/+1 |
* | A more lint friendly #ifdef lint section. | phk | 2002-10-01 | 1 | -19/+13 |
* | Wrap GNU specific code in ifdefs, and help lint out by providing | markm | 2002-07-15 | 1 | -2/+18 |
* | Compromise for critical*()/cpu_critical*() recommit. Cleanup the interrupt | dillon | 2002-03-27 | 1 | -1/+5 |
* | Overhaul the per-CPU support a bit: | jhb | 2001-12-11 | 1 | -35/+103 |
* | - If we ever do the per-cpu KTR stuff, the index won't be volatile as it | jhb | 2001-09-18 | 1 | -14/+14 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -13/+13 |
* | Optionize UPAGES for the i386. As part of this I split some of the low | peter | 2001-08-25 | 1 | -20/+0 |
* | style(9) and make consistent across platforms | obrien | 2001-08-16 | 1 | -22/+24 |
* | Overhaul of the SMP code. Several portions of the SMP kernel support have | jhb | 2001-04-27 | 1 | -3/+0 |
* | Axe the per-cpu variable witness_spin_check as it was replaced by the | jhb | 2001-04-06 | 1 | -1/+0 |
* | Rework the witness code to work with sx locks as well as mutexes. | jhb | 2001-03-28 | 1 | -0/+1 |
* | Activate USER_LDT by default. The new thread libraries are going to | peter | 2001-02-23 | 1 | -1/+1 |
* | - Make astpending and need_resched process attributes rather than CPU | jhb | 2001-02-10 | 1 | -1/+0 |
* | Axe gd_cpu_lockid as it is no longer used. | jhb | 2001-02-09 | 1 | -1/+0 |
* | Remove some leftovers from the CMAP* stuff in globaldata and the | peter | 2001-01-30 | 1 | -7/+2 |