summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
...
* MFC: r306318tijl2016-10-101-1/+1
* MFC r305213,305319,305398alc2016-10-011-0/+18
* MFC 304637: Fix build for !SMP kernels after the Xen MSIX workaround.jhb2016-09-091-1/+2
* MFC r302783:badger2016-08-181-1/+1
* MFC r303913:kib2016-08-171-2/+2
* MFC 302900,302902,302921,303461,304009:jhb2016-08-151-2/+2
* MFC r303712:kib2016-08-101-210/+0
* MFC r302517:dchagin2016-07-182-192/+3
* MFC r302516:dchagin2016-07-185-7/+14
* MFC r302515:dchagin2016-07-181-1/+1
* MFC r302573:kib2016-07-181-2/+2
* MFC r302635:royger2016-07-151-0/+2
* Remove GENERIC-NODEBUG kernel configurations, missed duringgjb2016-07-141-38/+0
* - Remove debugging from GENERIC* kernel configurationsgjb2016-07-081-9/+0
* Replace a number of conflations of mp_ncpus and mp_maxid with eithernwhitehorn2016-07-061-3/+3
* Update comments for the MD functions managing contexts for newkib2016-06-161-20/+13
* Add macro to convert errno and use it when appropriate.dchagin2016-05-221-7/+1
* Regen after r300359 (struct l_sched_param removal).dchagin2016-05-215-13/+13
* Correct an argument param of linux_sched_* system calls as a struct l_sched_p...dchagin2016-05-211-3/+3
* Check for overflow and return EINVAL if detected. Backport this andkib2016-05-201-2/+4
* atomic: Add testandclear on i386/amd64sephe2016-05-161-0/+26
* Add a new bus method to fetch device-specific CPU sets.jhb2016-05-091-0/+3
* Native PCI-express HotPlug support.jhb2016-05-051-0/+1
* xen/i386: enable the platform hypercall for i386royger2016-05-031-2/+2
* Make it explicit that D_MEM cdevsw d_flag is to signify that thekib2016-05-011-1/+1
* Move 'device pci' for the PCI bus driver to the MI NOTES file.jhb2016-04-291-5/+0
* Cleanup redundant parenthesis from existing howmany()/roundup() macro uses.pfg2016-04-221-1/+1
* Yet more redundant parenthesis from r298431.pfg2016-04-211-1/+1
* sys: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-214-4/+4
* X86: use our nitems() macro when it is avaliable through param.h.pfg2016-04-194-6/+6
* hyperv: Deprecate HYPERV option by moving Hyper-V IDT vector into vmbussephe2016-04-152-21/+0
* x86: for pointers replace 0 with NULL.pfg2016-04-143-13/+13
* Expose doreti as a global symbol on amd64 and i386.jhb2016-04-131-0/+1
* re-enable AMD Topology extension on certain models if disabled by BIOSavg2016-04-121-1/+1
* Add kern.features flags for linux and linux64 modulesbapt2016-04-051-0/+1
* Move i386/i386/autoconf.c to sys/x86/x86 and use it on both amd64 and i386.jhb2016-04-031-162/+0
* Type of the interrupt handlers on x86 cannot be expressed in C.kib2016-03-292-2/+1
* Revert r297310 as the SOL_XXX are equal to the IPPROTO_XX except SOL_SOCKET.dchagin2016-03-271-1/+0
* iConvert Linux SOL_IPV6 level.dchagin2016-03-271-0/+1
* Polish wbwd(4) driver and add more supported chips.mav2016-03-241-1/+0
* Enable interrupts on the BSP once all PICs are initialized.jhb2016-03-241-7/+0
* Regen for r297061 (fstatfs64 Linux syscall).dchagin2016-03-205-7/+29
* Implement fstatfs64 system call.dchagin2016-03-202-2/+1
* The PKRU state size is 4 bytes, its support makes the XSAVE area sizekib2016-03-151-3/+4
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().jhibbits2016-02-271-2/+2
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toskra2016-02-222-2/+0
* Minor style cleanups.ian2016-02-211-2/+2
* Convert ss_sp in stack_t and sigstack to void *.jhb2016-01-273-6/+6
* Implement AT_SECURE properly.delphij2016-01-271-1/+3
* Adjust i386 comment to match amd64 one after r294311.kib2016-01-191-5/+6
OpenPOWER on IntegriCloud