| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove compatibility shims for legacy ATA device names. | mav | 2015-10-11 | 2 | -2/+0 |
* | Fix missing semi-colon from r289055. | cem | 2015-10-08 | 1 | -1/+1 |
* | linux: fix handling of out-of-bounds syscall attempts | mjg | 2015-10-08 | 1 | -1/+1 |
* | xen/console: Introduce a new console driver for Xen guest | royger | 2015-10-08 | 1 | -1/+1 |
* | Update Xen headers from 4.2 to 4.6 | royger | 2015-10-06 | 2 | -1/+1 |
* | Exploit r288122 to address a cosmetic issue. Since PV chunk pages don't | alc | 2015-09-26 | 1 | -1/+1 |
* | Add support for weak symbols to the kernel linkers. It means that | kib | 2015-09-20 | 1 | -6/+7 |
* | Add stack_save_td_running(), a function to trace the kernel stack of a | markj | 2015-09-11 | 1 | -11/+20 |
* | Merge stack(9) implementations for i386 and amd64 under x86/. | markj | 2015-09-11 | 2 | -126/+3 |
* | Do not hold the process around the vm_fault() call from the trap()s. | kib | 2015-09-10 | 1 | -31/+3 |
* | preload_search_info: make sure mod is set | royger | 2015-08-21 | 1 | -5/+2 |
* | Better support memory mapped console devices, such as VGA and EFI | marcel | 2015-08-12 | 2 | -41/+109 |
* | Initialization of smp_tlb_wait does not require release semantic, no | kib | 2015-08-12 | 1 | -1/+1 |
* | AP should load aps_ready with acquire semantic to see BSP updates to | kib | 2015-08-12 | 1 | -1/+1 |
* | Make kstack_pages a tunable on arm, x86, and powepc. On i386, the | kib | 2015-08-10 | 3 | -5/+4 |
* | Remove unused i386 header privatespace.h. For the native kernel, its | kib | 2015-08-07 | 1 | -49/+0 |
* | Remove some more vestiges of the Xen PV domu support. Specifically, | jhb | 2015-08-06 | 2 | -117/+0 |
* | Rationalize BSD license on sys/*/include/in_cksum.h | emaste | 2015-08-05 | 1 | -1/+1 |
* | Fix UP build after r286296, ensure that CPU_FOREACH() is defined. | kib | 2015-08-05 | 1 | -4/+0 |
* | Add two new pmap functions: | jah | 2015-08-04 | 2 | -1/+51 |
* | Give large kernel stack to the initial thread . Otherwise, ZFS | kib | 2015-08-04 | 4 | -3/+9 |
* | Add pmspvc device back to GENERIC. The issues with the device playing | imp | 2015-08-03 | 1 | -2/+1 |
* | Clear the IA32_MISC_ENABLE MSR bit, which limits the max CPUID | kib | 2015-08-03 | 2 | -0/+3 |
* | Pull pmspcv (pms(4)) from GENERIC. It has PCI ID conflicts | gjb | 2015-07-31 | 1 | -1/+2 |
* | Improve comments. | kib | 2015-07-30 | 1 | -3/+3 |
* | Use private cache line for the locked nop in *mb() on i386. | kib | 2015-07-30 | 2 | -34/+41 |
* | MFamd64 r285934: Remove store/load (= full) barrier from the i386 | kib | 2015-07-29 | 1 | -17/+7 |
* | Remove dead functions pmap_pvdump and pads. | sbruno | 2015-07-29 | 1 | -48/+0 |
* | Remove duplicate and useless declarations. | kib | 2015-07-22 | 2 | -2/+0 |
* | Various changes to the registers displayed in DDB for x86. | jhb | 2015-07-22 | 2 | -45/+58 |
* | Let the unwinder handle faults during function prologues or epilogues. | markj | 2015-07-21 | 1 | -1/+3 |
* | Improve stack unwinding on i386 and amd64 after an IP fault. | markj | 2015-07-21 | 1 | -5/+18 |
* | Implement the lockstat provider using SDT(9) instead of the custom provider | markj | 2015-07-19 | 1 | -1/+0 |
* | Revert bit of the r285627, locore.s does not need include of | kib | 2015-07-19 | 1 | -1/+0 |
* | Merge driver for PMC Sierra's range of SAS/SATA HBAs. | benno | 2015-07-17 | 2 | -0/+4 |
|\ |
|
| * | Driver 'pmspcv' added. Supports PMC-Sierra PM8001/8081/8088/8089/8074/8076/80... | achim | 2015-07-07 | 2 | -0/+4 |
* | | When checking for the valid value of the frame pointer, verify that it | kib | 2015-07-16 | 1 | -5/+5 |
* | | Fix KSTACK_PAGES issue when the default value was changed in KERNCONF | zbb | 2015-07-16 | 1 | -0/+1 |
* | | Spell crypto correctly. | brueffer | 2015-07-14 | 1 | -1/+1 |
* | | Convert between abridged (from FXSAVE) and unabridged (from FSAVE) | kib | 2015-07-10 | 1 | -6/+13 |
* | | Duplicate the copyright from the i386/i386/machdep.c into | kib | 2015-07-10 | 1 | -6/+36 |
* | | Now that aesni won't reuse fpu contexts (D3016), add seatbelts to the | jmg | 2015-07-08 | 1 | -2/+10 |
* | | Add the atomic_thread_fence() family of functions with intent to | kib | 2015-07-08 | 1 | -0/+32 |
|/ |
|
* | Fix up tabs vs. spaces | gnn | 2015-07-04 | 1 | -1/+1 |
* | Enable IPSEC in all GENERIC kernels. | gnn | 2015-07-04 | 1 | -0/+4 |
* | Use single instance of the identical INKERNEL() and PMC_IN_KERNEL() | kib | 2015-07-02 | 3 | -4/+4 |
* | Provide npx_get_fsave(9) and npx_set_fsave(9) functions to obtain and | kib | 2015-06-29 | 3 | -58/+103 |
* | Move CS_SECURE() and EFL_SECURE() macros to the machine/frame.h. They | kib | 2015-06-29 | 2 | -3/+8 |
* | Add a comment about too strong semantic of atomic_load_acq() on x86. | kib | 2015-06-29 | 1 | -0/+9 |
* | Add x86 PT_GETFSBASE, PT_GETGSBASE machine-depended ptrace requests to | kib | 2015-06-29 | 1 | -2/+51 |