created | 2019-01-31T09:37:40Z |
---|---|
begin | 2017-12-29T00:00:00Z |
end | 2017-12-30T00:00:00Z |
path | src/sys |
commits | 8 |
date | 2017-12-29T10:39:01Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/rktemp.c | log | diff | annotate |
message | Add RK3288 support. |
date | 2017-12-29T11:26:44Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/armv7/conf/GENERIC | log | diff | annotate |
message | Add rktemp(4). |
date | 2017-12-29T13:24:11Z | |||
---|---|---|---|---|
author | fcambus | |||
files | src/sys/arch/i386/i386/via.c | log | diff | annotate |
message |
Remove unnecessary includes in the i386 version of the VIA PadLock driver. OK visa@, mlarkin@ |
date | 2017-12-29T13:52:52Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/rkclock.c | log | diff | annotate |
message |
Add support for the CPU clock on the RK3288. Set its frequency to 1.2 GHz on the Tinker-RK3288 such that things run a bit faster. |
date | 2017-12-29T14:45:15Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm/arm/cpu.c | log | diff | annotate |
src/sys/arch/arm64/arm64/cpu.c | log | diff | annotate | |
src/sys/dev/fdt/psci.c | log | diff | annotate | |
message |
Use register_t instead of uint32_t in smc/hmc calls such that arguments to SMC64 functions don't get truncated. Implement support for the CPU_ON call. |
date | 2017-12-29T15:53:09Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/rkclock.c | log | diff | annotate |
message |
Remove the RK3399-specific cpuspeed implementation as the generic one works fine for this SoC. |
date | 2017-12-29T17:05:25Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/kern/uipc_mbuf.c | log | diff | annotate |
src/sys/net/if.c | log | diff | annotate | |
src/sys/net/pf.c | log | diff | annotate | |
src/sys/net/pfvar.h | log | diff | annotate | |
src/sys/netinet/ip_input.c | log | diff | annotate | |
message |
Make the functions which link the pf state keys to mbufs, inpcbs, or other states more consistent. OK visa@ sashan@ on a previous version |
date | 2017-12-29T23:55:22Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/kern/uipc_mbuf.c | log | diff | annotate |
src/sys/net/pf.c | log | diff | annotate | |
message |
Make sure that pf_mbuf_link_state_key() does not overwrite an existing statekey in the mbuf header. Reset the statekey in m_dup_pkthdr(). suggested by and OK sahan@ |