Age | Commit message (Expand) | Author |
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 |
2017-02-08 | Now pcexmem(4) and pcexio(4) are attached at cbus(4), we do not need to | Kenji Aoyama |
2017-02-08 | Pass the physical address to the end of symbols to the kernel. From | Patrick Wildt |
2017-02-08 | Retry BS->ExitBootServices() if it fails, like on amd64. Also we need | Patrick Wildt |
2017-02-08 | In exec_elf.c: expand ELFNAME(), ELFNAME2(), and ELFNAMEEND() except | Philip Guenther |
2017-02-08 | Retry BS->ExitBootServices() if it fails. | YASUOKA Masahiko |
2017-02-07 | Since the instruction cache does not in any way snoop the data cache | Patrick Wildt |
2017-02-07 | For consistency sake, apply the inner shareable attribute to the bootstrap | Patrick Wildt |
2017-02-07 | The default frequency we chose for the generic timer does not always ring | Patrick Wildt |
2017-02-07 | There are 1023 possible values for the interrupts, but our masks limit | Patrick Wildt |
2017-02-07 | Reduce the per-packet allocation costs for crypto operations (cryptop) | Patrick Wildt |
2017-02-06 | Move cache and tlb flush functions, which were mostly inline assembly, | Patrick Wildt |
2017-02-06 | Mark ehci_intr() as MP-safe on octeon. | Visa Hankala |
2017-02-06 | Sync a comment with i386. | Martin Pieuchot |
2017-02-06 | Implement Dynamic Profiling, a ddb(4) based & gprof compatible kernel | Martin Pieuchot |
2017-02-06 | Change the pmap_pmap_pool ipl from IPL_VM to IPL_NONE. Matches the | Jonathan Gray |
2017-02-06 | patrick@ tells me this is mostly mine too | David Gwynne |
2017-02-06 | add a license for the code in here, all of which i seem to have written. | David Gwynne |
2017-02-06 | When determining whether or not to hatch into PAE mode, use the cpu_pae | Mike Larkin |
2017-02-05 | _dmamem_alloc_range() stores physical addresses in the segments, so | Patrick Wildt |
2017-02-05 | Ask for a generic armv8-a encoding rather than one based on and tuned | Jonathan Gray |
2017-02-05 | Add implementation for intr_barrier(9). | Patrick Wildt |
2017-02-05 | Add the necessary PCI header to be able to compile PCI drivers. Based | Patrick Wildt |
2017-02-05 | Since turning of the MMU in the beginning of the kernel removes | Patrick Wildt |
2017-02-05 | Implement another pagetable level for bootstrapping machines that have | Patrick Wildt |
2017-02-05 | As far as we understood the architecture reference manual it should | Patrick Wildt |
2017-02-05 | Add option PCIVERBOSE. | Patrick Wildt |
2017-02-04 | In reality our kernel does not need to be aligned at a 256M boundary, | Patrick Wildt |
2017-02-04 | Read the data cache size instead of hardcoding some value. We might | Patrick Wildt |
2017-02-04 | A bit of code and comment cleanup. | Patrick Wildt |
2017-02-04 | Remove gdb waitcount debug code and dummy print. | Patrick Wildt |
2017-02-04 | Implement atomic_{set,clear}bits_int and membars for arm64. | Jonathan Gray |
2017-02-03 | Implement a helper that creates an L0 pagetable entry pointing to | Patrick Wildt |
2017-02-03 | whitespace fixes | Patrick Wildt |
2017-02-03 | Set the context id and counter offset to a known value. Enable access | Patrick Wildt |
2017-02-03 | Use PAGE_SHIFT instead of encoding the number. | Patrick Wildt |
2017-02-03 | Cleanup pagetable creation code in preparation for adding another level | Patrick Wildt |
2017-02-03 | ARM64 has an 48-bit physical address space, so bump PTE_RPGN to reflect | Patrick Wildt |
2017-02-03 | Don't use PTE_RPGN to mask away the lower page bits from a virtual | Patrick Wildt |
2017-02-03 | Explicitly ask EFI to allocate the page we picked out to lay our | Patrick Wildt |
2017-01-26 | Disable pgt(4) and acx(4) on sparc64. The kernel has grown too large. | Stefan Sperling |
2017-01-26 | The only difference between armv7 and arm64 fdt virtio attachments is an | Jonathan Gray |
2017-01-25 | Build amd64 kernels with -ffreestanding. Synchronize the arm64 and armv7 | Mark Kettenis |
2017-01-25 | Setjmp and longjmp save/restore 13 registers in a label_t struct, | Patrick Wildt |
2017-01-25 | Setjmp should return zero, while longjmp should return nonzero in | Patrick Wildt |