summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Rename definition of HYPERVISOR_VIRT_START to avoid conflict withgibbs2013-08-222-3/+2
* Revert r254501. Instead, reuse the type stability of the struct pmapkib2013-08-222-6/+0
* The PADLOCK_RNG and RDRAND_RNG kernel options are now devices.obrien2013-08-212-2/+4
* 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-212-99/+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
* Add process descriptors support to the GENERIC kernel. It is already beingpjd2013-08-181-0/+1
* libc: Access _logname_valid more efficiently.jilles2013-08-171-1/+2
* Simplify check for CMPXCHG8B instruction. Note CMPXCHG8B instruction isjkim2013-08-152-2/+17
* 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
* 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-092-24/+20
* follow up to r254051avg2013-08-091-2/+1
* enable KDB_TRACE in GENERICsavg2013-08-071-1/+1
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-079-40/+38
* - Introduce a specific function, pmap_remove_kernel_pde, for removingjeff2013-08-051-2/+39
* Back out r253779 & r253786.obrien2013-07-313-3/+1
* Decouple yarrow from random(4) device.obrien2013-07-293-1/+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-283-0/+13
* - 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
* Import HighPoint DC Series Data Center HBA (DC7280 and R750) driver.delphij2013-07-064-1/+7
* 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
* Some clarifications and updates for the comments, mostly retrievedkib2013-06-191-30/+34
* Adjust i386 Xen PV support for updated Xen interface files.gibbs2013-06-172-4/+4
* Upgrade Xen interface headers to Xen 4.2.1.gibbs2013-06-141-8/+19
* - Add a BIT_FFS() macro and use it to replace cpusetffs_obj()jeff2013-06-134-6/+6
* 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
* Driver 'aacraid' added. Supports Adaptec by PMC RAID controller families Seri...achim2013-05-242-0/+5
* o Relax locking assertions for vm_page_find_least()attilio2013-05-212-2/+4
* Add basic support for FDT to i386 & amd64. This change includes:marcel2013-05-214-0/+21
OpenPOWER on IntegriCloud