created | 2019-05-08T05:37:01Z |
---|---|
begin | 2018-01-29T00:00:00Z |
end | 2018-01-30T00:00:00Z |
path | src/sys |
commits | 4 |
date | 2018-01-29T11:46:44Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/arch/arm64/conf/GENERIC | log | diff | annotate |
src/sys/arch/arm64/conf/RAMDISK | log | diff | annotate | |
message |
Attach ampintc/ampintcmsi early so pci devices can be attached with msi when using qemu -M virt. ok kettenis@ |
date | 2018-01-29T14:51:57Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/sgi/sgi/ip27_machdep.c | log | diff | annotate |
src/sys/arch/sgi/sgi/ip30_machdep.c | log | diff | annotate | |
message |
Let the interrupt subsystem allocate memory for the IPI handle, to drop remaining uses of `ci_ipiih'. In addition, mark the IPI handler MP-safe. |
date | 2018-01-29T14:53:01Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/mips64/include/cpu.h | log | diff | annotate |
message | Drop unused field `ci_ipiih'. |
date | 2018-01-29T21:54:11Z | |||
---|---|---|---|---|
author | bru | |||
files | src/sys/dev/pckbc/pms.c | log | diff | annotate |
src/sys/dev/pckbc/pmsreg.h | log | diff | annotate | |
message |
pms: minor cleanups in the alps code. 1. Update the ALPS_*_BEZEL values, which don't match the actual limits accurately. The new values are used by Linux for all models with the protocols "V1" and "V2". 2. Models with the ID 0x7331 are not supported properly, remove it from the list. 3. Report to wsmouse that multiple contacts aren't recognized. |