Author: bwidawsk
Date: Fri Feb 22 19:54:28 2019
New Revision: 344476
URL: https://svnweb.freebsd.org/changeset/base/344476
Log:
nvdimm: Simple namespace support
Add support for simple NVDIMM v1.2 namespaces from the UEFI
version 2.7 specification. The combination of NVDIMM regions and
l
Author: bwidawsk
Date: Fri Feb 22 19:54:21 2019
New Revision: 344474
URL: https://svnweb.freebsd.org/changeset/base/344474
Log:
nvdimm: split spa dev into a separate entity
Separate code for exposing a device backed by a system physical
address range away from the NVDIMM spa code. This wi
Author: bwidawsk
Date: Fri Feb 22 19:54:24 2019
New Revision: 344475
URL: https://svnweb.freebsd.org/changeset/base/344475
Log:
nvdimm: Read NVDIMM namespace labels
When attaching to NVDIMM devices, read and verify the namespace
labels from the special namespace label storage area. A late
Author: bwidawsk
Date: Tue Feb 12 05:15:36 2019
New Revision: 344043
URL: https://svnweb.freebsd.org/changeset/base/344043
Log:
termcap: Add an entry for kitty
The project is here:
https://github.com/kovidgoyal/kitty/
I created a port (which now needs updating):
https://bugs.freebs
Author: bwidawsk
Date: Mon Nov 26 19:41:13 2018
New Revision: 340993
URL: https://svnweb.freebsd.org/changeset/base/340993
Log:
acpi/ec: Fix regression caused by r340644
After r340644 there were two things wrong in cases where there is both
an ECDT, and an EC device exposed via acpica. Th
Author: bwidawsk
Date: Wed Nov 21 04:34:18 2018
New Revision: 340720
URL: https://svnweb.freebsd.org/changeset/base/340720
Log:
linuxkpi: Use pageproc instead of vmproc
According to markj@:
pageproc contains the page daemon and laundry threads, which are
responsible for managing the LRU
On 18-11-21 02:00:57, Oliver Pinter wrote:
>
>
> On Tuesday, November 20, 2018, Ben Widawsky wrote:
>
> Author: bwidawsk
> Date: Tue Nov 20 22:49:19 2018
> New Revision: 340709
> URL: https://svnweb.freebsd.org/changeset/base/340709
>
> L
On 18-11-20 19:51:48, Mark Johnston wrote:
> On Tue, Nov 20, 2018 at 04:42:39PM -0800, Ben Widawsky wrote:
> > On 18-11-20 19:35:15, Mark Johnston wrote:
> > > On Tue, Nov 20, 2018 at 10:49:19PM +, Ben Widawsky wrote:
> > > > Author: bwidawsk
> > > >
On 18-11-20 19:35:15, Mark Johnston wrote:
> On Tue, Nov 20, 2018 at 10:49:19PM +0000, Ben Widawsky wrote:
> > Author: bwidawsk
> > Date: Tue Nov 20 22:49:19 2018
> > New Revision: 340709
> > URL: https://svnweb.freebsd.org/changeset/base/340709
> >
> > L
Author: bwidawsk
Date: Wed Nov 21 00:21:58 2018
New Revision: 340716
URL: https://svnweb.freebsd.org/changeset/base/340716
Log:
Add definitions for Intel Speed Shift
These definitions will be used by a driver to implement Hardware
P-States (autonomous control of HWP, via Intel Speed Shift
Author: bwidawsk
Date: Tue Nov 20 23:27:15 2018
New Revision: 340712
URL: https://svnweb.freebsd.org/changeset/base/340712
Log:
git-svn-init: Add docs to the choice of repos
Modified:
head/tools/tools/git/git-svn-init
Modified: head/tools/tools/git/git-svn-init
==
Author: bwidawsk
Date: Tue Nov 20 23:05:09 2018
New Revision: 340710
URL: https://svnweb.freebsd.org/changeset/base/340710
Log:
linuxkpi: Remove duplicated text
Somehow this got botched while moving from git -> svn
Modified:
head/sys/compat/linuxkpi/common/include/linux/swap.h
Modified:
Author: bwidawsk
Date: Tue Nov 20 22:49:19 2018
New Revision: 340709
URL: https://svnweb.freebsd.org/changeset/base/340709
Log:
linuxkpi: Add some basic swap functions
These are used by kms-drm to determine various heuristics relate
memory conditions.
The number of free swap pages is
Author: bwidawsk
Date: Mon Nov 19 18:29:03 2018
New Revision: 340644
URL: https://svnweb.freebsd.org/changeset/base/340644
Log:
acpi: fix acpi_ec_probe to only check EC devices
This patch utilizes the fixed_devclass attribute in order to make sure
other acpi devices with params don't get
Author: bwidawsk
Date: Thu Nov 1 15:30:01 2018
New Revision: 34
URL: https://svnweb.freebsd.org/changeset/base/34
Log:
linuxkpi: Add GFP flags needed for ttm drivers
Submitted by: Johannes Lundberg
Requested by: bwidawsk
MFC after:3 days
Approved by: emaste (mentor)
Mo
Author: bwidawsk
Date: Mon Oct 22 03:29:54 2018
New Revision: 339577
URL: https://svnweb.freebsd.org/changeset/base/339577
Log:
acpi: Add an interface to obtain DSM information
The Device Specific Method (_DSM) is on optional object that defines
device specific controls. This will be usef
Author: bwidawsk
Date: Thu Sep 6 18:45:31 2018
New Revision: 338504
URL: https://svnweb.freebsd.org/changeset/base/338504
Log:
Add device_attach and device_detach events to man page.
Approved by: bcr, emaste (mentor), imp, jhb
Approved by: re (gjb)
Differential Revision:https
Author: bwidawsk
Date: Mon Aug 6 01:08:43 2018
New Revision: 337365
URL: https://svnweb.freebsd.org/changeset/base/337365
Log:
git-svn-init: Clarify branch creation commands
Suggested by: eadler
Reviewed by: eadler
Approved by: emaste (mentor)
Differential Revision:https://
On 18-08-04 19:36:11, Warner Losh wrote:
>
>
> On Sat, Aug 4, 2018, 7:11 PM Eitan Adler wrote:
>
> On Sat, 4 Aug 2018 at 10:16, Warner Losh wrote:
> >
> >
> >
> > On Sat, Aug 4, 2018, 6:08 PM Eitan Adler wrote:
> >>
&g
Author: bwidawsk
Date: Thu Aug 2 18:37:02 2018
New Revision: 337158
URL: https://svnweb.freebsd.org/changeset/base/337158
Log:
Remove spuriously added svn properties
Modified:
head/.gitattributes
Modified: head/.gitattributes
=
Author: bwidawsk
Date: Thu Aug 2 18:28:02 2018
New Revision: 337157
URL: https://svnweb.freebsd.org/changeset/base/337157
Log:
tools: Add a git-svn bootstrap script
codified version of https://wiki.freebsd.org/GitWorkflow/GitSvn#Using_git-svn
Approved by: emaste (mentor)
Suggested
On 18-07-17 21:45:14, Warner Losh wrote:
> Author: imp
> Date: Tue Jul 17 21:45:14 2018
> New Revision: 336431
> URL: https://svnweb.freebsd.org/changeset/base/336431
>
> Log:
> Remove bogus attempt to simulate scrolling. It's not needed and messes
> up serial output. Setting the cursor positi
I accidentally snipped the Submitted By: before committing. This was actually
authored by Scott...
Scott Phillips
On 18-07-11 02:32:06, Ben Widawsky wrote:
> Author: bwidawsk
> Date: Wed Jul 11 02:32:06 2018
> New Revision: 336187
> URL: https://svnweb.freebsd.org/changeset/base/336
Author: bwidawsk
Date: Wed Jul 11 02:32:06 2018
New Revision: 336187
URL: https://svnweb.freebsd.org/changeset/base/336187
Log:
run(4): Add a new USB device ID.
Summary:
Add the device id of the Panda Wireless PAU06 which seems to be
the already-supported combination of RT5392 MAC and R
ResidencyCounter=0x0632 (?) CounterFrequency=TSC
On 18-07-11 01:37:01, Ben Widawsky wrote:
> Author: bwidawsk
> Date: Wed Jul 11 01:37:01 2018
> New Revision: 336185
> URL: https://svnweb.freebsd.org/changeset/base/336185
>
> Log:
> acpidump(8): Add ACPI LPIT
Author: bwidawsk
Date: Wed Jul 11 01:37:01 2018
New Revision: 336185
URL: https://svnweb.freebsd.org/changeset/base/336185
Log:
acpidump(8): Add ACPI LPIT (Low Power Idle Table)
The LPIT is the part of the "standardized" way that one can enumerate
various power state information on Intel
3"]
bschmidt [label="Bernhard Schmidt\nbschm...@freebsd.org\n2010/02/06"]
+bwidawsk [label="Ben Widawsky\nbwida...@freebsd.org\n2018/07/05"]
bz [label="Bjoern A. Zeeb\n...@freebsd.org\n2004/07/27"]
cem [label="Conrad Meyer\n...@freebsd.org\n2015/07/05"]
chuc
On 18-05-31 07:42:08, Rodney W. Grimes wrote:
> > Author: imp
> > Date: Thu May 31 14:23:33 2018
> > New Revision: 334431
> > URL: https://svnweb.freebsd.org/changeset/base/334431
> >
> > Log:
> > Depart from normal man page proactice a little and provide guidance on
28 matches
Mail list logo