Re: [GIT PULL] x86/mm changes for v4.4
On Thu, 05 Nov, at 01:33:10PM, Linus Torvalds wrote: > > And if this turns out to be due to EFI wanting those permissions, what > should we do? People have talked about running the EFI...
View ArticleRe: [PATCH v5 3/6] iommu: add ARM short descriptor page table allocator
On Fri, Nov 06, 2015 at 04:42:52PM +0800, Yong Wu wrote: > On Fri, 2015-10-09 at 10:23 +0800, Yong Wu wrote: > > This patch is for ARM Short Descriptor Format. > > > >...
View ArticleRe: NETIF_F_GSO_SOFTWARE vs NETIF_F_GSO
On Fri, Nov 6, 2015 at 5:58 AM, Herbert Xu <herbert@gondor.apana.org.au> wrote: > I don't see anything fundamentally wrong with your idea. After > all what you're describing is the basis...
View ArticleRe: [PATCH] decnet: remove macro-local declarations
+1 I like this more since it is much more obvious what is done. more over we can remove a macro with only 2 users. re, wh Am 06.11.2015 11:57, schrieb Julia Lawall: >>> Would it be preferable...
View ArticleRe: [Patch v7 4/7] PCI/ACPI: Add interface acpi_pci_root_create()
On 2015/11/6 18:37, Tomasz Nowicki wrote: > On 06.11.2015 09:52, Jiang Liu wrote: >> On 2015/11/6 2:19, Lorenzo Pieralisi wrote: >>> On Thu, Nov 05, 2015 at 03:21:34PM +0100, Tomasz...
View ArticleRe: [PATCH v3 1/2] ASoC: codec: Inno codec driver for RK3036 SoC
On Fri, Nov 06, 2015 at 07:35:11PM +0800, Shunqian Zheng wrote: > Sure, I'll write the .get/.put/.info() for this. > Here is the preview of it. > Do you think the following is good to go?...
View ArticleRe: [PATCH 6/7] regulator: hisilicon: Add hi655x pmic voltage regulator driver
Hi Chen, [auto build test ERROR on regulator/for-next] [also build test ERROR on v4.3 next-20151106] url:...
View ArticleRe: GSO with udp_tunnel_xmit_skb
Hi Tom, On Fri, Nov 6, 2015 at 8:19 AM, Tom Herbert <tom@herbertland.com> wrote: > Is this about UFO or GSO (in email subject)? UFO should operate > independently encapsulation or inner...
View ArticleRe: [PATCH] decnet: remove macro-local declarations
On Fri, 6 Nov 2015, walter harms wrote: > +1 > > I like this more since it is much more obvious what is done. > > more over we can remove a macro with only 2 users. It's not to bad...
View ArticleRE: [PATCH 2/2] ASoC: codecs: Add da7218 codec driver
On November 6, 2015 11:22, Mark Brown wrote: > > > > +static int da7218_mic_lvl_det_sw_put(struct snd_kcontrol *kcontrol, > > > > + struct snd_ctl_elem_value *ucontrol) >...
View ArticleRe: [PATCH 2/2] ASoC: codecs: Add da7218 codec driver
On Fri, Nov 06, 2015 at 11:53:00AM +0000, Opensource [Adam Thomson] wrote: > On November 6, 2015 11:22, Mark Brown wrote: > > > I can envisage in a system you may want to choose which...
View ArticleRe: [PATCH v11 5/5] xen/arm: account for stolen ticks
On Fri, Nov 06, 2015 at 11:41:49AM +0000, David Vrabel wrote: > On 06/11/15 11:39, Stefano Stabellini wrote: > > On Thu, 5 Nov 2015, Mark Rutland wrote: > >>> static void...
View ArticleRe: [PATCH v3 1/3] ASoC: rockchip: i2s: add 8 channels capture support
On Fri, Nov 06, 2015 at 09:38:09AM +0800, Sugar Zhang wrote: > + /* refine capture channels */ > + if (!of_property_read_u32(node, "rockchip,capture-channels", &val)) { > + if (val >=...
View ArticleRe: [PATCH v11 1/5] xen: move xen_setup_runstate_info and...
On Fri, Nov 06, 2015 at 11:11:40AM +0000, Stefano Stabellini wrote: > On Thu, 5 Nov 2015, Mark Rutland wrote: > > Hi, > > > > > +static u64 get64(const u64 *p) > > >...
View ArticleRe: [PATCH v3 3/3] ASoC: rockchip: i2s: share tx/rx lrck when symmetric_rates...
On Fri, Nov 06, 2015 at 09:38:11AM +0800, Sugar Zhang wrote: > we share lrck_tx to lrck_rx only if when both i2s symmetric_rates and > dai_link symmetric_rates enabled. This looks good but seems...
View Article[PATCH 00/13] High performance balancing logic for big.LITTLE
Prologue The patch set introduces an extension to the default Linux CPU scheduler (CFS). The main purpose of the extension is utilization of a big.LITTLE CPU for maximum performance. Such solution may...
View Article[PATCH 01/13] hperf_hmp: add new config for arm and arm64.
New config option which enables new scheduler logic: HPERF_HMP. Also adds the following options: 'HPERF_HMP_DEBUG': enables extra runtime checks of balancing parameteres. 'HMP_FAST_CPU_MASK': CPU mask...
View Article[PATCH 13/13] hperf_hmp: cpufreq routines.
Adds CPU frequency change notifier in fair scheduling class. Every time when governor changes frequency, it calls callback from this patch. Frequency of each CPU is used for imbalance calculation....
View Article[PATCH 09/13] hperf_hmp: one way balancing function.
Almost identical functions which push/pull task from/to current CPU to/from another cluster. Called when balancing between clusters is broken and we need to fix it. Signed-off-by: Tarek Dakhran...
View Article[PATCH 08/13] hperf_hmp: swap tasks function.
'swap_tasks' performs migration between current CPU and CPU from another cluster. It scans two runqueues looking for tasks using 'druntime' metric. When both tasks are found it pulls task from another...
View Article