| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from vmc-playground branch: | attilio | 2013-03-02 | 1 | -1/+1 |
* | Convert machine/elf.h, machine/frame.h, machine/sigframe.h, | kib | 2013-02-20 | 5 | -362/+10 |
* | x86 suspend/resume: suspend pics and pseudo-pics in reverse order | avg | 2013-02-02 | 1 | -1/+1 |
* | Remove unused VM_MAX_AUTOTUNE_NMBCLUSTERS define. | andre | 2013-02-01 | 1 | -5/+0 |
* | Revert r243960 based on feedback regarding keeping x86 headers unified | jimharris | 2012-12-13 | 1 | -22/+0 |
* | Add amd64 implementations for 8-byte bus_space routines. | jimharris | 2012-12-06 | 1 | -0/+22 |
* | Allow maxusers to scale on machines with large address space. | alfred | 2012-11-10 | 1 | -0/+9 |
* | Add an unified macro to deny ability from the compiler to reorder | attilio | 2012-10-09 | 1 | -2/+2 |
* | Reverts r234074,234105,234564,234723,234989,235231-235232 and part of | attilio | 2012-10-09 | 1 | -0/+2 |
* | - Re-shuffle the <machine/pc/bios.h> headers to move all kernel-specific | jhb | 2012-09-28 | 1 | -73/+103 |
* | s/teh/the/g | eadler | 2012-09-14 | 1 | -1/+1 |
* | Parly revert r239255: reinstate a default maxswzone on i386, where KVA is | des | 2012-08-27 | 1 | -0/+14 |
* | As discussed on -current, remove the hardcoded default maxswzone. | des | 2012-08-14 | 1 | -8/+0 |
* | Add lfence(). | kib | 2012-08-01 | 1 | -0/+7 |
* | MFamd64 r238623: | kib | 2012-07-26 | 1 | -1/+21 |
* | MFCamd64 r238598: | kib | 2012-07-21 | 1 | -1/+2 |
* | Add a clts() wrapper around the 'clts' instruction to <machine/cpufunc.h> | jhb | 2012-07-09 | 1 | -0/+10 |
* | Enable shared page on i386, now it has a use for vdso_timehands. | kib | 2012-06-22 | 1 | -1/+2 |
* | Implement mechanism to export some kernel timekeeping data to | kib | 2012-06-22 | 1 | -0/+6 |
* | Reserve AT_TIMEKEEP auxv entry for providing usermode the pointer to | kib | 2012-06-22 | 1 | -0/+1 |
* | The page flag PGA_WRITEABLE is set and cleared exclusively by the pmap | alc | 2012-06-16 | 1 | -0/+1 |
* | - Fix resumectx() prototypes to reflect reality. | jkim | 2012-06-13 | 1 | -1/+1 |
* | Share IPI init and startup code of mp_machdep.c with acpi_wakeup.c | iwasaki | 2012-06-12 | 1 | -0/+1 |
* | Add x86/acpica/acpi_wakeup.c for amd64 and i386. Difference of | iwasaki | 2012-06-09 | 1 | -2/+1 |
* | Use plain store for atomic_store_rel on x86, instead of implicitly | kib | 2012-06-02 | 1 | -39/+39 |
* | Rename pmap_collect() to pmap_pv_reclaim() and rewrite it such that it no | alc | 2012-05-26 | 1 | -1/+1 |
* | MFp4 bz_ipv6_fast: | bz | 2012-05-24 | 1 | -0/+6 |
* | Remove cpususpend IDT vector for XEN. | iwasaki | 2012-05-20 | 1 | -0/+2 |
* | Add SMP/i386 suspend/resume support. | iwasaki | 2012-05-18 | 4 | -1/+19 |
* | i386 bootinfo: re-arrange EFI fields for natural alignment and packing | avg | 2012-05-13 | 1 | -4/+4 |
* | Revert part of r234723 by re-enabling the SMP protection for | attilio | 2012-05-03 | 1 | -0/+2 |
* | Add a convenience macro for the returns_twice attribute, and apply it to | dim | 2012-04-29 | 1 | -1/+1 |
* | Clean up the intr* MD KPI from the SMP dependency, removing a cause of | attilio | 2012-04-26 | 1 | -4/+0 |
* | bump INTRCNT_COUNT values to reflect actual numbers of IPI counters | avg | 2012-04-13 | 1 | -2/+2 |
* | Move the legacy(4) driver to x86. | jhb | 2012-03-30 | 1 | -63/+0 |
* | Use a more proper fix for enabling HT MSI mapping windows on Host-PCI | jhb | 2012-03-29 | 1 | -1/+7 |
* | - Rename VM_MEMATTR_UNCACHED to VM_MEMATTR_WEAK_UNCACHEABLE on x86 to | jhb | 2012-03-29 | 1 | -1/+1 |
* | Add software PMC support. | fabient | 2012-03-28 | 1 | -10/+19 |
* | Handle spurious page faults that may occur in no-fault sections of the | alc | 2012-03-22 | 1 | -0/+1 |
* | Copy amd64 sysarch.h to x86 and merge with i386 sysarch.h. Replace | tijl | 2012-03-19 | 1 | -101/+3 |
* | Copy i386 specialreg.h to x86 and merge with amd64 specialreg.h. Replace | tijl | 2012-03-19 | 1 | -627/+3 |
* | Copy i386 psl.h to x86 and replace amd64/i386/pc98 psl.h with stubs. | tijl | 2012-03-19 | 1 | -81/+3 |
* | Move userland bits (and some common kernel bits) from amd64 and i386 | tijl | 2012-03-19 | 1 | -175/+1 |
* | Copy i386 reg.h to x86 and merge with amd64 reg.h. Replace i386/amd64/pc98 | tijl | 2012-03-18 | 1 | -171/+3 |
* | Use exact width integer types in amd64/i386 reg.h to prepare for a merge. | tijl | 2012-03-18 | 1 | -28/+30 |
* | Move userland bits of i386 npx.h and amd64 fpu.h to x86 fpu.h. | tijl | 2012-03-16 | 1 | -121/+1 |
* | Use exact width integer types instead of long in struct env87 in | tijl | 2012-03-16 | 1 | -8/+8 |
* | Remove prototypes of _amd64_get_fsbase et al. The functions were removed | tijl | 2012-03-16 | 1 | -11/+0 |
* | Allow a native i386 kernel to be built with 'nodevice atpic'. Just as on | jhb | 2012-03-09 | 1 | -0/+3 |
* | Copy amd64 ptrace.h to x86 and merge with i386 ptrace.h. Replace | tijl | 2012-03-04 | 1 | -40/+3 |