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
/
include
Age
Commit message (
Expand
)
Author
2023-04-11
Fix compile error.
msaitoh
2023-04-11
Add CPUID 0x07 %ecx bit 24 BUS_LOCK_DETECT.
msaitoh
2023-03-25
s/Predective/Predictive/ and s/dedected/detected/ in comments.
andvar
2023-02-25
x86: Mitigate MXCSR Configuration Dependent Timing in kernel FPU use.
riastradh
2023-02-17
Add AMD CPUID Fn0000_0008 %ebx bit 3 INVLPGB.
msaitoh
2023-02-14
Add some CPUID bits from PPR for AMD Family 19h Model 61h Revision B1.
msaitoh
2023-01-25
x86/intr: Work around sleazy clockintr with a secret frame argument.
riastradh
2022-12-30
Fix comment.
msaitoh
2022-12-30
Update definitions from the latest Intel SDM.
msaitoh
2022-12-27
Use __BIT(). Add comment. Whitespace. No functional change.
msaitoh
2022-11-21
Update AMD CPUID Fn8000_001b
msaitoh
2022-11-16
Add CPUID Fn8000_0022 AMD Extended Performance Monitoring and Debug.
msaitoh
2022-11-16
Add CPUID Fn8000_0021 AMD Extended Features Identification 2.
msaitoh
2022-11-16
Add Some definitions from AMD APM:
msaitoh
2022-10-19
Add AMD cpuid Fn8000_000a x2AVIC, VNMI and IBSVIRT from APM Vol. 3 Rev. 3.34.
msaitoh
2022-10-12
Add CPUID Fn8000_001e Processor Topology Information.
msaitoh
2022-10-06
IOAPIC_ID_MASK is 8 bits these days. Fixes PR kern/54276.
msaitoh
2022-10-06
Update some AMD CPUID bits:
msaitoh
2022-09-24
x86: Support EFI runtime services.
riastradh
2022-09-15
Verify checksum of the extended signature table.
msaitoh
2022-09-13
x86/pmap.h: Need machine/cpufunc.h for invlpg.
riastradh
2022-09-07
NetBSD/x86: Raise the number of interrupt sources per CPU from 32 to 56.
knakahara
2022-08-20
x86: Move definition of struct pmap to pmap_private.h.
riastradh
2022-08-20
x86: Split most of pmap.h into pmap_private.h or vmparam.h.
riastradh
2022-08-20
x86: Forbid using x86/pte.h directly; use machine/pte.h.
riastradh
2022-08-20
x86: Move pl*_i, pl_i_roundup, and ptp_va2o out of x86/pmap.h.
riastradh
2022-08-20
x86: Move struct vm_page_md to common x86/pmap.h.
riastradh
2022-08-20
x86: Split bootspace out of x86/pmap.h into new x86/bootspace.h.
riastradh
2022-08-20
x86: Move page attribute table bits to x86/pat.h.
riastradh
2022-08-20
x86/bootinfo.h: Add include guard.
riastradh
2022-08-20
machine/efi.h: Migrate common definitions to dev/efi/efi.h.
riastradh
2022-08-20
x86/efi.h: Assert size of struct efi_systbl.
riastradh
2022-08-20
arm/efi.h, x86/efi.h: Fix whitespace around RCS id.
riastradh
2022-08-20
x86/efi.h: Fix whitespace. No functional change intended.
riastradh
2022-08-20
machine/efi.h: Add more memory descriptor attributes.
riastradh
2022-06-18
fix typos in word "functions" in comments, mainly s/fuctions/functions/.
andvar
2022-06-15
Modify CPUID Fn0000000a %ebx's string. Add new string for %ecx.
msaitoh
2022-06-13
Add top-down slots event bit of architectural performance monitoring leaf.
msaitoh
2022-05-24
Some devices (e.g. ixg in MSI-X mode) don't to have their handlers called
bouyer
2022-04-04
fix various typos, mainly in comments.
andvar
2022-04-01
Trailing whitespace
skrll
2022-03-12
x86: Check for biglock leakage in interrupt handlers.
riastradh
2022-02-12
__cpu_simple_lock(9): Omit needless barriers in init.
riastradh
2022-02-01
s/shareing/sharing/. No functional change.
msaitoh
2022-01-29
Add Intel Hybrid Information Enumeration (CPUID Fn0000_001a).
msaitoh
2022-01-22
Ensure bus_dmatag_subregion is called with an inclusive max_addr
skrll
2022-01-17
fix typos in comments, mainly s/foward/forward/.
andvar
2022-01-15
Add Some definitions from AMD APM:
msaitoh
2022-01-15
Whitespace. No functional change.
msaitoh
2022-01-15
Move CPUID_CAPEX_FLAGS next to %eax because it's for %eax.
msaitoh
[next]