Age | Commit message (Expand) | Author |
2015-09-02 | remove a bunch of orphaned prototypes and unused functions; ok miod | Mike Belopuhov |
2015-08-31 | Check driver name in match function such that driver only attempts to attach | Mark Kettenis |
2015-08-30 | Modify kernel to prepare boot from UEFI. | YASUOKA Masahiko |
2015-08-29 | _NLIST_DO_ELF is no longer needed: it's the only option | Philip Guenther |
2015-08-29 | _NLIST_DO_ELF is no longer needed: it's the only option | Philip Guenther |
2015-08-22 | delete a wrong comment | Mike Larkin |
2015-08-20 | Remove an unused #include file from i386 and amd64 pmap.h | Mike Larkin |
2015-07-21 | Define some LAPIC timer register values. | Masao Uebayashi |
2015-07-19 | Make x86_send_ipi() return void | Stefan Fritsch |
2015-07-18 | Make {x86,i82489,x2apic,i386}_ipi return void | Stefan Fritsch |
2015-07-18 | Make *_ipi_init return void on i386/amd64 | Stefan Fritsch |
2015-07-17 | Avoid assigning low addresses to PCI BARs. Some machines don't claim these | Mark Kettenis |
2015-07-17 | Remove (unused) references to bios32, which is not present in amd64. | Mike Larkin |
2015-07-17 | Remove {LOAD,COUNT}_TEXTA from libsa loadfile, it only made sense for a.out | Miod Vallat |
2015-07-17 | Consistently use SEL_RPL as the mask when testing selector privilege level | Philip Guenther |
2015-07-16 | Move grab/release of the kernel_lock for softintrs from the ASM stubs to | Philip Guenther |
2015-07-02 | introduce srp, which according to the manpage i wrote is short for | David Gwynne |
2015-06-29 | Remove some unused #defines | Mike Larkin |
2015-06-28 | Force the return to userspace from execve to go through iretq to get all | Philip Guenther |
2015-06-28 | LDT is gone and not coming back | Philip Guenther |
2015-06-28 | Split AST handling from trap() into ast() and get rid of T_ASTFLT. | Philip Guenther |
2015-06-24 | Remove a couple of unused and old #defines that discussed phys and virt | Mike Larkin |
2015-06-13 | Parse _CST objects and use the C-states they describe when they're sane. | Philip Guenther |
2015-06-07 | Add CR4_FSGSBASE | Philip Guenther |
2015-06-07 | Enable use of mwait in non-MP boxes and report # of C-substates up to C7, | Philip Guenther |
2015-05-28 | Save the cpuid(6) eax bits in the cpu_info and report the SENSOR and ARAT | Philip Guenther |
2015-05-24 | Treat primary cpu like others and put pointer to its GDT in cpu_info.ci_gdt | Philip Guenther |
2015-05-18 | Do lazy update/reset of the FS.base and %[def]s segment registers: reseting | Philip Guenther |
2015-05-13 | Define END() to set ELF symbol size. | Masao Uebayashi |
2015-05-05 | emul_native is only used for kernel threads which can't dump core, so | Philip Guenther |
2015-04-30 | Remove SIZE_MAX from limits.h. It was added years ago before we | Todd C. Miller |
2015-04-25 | We now following the ABI and always clear cld on function entry, so remove | Philip Guenther |
2015-04-19 | Add support for x2apic mode | Stefan Fritsch |
2015-04-18 | It seems that the CPUID lies about the monitor-line size, or at least our | Mark Kettenis |
2015-03-25 | Save/restore AVX registers and other XSAVE-managed state information when | Mark Kettenis |
2015-03-25 | Mark CPUID_LEAF inline asm as volatile to prevent the compiler from reordering | Mark Kettenis |
2015-03-21 | Add support for saving/restoring FPU state using the XSAVE/XRSTOR. Limit | Mark Kettenis |
2015-03-10 | Make the amd64 pmap (more) mpsafe by protecting both the pmap itself and the | Mark Kettenis |
2015-02-19 | remove unused struct and #define | Mike Larkin |
2015-02-15 | Change pmap_remove_holes() to take a vmspace instead of a map as its argument. | Miod Vallat |
2015-02-11 | make the rwlock implementation MI. | David Gwynne |
2015-02-10 | Remove a #define for an ipi removed last year. No functional change. | Mike Larkin |
2015-02-08 | Hilarious! We are not ready yet for large stack random biases, due to | Theo de Raadt |
2015-02-07 | Tedu the old idle page zeroing code. | Mark Kettenis |
2015-02-06 | Handle hibernate button in the same way as suspend does: send an | David Coppa |
2015-02-05 | Expand STACKGAP_RANDOM to 2MB on machines with large user VA | Theo de Raadt |
2015-01-27 | tedu x86_self_ipi()/i386_self_ipi() | Stefan Fritsch |
2015-01-27 | Remove an odd comment in the first line of the file | Mike Larkin |
2015-01-24 | Add bus_dmamem_alloc_range(9) to allow drivers to allocate DMA'able memory | Mark Kettenis |
2015-01-19 | Make use of an msr available on recent Intel processors to obtain the | Jonathan Gray |