summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-17wire intrmap into the buildDavid Gwynne
2020-06-17make intrmap_cpu return a struct cpu_info *, not a "cpuid number" thing.David Gwynne
2020-06-17use atomic_set() in kref_init()Jonathan Gray
2020-06-17kref_sub() interface was removed from linux and is unusedJonathan Gray
2020-06-17add pci_intr_msix_count(), to get the msi-x table size for a device.David Gwynne
2020-06-17sparc64 should define __HAVE_PCI_MSIXDavid Gwynne
2020-06-17use WRITE_ONCE and READ_ONCE for set and readJonathan Gray
2020-06-17manpage for the bits of intrmap we're using at the moment.David Gwynne
2020-06-17add intrmap, an api that picks cpus for devices to attach interrupts to.David Gwynne
2020-06-17Do not do logical negation of a bitshifted field.mortimer
2020-06-16make intr_barrier run sched_barrier on the cpu the interrupt pinned to.David Gwynne
2020-06-16Remove old commented out line and fix indent.mortimer
2020-06-16Some simplifications.Mark Kettenis
2020-06-16Add missing dependeny.Mark Kettenis
2020-06-16Fix strlcpy() size parameter in refldbld(), it was a byte too small.Todd C. Miller
2020-06-16typosChristian Weisgerber
2020-06-16remove some unused definesJonathan Gray
2020-06-16implement atomic_inc_not_zero() by way of atomic_add_unless()Jonathan Gray
2020-06-16remove a dead storeJonathan Gray
2020-06-16rework SYNOPSIS/usage() to show better the various use formats,Jason McIntyre
2020-06-16tweak previous; ok dlgJason McIntyre
2020-06-16Release the rx node if we were unable to allocate a new rx buffer.Jonathan Matthew
2020-06-16sync again, oops wrong fileStuart Henderson
2020-06-16syncStuart Henderson
2020-06-16vmd(8): backout previous commit to ns8250.c as it reintroduced the bug where thepd
2020-06-16d and D keys to reset to default in customize mode.Nicholas Marriott
2020-06-16Correctly move to previous line when looking for previous word, fromNicholas Marriott
2020-06-16vmd(8): fix ns8250 lockup due to race conditionpd
2020-06-16configure toeplitz using the kernel stoeplitz key if needed.David Gwynne
2020-06-16show the structure for the rss configuration.David Gwynne
2020-06-16how do you use the stoeplitz stuff?David Gwynne
2020-06-16wire stoeplitz code into the tree.David Gwynne
2020-06-16Add a symmetric toeplitz implementation, with integration for nics.David Gwynne
2020-06-16Use separate event queues and interrupt vectors for admin/link eventsJonathan Matthew
2020-06-15Check rdrand for success and try up to ten times, as recommended by Intel.Christian Weisgerber
2020-06-15Log errors with log_info and SPI prepended.tobhe
2020-06-15document -T html -O tag as implemented in main.c rev. 1.253Ingo Schwarze
2020-06-15Support -T html -O tag by passing a file:// URI to the pager.Ingo Schwarze
2020-06-15Implement a simple kqfilter for deadfs matching its poll handler.Martin Pieuchot
2020-06-15Set __EV_HUP when the conditions matching poll(2)'s POLLUP are found.Martin Pieuchot
2020-06-15Document EVP_read_pw_string_min(3)Theo Buehler
2020-06-15slight copyright update regarding recent workTheo de Raadt
2020-06-15align the random buffer so mdrandom() can fill it with register-widthChristian Weisgerber
2020-06-15Document PEM_def_callback(3).Ingo Schwarze
2020-06-15Raise SPL when modifying ps_klist to prevent a race with interrupts.Visa Hankala
2020-06-15print the name of the rings in systat mbuf output too.David Gwynne
2020-06-15update powerpc64 include paths for 5.7 drmJonathan Gray
2020-06-14Implement cpu_rnd_messybits() as a read of the cycle counter register.Christian Weisgerber
2020-06-14Implement cpu-rnd_messybits() as a read of the cycle counter register.Mark Kettenis
2020-06-14Remove debug code.Mark Kettenis