Age | Commit message (Expand) | Author |
2017-02-28 | Switch geteblks()'s size argument from int to size_t. It's called with | Martin Natano |
2017-02-28 | build with USER_PCICONF to enable /dev/pci* | Jonathan Gray |
2017-02-27 | Build hppa kernels with -ffreestanding. | Mark Kettenis |
2017-02-26 | Define cache line size for the per-cpu API. | Visa Hankala |
2017-02-25 | Enable ampintcmsi(4), pciecam(4), ppb(4) and virtio(4). | Patrick Wildt |
2017-02-25 | Implement ampintcmsi(4) in ampintc(4) to support MSI. The GICv2M is an | Patrick Wildt |
2017-02-25 | MSI interrupts are established in a different way as well. Instead of | Patrick Wildt |
2017-02-25 | Implement support for interrupt types. The GIC only seems to support | Patrick Wildt |
2017-02-24 | Retire the global interrupt establish and disestablish API. It has been | Patrick Wildt |
2017-02-24 | Implement an API for establishing legacy PCI interrupts. This specific | Patrick Wildt |
2017-02-24 | Hook up pciecam(4), but don't compile it yet. | Patrick Wildt |
2017-02-24 | Introduce pciecam(4), a driver for generic ECAM compatible PCI host | Patrick Wildt |
2017-02-22 | Enable ahci(4). | Patrick Wildt |
2017-02-22 | The AMD Seattle SoC incorporates DMA coherent controllers, especially | Patrick Wildt |
2017-02-22 | add acpisbs, an acpi smart battery subsystem driver reading data | Joshua Stein |
2017-02-22 | Set sc_vendor in bcm2835_dwctwo before calling dwc2_init(). | Jonathan Gray |
2017-02-20 | STACKALIGN() already does the right thing by casting the given argument | Patrick Wildt |
2017-02-20 | VMX: assert that the supplied instruction length matches what is expected for | Mike Larkin |
2017-02-20 | same fix as amd64 (typo in comment) | Mike Larkin |
2017-02-20 | VMX: assert that the supplied instruction length matches what is expected for | Mike Larkin |
2017-02-20 | SVM: asm support for SVM/RVI | Mike Larkin |
2017-02-20 | typo in comment | Mike Larkin |
2017-02-20 | SVM: fix wrong treatment of MSRs, especially EFER. | Mike Larkin |
2017-02-20 | SVM: fix segment A/R bits formatting | Mike Larkin |
2017-02-19 | Fix asynchronous system traps so that they actually work. Fixes at | Patrick Wildt |
2017-02-19 | Suppress messages about spurious UART interrupts on MP systems. | Visa Hankala |
2017-02-19 | Skip IO interrupt mask update on secondary CPUs when restoring IPL. | Visa Hankala |
2017-02-19 | Add SMP config and IPI control logic for Loongson 3A. | Visa Hankala |
2017-02-19 | Add IPI counter. | Visa Hankala |
2017-02-18 | Extend and fix bus_dmamap_load_raw() implementation to make xhci(4) | Patrick Wildt |
2017-02-18 | Make sure that the timer control registers are written before any | Patrick Wildt |
2017-02-18 | Bump variables related to arithmetic operations to 64-bit. Especially | Patrick Wildt |
2017-02-18 | Initialize the generic timer early so that its delay function can be | Patrick Wildt |
2017-02-17 | Fix up and use the device memory attribute for device mappings. Add | Patrick Wildt |
2017-02-17 | Use a proper memory attribute for write-through instead of reusing | Patrick Wildt |
2017-02-17 | Remove a bunch of dead code in bus dma. This code still needs actual | Patrick Wildt |
2017-02-17 | Implement DDB backtrace support. In addition to the actual tracing, | Patrick Wildt |
2017-02-17 | Fix inverted PMAP_CANFAIL logic. | Jonathan Gray |
2017-02-15 | whitespace fixes | Patrick Wildt |
2017-02-15 | Implement permission checks in the copy routines. When they were | Patrick Wildt |
2017-02-15 | Make this build (and run) with gcc 4. | Miod Vallat |
2017-02-15 | Bump MAXTSIZ to 64M on arm. | Jeremie Courreges-Anglas |
2017-02-15 | Mark dwc2_intr() as MP-safe on octeon. The driver's internal state | Visa Hankala |
2017-02-14 | Set the default TSC quality to -1000 to be less than the i8254 | Reyk Floeter |
2017-02-13 | whitespace tweak. no functional change. | David Gwynne |
2017-02-12 | Split up fork1(): | Philip Guenther |
2017-02-11 | Always leave one free slot in the Tx ring to avoid ambiguity with ring | Visa Hankala |
2017-02-11 | Simplify ifq_deq_{begin,rollback,commit} sequence to ifq_dequeue. | Visa Hankala |
2017-02-11 | Let MP-safe interrupt handlers run without the kernel lock on sgi. | Visa Hankala |
2017-02-10 | Unbreak 'config -p'. | Martin Pieuchot |