Author: wma
Date: Mon Apr 4 07:06:20 2016
New Revision: 297536
URL: https://svnweb.freebsd.org/changeset/base/297536
Log:
arm64: bzero optimization
This optimization attempts to utylize as wide as possible register store
instructions to zero large buffers.
The implementation, if possibl
Author: wma
Date: Mon Apr 4 07:11:33 2016
New Revision: 297537
URL: https://svnweb.freebsd.org/changeset/base/297537
Log:
Add bzero.S to ARM64 machdep
Add fille missing from https://svnweb.freebsd.org/changeset/base/297536
Added:
head/sys/arm64/arm64/bzero.S (contents, props changed)
Author: wma
Date: Mon Apr 4 07:16:43 2016
New Revision: 297538
URL: https://svnweb.freebsd.org/changeset/base/297538
Log:
arm64: pagezero improvement
This change has been provided to improve pagezero call performance.
Submitted by: Dominik Ermel
Obtained from: Semi
Author: skra
Date: Mon Apr 4 09:15:25 2016
New Revision: 297539
URL: https://svnweb.freebsd.org/changeset/base/297539
Log:
Remove FDT specific parts from INTRNG. Change its interface to make it
universal.
(1) New struct intr_map_data is defined as a container for arbitrary
description
Author: skra
Date: Mon Apr 4 09:23:21 2016
New Revision: 297540
URL: https://svnweb.freebsd.org/changeset/base/297540
Log:
Rework am33xx interrupt controller for INTRNG and enable it
on BEAGLEBONE by default.
Reviewed by: gonzo
Differential Revision:https://reviews.freebsd.org
Author: skra
Date: Mon Apr 4 09:29:30 2016
New Revision: 297541
URL: https://svnweb.freebsd.org/changeset/base/297541
Log:
Rework TI gpio interrupt controller for INTRNG. It's used on PANDABOARD
and BEAGLEBONE where INTRNG is already enabled by default.
Reviewed by: gonzo
Differential
Author: skra
Date: Mon Apr 4 09:41:22 2016
New Revision: 297545
URL: https://svnweb.freebsd.org/changeset/base/297545
Log:
Define local-intc for BCM2836 platform (RPI2) and make BCM2835 intc
a child of it. This is done in conformity with Linux dts files and
as preparation for rework of BCM2
Author: andrew
Date: Mon Apr 4 10:03:06 2016
New Revision: 297550
URL: https://svnweb.freebsd.org/changeset/base/297550
Log:
Fix a format string when uint64_t is not unsigned long long by casting
through uintmax_t.
Modified:
head/sys/dev/extres/clk/clk.c
Modified: head/sys/dev/extres/clk/
Author: maxim
Date: Mon Apr 4 10:27:48 2016
New Revision: 297551
URL: https://svnweb.freebsd.org/changeset/base/297551
Log:
OpenBSD 5.9 and FreeBSD 10.3 releases added.
Modified:
head/share/misc/bsd-family-tree
Modified: head/share/misc/bsd-family-tree
==
Author: andrew
Date: Mon Apr 4 10:52:43 2016
New Revision: 297552
URL: https://svnweb.freebsd.org/changeset/base/297552
Log:
Include sys/rman.h directly rather than relying on header pollution.
Obtained from:ABT Systems Ltd
Sponsored by: The FreeBSD Foundation
Modified:
head/s
On 04/02/2016 04:49, Oliver Pinter wrote:
>
> + printf(" slot %d", (cap & PCIEM_SLOT_CAP_PSN) >> 19);
> + printf(" power limit %d mW", slot_power(cap));
> + if (cap & PCIEM_SLOT_CAP_HPC)
> + printf(" HotPlug(%s)", sta & PCIEM_SLOT_STA_PDS ?
> "pre
Author: andrew
Date: Mon Apr 4 15:13:17 2016
New Revision: 297556
URL: https://svnweb.freebsd.org/changeset/base/297556
Log:
Reduce the diff for when we switch to intrng. The IPI interrupts will be
split out to multiple handlers.
Obtained from:ABT Systems Ltd
Sponsored by: The
Author: ache
Date: Mon Apr 4 15:56:14 2016
New Revision: 297557
URL: https://svnweb.freebsd.org/changeset/base/297557
Log:
SJIS encoding don't have single byte characters >= 224
MFC after: 1 week
Modified:
head/lib/libc/locale/mskanji.c
Modified: head/lib/libc/locale/mskanji.c
===
Author: avg
Date: Mon Apr 4 16:09:29 2016
New Revision: 297558
URL: https://svnweb.freebsd.org/changeset/base/297558
Log:
new x86 smp topology detection code
Previously, the code determined a topology of processing units
(hardware threads, cores, packages) and then deduced a cache topolo
Author: andrew
Date: Mon Apr 4 17:04:33 2016
New Revision: 297561
URL: https://svnweb.freebsd.org/changeset/base/297561
Log:
Add a table to map from the FreeBSD CPUID space to the GIC CPUID space. On
many SoCs these two are the same, however there is no requirement for this
to be the case,
On Saturday, April 02, 2016 11:49:53 AM Oliver Pinter wrote:
> > + if (cap & PCIEM_SLOT_CAP_HPS)
> > + printf(" surprise");
>
>
> What is this surprise string or state? Or is this a forgotten debug string?
It's an actual thing in the spec. "Surprise" insertion/removal means
On Monday, April 4, 2016, John Baldwin wrote:
> On Saturday, April 02, 2016 11:49:53 AM Oliver Pinter wrote:
> > > + if (cap & PCIEM_SLOT_CAP_HPS)
> > > + printf(" surprise");
> >
> >
> > What is this surprise string or state? Or is this a forgotten debug
> string?
>
> It's an
Author: adrian
Date: Mon Apr 4 20:32:31 2016
New Revision: 297562
URL: https://svnweb.freebsd.org/changeset/base/297562
Log:
[net80211] add amsdu and fast frames encap failure counters in the ioctl
definition.
The code to set these will come in a subsequent commit (when I start
fleshin
Author: adrian
Date: Mon Apr 4 20:33:16 2016
New Revision: 297563
URL: https://svnweb.freebsd.org/changeset/base/297563
Log:
[net80211] teach wlanstats about the ff_encapfail field.
Without this it just displays a blank, short column which is just
plainly not useful.
Modified:
head/to
Author: glebius
Date: Mon Apr 4 21:06:44 2016
New Revision: 297564
URL: https://svnweb.freebsd.org/changeset/base/297564
Log:
Add early_customize_cmd() that allows to register custom functions run
before the build stage.
Reviewed by: imp
Obtained from:Netflix
Modified:
head
Author: adrian
Date: Mon Apr 4 22:10:52 2016
New Revision: 297565
URL: https://svnweb.freebsd.org/changeset/base/297565
Log:
[net80211] Add an A-MSDU debug output shortcut.
Modified:
head/tools/tools/net80211/wlanstats/main.c
Modified: head/tools/tools/net80211/wlanstats/main.c
Author: bdrewery
Date: Mon Apr 4 23:15:57 2016
New Revision: 297566
URL: https://svnweb.freebsd.org/changeset/base/297566
Log:
DIRDEPS_BUILD: Use 1 parameter for defining -rpath-link.
Sponsored by: EMC / Isilon Storage Division
Modified:
head/share/mk/local.meta.sys.mk
Modified: head/s
Author: jhb
Date: Tue Apr 5 00:08:42 2016
New Revision: 297568
URL: https://svnweb.freebsd.org/changeset/base/297568
Log:
Don't wakeup the fdc worker thread once a second when idle.
The fdc worker thread was using a one second timeout while waiting for
a new bio to arrive or for the devi
Author: jhb
Date: Tue Apr 5 00:09:19 2016
New Revision: 297569
URL: https://svnweb.freebsd.org/changeset/base/297569
Log:
Remove an unneeded check.
CPUs with valid per-CPU data are not absent.
Sponsored by: Netflix
Modified:
head/sys/net/netisr.c
Modified: head/sys/net/netisr.c
==
Author: jhb
Date: Tue Apr 5 00:10:07 2016
New Revision: 297570
URL: https://svnweb.freebsd.org/changeset/base/297570
Log:
Remove a redundant check.
cpu_suspend_map is always empty if smp_started is false.
Sponsored by: Netflix
Modified:
head/sys/dev/xen/control/control.c
Modified:
Author: wblock (doc committer)
Date: Tue Apr 5 01:12:56 2016
New Revision: 297571
URL: https://svnweb.freebsd.org/changeset/base/297571
Log:
Add another real-life example of setting a quirk for a USB gaming
keyboard. From forum thread: https://forums.freebsd.org/threads/55717/
MFC after
On Mon, Apr 04, 2016 at 04:09:29PM +, Andriy Gapon wrote:
> New Revision: 297558
> URL: https://svnweb.freebsd.org/changeset/base/297558
>
> Log:
> new x86 smp topology detection code
>
> Previously, the code determined a topology of processing units
> (hardware threads, cores, packag
Author: jhibbits
Date: Tue Apr 5 02:27:01 2016
New Revision: 297572
URL: https://svnweb.freebsd.org/changeset/base/297572
Log:
Make i2c device child auto-probe work for MPC85xx and QorIQ SoCs.
OFW i2c probing requires a new method ofw_bus_get_node(), and the bus device
is
assumed iichb.
Author: jhibbits
Date: Tue Apr 5 03:27:33 2016
New Revision: 297573
URL: https://svnweb.freebsd.org/changeset/base/297573
Log:
Add support for the Microchip mcp7941x.
This is compatible with the ds1307, but comparing the mcp7941x datasheet vs
the
ds1307 code, appears there is one bit pl
On 05/04/2016 04:14, Alexey Dokuchaev wrote:
> On Mon, Apr 04, 2016 at 04:09:29PM +, Andriy Gapon wrote:
>> New Revision: 297558
>> URL: https://svnweb.freebsd.org/changeset/base/297558
>>
>> Log:
>> new x86 smp topology detection code
>>
>> Previously, the code determined a topology of
30 matches
Mail list logo