Author: mmel
Date: Sat Jul 25 06:32:23 2020
New Revision: 363510
URL: https://svnweb.freebsd.org/changeset/base/363510
Log:
Revert r363123.
As Emanuel poited me the Linux processes these clock assignments in forward
order, not in reversed. I misread the original code.
Tha problem with wron
Please merge this change to stable/12 branch until a proper fix is
done.
---
Yoshihiro Takahashi
In article <202006111559.05bfxnsa070...@repo.freebsd.org>
Eric Joyner writes:
> Author: erj
> Date: Thu Jun 11 15:59:49 2020
> New Revision: 362063
> URL: https://svnweb.freebsd.org/changeset/base
Author: rmacklem
Date: Fri Jul 24 23:17:09 2020
New Revision: 363499
URL: https://svnweb.freebsd.org/changeset/base/363499
Log:
Add support for ext_pgs mbufs to nfsm_uiombuflist() and nfsm_split().
This patch uses a slightly different algorithm for nfsm_uiombuflist() for
the non-ext_pgs c
Author: np
Date: Fri Jul 24 23:15:42 2020
New Revision: 363498
URL: https://svnweb.freebsd.org/changeset/base/363498
Log:
cxgbe(4): Some updates to the common code.
Obtained from:Chelsio Communications
MFC after:1 week
Sponsored by: Chelsio Communications
Modified:
head/s
Thanks,
this will become very handy when working on IO infrastructure.
--Gordon
On Fri, Jul 24, 2020 at 09:14:59PM +, Ilya Bakulin wrote:
> Author: kibab
> Date: Fri Jul 24 21:14:59 2020
> New Revision: 363497
> URL: https://svnweb.freebsd.org/changeset/base/363497
>
> Log:
> Make it poss
Author: kibab
Date: Fri Jul 24 21:14:59 2020
New Revision: 363497
URL: https://svnweb.freebsd.org/changeset/base/363497
Log:
Make it possible to get/set MMC frequency from camcontrol
Enhance camcontrol(8) so that it's possible to manually set frequency for
SD/MMC cards.
While here, displ
On 24 Jul 2020, at 19:52, Emmanuel Vadot wrote:
> Author: manu
> Date: Fri Jul 24 19:52:52 2020
> New Revision: 363489
> URL: https://svnweb.freebsd.org/changeset/base/363489
>
> Log:
> dwmmc: Add MMCCAM part
>
> Add support for MMCCAM for dwmmc
>
> Submitted by: kibab
> Tested On:
Author: mav
Date: Fri Jul 24 20:52:09 2020
New Revision: 363495
URL: https://svnweb.freebsd.org/changeset/base/363495
Log:
Introduce ipi_self_from_nmi().
It allows safe IPI sending to current CPU from NMI context.
Unlike other ipi_*() functions this waits for delivery to leave LAPIC in
Author: mav
Date: Fri Jul 24 20:44:50 2020
New Revision: 363493
URL: https://svnweb.freebsd.org/changeset/base/363493
Log:
Use APIC_IPI_DEST_OTHERS for bitmapped IPIs too.
It should save bunch of LAPIC register accesses.
MFC after:2 weeks
Modified:
head/sys/x86/include/x86_smp.h
Author: mav
Date: Fri Jul 24 19:54:15 2020
New Revision: 363490
URL: https://svnweb.freebsd.org/changeset/base/363490
Log:
Make lapic_ipi_vectored(APIC_IPI_DEST_SELF) NMI safe.
Sending IPI to self or all CPUs does not require write into upper part of
the ICR, prone to races. Previously t
Author: manu
Date: Fri Jul 24 19:52:52 2020
New Revision: 363489
URL: https://svnweb.freebsd.org/changeset/base/363489
Log:
dwmmc: Add MMCCAM part
Add support for MMCCAM for dwmmc
Submitted by: kibab
Tested On:Rock64, RockPro64
Modified:
head/sys/dev/mmc/host/dwmmc.c
head/sy
Author: manu
Date: Fri Jul 24 18:44:50 2020
New Revision: 363488
URL: https://svnweb.freebsd.org/changeset/base/363488
Log:
mmccam: aw_mmc: Only print the new ios value under bootverbose
Modified:
head/sys/arm/allwinner/aw_mmc.c
Modified: head/sys/arm/allwinner/aw_mmc.c
=
Author: manu
Date: Fri Jul 24 18:43:46 2020
New Revision: 363487
URL: https://svnweb.freebsd.org/changeset/base/363487
Log:
mmccam: Make non bootverbose more readable
Remove some debug printfs.
Convert some to CAM_DEBUG
Only print some when bootverbose is set.
Modified:
head/sys/cam/
Author: cem
Date: Fri Jul 24 17:34:44 2020
New Revision: 363483
URL: https://svnweb.freebsd.org/changeset/base/363483
Log:
Use gbincore_unlocked for unprotected incore()
Reviewed by: markj
Sponsored by: Isilon
Differential Revision:https://reviews.freebsd.org/D25790
Modified:
Author: cem
Date: Fri Jul 24 17:34:04 2020
New Revision: 363482
URL: https://svnweb.freebsd.org/changeset/base/363482
Log:
Add unlocked/SMR fast path to getblk()
Convert the bufobj tries to an SMR zone/PCTRIE and add a gbincore_unlocked()
API wrapping this functionality. Use it for a fas
Author: cem
Date: Fri Jul 24 17:32:10 2020
New Revision: 363481
URL: https://svnweb.freebsd.org/changeset/base/363481
Log:
Use SMR to provide safe unlocked lookup for pctries from SMR zones
Adapt r358130, for the almost identical vm_radix, to the pctrie subsystem.
Like that change, the tr
Author: mjg
Date: Fri Jul 24 17:28:24 2020
New Revision: 363480
URL: https://svnweb.freebsd.org/changeset/base/363480
Log:
lockmgr: add missing 'continue' to account for spuriously failed fcmpset
PR: 248245
Reported by: gbe
Noted by: markj
Fixes by: r363415 ("lockmg
Author: manu
Date: Fri Jul 24 17:11:14 2020
New Revision: 363479
URL: https://svnweb.freebsd.org/changeset/base/363479
Log:
mmccam: Add some aliases for non-mmccam to mmccam transition
A new tunable is present, kern.cam.sdda.mmcsd_compat to enable
this feature or not (default is enabled)
Author: jmallett
Date: Fri Jul 24 16:58:13 2020
New Revision: 363478
URL: https://svnweb.freebsd.org/changeset/base/363478
Log:
Remove reference to nlist(3) missed in SCCS revision 5.26 by mckusick
when converting rwhod(8) to using kern.boottime ather than extracting
the boot time from kerne
Author: 0mp (doc,ports committer)
Date: Fri Jul 24 15:04:34 2020
New Revision: 363475
URL: https://svnweb.freebsd.org/changeset/base/363475
Log:
Fix grammar issues and typos
Reported by: ian
MFC after:1 week
Modified:
head/share/man/man8/rc.subr.8
Modified: head/share/man/man8/rc
On Fri, 2020-07-24 at 14:17 +, Mateusz Piotrowski wrote:
> Author: 0mp (doc,ports committer)
> Date: Fri Jul 24 14:17:37 2020
> New Revision: 363473
> URL: https://svnweb.freebsd.org/changeset/base/363473
>
> [...]
> @@ -237,8 +237,13 @@ The
> .Ar name
> argument is the
> .Xr basename 1
> -
Author: 0mp (doc,ports committer)
Date: Fri Jul 24 14:17:37 2020
New Revision: 363473
URL: https://svnweb.freebsd.org/changeset/base/363473
Log:
Document that force_depend() supports only /etc/rc.d scripts
Currently, force_depend() from rc.subr(8) does not support depending on
scripts out
Author: mjg
Date: Fri Jul 24 13:23:32 2020
New Revision: 363472
URL: https://svnweb.freebsd.org/changeset/base/363472
Log:
vm: fix swap reservation leak and clean up surrounding code
The code did not subtract from the global counter if per-uid reservation
failed.
Cleanup highlights:
Author: arichardson
Date: Fri Jul 24 08:40:04 2020
New Revision: 363471
URL: https://svnweb.freebsd.org/changeset/base/363471
Log:
Include TMPFS in all the GENERIC kernel configs
Being able to use tmpfs without kernel modules is very useful when building
small MFS_ROOT kernels without a r
24 matches
Mail list logo