index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
x86
/
isa
Age
Commit message (
Expand
)
Author
2023-01-25
x86/intr: Work around sleazy clockintr with a secret frame argument.
riastradh
2023-01-24
x86/isa/clock.c: Nix trailing whitespace.
riastradh
2022-12-30
Honor ACPI FADT Century byte; should fix many "unknown CMOS layout" messages.
jakllsch
2022-04-15
Disable FADT LEGACY_DEVICES flag test.
jmcneill
2021-12-17
Correct copypaste comment grammar.
skrll
2021-12-17
Trailing whitespace
skrll
2021-10-16
Skip legacy device detection for VMware guests with ACPI enabled.
jmcneill
2021-10-15
Add missing acpi include
jmcneill
2021-10-15
If ACPI indicates that there are no user visible devices on the LPC or ISA
jmcneill
2020-05-29
For struct timecounter, use C99 initializers.
rin
2020-05-02
Introduce Xen PVH support in GENERIC.
bouyer
2020-04-25
Merge the bouyer-xenpvh branch, bringing in Xen PV drivers support under HVM
bouyer
2019-10-16
Add and use __FPTRCAST, requested by uwe@
christos
2019-10-16
add void * casts for the clock interrupt handlers.
christos
2019-02-15
Added Microsoft Hyper-V support. It ported from OpenBSD and FreeBSD.
nonaka
2019-02-11
We reorganise definitions for XEN source support as follows:
cherry
2018-12-25
Excise XEN specific code out of x86/x86/intr.c into xen/x86/xen_intr.c
cherry
2018-12-10
Remove unused mbuf.h includes.
maxv
2018-12-03
Allow isa_machdep.c to compile in the case of no ioapic support.
cherry
2018-09-10
Remove the last usage of xen_pirq_alloc() and pirq_establish()
cherry
2018-06-24
add support for kern.intr.list aka intrctl(8) 'list' for xen
jdolecek
2017-12-13
Fixes for physical interrupts on Xen:
bouyer
2017-11-04
Retire xen/x86/intr.c and use the new xen specific glue in x86/x86/intr.c
cherry
2017-07-21
Fix uninitialised use of variable mpih
cherry
2017-07-16
Remove the xen specific interrupt type for the x86 intr_handle_t
cherry
2016-10-15
provide intr xname
jdolecek
2015-04-27
add intr_handle_t and let pci_intr_handle_t use it.
knakahara
2012-02-28
cosmetic, spelling, and grammar adjustments
mbalmer
2011-10-18
Factor device_isa_register() and device_pci_register() out of
dyoung
2011-09-01
Add bus_dma overrides. From dyoung
christos
2011-08-27
use c99 struct initializers
christos
2009-08-19
isa_detach_hook() needs two arguments, the first an isa_chipset_tag_t.
dyoung
2009-08-18
These are stragglers from my last commit ("Let us safely detach
dyoung
2009-06-16
Split mc146818-related functions from clock.c into rtc.c.
bouyer
2009-04-19
cpuctl:
ad
2009-04-07
Detach sysbeep0 at shutdown.
dyoung
2009-03-14
Remove all the __P() from sys (excluding sys/dist)
dsl
2008-12-18
remove unused malloc.h
cegger
2008-12-16
replace bitmask_snprintf(9) with snprintb(3)
christos
2008-07-03
Remove "struct device" from "struct pic", where it was only real
drochner
2008-06-27
struct device * -> device_t
cegger
2008-06-27
ansify
cegger
2008-05-30
Add a 'known_mpsafe' argument to intr_establish().
ad
2008-05-11
Fix the qemu (?) problem.
ad
2008-05-10
Improve x86 tsc handling:
ad
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-04-06
Correct comment about struct timecounter field
cherry
2008-03-05
Cosmetics: use device_t and cfdata_t.
cube
2008-03-04
sysbeep has no softc, use CFATTACH_DECL_NEW.
cube
2008-01-19
unbreak i8254_get_timecount() in environments where the
kardel
[next]