index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
Age
Commit message (
Expand
)
Author
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
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
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
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
Release the rx node if we were unable to allocate a new rx buffer.
Jonathan Matthew
2020-06-16
configure toeplitz using the kernel stoeplitz key if needed.
David Gwynne
2020-06-16
show the structure for the rss configuration.
David Gwynne
2020-06-16
wire stoeplitz code into the tree.
David Gwynne
2020-06-16
Add a symmetric toeplitz implementation, with integration for nics.
David Gwynne
2020-06-16
Use separate event queues and interrupt vectors for admin/link events
Jonathan Matthew
2020-06-15
Check rdrand for success and try up to ten times, as recommended by Intel.
Christian Weisgerber
2020-06-15
Implement a simple kqfilter for deadfs matching its poll handler.
Martin Pieuchot
2020-06-15
Set __EV_HUP when the conditions matching poll(2)'s POLLUP are found.
Martin Pieuchot
2020-06-15
slight copyright update regarding recent work
Theo de Raadt
2020-06-15
align the random buffer so mdrandom() can fill it with register-width
Christian Weisgerber
2020-06-15
Raise SPL when modifying ps_klist to prevent a race with interrupts.
Visa Hankala
2020-06-15
update powerpc64 include paths for 5.7 drm
Jonathan Gray
2020-06-14
Implement cpu_rnd_messybits() as a read of the cycle counter register.
Christian Weisgerber
2020-06-14
Implement cpu-rnd_messybits() as a read of the cycle counter register.
Mark Kettenis
2020-06-14
Remove debug code.
Mark Kettenis
2020-06-14
Enable ahci(4).
Mark Kettenis
2020-06-14
Provide address space extents. While the firmware does configure the bridge
Mark Kettenis
2020-06-14
Make sure SDHC_HOST_CTL2 is consistently controlled using 2-byte accesses,
Patrick Wildt
2020-06-14
Get context switching between kernel threads going.
Mark Kettenis
2020-06-14
Put a bit more information in the panic message.
Mark Kettenis
2020-06-14
Parse bootargs.
Mark Kettenis
2020-06-14
do not need assym.h
Theo de Raadt
2020-06-14
Add -msoft-float, -mno-altivec and -mno-vsx to the compiler flags.
Mark Kettenis
2020-06-14
Make soft interrupts work.
Mark Kettenis
2020-06-14
Minimal >machine/asm.h> to make ffs.S build.
Mark Kettenis
2020-06-14
crank version number
Theo de Raadt
2020-06-14
asm versions of mdrandom() no longer needed
Theo de Raadt
2020-06-14
rewrite mdrandom() in C. previously this XOR'd against rdrand if available,
Theo de Raadt
2020-06-14
Unstub diskconf().
Mark Kettenis
2020-06-14
rename our kunmap() to kunmap_va()
Jonathan Gray
2020-06-14
convert kunmap() arguments with pointer to page struct
Jonathan Gray
[next]