summaryrefslogtreecommitdiffstats
path: root/sys/i386/i386/genassym.c
Commit message (Expand)AuthorAgeFilesLines
* Make kstack_pages a tunable on arm, x86, and powepc. On i386, thekib2015-08-101-2/+0
* Give large kernel stack to the initial thread . Otherwise, ZFSkib2015-08-041-0/+1
* Remove support for Xen PV domU kernels. Support for HVM domU kernelsjhb2015-04-301-5/+0
* Add x2APIC support. Enable it by default if CPU is capable. Thekib2015-02-091-7/+2
* MFamd64: Add support for extended FPU states on i386. This includesjhb2014-11-021-2/+0
* Rename definition of HYPERVISOR_VIRT_START to avoid conflict withgibbs2013-08-221-2/+1
* Add SMP/i386 suspend/resume support.iwasaki2012-05-181-0/+13
* - Remove the eintrcnt/eintrnames usage and introduce the concept ofattilio2011-07-181-1/+0
* Fix the experimental NFS client so that it does not boguslyrmacklem2011-04-251-1/+1
* Move <machine/apicreg.h> to <x86/apicreg.h>.jhb2010-11-011-1/+1
* MFamd64: r210615jkim2010-07-291-0/+1
* Remove the old kernel RPC implementation and the NFS_LEGACYRPC option.dfr2009-06-301-1/+0
* merge 186535, 186537, and 186538 from releng_7_xenkmacy2008-12-291-1/+1
* Expose symbol `PMC_FN_USER_CALLCHAIN' to assembler code.jkoshy2008-12-121-0/+8
* Integrate support for xen in to i386 common code.kmacy2008-08-151-0/+6
* Removed unused assembly offsets for structures digging.attilio2008-05-161-3/+0
* MFP4: Add assembly language symbols used by hwpmc(4)'s callchain capture.jkoshy2007-11-231-0/+3
* Fix an undefined symbol that as/ld neglected to flag as a problem. Itpeter2007-09-171-0/+1
* - Move all of the PS_ flags into either p_flag or td_flags.jeff2007-09-171-1/+0
* - Add support for blocking and releasing threads to i386 cpu_switch(). Thisjeff2007-07-171-0/+1
* Backout experimental adaptive-spin umtx code.davidxu2007-06-061-1/+0
* Add a lwpid field into per-cpu structure, the lwpid represents currentdavidxu2006-12-201-0/+2
* Turn console printf buffering into a kernel option and only onjb2006-11-301-1/+0
* Add a cnputs() function to write a string to the console withjb2006-11-011-0/+1
* Remove pcb_switchout, it has not been used for a long time.davidxu2005-12-291-1/+0
* Move global variable private_tss into per-cpu area.davidxu2005-12-261-0/+1
* Change the segment limits to 4GB, we set the user accessible bit on allpeter2005-04-131-0/+2
* Fix an evil bug that appeared in September 2003. VM86 bios calls use twopeter2005-04-131-1/+1
* Remove references to U area and garbage collect includes.das2004-11-201-4/+2
* MFamd64 (put TF_EIP in assym.s and use it instead of a magic offset inbde2004-05-231-0/+1
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Garbage collect unused values.jhb2003-11-121-2/+0
* Catch up to i386 interrupt and SMP code changes.jhb2003-11-031-7/+6
* Commit Bosko's patch to clean up the PSE/PG_G initialization to andpeter2003-10-011-0/+3
* - On my Pentium4-M laptop, invalpg takes ~1100 cycles if the page is found injeff2003-09-301-1/+1
* Fix the false IPIs on smp when using LAZY_SWITCH caused by pmap_activate()peter2003-06-271-0/+1
* Use __FBSDID().obrien2003-06-021-1/+3
* Remove a couple of unused symbols.jhb2003-04-171-2/+0
* Move the _oncpu entry from the KSE to the thread.julian2003-04-101-1/+0
* Previous commit missed a 1 that should be NGPTD, and an NPDEPG that shouldjake2003-02-231-0/+1
* - Added macros NPGPTD, NBPTD, and NPDEPTD, for dealing with the size of thejake2003-02-231-0/+1
* - Added macros PDESHIFT and PTESHIFT, use these instead of magic constantsjake2003-02-231-2/+3
* Move a bunch of flags from the KSE to the thread.julian2003-02-171-4/+2
* Reversion of commit by Davidxu plus fixes since applied.julian2003-02-011-1/+0
* Move UPCALL related data structure out of kse, introduce a newdavidxu2003-01-261-0/+1
* Align the FPU state in the ucontext and sigcontext to 16 bytesdeischen2002-12-021-0/+3
* 1.Fix smp race between kernel vm86 BIOS calling and userland vm86 mode code,davidxu2002-11-071-0/+1
* Split 4.x and 5.x signal handling so that we can keep 4.x signalpeter2002-10-251-0/+9
* Add kernel support needed for the KSE-aware libpthread:mini2002-09-161-1/+0
* Re-enable the idle page-zeroing code. Remove all IPIs from the idledillon2002-07-121-0/+1
OpenPOWER on IntegriCloud