| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the struct | kib | 2015-11-28 | 3 | -13/+0 |
* | Disconnect iBCS2 emulator from the build. The ibcs2 option, the build | kib | 2015-11-28 | 1 | -1/+1 |
* | Fix whitespace on addition of IPSEC option | emaste | 2015-11-26 | 1 | -1/+1 |
* | Split kerne timekeep ABI structure vdso_sv_tk out of the struct | kib | 2015-11-23 | 1 | -1/+2 |
* | Export various helper variables describing the layout and size of | jhb | 2015-11-12 | 1 | -6/+10 |
* | The prefix for CLFLUSHOPT is 0x66. It was right on amd64. | kib | 2015-10-30 | 1 | -1/+1 |
* | Use movw instead of movl (or plain mov) when moving segment registers | jhb | 2015-10-29 | 2 | -15/+15 |
* | Build fix for i386/XBOX and pc98/GENERIC. | hselasky | 2015-10-28 | 1 | -0/+2 |
* | Intel SDM before revision 56 described the CLFLUSH instruction as only | kib | 2015-10-24 | 2 | -14/+39 |
* | Add CLFLUSHOPT instruction wrappers. | kib | 2015-10-23 | 1 | -0/+7 |
* | x86/xen: Consolidate xen-os.h in a single place | royger | 2015-10-21 | 1 | -186/+4 |
* | 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 |