| Commit message (Expand) | Author | Age | Files | Lines |
* | Style and comment adjustements. | kib | 2010-05-03 | 1 | -34/+45 |
* | Remove debugging code that was not used once since commit. | kib | 2010-05-01 | 1 | -85/+1 |
* | On Alan's advice, rather than do a wholesale conversion on a single | kmacy | 2010-04-30 | 3 | -6/+17 |
* | - Extract the IODEV_PIO interface from ia64 and make it MI. | attilio | 2010-04-28 | 2 | -37/+24 |
* | Style: use #define<TAB> instead of #define<SPACE>. | kib | 2010-04-27 | 1 | -2/+2 |
* | missed pv access before pmap lock | kmacy | 2010-04-25 | 1 | -1/+1 |
* | Incremental reduction of delta with head_page_lock_2 branch | kmacy | 2010-04-25 | 1 | -25/+38 |
* | Set USB_DEBUG like the other platforms, I had turned it off to test the build | thompsa | 2010-04-25 | 1 | -1/+1 |
* | Clearing a page table entry's accessed bit (PG_A) and setting the | alc | 2010-04-25 | 1 | -23/+6 |
* | apply style(9) changes applied to head_page_lock_2 | kmacy | 2010-04-24 | 1 | -17/+17 |
* | Resurrect pmap_is_referenced() and use it in mincore(). Essentially, | alc | 2010-04-24 | 1 | -3/+45 |
* | Move the constants specifying the size of struct kinfo_proc into | kib | 2010-04-24 | 1 | -0/+3 |
* | If a conditional jump instruction has the same jt and jf, do not perform | jkim | 2010-04-22 | 2 | -10/+31 |
* | Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this had | thompsa | 2010-04-22 | 1 | -0/+1 |
* | As was done in r155238 for i386 and in r155239 for amd64, clear the carry | kib | 2010-04-21 | 1 | -1/+2 |
* | Rename the cyclic global variable lapic_cyclic_clock_func to just | rpaulo | 2010-04-20 | 1 | -3/+3 |
* | Add driver for Silicon Integrated Systems SiS190/191 Fast/Gigabit Ethernet. | yongari | 2010-04-14 | 1 | -0/+1 |
* | ld_gs_base is executing with stack containing only the frame, | kib | 2010-04-14 | 1 | -1/+0 |
* | Change printf() calls to uprintf() for sigreturn() and trap() complaints | kib | 2010-04-13 | 3 | -12/+19 |
* | Handle a case when non-canonical address is loaded into the fsbase or | kib | 2010-04-10 | 3 | -2/+40 |
* | - Support for uncore counting events: one fixed PMC with the uncore | fabient | 2010-04-02 | 1 | -1/+10 |
* | Add a handler for the local APIC error interrupt. For now it just prints | jhb | 2010-03-29 | 3 | -20/+44 |
* | Cosmetic tweak to use a type suffix instead of a cast to force a constant | jhb | 2010-03-29 | 1 | -1/+1 |
* | Rename st_*timespec fields to st_*tim for POSIX 2008 compliance. | ed | 2010-03-28 | 1 | -9/+9 |
* | Correctly handle preemption of pmap_update_pde_invalidate(). | alc | 2010-03-27 | 1 | -2/+5 |
* | Change the arguments of exec_setregs() so that it receives a pointer | nwhitehorn | 2010-03-25 | 3 | -22/+10 |
* | Remove unneeded type specifiers from 64-bit constants. The compiler | jhb | 2010-03-22 | 1 | -30/+30 |
* | Eliminate a pointless TLB invalidation from pmap_bootstrap(). No mappings | alc | 2010-03-21 | 1 | -2/+0 |
* | I am told by AMD that the machine check hardware on the instruction TLB | alc | 2010-03-21 | 2 | -8/+4 |
* | pmap amd64/i386: fix a typo in a comment | avg | 2010-03-19 | 1 | -1/+1 |
* | Use the same policy for rejecting / not-reject ACPI tables with incorrect | jhb | 2010-03-19 | 1 | -0/+2 |
* | - Extend the machine check record structure to include several fields useful | jhb | 2010-03-16 | 3 | -3/+66 |
* | Remove COMPAT_43TTY from stock kernel configuration files. | ed | 2010-03-13 | 2 | -2/+0 |
* | Fix the previous attempt to fix kernel builds of HEAD on 7.x. Use the | jhb | 2010-03-12 | 1 | -1/+1 |
* | Provide groundwork for 32-bit binary compatibility on non-x86 platforms, | nwhitehorn | 2010-03-11 | 9 | -10/+20 |
* | Print out the family and model from the cpu_id. This is especially useful | jhb | 2010-03-11 | 1 | -1/+3 |
* | Fall back to wbinvd when region for CLFLUSH is >= 2MB. | kib | 2010-03-10 | 1 | -2/+4 |
* | Now that the workaround for the AMD 10h CPUs is in place, re-enable machine | jhb | 2010-03-09 | 1 | -1/+1 |
* | Implement AMD's recommended workaround for Erratum 383 on Family 10h | alc | 2010-03-09 | 4 | -8/+162 |
* | The NetBSD Foundation has granted permission to remove clause 3 and 4 from | joel | 2010-03-03 | 1 | -7/+0 |
* | Improving the clocks auto-tunning by firstly checking if the atrtc may be | attilio | 2010-03-03 | 2 | -14/+16 |
* | Print the contents of the miscellaneous (MISC) register to the console if | jhb | 2010-03-01 | 1 | -0/+2 |
* | When running as a guest operating system, the FreeBSD kernel must assume | alc | 2010-02-27 | 1 | -0/+9 |
* | Introduce the new kernel sub-tree x86 which should contain all the code | attilio | 2010-02-25 | 15 | -2430/+7 |
* | Enforce stronger semantics for bus-dma alignment (currently only on amd64). | gibbs | 2010-02-22 | 1 | -12/+19 |
* | Since create_pagetables() zeroes the page tables, pmap_bootstrap() needn't | alc | 2010-02-21 | 1 | -2/+0 |
* | Remove redundant inclusion of <sys/cdefs.h>. | ed | 2010-02-20 | 1 | -2/+0 |
* | Add <sys/cdefs.h>. | ed | 2010-02-20 | 1 | -0/+2 |
* | Allow the pmap code to be built with GCC from FreeBSD 7 again. | ed | 2010-02-18 | 1 | -0/+4 |
* | Adjust style (following the already existing rules) for the newly | attilio | 2010-02-15 | 2 | -2/+2 |