summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
...
* Push down the page queues lock inside of vm_page_free_toq() andalc2010-05-061-7/+6
* Add definitions for Intel AESNI CPUID bits and print the capabilitieskib2010-05-052-2/+4
* Switch to our preferred 2-clause BSD license.joel2010-05-052-30/+26
* merge 194209 in to the i386/xen pmapkmacy2010-04-301-46/+47
* On Alan's advice, rather than do a wholesale conversion on a singlekmacy2010-04-303-4/+21
* - Extract the IODEV_PIO interface from ia64 and make it MI.attilio2010-04-282-37/+24
* Style: use #define<TAB> instead of #define<SPACE>.kib2010-04-271-1/+1
* MFi386 r207205alc2010-04-271-13/+7
* Clearing a page table entry's accessed bit (PG_A) and setting thealc2010-04-251-22/+6
* - fix style issues on i386 as wellkmacy2010-04-241-16/+16
* Resurrect pmap_is_referenced() and use it in mincore(). Essentially,alc2010-04-242-6/+76
* Move the constants specifying the size of struct kinfo_proc intokib2010-04-241-0/+2
* If a conditional jump instruction has the same jt and jf, do not performjkim2010-04-222-10/+31
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadthompsa2010-04-222-0/+2
* Rename the cyclic global variable lapic_cyclic_clock_func to justrpaulo2010-04-201-3/+3
* Add driver for Silicon Integrated Systems SiS190/191 Fast/Gigabit Ethernet.yongari2010-04-141-0/+1
* Change printf() calls to uprintf() for sigreturn() and trap() complaintskib2010-04-132-6/+10
* Add EFI boot info fields.rpaulo2010-04-071-0/+7
* Switch to our preferred 2-clause BSD license.joel2010-04-071-6/+1
* - Support for uncore counting events: one fixed PMC with the uncorefabient2010-04-021-1/+10
* Add a handler for the local APIC error interrupt. For now it just printsjhb2010-03-293-20/+46
* Rename st_*timespec fields to st_*tim for POSIX 2008 compliance.ed2010-03-282-12/+12
* Correctly handle preemption of pmap_update_pde_invalidate().alc2010-03-271-2/+5
* Simplify pmap_growkernel(), making the i386 version more like the amd64alc2010-03-271-18/+5
* A ptrace(2) by one processor may trigger a promotion in the address spacealc2010-03-251-1/+1
* Change the arguments of exec_setregs() so that it receives a pointernwhitehorn2010-03-252-12/+7
* Adapt r204907 and r205402, the amd64 implementation of the workaround foralc2010-03-244-53/+224
* Remove unneeded type specifiers from 64-bit constants. The compilerjhb2010-03-221-30/+30
* Merge r197455 from amd64:emaste2010-03-221-0/+4
* Back out revision 205307.delphij2010-03-191-0/+2
* pmap amd64/i386: fix a typo in a commentavg2010-03-191-1/+1
* Use the same policy for rejecting / not-reject ACPI tables with incorrectjhb2010-03-191-0/+2
* SSE is enabled by default about 5 years ago so there is no point pretendingdelphij2010-03-191-2/+0
* - Extend the machine check record structure to include several fields usefuljhb2010-03-163-3/+66
* Use unsigned long long constants for fields in 64-bit machine checkjhb2010-03-161-12/+12
* Remove COMPAT_43TTY from stock kernel configuration files.ed2010-03-132-2/+0
* Fix the previous attempt to fix kernel builds of HEAD on 7.x. Use thejhb2010-03-121-1/+1
* Print out the family and model from the cpu_id. This is especially usefuljhb2010-03-111-2/+4
* Make NKPT a kernel option on i386 so that it can be set to a non-defaultjhb2010-03-103-0/+11
* Fall back to wbinvd when region for CLFLUSH is >= 2MB.kib2010-03-101-2/+4
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-031-7/+0
* Improving the clocks auto-tunning by firstly checking if the atrtc may beattilio2010-03-032-22/+16
* Print the contents of the miscellaneous (MISC) register to the console ifjhb2010-03-011-0/+2
* When running as a guest operating system, the FreeBSD kernel must assumealc2010-02-271-0/+9
* Introduce the new kernel sub-tree x86 which should contain all the codeattilio2010-02-2521-6957/+6
* - fix bootstrap for variable KVA_PAGESkmacy2010-02-212-85/+55
* remove atkbd from default config to avoid pulling in real-mode bios emulationkmacy2010-02-211-3/+3
* Allow the pmap code to be built with GCC from FreeBSD 7 again.ed2010-02-182-0/+8
* Adjust style (following the already existing rules) for the newlyattilio2010-02-152-2/+2
* Add the options DEADLKRES (introducing the deadlock resolver thread) inattilio2010-02-102-0/+2
OpenPOWER on IntegriCloud