summaryrefslogtreecommitdiffstats
path: root/sys/i386/i386
Commit message (Expand)AuthorAgeFilesLines
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-3/+1
* Weaken the part of assertions added in the r227394. Only check that thekib2011-11-111-1/+1
* Attempt to improve formatting and content of several comments forkib2011-11-091-3/+2
* Stopped process may legitimately have some threads sleeping and notkib2011-11-091-1/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-072-3/+3
* Fix the DTrace pid return trap interrupt vector. Previously we were usingrstone2011-11-071-5/+8
* Revert rev. 226893: subr_syscall.c is being included from C files andmarcel2011-10-301-0/+7
* Define systrace_probe_func in subr_syscall.c where it's used, insteadmarcel2011-10-291-7/+0
* Eliminate vestiges of page coloring in VM_ALLOC_NOOBJ calls toalc2011-10-271-7/+3
* Trace attempts to call restricted MD syscalls.des2011-10-181-0/+4
* 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
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-162-2/+2
* 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-061-23/+23
* In HEAD when doing no further checkes there is no reason use thebz2011-08-201-3/+2
* - Move the PG_UNMANAGED flag from m->flags to m->oflags, renaming the flagkib2011-08-091-18/+18
* Introduce a tunable to disable the time consuming parts of bootupbz2011-07-301-1/+12
* - Remove the eintrcnt/eintrnames usage and introduce the concept ofattilio2011-07-183-13/+5
* With retirement of cpumask_t and usage of cpuset_t for representing aattilio2011-07-043-94/+76
* When iterating over a paging queue, explicitly check for PG_MARKER, insteadalc2011-07-021-1/+1
* 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-291-2/+2
* We may split today's CAPABILITIES into CAPABILITY_MODE (which hasjonathan2011-06-291-2/+2
* 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-082-168/+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
| * Update CPUID bits to reflect AMD Bulldozer and Intel Sandy Bridge features.jkim2011-05-171-27/+25
| * Refactor Xen PV code to use new event timers subsystem. That uses one-shotmav2011-05-131-7/+7
* | - Fix a misusage of cpuset_t objectsattilio2011-05-241-2/+2
* | Add a "safety belt" check for lsb setting.attilio2011-05-221-0/+1
* | Reintroduce the lazypmap infrastructure and convert it to usingattilio2011-05-205-1/+130
* | MFCattilio2011-05-181-27/+25
* | MFCattilio2011-05-131-7/+7
* | MFCattilio2011-05-071-2/+2
|\ \ | |/
| * Don't use MWAIT for short sleeps under XEN, as it was before r212541.mav2011-05-071-2/+2
| * prepare code that does topology detection for amd cpus for bulldozeravg2011-05-061-2/+25
* | MFCattilio2011-05-061-2/+25
* | Commit the support for removing cpumask_t and replacing it directly withattilio2011-05-054-151/+198
* | Revert md_assert_preempt() introduction.attilio2011-05-041-16/+0
* | Add the function md_assert_nopreempt(), which is a very consistentattilio2011-04-301-0/+16
* | Remove the support for lazy cr3 switching from i386.attilio2011-04-305-124/+1
|/
* Define "Hypervisor Present" bit. This bit is used by several hypervisors tojkim2011-04-281-1/+1
* Add the watchdogs patting during the (shutdown time) disk syncing andattilio2011-04-281-0/+8
* Fix the experimental NFS client so that it does not boguslyrmacklem2011-04-251-1/+1
* Make pmap_invalidate_cache_range() available for consumption on amd64.kib2011-04-181-10/+42
* Reduce errors in effective frequency calculation.jkim2011-04-121-2/+3
* Reinstate cpu_est_clockrate() support for P-state invariant TSC if APERF andjkim2011-04-121-25/+24
* Probe capability to find effective frequency. When the TSC is P-statejkim2011-04-121-1/+4
OpenPOWER on IntegriCloud