Author: mmel
Date: Mon Dec 14 09:49:07 2020
New Revision: 368628
URL: https://svnweb.freebsd.org/changeset/base/368628
Log:
MFC r367447:
Add a method to determine whether given interrupt is per CPU or not.
Modified:
stable/12/sys/kern/subr_intr.c
stable/12/sys/sys/intr.h
Directory Pr
Author: mmel
Date: Mon Dec 14 10:14:32 2020
New Revision: 368629
URL: https://svnweb.freebsd.org/changeset/base/368629
Log:
MFC r367865:
Also pass interrupt binding request to non-root interrupt controllers.
There
are message based controllers that can bind interrupts even if they a
Author: mmel
Date: Mon Dec 14 10:16:59 2020
New Revision: 368630
URL: https://svnweb.freebsd.org/changeset/base/368630
Log:
MFC r367955:
Ensure that the buffer is in nvme_single_map() mapped to single segment.
Not a functional change.
Modified:
stable/12/sys/dev/nvme/nvme_private.h
On Sun, 13 Dec 2020 at 19:22, Ryan Libby wrote:
>
> On Tue, Aug 25, 2020 at 6:30 AM Alex Richardson
> wrote:
> >
> > Author: arichardson
> > Date: Tue Aug 25 13:30:03 2020
> > New Revision: 364761
> > URL: https://svnweb.freebsd.org/changeset/base/364761
> >
> > Log:
> > Pass -fuse-ld=/path/to
Author: mmel
Date: Mon Dec 14 11:09:07 2020
New Revision: 368631
URL: https://svnweb.freebsd.org/changeset/base/368631
Log:
MFC r368161:
Store MPIDR register in pcpu.
Modified:
stable/12/sys/arm/arm/machdep.c
stable/12/sys/arm/arm/mp_machdep.c
stable/12/sys/arm/include/pcpu.h
Direc
Author: hselasky
Date: Mon Dec 14 11:56:16 2020
New Revision: 368632
URL: https://svnweb.freebsd.org/changeset/base/368632
Log:
Be bug compatible with other operating systems by allowing non-sequential
interface numbering for USB descriptors in userspace. Else certain USB
control requests us
Author: mmel
Date: Mon Dec 14 11:57:43 2020
New Revision: 368633
URL: https://svnweb.freebsd.org/changeset/base/368633
Log:
Verify (and fix) the context_id argument passed to the mpentry () by PSCI.
Some older PSCI implementations corrupt (or do not pass) the context_id
argument to newly
Author: mmel
Date: Mon Dec 14 13:10:19 2020
New Revision: 368634
URL: https://svnweb.freebsd.org/changeset/base/368634
Log:
Finish implementation of ARM PMU interrupts.
The ARM PMU may use single per-core interrupt or may use multiple generic
interrupts, one per core. In this case, special a
Author: mmel
Date: Mon Dec 14 14:00:54 2020
New Revision: 368635
URL: https://svnweb.freebsd.org/changeset/base/368635
Log:
Remove unused functions and variables in cpufunc.[ch].
Modified:
head/sys/arm/arm/cpufunc.c
head/sys/arm/arm/cpufunc_asm.S
head/sys/arm/include/cpufunc.h
head/sys/
Author: markj
Date: Mon Dec 14 14:54:20 2020
New Revision: 368636
URL: https://svnweb.freebsd.org/changeset/base/368636
Log:
MFC r368414:
arm: Let the GDB stub write to SP, LR and GP registers
PR: 251463
Modified:
stable/12/sys/arm/arm/gdb_machdep.c
stable/12/sys/arm/include/gdb_ma
Author: chuck
Date: Mon Dec 14 17:12:48 2020
New Revision: 368637
URL: https://svnweb.freebsd.org/changeset/base/368637
Log:
MFC r364602: bhyve: NVMe set nominal health values
Modified:
stable/12/usr.sbin/bhyve/pci_nvme.c
Directory Properties:
stable/12/ (props changed)
Modified: stable/
Author: chuck
Date: Mon Dec 14 17:18:59 2020
New Revision: 368638
URL: https://svnweb.freebsd.org/changeset/base/368638
Log:
MFC r368275: nvme: Fix typo in definition
Modified:
stable/12/sys/dev/nvme/nvme.h
stable/12/sys/dev/nvme/nvme_qpair.c
Directory Properties:
stable/12/ (props chan
Author: jkim
Date: Mon Dec 14 19:18:11 2020
New Revision: 368639
URL: https://svnweb.freebsd.org/changeset/base/368639
Log:
Merge OpenSSL 1.1.1i.
Note this is a direct commit because assembly code was moved to a new place
on head.
Modified:
stable/12/crypto/openssl/CHANGES
stable/12/
Author: lwhsu
Date: Mon Dec 14 19:47:08 2020
New Revision: 368640
URL: https://svnweb.freebsd.org/changeset/base/368640
Log:
Mark vendor imports needs to discuss with git-admin first
It's safer to review the vendor imports to svn when it's getting close to the
flag day of migrating src re
Author: jhb
Date: Mon Dec 14 20:40:21 2020
New Revision: 368641
URL: https://svnweb.freebsd.org/changeset/base/368641
Log:
MFC 368003:
Honor the disabled setting for MSI-X interrupts for passthrough devices.
Add a new ioctl to disable all MSI-X interrupts for a PCI passthrough
device an
Author: jhb
Date: Mon Dec 14 20:48:59 2020
New Revision: 368642
URL: https://svnweb.freebsd.org/changeset/base/368642
Log:
MFC 368004: Pull the check for VM ownership into ppt_find().
This reduces some code duplication. One behavior change is that
ppt_assign_device() will now only succee
Author: gordon
Date: Mon Dec 14 21:20:55 2020
New Revision: 368643
URL: https://svnweb.freebsd.org/changeset/base/368643
Log:
Fix OpenSSL NULL pointer de-reference.
Approved by: so
Security: FreeBSD-SA-20:33.openssl
Security: CVE-2020-1971
Modified:
releng/11.4/UPDATING
re
On Mon, Dec 14, 2020 at 2:33 AM Alexander Richardson
wrote:
>
> On Sun, 13 Dec 2020 at 19:22, Ryan Libby wrote:
> >
> > On Tue, Aug 25, 2020 at 6:30 AM Alex Richardson
> > wrote:
> > >
> > > Author: arichardson
> > > Date: Tue Aug 25 13:30:03 2020
> > > New Revision: 364761
> > > URL: https://s
Author: brooks
Date: Mon Dec 14 21:56:15 2020
New Revision: 368644
URL: https://svnweb.freebsd.org/changeset/base/368644
Log:
MFC r368543:
style(9): Correct whitespace in struct definitions
struct ifconf and struct ifreq use the odd style "structfoo".
struct ifdrv seems to have tried
Author: brooks
Date: Mon Dec 14 22:03:13 2020
New Revision: 368645
URL: https://svnweb.freebsd.org/changeset/base/368645
Log:
MFC r368543:
style(9): Correct whitespace in struct definitions
struct ifconf and struct ifreq use the odd style "structfoo".
struct ifdrv seems to have tried
Author: brooks
Date: Mon Dec 14 22:07:07 2020
New Revision: 368646
URL: https://svnweb.freebsd.org/changeset/base/368646
Log:
MFC r368561:
ndis(4): expand deprecation to the whole driver
nids(4) was a clever idea in the early 2000's when the market was
flooded with 10/100 NICs with W
Author: tuexen
Date: Mon Dec 14 22:13:58 2020
New Revision: 368647
URL: https://svnweb.freebsd.org/changeset/base/368647
Log:
Improve the counting of blocks used to transfer a file from the
server to the client in case of not using an OACK: Don't miss
the first block in case of it is not als
Author: melifaro
Date: Mon Dec 14 22:23:08 2020
New Revision: 368648
URL: https://svnweb.freebsd.org/changeset/base/368648
Log:
Enable ROUTE_MPATH support in GENERIC kernels.
Ability to load-balance traffic over multiple path is a must-have thing for
routers.
It may be used by the server
Author: kib
Date: Mon Dec 14 22:52:29 2020
New Revision: 368649
URL: https://svnweb.freebsd.org/changeset/base/368649
Log:
amd64 pmap: fix PCID mode invalidations
When r362031 moved local TLB invalidation after shootdown IPI send, it
moved too much. In particular, PCID-mode clearing of t
Author: brooks
Date: Mon Dec 14 22:53:19 2020
New Revision: 368650
URL: https://svnweb.freebsd.org/changeset/base/368650
Log:
MFC r368561:
ndis(4): expand deprecation to the whole driver
nids(4) was a clever idea in the early 2000's when the market was
flooded with 10/100 NICs with W
Author: melifaro
Date: Mon Dec 14 22:54:32 2020
New Revision: 368651
URL: https://svnweb.freebsd.org/changeset/base/368651
Log:
Fix LINT-NOINET6 build after r368571.
Reported by: mjg
Modified:
head/sys/netpfil/ipfw/ip_fw_table_algo.c
Modified: head/sys/netpfil/ipfw/ip_fw_table_algo.c
=
Author: emaste
Date: Tue Dec 15 01:45:19 2020
New Revision: 368652
URL: https://svnweb.freebsd.org/changeset/base/368652
Log:
Remove more cx,ctau leftovers
Missed in r359178
Deleted:
head/tools/kerneldoc/subsys/Doxyfile-dev_ctau
head/tools/kerneldoc/subsys/Doxyfile-dev_cx
_
27 matches
Mail list logo