summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
2021-06-21Pull up following revision(s) (requested by riastradh in ticket #1308):martin
2021-06-21Pull up following revision(s) (requested by riastradh in ticket #1307):martin
2020-10-18Pull up following revision(s) (requested by kamil in ticket #1117):martin
2020-07-07Pull up following revision(s) (requested by jmcneill in ticket #980):martin
2020-05-18Pull up following revision(s) (requested by isaki in ticket #911):martin
2020-04-29Pull up following revision(s) (requested by jmcneill in ticket #868):martin
2020-03-10Pull up following revision(s) (requested by pgoyette in ticket #778):martin
2020-03-09Fix merge botch in previous.martin
2020-03-08Pull up following revision(s) (requested by pgoyette in ticket #762):martin
2020-03-02Pull up following revision(s) (requested by christos in ticket #750):martin
2020-01-27Pull up following revision(s) (requested by nia in ticket #657):martin
2020-01-21Pull up following revision(s) (requested by msaitoh in ticket #626):martin
2019-12-08Pull up following revision(s) (requested by riastradh in ticket #505):martin
2019-11-27Pull up following revision(s) (requested by msaitoh in ticket #488):martin
2019-11-25Pull up following revision(s) (requested by msaitoh in ticket #478):martin
2019-11-25Pull up following revision(s) (requested by msaitoh in ticket #476):martin
2019-11-21In preparation for the upcoming release, turn off DIAGNOSTIC in mostmartin
2019-11-21Pull up following revision(s) (requested by rin in ticket #460):martin
2019-10-15Pull up following revision(s) (requested by tnn in ticket #306):martin
2019-08-09Pull up following revision(s) (requested by msaitoh in ticket #37):martin
2019-08-09Pull up following revision(s) (requested by rin in ticket #35):martin
2019-08-06Pull up following revision(s) (requested by kamil in ticket #19):martin
2019-07-24add ssdfb(4) to ALLtnn
2019-07-24Remove XENPV-specific %ss/%cs handling, it doens't seem to be needed withbouyer
2019-07-24 USE <SPACE>+<TAB>msaitoh
2019-07-20Restore the ability to debug a 32 bit process from a 64 bit debugger:christos
2019-07-13Use common code for SMEP/SMAP panic to print more information andmlelstv
2019-07-05More inlines, prerequisites for future changes. Also, remove fngetsw(),maxv
2019-07-03Inline x86_cpuid2(), prerequisite for future changes. Also, add "memory"maxv
2019-06-27Although this is correct, I will let maxv commit it. Still waiting.christos
2019-06-27don't cast void *christos
2019-06-26Implement PT_GETXSTATE and PT_SETXSTATEmgorny
2019-06-18Introduce PTRACE_REG_FP() a helper macro to retrieve the frame pointerkamil
2019-06-17Register UBSAN_ALWAYS_FATAL in kernel configs for kUBSankamil
2019-06-17complete the list of filesystems and enable ffs as a module.christos
2019-06-15Add KASAN_PANIC, an option to turn KASAN warning into kernel panics,maxv
2019-06-12Fix typo in comment (missing 'need')pgoyette
2019-06-12Add missing address check. This broke things like:christos
2019-06-04compat32: Implement PT_GETDBREGS and PT_SETDBREGSmgorny
2019-06-04compat32: Translate userland PT_* request values into kernel codesmgorny
2019-05-29Add PCID support in SVS. This avoids TLB flushes during kernel<->usermaxv
2019-05-28Replace misaligned operations with memcpy() calls in kobj_machdep.ckamil
2019-05-27Remove 'ci_svs_kpdirpa', unused. While here fix a few comments here andmaxv
2019-05-24Added drivers for Hyper-V Synthetic Keyboard and Video device.nonaka
2019-05-22Allow to use KCOV + kASan togetherkamil
2019-05-19Renamemaxv
2019-05-19Misc changes in the x86 FPU code. Reduces a future diff. No real functionalmaxv
2019-05-18Two changes in the CPU mitigations:maxv
2019-05-18Set the symbol type for intrfastexit, so that tools like tprof can findmaxv
2019-05-15Enable EagerFPU on Xen PV. Should work as-is. Sent on port-amd64@.maxv