created | 2018-11-29T21:56:06Z |
---|---|
begin | 2018-06-10T00:00:00Z |
end | 2018-06-11T00:00:00Z |
path | src/sys |
commits | 7 |
date | 2018-06-10T09:25:50Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/fdt/imxiic.c | log | diff | annotate |
message |
Extract the i2c bitrate from imxiic(4)'s clock-frequency attribute. ok kettenis@ |
date | 2018-06-10T14:14:55Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/imxesdhc.c | log | diff | annotate |
message |
Attach imxesdhc(4) to i.MX7D. Should attach to i.MX6SL as well. Needs the same quirk as i.MX6SX and i.MX8M. |
date | 2018-06-10T14:16:00Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/imxgpc.c | log | diff | annotate |
message | Attach imxgpc(4) to i.MX7D as well. |
date | 2018-06-10T14:17:23Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/imxiomuxc.c | log | diff | annotate |
message | Attach imxiomuxc(4) to i.MX7D as well. |
date | 2018-06-10T14:26:41Z | |||
---|---|---|---|---|
author | guenther | |||
files | src/sys/arch/amd64/amd64/vector.S | log | diff | annotate |
message | Delete dead store of %rax in DDBPROF return path |
date | 2018-06-10T15:02:50Z | |||
---|---|---|---|---|
author | guenther | |||
files | src/sys/arch/amd64/include/frameasm.h | log | diff | annotate |
message |
Put the register-saving parts of INTRENTRY() into their own macros for separate use later. No binary change |
date | 2018-06-10T15:51:41Z | |||
---|---|---|---|---|
author | guenther | |||
files | src/sys/arch/amd64/amd64/vector.S | log | diff | annotate |
message | Only use the separate DDBPROF trap03 entry when coming from the kernel |