summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Update documentation for the iwn and iwnfw drivers: they support the 1000, 51...brucec2010-02-081-1/+46
* Remove unused LIBCOMPAT keyword from syscalls.master.ed2010-02-081-1/+0
* Change the default value for the flag enabling superpage mapping andalc2010-02-011-1/+1
* Enable MTRR on all VIA CPUs that claim support.rnoland2010-01-311-4/+1
* Welcome drm support for VIA unichrome chips.rnoland2010-01-311-0/+1
* add static qualifier to definition of a function already declared staticavg2010-01-291-1/+1
* Optimize pmap_demote_pde() by using the new KPTmap to access a kernelalc2010-01-271-21/+15
* Handle a race between pmap_kextract() and pmap_promote_pde(). This race isalc2010-01-232-4/+44
* For PT_TO_SCE stop that stops the ptraced process upon syscall entry,kib2010-01-231-65/+100
* Move the examples for the 'hints' and 'env' keywords from various GENERICjhb2010-01-191-9/+0
* Recommit r193732:ed2010-01-192-2/+2
* - Allow clock subsystem to be compiled without the apic support [0]attilio2010-01-171-2/+0
* Handling all the three clocks (hardclock, softclock, profclock) with theattilio2010-01-153-37/+65
* Only allocate the space we need before calling kern_getgroups insteadbrooks2010-01-151-3/+7
* Spell "Hz" correctly wherever it is user-visible.gavin2010-01-121-1/+1
* Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamicbrooks2010-01-121-2/+2
* Use io(4) for I/O port access on ia64, rather than through sysarch(2).marcel2010-01-112-0/+10
* Simplify pmap_init(). Additionally, correct a harmless misbehavior on i386.alc2010-01-112-5/+4
* Eliminate an unused declaration.alc2010-01-111-3/+0
OpenPOWER on IntegriCloud