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