[PATCH 2/3] clk: bcm2835: Add a driver for the auxiliary peripheral clock gates.
There are a pair of SPI masters and a mini UART that were last minute additions. As a result, they didn't get integrated in the same way as the other gates off of the VPU clock in CPRMAN....
View Article[PATCH 3/3] ARM: bcm2835: Add the auxiliary clocks to the device tree.
These will be used for enabling UART1, SPI1, and SPI2. Signed-off-by: Eric Anholt <eric@anholt.net> --- arch/arm/boot/dts/bcm2835.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git...
View Article[PATCH 1/3] clk: bcm2835: Add bindings for the auxiliary peripheral clock gates.
These will be used for enabling UART1, SPI1, and SPI2. Signed-off-by: Eric Anholt <eric@anholt.net> --- .../bindings/clock/brcm,bcm2835-aux-clock.txt | 30 ++++++++++++++++++++++...
View Article[PATCH 0/4] crypto: [sha] x86 SHA extension optimization of SHA1 and SHA256
The new x86 SHA extensions provide new hardware accelerated instructions for computing SHA1 and SHA256 hashes. This patch series provide the assembly routines for SHA1 and SHA256 computation using...
View Article[PATCH 1/4] crypto: [sha] Intel SHA Extensions optimized SHA1 transform function
This patch includes the Intel SHA Extensions optimized implementation of SHA-1 update function. This function has been tested on Broxton platform and measured a speed up of 3.6x over the SSSE3...
View Article[PATCH 2/4] crypto: [sha] Intel SHA Extensions optimized SHA256 transform...
This patch includes the Intel SHA Extensions optimized implementation of SHA-256 update function. This function has been tested on Broxton platform and measured a speed up of 3.6x over the SSSE3...
View Article[PATCH 3/4] crypto: [sha] glue code for Intel SHA extensions optimized SHA1 &...
This patch adds the glue code to detect and utilize the Intel SHA extensions optimized SHA1 and SHA256 update transforms when available. This code has been tested on Broxton for functionality....
View Article[PATCH 4/4] crypto: [sha] Add build support for Intel SHA Extensions...
This patch provides the configuration and build support to include and build the optimized SHA1 and SHA256 update transforms for the kernel's crypto library. Originally-by: Chandramouli Narayanan...
View ArticleRe: [PATCH v7 5/8] Watchdog: introduce ARM SBSA watchdog driver
On 08/24/2015 01:01 PM, fu.wei@linaro.org wrote: > + /* > + * Get the frequency of system counter from the cp15 interface of ARM > + * Generic timer. We don't need to check it, because if it...
View ArticleRe: [PATCH] mm/mmap.c: Remove redundent 'get_area' function pointer in...
On Thu, 3 Sep 2015 12:14:51 +0800 gang.chen.5i5j@gmail.com wrote: > From: Chen Gang <gang.chen.5i5j@gmail.com> > > Call the function pointer directly, then let code a bit simpler. >...
View ArticleRe: [PATCH v2 4/7] x86, acpi, cpu-hotplug: Enable acpi to register all...
On Thursday, September 10, 2015 12:27:46 PM Tang Chen wrote: > From: Gu Zheng <guz.fnst@cn.fujitsu.com> > > [Problem] > > cpuid <-> nodeid mapping is firstly established at...
View ArticleRe: linux-next: Tree for Sep 10
Hi Christian, [cc'ing the current contacts] On Thu, 10 Sep 2015 10:05:01 +0200 Christian Borntraeger <borntraeger@de.ibm.com> wrote: > > Can you add > kvm@vger.kernel.org > for build...
View ArticleRe: [PATCH v4 5/7] Watchdog: introduce ARM SBSA watchdog driver
On 06/03/2015 02:53 PM, Timur Tabi wrote: > On 06/03/2015 01:25 PM, Guenter Roeck wrote: >> In general the idea here would be to use a crashdump kernel, which, >> when loaded, would...
View Articletime to read packets for HTTP query
I'm running a SAAS service running via NGINX and have been running tcpdump to look at the incoming packets for HTTP queries. Many of the HTTP queries are bigger than the MTU of 1,500 bytes and...
View Article[GIT PULL for v4.3-rc1] edac updates
Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac edac/v4.3-1 For two EDAC fixes for Intel systems (Haswell and Ivy Bridge). Thanks! Mauro. - The following...
View ArticleRe: [PATCH 3/4] crypto: [sha] glue code for Intel SHA extensions optimized...
Am Donnerstag, 10. September 2015, 15:27:20 schrieb Tim Chen: Hi Tim, >This patch adds the glue code to detect and utilize the Intel SHA >extensions optimized SHA1 and SHA256 update transforms...
View ArticleRe: [PATCH 0/4] crypto: [sha] x86 SHA extension optimization of SHA1 and SHA256
From: Tim Chen <tim.c.chen@linux.intel.com> Date: Thu, 10 Sep 2015 15:26:52 -0700 > > The new x86 SHA extensions provide new hardware accelerated instructions > for computing SHA1 and...
View ArticleRe: [PATCH] lib/string_helpers.c: fix infinite loop in string_get_size()
On Fri, 4 Sep 2015 14:56:33 +0200 Vitaly Kuznetsov <vkuznets@redhat.com> wrote: > string_get_size(1, 512, 0, ..., ...) call results in an infinite loop. The > problem is that if size == 0...
View ArticleRe: [GIT PULL REQUEST] watchdog - v4.3-rc1 merge window
Hi Wim, On Thu, 10 Sep 2015 16:37:59 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote: > > On Thu, 10 Sep 2015 08:20:07 +0200 Wim Van Sebroeck <wim@iguana.be> wrote: > >...
View ArticleRe: [PHP-DEV] Generic classes and methods RFC
Hi Dennis, thanks for your feedback, see my answers below: > 1. static methods: > > class Foo<T> { > public static function test() { > } > } > > how can I call the...
View Article