summaryrefslogtreecommitdiffstats
path: root/sys/i386/i386
Commit message (Expand)AuthorAgeFilesLines
...
* MFC r263329:markj2014-07-291-19/+21
* MFC: r269050marius2014-07-291-5/+12
* MFC r267213 (by alc):kib2014-07-241-2/+1
* MFC r268383:kib2014-07-151-0/+4
* MFC 261781:jhb2014-06-272-7/+5
* MFC r267492:kib2014-06-221-24/+6
* MFC 263036, 263059: delete advertising clause in licenses, renumber.ian2014-05-171-1/+1
* Merge r264984scottl2014-05-072-2/+1
* MFC r262338alc2014-05-071-5/+11
* MFC r263912:kib2014-04-051-1/+2
* MFC r263001royger2014-04-042-119/+92
* MFC r257417: Remove references to an unused fasttrap probe hookavg2014-02-171-11/+3
* MFC 258176:royger2013-12-051-1/+1
* MFC r258135: x86: Allow users to change PSL_RF via ptrace(PT_SETREGS...)emaste2013-11-251-33/+3
* MFC r257856:kib2013-11-151-6/+6
* MFC r257858:kib2013-11-151-0/+2
* Free both KVA and backing pages when freeing TSS memory.kib2013-09-231-1/+1
* - Create kern.ipc.sendfile namespace, and put the new "readhead" OIDglebius2013-09-221-0/+12
* Merge Xen PVHVM support into the GENERIC kernel config for bothgibbs2013-09-201-22/+6
* Add support for suspend/resume/migration operations when running as agibbs2013-09-201-0/+16
* The pmap function pmap_clear_reference() is no longer used. Remove it.alc2013-09-201-67/+0
* Fix panic in ktrcapfail() when no capability rights are passed.pjd2013-09-181-1/+1
* Merge the change r255607 from amd64 to i386.kib2013-09-161-0/+2
* Prior to r254304, we only began scanning the active page queue when thealc2013-09-111-52/+69
* Implement PV IPIs for PVHVM guests and further converge PV and HVMgibbs2013-09-061-2/+8
* Implement vector callback for PVHVM and unify event channel implementationsgibbs2013-08-293-2/+43
* Significantly reduce the cost, i.e., run time, of calls to madvise(...,alc2013-08-291-0/+106
* Rename definition of HYPERVISOR_VIRT_START to avoid conflict withgibbs2013-08-221-2/+1
* Revert r254501. Instead, reuse the type stability of the struct pmapkib2013-08-221-3/+0
* Reimplement atomic_load_acq_64() and atomic_store_rel_64() for i386. Thesejkim2013-08-211-17/+0
* Simplify check for CMPXCHG8B instruction. Note CMPXCHG8B instruction isjkim2013-08-152-2/+17
* Different consumers of the struct vm_page abuse pageq member to keepkib2013-08-101-43/+46
* On all the architectures, avoid to preallocate the physical memoryattilio2013-08-091-4/+10
* The soft and hard busy mechanism rely on the vm object lock to work.attilio2013-08-091-12/+10
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-075-25/+24
* - Introduce a specific function, pmap_remove_kernel_pde, for removingjeff2013-08-051-2/+39
* x86: detect mwait capabilities and extensions, when presentavg2013-07-282-0/+10
* - Use kmem_malloc rather than kmem_alloc() for GDT/LDT/tss allocations etc.jeff2013-07-261-7/+9
* Include sys/systm.h after sys/param.h.ae2013-07-151-1/+1
* Nuke mbstat. It wasn't used for mbuf statistics since FreeBSD 5.glebius2013-07-151-1/+0
* Introduce new structure sfstat for collecting sendfile's statisticsae2013-07-151-1/+1
* Create a proper stack frame for i386 version of bcopy(), despite thekib2013-07-131-5/+9
* Explicitely panic instead of possibly doing undefined things whenkib2013-07-111-1/+1
* MFamd64 r253140:kib2013-07-111-0/+1
* Some clarifications and updates for the comments, mostly retrievedkib2013-06-191-30/+34
* - Add a BIT_FFS() macro and use it to replace cpusetffs_obj()jeff2013-06-132-3/+3
* Assert that interrupts are enabled in the trap handlers on x86 beforekib2013-06-031-0/+1
* MFamd64: when printing the trap information, show the %esp value.kib2013-06-031-2/+2
* Use slightly more idiomatic expression to get the address of array.kib2013-05-271-1/+1
* When handling an exception from the attempt from loading the faultingkib2013-05-271-0/+1
OpenPOWER on IntegriCloud