Author: np
Date: Thu Oct 31 00:35:26 2019
New Revision: 354210
URL: https://svnweb.freebsd.org/changeset/base/354210
Log:
cxgbe(4): Use correct size while converting lpacaps32 to native
endianness.
Modified:
head/sys/dev/cxgbe/common/t4_hw.c
Modified: head/sys/dev/cxgbe/common/t4_hw.c
Author: erj
Date: Wed Oct 30 20:45:12 2019
New Revision: 354207
URL: https://svnweb.freebsd.org/changeset/base/354207
Log:
iflib: cleanup memory leaks on driver detach
From Jake:
The iflib stack failed to release all of the memory allocated under
M_IFLIB during device detach.
Speci
Author: kibab
Date: Wed Oct 30 20:43:27 2019
New Revision: 354206
URL: https://svnweb.freebsd.org/changeset/base/354206
Log:
Use the new cam_sim_alloc_dev function to properly initialize SIM
Using cam_sim_alloc_dev() allows to properly set sim_dev field so that
sdiob(4) can attach to the
Author: imp
Date: Wed Oct 30 20:08:10 2019
New Revision: 354205
URL: https://svnweb.freebsd.org/changeset/base/354205
Log:
Remove redundant hw sysctl declaration. gcc CI complains, but clang doesn't.
Modified:
head/sys/dev/ow/ow.c
Modified: head/sys/dev/ow/ow.c
==
Author: imp
Date: Wed Oct 30 19:53:46 2019
New Revision: 354204
URL: https://svnweb.freebsd.org/changeset/base/354204
Log:
Move all the sys/dev/[a-j]* that are common to files.x86
All these device entries are common between the two files. Move them to
files.x86. Also sort entries from thi
Author: imp
Date: Wed Oct 30 19:53:37 2019
New Revision: 354203
URL: https://svnweb.freebsd.org/changeset/base/354203
Log:
Remove duplicate lines.
Modified:
head/sys/conf/files.x86
Modified: head/sys/conf/files.x86
=
Author: markj
Date: Wed Oct 30 19:36:50 2019
New Revision: 354201
URL: https://svnweb.freebsd.org/changeset/base/354201
Log:
Add firmware images for Intel 9000-series wifi chips.
This is in preparation for adding the corresponding support to iwm(4).
Version 46 is the latest but contain
Author: andrew
Date: Wed Oct 30 17:32:35 2019
New Revision: 354193
URL: https://svnweb.freebsd.org/changeset/base/354193
Log:
Set the userspace execute never bit on kernel mappings.
Arm64 allows us to create execute only mappings. To make sure userspace is
unable to accidentally execute k
Author: kib
Date: Wed Oct 30 17:33:17 2019
New Revision: 354194
URL: https://svnweb.freebsd.org/changeset/base/354194
Log:
vm_page_wire_mapped: explain why failure does not affect correctness.
Reviewed by: markj (previous version)
Sponsored by: The FreeBSD Foundation
Differential revis
Author: imp
Date: Wed Oct 30 17:18:11 2019
New Revision: 354192
URL: https://svnweb.freebsd.org/changeset/base/354192
Log:
Make hyperv keyboard work again.
r351049 bogusly deleted these lines from files.amd64 but failed to add them to
files.x86. Since this works on i386, add them to files
Author: avg
Date: Wed Oct 30 15:36:41 2019
New Revision: 354183
URL: https://svnweb.freebsd.org/changeset/base/354183
Log:
ow(4): clean up stray white space
MFC after:2 weeks
Modified:
head/sys/dev/ow/ow.c
Modified: head/sys/dev/ow/ow.c
==
Author: jhibbits
Date: Wed Oct 30 15:30:40 2019
New Revision: 354182
URL: https://svnweb.freebsd.org/changeset/base/354182
Log:
ARM64: Treat alignment faults as bus errors
Summary:
ARM64 currently treats all data abort exceptions as page faults. This
can cause infinite loops on non-pag
Author: avg
Date: Wed Oct 30 15:26:41 2019
New Revision: 354181
URL: https://svnweb.freebsd.org/changeset/base/354181
Log:
ow(4): protocol timings can now be changed as sysctl-s / tunables
I limited potentially infinite timings by 960 us based on a footnote on
page 38 of Maxim Integrated
Author: avg
Date: Wed Oct 30 15:15:53 2019
New Revision: 354180
URL: https://svnweb.freebsd.org/changeset/base/354180
Log:
ow(4): increase regular mode recovery time, t_rec, to 15 us
Previously we used the minimal value of 1 us and it was really tight.
Application Note 3829 has a table de
Author: andrew
Date: Wed Oct 30 14:05:50 2019
New Revision: 354179
URL: https://svnweb.freebsd.org/changeset/base/354179
Log:
Allow exceptions to be masked when in userspace
We may want to mask exceptions when in userspace. This was previously
impossible as threads are created with all ex
Author: andrew
Date: Wed Oct 30 13:45:40 2019
New Revision: 354178
URL: https://svnweb.freebsd.org/changeset/base/354178
Log:
Allow the userspace ID register fields to be read from the kernel
To allow consistent values to be used in both the kernel and userspace
create a function for thes
Author: andrew
Date: Wed Oct 30 12:47:00 2019
New Revision: 354177
URL: https://svnweb.freebsd.org/changeset/base/354177
Log:
Use a lowercase name for arm64 special registers so they don't conflict
with macros of the same name.
Sponsored by: DARPA, AFRL
Modified:
head/sys/arm64/arm64/d
Author: andrew
Date: Wed Oct 30 12:33:36 2019
New Revision: 354176
URL: https://svnweb.freebsd.org/changeset/base/354176
Log:
Move the MRS instruction decode macros to armreg.h
These instructions are used to access the registers described in armreg.h,
and will be used in a future change t
Author: andrew
Date: Wed Oct 30 10:51:24 2019
New Revision: 354175
URL: https://svnweb.freebsd.org/changeset/base/354175
Log:
Update the debug monitor handling to work after userspace has started
The debug monitor register state is now stored in a struct and updated
when required. Current
Author: andrew
Date: Wed Oct 30 10:42:52 2019
New Revision: 354174
URL: https://svnweb.freebsd.org/changeset/base/354174
Log:
Use an array of handlers in the data and instruction aborts
Previously we would call data_abort on all data and instruction aborts
however this is incorrect for mo
Author: andrew
Date: Wed Oct 30 10:41:10 2019
New Revision: 354173
URL: https://svnweb.freebsd.org/changeset/base/354173
Log:
Fix the armv8 crypto driver after r354170.
Sponsored by: DARPA, AFRL
Modified:
head/sys/crypto/armv8/armv8_crypto.c
Modified: head/sys/crypto/armv8/armv8_crypto.
Author: trasz
Date: Wed Oct 30 10:16:28 2019
New Revision: 354172
URL: https://svnweb.freebsd.org/changeset/base/354172
Log:
There's nothing architecture specific in "options STATS"; move it from
sys/amd64/conf/NOTES to sys/conf/NOTES.
Suggested by: jhb@
Sponsored by: Klara Inc, Netflix
Author: andrew
Date: Wed Oct 30 10:13:14 2019
New Revision: 354171
URL: https://svnweb.freebsd.org/changeset/base/354171
Log:
Add two files missed in r354170
Sponsored by: DARPA, AFRL
Modified:
head/sys/arm64/arm64/identcpu.c
head/sys/arm64/arm64/machdep.c
Modified: head/sys/arm64/arm
Author: andrew
Date: Wed Oct 30 10:06:57 2019
New Revision: 354170
URL: https://svnweb.freebsd.org/changeset/base/354170
Log:
Rename the macros to extract a single arm64 ID field.
Because of the previous naming scheme the old ID_AA64PFR0_EL1 macro
collided with a potential macro for the r
24 matches
Mail list logo