created | 2020-10-25T07:27:30Z |
---|---|
begin | 2020-10-18T00:00:00Z |
end | 2020-10-19T00:00:00Z |
path | src/sys |
commits | 7 |
date | 2020-10-18T09:22:32Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/pci/drm/ttm/ttm_bo_vm.c | log | diff | annotate |
message |
Fix several bugs in the TTM page fault handler and porperly integrate all the changes made to Linux 5.7. Pointed out by jsg@. ok jsg@ |
date | 2020-10-18T12:03:50Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/arm64/cpu.c | log | diff | annotate |
message |
Add code to print CPU features. ok naddy@ |
date | 2020-10-18T12:03:51Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/include/armreg.h | log | diff | annotate |
message |
Add code to print CPU features. ok naddy@ |
date | 2020-10-18T12:21:32Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/powerpc64/powerpc64/trap.c | log | diff | annotate |
message | Remove leftover debugging output for EXC_PGM traps. |
date | 2020-10-18T12:46:07Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/arm64/cpu.c | log | diff | annotate |
message | Fix typo. Spotted by patrick@ |
date | 2020-10-18T14:50:14Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/powerpc64/powerpc64/trap.c | log | diff | annotate |
message | Handle trace interrupts from userland. |
date | 2020-10-18T14:51:09Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/powerpc64/powerpc64/pmap.c | log | diff | annotate |
message | Implement pmap_proc_iflush(). |