Age | Commit message (Expand) | Author |
2020-06-17 | Print CPU name and cache info in the same way as we do on arm64. | Mark Kettenis |
2020-06-17 | Manually tag the section option. | Ingo Schwarze |
2020-06-17 | Fix length check in ca_getreq(). | tobhe |
2020-06-17 | More pmap bits, mostly from powerpc andd arm64. | Mark Kettenis |
2020-06-17 | Instead of performing three distinct allocations per created pipe, | anton |
2020-06-17 | Explicitly unmap DMA memory using pmap_kremove(9). | Mark Kettenis |
2020-06-17 | We are no longer using the "keep" file as a flag. | Florian Obser |
2020-06-17 | needs param.h, not types.h | Theo de Raadt |
2020-06-17 | Document that rand() returns non-deterministic random numbers unless a | Tim van der Molen |
2020-06-17 | Expose SMR list and pointer macros to userspace. This enables the use | Visa Hankala |
2020-06-17 | ddb(4); be explicit that the parameter to trace /t uses the radix | Stuart Henderson |
2020-06-17 | Remove the bus specific sc_ih (interrup handle) variable and use the common | Claudio Jeker |
2020-06-17 | put pci_intr_establish_cpu() in, but commented out for now. | David Gwynne |
2020-06-17 | Let iwx(4) firmware decide which Tx rate to use. | Stefan Sperling |
2020-06-17 | Attach secondary CPUs early. Since on most machine we need psci(4) to | Mark Kettenis |
2020-06-17 | mark up an argument with Fa, not Va | David Gwynne |
2020-06-17 | have a go at documenting pci_intr_map_msix. | David Gwynne |
2020-06-17 | replace a long and wrapped Fn line with Fo Fa Fc | David Gwynne |
2020-06-17 | if the chip did rss, use the hash from the chip as an mbuf flowid. | David Gwynne |
2020-06-17 | make ph_flowid in mbufs 16bits by storing whether it's set in csum_flags. | David Gwynne |
2020-06-17 | Remove some of the unnecessary complications in the calculation of the | Theo Buehler |
2020-06-17 | enable multiple queues (and interrupts on multiple cpus) on vmx(4). | David Gwynne |
2020-06-17 | tweak previous; | Jason McIntyre |
2020-06-17 | add a dumb pci_intr_establish_cpu(). | David Gwynne |
2020-06-17 | pci_intr_establish_cpu() for establishing an interrupt no a specific cpu. | David Gwynne |
2020-06-17 | sync | Theo de Raadt |
2020-06-17 | wire intrmap into the build | David Gwynne |
2020-06-17 | make intrmap_cpu return a struct cpu_info *, not a "cpuid number" thing. | David Gwynne |
2020-06-17 | use atomic_set() in kref_init() | Jonathan Gray |
2020-06-17 | kref_sub() interface was removed from linux and is unused | Jonathan Gray |
2020-06-17 | add pci_intr_msix_count(), to get the msi-x table size for a device. | David Gwynne |
2020-06-17 | sparc64 should define __HAVE_PCI_MSIX | David Gwynne |
2020-06-17 | use WRITE_ONCE and READ_ONCE for set and read | Jonathan Gray |
2020-06-17 | manpage for the bits of intrmap we're using at the moment. | David Gwynne |
2020-06-17 | add intrmap, an api that picks cpus for devices to attach interrupts to. | David Gwynne |
2020-06-17 | Do not do logical negation of a bitshifted field. | mortimer |
2020-06-16 | make intr_barrier run sched_barrier on the cpu the interrupt pinned to. | David Gwynne |
2020-06-16 | Remove old commented out line and fix indent. | mortimer |
2020-06-16 | Some simplifications. | Mark Kettenis |
2020-06-16 | Add missing dependeny. | Mark Kettenis |
2020-06-16 | Fix strlcpy() size parameter in refldbld(), it was a byte too small. | Todd C. Miller |
2020-06-16 | typos | Christian Weisgerber |
2020-06-16 | remove some unused defines | Jonathan Gray |
2020-06-16 | implement atomic_inc_not_zero() by way of atomic_add_unless() | Jonathan Gray |
2020-06-16 | remove a dead store | Jonathan Gray |
2020-06-16 | rework SYNOPSIS/usage() to show better the various use formats, | Jason McIntyre |
2020-06-16 | tweak previous; ok dlg | Jason McIntyre |
2020-06-16 | Release the rx node if we were unable to allocate a new rx buffer. | Jonathan Matthew |
2020-06-16 | sync again, oops wrong file | Stuart Henderson |
2020-06-16 | sync | Stuart Henderson |