| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-gen after r271743 implementing most of | bz | 2014-09-18 | 5 | -8/+13 |
* | Implement most of timer_{create,settime,gettime,getoverrun,delete} | bz | 2014-09-18 | 3 | -32/+6 |
* | Presence of any VM_PROT bits in the permission argument on x86 implies | kib | 2014-09-17 | 1 | -1/+2 |
* | MFamd64: Use initializecpu() to set various model-specific registers on | jhb | 2014-09-10 | 5 | -43/+22 |
* | To workaround an errata on certain Pentium Pro CPUs, i386 disables | jhb | 2014-09-10 | 2 | -3/+26 |
* | Move code to set various MSRs on AMD cpus out of printcpuinfo() and | jhb | 2014-09-10 | 2 | -8/+30 |
* | Create a separate structure for per-CPU state saved across suspend and | jhb | 2014-09-06 | 2 | -5/+8 |
* | Apply known workarounds for modern MacBooks. | pfg | 2014-09-05 | 1 | -0/+2 |
* | Add mrsas(4) to GENERIC for i386 and amd64. | markj | 2014-09-04 | 1 | -0/+1 |
* | Merge the amd64 and i386 identcpu.c into a single x86 implementation. | jhb | 2014-09-04 | 3 | -1551/+2 |
* | Remove a stray blank line from the Intel cache and TLB info. | jhb | 2014-09-04 | 1 | -55/+53 |
* | - Move blacklists of broken TSCs out of the printcpuinfo() function | jhb | 2014-09-04 | 1 | -36/+11 |
* | Remove trailing whitespace. | jhb | 2014-09-04 | 1 | -4/+4 |
* | - Move prototypes for various functions into out of C files and into | jhb | 2014-09-04 | 5 | -55/+34 |
* | Actually save and restore FPU state on APs during suspend and resume. | jhb | 2014-09-03 | 1 | -6/+2 |
* | Save and restore FPU state across suspend and resume. In earlier revisions | jhb | 2014-08-30 | 5 | -43/+47 |
* | Minor space/tab cleanups. | pfg | 2014-08-30 | 2 | -12/+12 |
* | - Add a new structure type for the ACPI 3.0 SMAP entry that includes the | jhb | 2014-08-29 | 2 | -0/+44 |
* | MFamd64: Add a machdep.bootmethod sysctl to inform the installer which | jhb | 2014-08-29 | 1 | -0/+4 |
* | Fix build of si(4) and enable it in LINT on amd64 and i386. | jhb | 2014-08-20 | 1 | -1/+1 |
* | Complete r254667, do not destroy pmap lock if KVA allocation failed. | kib | 2014-08-16 | 2 | -4/+1 |
* | Update i386/NOTES and amd64/NOTES files to contain the complete list of | gavin | 2014-08-14 | 1 | -4/+17 |
* | Correct a comment brought over from amd64. i386 doesn't use long | jhb | 2014-08-12 | 1 | -8/+1 |
* | Change {_,}pmap_allocpte() so that they look for the flag PMAP_ENTER_NOSLEEP | alc | 2014-08-11 | 1 | -20/+11 |
* | Change pmap_enter(9) interface to take flags parameter and superpage | kib | 2014-08-08 | 2 | -33/+47 |
* | Merge all MD sf_buf allocators into one MI, residing in kern/subr_sfbuf.c | glebius | 2014-08-05 | 3 | -211/+66 |
* | Retire pmap_change_wiring(). We have never used it to wire virtual pages. | alc | 2014-08-03 | 2 | -85/+0 |
* | - Copying and zeroing pages via temporary mappings involves updating the | marius | 2014-07-24 | 1 | -5/+12 |
* | Invoke the DTrace trap handler before calling trap() on amd64. This matches | markj | 2014-07-14 | 1 | -1/+1 |
* | Correct si_code for the SIGBUS signal generated by the alignment trap. | kib | 2014-07-08 | 1 | -0/+4 |
* | Introduce pmap_unwire(). It will replace pmap_change_wiring(). There are | alc | 2014-07-06 | 2 | -0/+144 |
* | Add vt(4) devices and options to NOTES | emaste | 2014-07-01 | 1 | -0/+3 |
* | Add vt(4) to GENERIC and retire the separate VT config | emaste | 2014-06-30 | 2 | -14/+4 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 9 | -17/+8 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 9 | -8/+17 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 9 | -17/+8 |
* | Add FPU_KERN_KTHR flag to fpu_kern_enter(9), which avoids saving FPU | kib | 2014-06-23 | 2 | -0/+8 |
* | Revert r266925 as it can lead to instant panic at fexecve(): | dchagin | 2014-06-17 | 1 | -2/+2 |
* | - Modify vm_page_unwire() and vm_page_enqueue() to directly accept | attilio | 2014-06-16 | 2 | -2/+2 |
* | amd64/i386: introduce APIC hooks for different APIC implementations. | royger | 2014-06-16 | 2 | -6/+3 |
* | Fix some cosmetic issues with the use of kmem_malloc() in the i386 LDT | kib | 2014-06-15 | 1 | -24/+6 |
* | Add a page size field to struct vm_page. Increase the page size field when | alc | 2014-06-07 | 1 | -2/+1 |
* | Restore comments accidentally removed. | imp | 2014-06-06 | 2 | -2/+2 |
* | To allow to run the interpreter itself add a new ELF branding type. | dchagin | 2014-05-31 | 1 | -2/+2 |
* | Commit the rest of the changes that were intended to be part of r266826. | markj | 2014-05-29 | 1 | -22/+0 |
* | - Actually, modules are built correctly when compiled along the kernel as | marius | 2014-05-28 | 1 | -7/+2 |
* | - Shrink the list of excluded modules to what actually still doesn't build | marius | 2014-05-28 | 1 | -4/+3 |
* | imagact_binmisc builds for all supported architectures, so enable it for all. | jhibbits | 2014-05-22 | 1 | -3/+0 |
* | Disable ACPI and P4TCC throttling by default, following discussion on | nwhitehorn | 2014-05-04 | 1 | -0/+2 |
* | Bring in the mpr(4) driver for LSI's MPT3 12Gb SAS controllers. | ken | 2014-05-02 | 2 | -1/+2 |