summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Trace attempts to call restricted MD syscalls.des2011-10-181-0/+4
* Remove unused define.kib2011-10-071-2/+0
* Add the 9750 SATA+SAS 6Gb/s RAID controller card driver, tws(4). Manydelphij2011-10-041-0/+1
* Do not allow the kernel to access usermode pages without installedkib2011-10-031-0/+5
* Add some improvements in the idle table callbacks:attilio2011-10-031-7/+36
* Auto-generated code from sys_ prefixing makesyscalls.sh changekmacy2011-09-165-145/+151
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-1610-84/+84
* Fix a zyd(4) comment typo that was copy+pasted into most kernel config files.brueffer2011-09-111-1/+1
* Inline the syscallenter() and syscallret(). This reduces the time measuredkib2011-09-111-0/+2
* Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomickib2011-09-062-43/+43
* Enable the puc(4) driver on amd64 and i386 in GENERIC. This allowsjhb2011-08-261-4/+1
* In HEAD when doing no further checkes there is no reason use thebz2011-08-201-3/+2
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-114-5/+14
* - Move the PG_UNMANAGED flag from m->flags to m->oflags, renaming the flagkib2011-08-092-35/+34
* Change all the sample kernel configurations to usermacklem2011-08-073-7/+7
* Corrections for the iBCS2 support that seems to regressed from 4.x times.kib2011-08-021-30/+34
* Introduce a tunable to disable the time consuming parts of bootupbz2011-07-301-1/+12
* Add the possibility to specify from kernel configs MAXCPU value.attilio2011-07-191-0/+2
* - Remove the eintrcnt/eintrnames usage and introduce the concept ofattilio2011-07-183-13/+5
* Restore binary compatibility for GIO_KEYMAP and PIO_KEYMAP.ed2011-07-171-2/+2
* Don't include mptable_pci.c in Xen kernels. It is only meant for systemsjhb2011-07-171-30/+0
* Fix build with NEW_PCIB defined.jhb2011-07-161-0/+7
* Delete duplicate tags entry I introduced in -r223901.mckusick2011-07-151-2/+1
* Update tags build scriptmckusick2011-07-101-1/+1
* Correct cpu_monitor() and cpu_mwait() for amd64. These instructions takejkim2011-07-051-5/+7
* With retirement of cpumask_t and usage of cpuset_t for representing aattilio2011-07-045-152/+125
* When iterating over a paging queue, explicitly check for PG_MARKER, insteadalc2011-07-022-2/+2
* Add some checks to ensure that Capsicum is behaving correctly, and add somejonathan2011-06-301-12/+14
* Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing thisalc2011-06-292-4/+4
* We may split today's CAPABILITIES into CAPABILITY_MODE (which hasjonathan2011-06-291-2/+2
* Move {amd64,i386}/pci/pci_bus.c and {amd64,i386}/include/pci_cfgreg.h tojhb2011-06-223-750/+4
* Oops, missed these in 223424.jhb2011-06-221-0/+1
* Use uintXX_t instead of u_intXX_t.jhb2011-06-221-5/+5
* Add a helper routine to conditionally modify the start address of ajhb2011-06-221-22/+32
* Enable USB 3.0 support by default in i386 and amd64 GENERIC kernels.hselasky2011-06-141-0/+1
* Enable sound support by default on i386 and amd64.joel2011-06-111-0/+8
* Implement BUS_ADJUST_RESOURCE() for the x86 drivers that sit between thejhb2011-06-101-0/+1
* remove code for dynamic offlining/onlining of CPUs on x86avg2011-06-083-169/+10
* MFCattilio2011-06-061-2/+5
|\
| * don't use cpuid level 4 in x86 cpu topology detection if it's not supportedavg2011-06-061-2/+5
| * On multi-core, multi-threaded PPC systems, it is important that the threadsnwhitehorn2011-05-311-1/+1
| * Bring back r222275. runfw(4) will statically link in rt2870.fw.uukevlo2011-05-251-1/+0
| * run(4) needs firmware loaded to workkevlo2011-05-251-0/+1
| * Merge part of r221322 from largeSMP project:attilio2011-05-181-43/+27
| * Update CPUID bits to reflect AMD Bulldozer and Intel Sandy Bridge features.jkim2011-05-172-28/+37
| * Remove an unused typedef.attilio2011-05-171-1/+0
* | MFCattilio2011-05-311-1/+1
* | - Fix a misusage of cpuset_t objectsattilio2011-05-242-3/+3
* | Add a "safety belt" check for lsb setting.attilio2011-05-222-0/+2
* | Reintroduce the lazypmap infrastructure and convert it to usingattilio2011-05-208-3/+242
OpenPOWER on IntegriCloud