On 04/01/2015 05:20 PM, Tyler Baker wrote:
> Use the CC variable instead of hard coding gcc and include lib.mk.
>
> Signed-off-by: Tyler Baker
Greg,
Will you be able to take this patch in with the other
kdbus sleftest patches?
Acked-by: Shuah Khan
thanks,
-- Shuah
> ---
> tools/testing/sel
On Thu, Apr 2, 2015 at 1:50 AM, Peter Zijlstra wrote:
> On Wed, Apr 01, 2015 at 08:34:39PM -0700, John Stultz wrote:
>> Ingo noted that the description of clocks_calc_max_nsecs()'s
>> 50% safety margin was somewhat circular. So this patch tries
>> to improve the comment to better explain what we m
On Wed, Apr 1, 2015 at 2:59 PM, Chris J Arges
wrote:
>
> It is worthwhile to do a 'bisect' to see where on average it takes
> longer to reproduce? Perhaps it will point to a relevant change, or it
> may be completely useless.
It's likely to be an exercise in futility. "git bisect" is realyl bad
a
On Thu, Apr 2, 2015 at 12:51 AM, Ingo Molnar wrote:
>
> * Peter Zijlstra wrote:
>
>> On Wed, Apr 01, 2015 at 08:34:41PM -0700, John Stultz wrote:
>> > Ingo suggested that the timekeeping debugging variables
>> > recently added should not be global, and should be tied
>> > to the timekeeper's read
On Thu, Apr 02, 2015 at 05:53:09PM +0100, Morten Rasmussen wrote:
> Could you enlighten me a bit about how to define the arch specific
> implementation without getting into trouble? I'm failing miserably :(
Hmm, this was not supposed to be difficult.. :/
> I thought the arm arch-specific topology
On Thu, Apr 02, 2015 at 07:25:13PM +0200, Peter Zijlstra wrote:
> On Thu, Apr 02, 2015 at 12:03:08PM -0400, Sasha Levin wrote:
> > It's not correct.
>
> Yay for lockdep ;-)
>
> > [0.645644] debug_check_no_locks_held (kernel/locking/lockdep.c:4178)
>
> Should we also have that call in freezer
Hi Linus,
Please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
tags/rdma-for-linus
One 4.0 RDMA change:
- Fix for exploitable integer overflow in uverbs interface.
On Thu, Apr 2, 2015 at 2:55 AM, Ingo Molnar wrote:
>
> So another possibility would be that it's the third change causing
> this change in behavior:
Oh, yes, that looks much more likely. I overlooked that small change entirely.
> ... since with this we won't send IPIs in a semi-nested fashion wi
On Tue, Mar 31, 2015 at 12:56:38AM +0100, Chanwoo Choi wrote:
> Hi Mark,
>
> On 03/31/2015 01:09 AM, Mark Rutland wrote:
> > Hi,
> >
> > On Wed, Mar 18, 2015 at 12:17:28AM +, Chanwoo Choi wrote:
> >> This patch adds new Exynos5433 dtsi to support 64-bit Exynos5433 SoC based
> >> on
> >> Octa
On 03/26/2015 01:42 PM, Denys Vlasenko wrote:
> This change makes the check exact (no more false positives
> on kernel addresses).
>
> It isn't really important to be fully correct here -
> almost all addresses we'll ever see will be userspace ones,
> but OTOH it looks to be cheap enough:
> the ne
On Thu, Apr 2, 2015 at 6:59 AM, David Howells wrote:
>
> Could you pull these FS-Cache fixes please?
I really think this is out of the merge window, and not at all appropriate.
There have been no fscache changes since September of last year, it
can't suddenly be so urgent that you need to get th
Context tracking recursion can happen when an exception triggers in the
middle of a call to a context tracking probe.
This special case can be caused by vmalloc faults. If an access to a
memory area allocated by vmalloc happens in the middle of
context_tracking_enter(), we may run into an endless
Mark context_tracking_cpu_set() as init code, we only need it at
early boot time.
Signed-off-by: Frederic Weisbecker
Cc: Thomas Gleixner
Cc: Peter Zijlstra
Cc: Rik van Riel
Cc: Paul E. McKenney
Cc: Ingo Molnar
Cc: Dave Jones
Cc: Oleg Nesterov
---
kernel/context_tracking.c | 4 ++--
1 file
Hi,
A few updates that I plan to push in a few days:
_ Fix recursion issues (rare crashes reported)
_ Optimize TIF_NOHZ propagation
_ Some __init tags
git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git
nohz/core
HEAD: bf7d3e11e99120f6c435cc709842e9b82431c003
Than
TIF_NOHZ is used by context_tracking to force syscall slow-path on every
task in order to track userspace roundtrips. As such, it must be set on
all running tasks.
It's currently explicitly inherited through context switches. There is
no need to do it on this fast-path though. The flag could be si
On Wed, 2015-04-01 at 10:37 +0100, Luis Henriques wrote:
> On Tue, Mar 31, 2015 at 12:47:01PM -0700, Kamal Mostafa wrote:
> > 3.13.11-ckt18 -stable review patch. If anyone has any objections, please
> > let me know.
> >
>
> Arnd reported a regression caused by this patch. It seems to be fixed
>
From: Chris Metcalf
Change the default behavior of watchdog so it only runs on the
housekeeping cores when nohz_full is enabled at build and boot time.
Allow modifying the set of cores the watchdog is currently running
on with a new kernel.watchdog_cpumask sysctl.
Signed-off-by: Chris Metcalf
Richard,
Il 29/03/2015 14:13, Richard Weinberger ha scritto:
> + mutex_lock(&ubi->buf_mutex);
> + err = ubi_io_read(ubi, ubi->peb_buf, e->pnum, 0, ubi->peb_size);
> + mutex_unlock(&ubi->buf_mutex);
> + if (err == UBI_IO_BITFLIPS) {
> + dbg_wl("found bitflips in PEB %d"
On 04/02/2015 11:17 AM, Tyler Baker wrote:
> On 2 April 2015 at 06:43, Shuah Khan wrote:
>> On 04/02/2015 04:18 AM, Prarit Bhargava wrote:
>>>
>>>
>>> On 03/26/2015 01:33 PM, Tyler Baker wrote:
On 26 March 2015 at 09:29, John Stultz wrote:
> On Thu, Mar 26, 2015 at 4:31 AM, Prarit Bharga
Previously, inode page is not correctly locked and unlocked in pair during
the roll-forward recovery.
Signed-off-by: Jaegeuk Kim
---
fs/f2fs/recovery.c | 48 +++-
1 file changed, 31 insertions(+), 17 deletions(-)
diff --git a/fs/f2fs/recovery.c b/fs/f
If there are multiple fsynced dnodes having a dent flag, roll-forward routine
sets FI_INC_LINK for their inode, and recovery_dentry increases its link count
accordingly.
That results in normal file having a link count as 2, so we can't unlink those
files.
This was added to handle several inode blo
If f2fs was corrupted with missing dot dentries, it needs to recover them after
fsck.f2fs detection.
The underlying precedure is:
1. The fsck.f2fs remains F2FS_INLINE_DOTS flag in directory inode, if it detects
missing dot dentries.
2. When f2fs looks up the corrupted directory, it triggers f2fs
When assigning i_mode for dotdot, it needs to assign parent's i_mode.
Signed-off-by: Jaegeuk Kim
---
fs/f2fs/dir.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/f2fs/dir.c b/fs/f2fs/dir.c
index b2970fb..60a2a41 100644
--- a/fs/f2fs/dir.c
+++ b/fs/f2fs/dir.c
@@ -334,7 +33
During the roll-forward recovery, if we found a new data index written fsync
lastly, we need to recover new block address.
But, if that address was corrupted, we should not recover that.
Otherwise, f2fs gets kernel panic from:
In check_index_in_prev_nodes(),
sentry = get_seg_entry(sbi, segno
On Thu, 2 Apr 2015 11:58:13 -0400
Jeff Layton wrote:
> On Thu, 02 Apr 2015 10:42:46 -0400
> Mark Salter wrote:
>
> > This patch:
> >
> > commit f895b252d4edf66b2895fb5a7b17a638665f3e1f
> > Author: Jeff Layton
> > Date: Mon Nov 17 16:58:04 2014 -0500
> >
> > sunrpc: eliminate RPC_
Hi!
Am 02.04.2015 um 19:34 schrieb Andrea Scian:
>
> Richard,
>
> Il 29/03/2015 14:13, Richard Weinberger ha scritto:
>> +mutex_lock(&ubi->buf_mutex);
>> +err = ubi_io_read(ubi, ubi->peb_buf, e->pnum, 0, ubi->peb_size);
>> +mutex_unlock(&ubi->buf_mutex);
>> +if (err == UBI_IO_BIT
Thanks Paul. Some comments embedded and for the rest I will update the
code accordingly.
> A few nits follow.
>
> On Wed, 2015-04-01 at 17:12 -0400, Jilai Wang wrote:
>> --- a/drivers/gpu/drm/msm/Kconfig
>> +++ b/drivers/gpu/drm/msm/Kconfig
>
>> +config DRM_MSM_WB
>> +bool "Enable writeback su
On 04/02/2015 01:39 PM, Frederic Weisbecker wrote:
> Context tracking recursion can happen when an exception triggers in the
> middle of a call to a context tracking probe.
>
> This special case can be caused by vmalloc faults. If an access to a
> memory area allocated by vmalloc happens in the mi
On Thu, Apr 2, 2015 at 3:18 AM, Prarit Bhargava wrote:
> On 03/26/2015 01:33 PM, Tyler Baker wrote:
>> I realize this may be a good amount of work, so I'd like to help out.
>> Perhaps working John to convert his timer tests to use TAP output
>> would be a good starting point?
>
> John, I could pro
On 04/02/2015 12:52 AM, Zhang Zhen wrote:
> Without this patch, if /proc/self/uid_map is not exist,
> the mount test case will fail and no any prompting.
>
> After applied this patch, the case will prompt why it fail.
> Just as follows:
> root@kernel-host:/opt/kernel> make -C tools/testing/selftes
* Christoph Hellwig wrote:
> On Thu, Apr 02, 2015 at 03:11:36PM +, Elliott, Robert (Server Storage)
> wrote:
> > AttrCopyRead IOPS Write IOPS
> > = ==
> > UC memcpy 36 K
On Thu, Apr 2, 2015 at 2:07 AM, Mika Westerberg
wrote:
> On Wed, Apr 01, 2015 at 10:01:45AM -0700, Feng Kan wrote:
>> On Wed, Apr 1, 2015 at 12:45 AM, Mika Westerberg
>> wrote:
>> > On Tue, Mar 31, 2015 at 02:18:00PM -0700, Feng Kan wrote:
>> >> This will add support for ACPI parsing of the mboxe
On Thu, Apr 02, 2015 at 01:39:28PM -0400, cmetc...@ezchip.com wrote:
> @@ -431,6 +434,10 @@ static void watchdog_enable(unsigned int cpu)
> hrtimer_init(hrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
> hrtimer->function = watchdog_timer_fn;
>
> + /* Exit if the cpu is not allowed fo
Thanks Emil. Please check the comments embedded and for the rest I will
update the code.
> Hi Jilai,
>
> Just a few questions, not really a review as I'm not that familiar
> with the code.
>
>
>> +++ b/drivers/gpu/drm/msm/Kconfig
>> @@ -27,6 +27,16 @@ config DRM_MSM_FBDEV
>> support. Not
On 04/02/2015 01:39 PM, Frederic Weisbecker wrote:
> Mark context_tracking_cpu_set() as init code, we only need it at
> early boot time.
>
> Signed-off-by: Frederic Weisbecker
> Cc: Thomas Gleixner
> Cc: Peter Zijlstra
> Cc: Rik van Riel
> Cc: Paul E. McKenney
> Cc: Ingo Molnar
> Cc: Dave Jo
On 04/02/2015 01:39 PM, Frederic Weisbecker wrote:
> TIF_NOHZ is used by context_tracking to force syscall slow-path on every
> task in order to track userspace roundtrips. As such, it must be set on
> all running tasks.
>
> It's currently explicitly inherited through context switches. There is
>
From: Sowmini Varadhan
Date: Thu, 2 Apr 2015 10:19:37 -0400
> @@ -177,6 +178,18 @@ int rds_send_xmit(struct rds_connection *conn)
>
> rm = conn->c_xmit_rm;
>
> + if (!rm) {
> + same_rm = 0;
> + } else {
> + same_rm
>> The next question I have is about the behavior of the new setting
>> in the presence of an RA MTU option. It seems like the sysctl
>> doesn't override that RA MTU option, but rather just clamps it.
>>
>> And then if it's in range, this controls only whether the default
>> route has it's MT
On 04/02, Frederic Weisbecker wrote:
>
> +void context_tracking_cpu_set(int cpu)
> {
> - clear_tsk_thread_flag(prev, TIF_NOHZ);
> - set_tsk_thread_flag(next, TIF_NOHZ);
> + static bool initialized = false;
> + struct task_struct *p, *t;
> + unsigned long flags;
> +
> + if (
* Denys Vlasenko wrote:
> On 03/26/2015 01:42 PM, Denys Vlasenko wrote:
> > This change makes the check exact (no more false positives
> > on kernel addresses).
> >
> > It isn't really important to be fully correct here -
> > almost all addresses we'll ever see will be userspace ones,
> > but O
On Wed, Apr 1, 2015 at 9:40 PM, Ohad Ben-Cohen wrote:
> On Thu, Apr 2, 2015 at 12:32 AM, Tim Bird wrote:
>> I didn't see an Ack from Mark or Rob. But I did see a question from
>> Mark and response from Bjorn.
>>
>> Ohad - did you take this or are you still waiting for something?
>>
>> Who should
On Thursday, April 2, 2015 7:44 PM, Shachar Raindel wrote:
>> -Original Message-
>> From: Yann Droneaud [mailto:ydrone...@opteya.com]
>> Sent: Thursday, April 02, 2015 7:35 PM
>> To: Haggai Eran
>> Cc: Shachar Raindel; Sagi Grimberg; oss-secur...@lists.openwall.com;
>> (linux-r...@vger.ke
On 04/02/2015 02:06 PM, Peter Zijlstra wrote:
On Thu, Apr 02, 2015 at 01:39:28PM -0400, cmetc...@ezchip.com wrote:
@@ -431,6 +434,10 @@ static void watchdog_enable(unsigned int cpu)
hrtimer_init(hrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
hrtimer->function = watchdog_timer_fn;
On Fri, 3 Apr 2015 01:22:21 +0800
joeyli wrote:
> On Fri, Apr 03, 2015 at 12:50:54AM +0800, joeyli wrote:
> > Hi,
> >
> > On Thu, Apr 02, 2015 at 05:28:05PM +0200, Pavel Machek wrote:
> > > On Wed 2015-04-01 21:47:43, rhn wrote:
> > > > Hello,
> > > >
> > > > Between kernel 3.16 and 3.17, a re
On Thu, Apr 2, 2015 at 2:07 PM, wrote:
>>> +config DRM_MSM_WB
>>> + bool "Enable writeback support for MSM modesetting driver"
>>> + depends on DRM_MSM
>>> + depends on VIDEO_V4L2
>>> + select VIDEOBUF2_CORE
>>> + default y
>>> + help
>>> + Choose this
* Borislav Petkov wrote:
> On Thu, Apr 02, 2015 at 12:04:21PM -0500, Aravind Gopalakrishnan wrote:
> > >No need - I can amend the local copy I have here.
>
> Here's what I did:
>
> ---
> From: Aravind Gopalakrishnan
> Date: Wed, 1 Apr 2015 09:32:08 -0500
> Subject: [PATCH] x86/gart: Check for
;
> >> + q->io_modes = VB2_DMABUF;
> >> + q->drv_priv = dev;
> >> + q->buf_struct_size = sizeof(struct msm_wb_v4l2_buffer);
> >> + q->ops = &msm_wb_vb2_ops;
> >> + q->mem_ops = &msm_wb_vb2_mem_ops;
> >> + q-
Linus Torvalds wrote:
> > Could you pull these FS-Cache fixes please?
>
> I really think this is out of the merge window, and not at all appropriate.
>
> There have been no fscache changes since September of last year, it
> can't suddenly be so urgent that you need to get things into -rc7.
We
* Linus Torvalds wrote:
> So unless we find a real clear signature of the bug (I was hoping
> that the ISR bit would be that sign), I don't think trying to bisect
> it based on how quickly you can reproduce things is worthwhile.
So I'm wondering (and I might have missed some earlier report th
On Thu, 2015-04-02 at 08:39 +0100, Ross Lagerwall wrote:
> Some buggy firmware implementations update VariableNameSize on success
> such that it does not include the final NUL character which results in
> garbage in the efivarfs name entries. Use kzalloc on the efivar_entry
> (as is done in efivar
Andy Lutomirski writes:
> On Thu, Apr 2, 2015 at 7:29 AM, Alexander Larsson wrote:
>> On Thu, 2015-04-02 at 07:06 -0700, Andy Lutomirski wrote:
>>> On Thu, Apr 2, 2015 at 3:12 AM, James Bottomley
>>> wrote:
>>> > On Tue, 2015-03-31 at 16:17 +0200, Alexander Larsson wrote:
>>> >> On tis, 2015-03
On Thu, Apr 02, 2015 at 02:16:09PM -0400, Chris Metcalf wrote:
> On 04/02/2015 02:06 PM, Peter Zijlstra wrote:
> >On Thu, Apr 02, 2015 at 01:39:28PM -0400, cmetc...@ezchip.com wrote:
> >>@@ -431,6 +434,10 @@ static void watchdog_enable(unsigned int cpu)
> >>hrtimer_init(hrtimer, CLOCK_MONOTONIC
On Thu, Apr 2, 2015 at 11:24 AM, David Howells wrote:
>
> We weren't looking at -rc7 shortly when I first posted a pull request.
Bah. It was already rc5 when the first pull request came, don't try to
make it sound like anything but "very late in the rc" game.
If there are any *stable* patches in
On Thu, Apr 02, 2015 at 10:30:18AM -0700, John Stultz wrote:
> > Should we make a further note that the tk_fast things rely on this
> > slack since they're not strongly serialized against this? That is, they
> > can end up using an older cycle_last value and therefore end up with a
> > larger delta
Commit-ID: 687805e4a60fe83a11556c041840161f8016a367
Gitweb: http://git.kernel.org/tip/687805e4a60fe83a11556c041840161f8016a367
Author: Kan Liang
AuthorDate: Fri, 27 Mar 2015 10:38:25 -0400
Committer: Ingo Molnar
CommitDate: Thu, 2 Apr 2015 17:07:42 +0200
perf/x86/intel: Filter branches
Commit-ID: c420f19b9cdc59662dbb56677417487efc1729ec
Gitweb: http://git.kernel.org/tip/c420f19b9cdc59662dbb56677417487efc1729ec
Author: Andi Kleen
AuthorDate: Mon, 9 Mar 2015 11:20:22 -0700
Committer: Ingo Molnar
CommitDate: Thu, 2 Apr 2015 17:07:43 +0200
perf/x86/intel: Fix Haswell CYC
Commit-ID: e8c6deac69629c0cb97c3d3272f8631ef17f8f0f
Gitweb: http://git.kernel.org/tip/e8c6deac69629c0cb97c3d3272f8631ef17f8f0f
Author: Alexander Shishkin
AuthorDate: Wed, 14 Jan 2015 14:18:10 +0200
Committer: Ingo Molnar
CommitDate: Thu, 2 Apr 2015 17:13:32 +0200
perf: Add data_{offset
Commit-ID: 45bfb2e50471abbbfd83d40d28c986078b0d24ff
Gitweb: http://git.kernel.org/tip/45bfb2e50471abbbfd83d40d28c986078b0d24ff
Author: Peter Zijlstra
AuthorDate: Wed, 14 Jan 2015 14:18:11 +0200
Committer: Ingo Molnar
CommitDate: Thu, 2 Apr 2015 17:13:46 +0200
perf: Add AUX area to ring
Commit-ID: 6a279230391b63130070e0219b0ad09d34d28c89
Gitweb: http://git.kernel.org/tip/6a279230391b63130070e0219b0ad09d34d28c89
Author: Alexander Shishkin
AuthorDate: Wed, 14 Jan 2015 14:18:13 +0200
Committer: Ingo Molnar
CommitDate: Thu, 2 Apr 2015 17:14:10 +0200
perf: Add a capability
Commit-ID: bed5b25ad9c8a2f5d735ef0bc746ec870c01c1b0
Gitweb: http://git.kernel.org/tip/bed5b25ad9c8a2f5d735ef0bc746ec870c01c1b0
Author: Alexander Shishkin
AuthorDate: Fri, 30 Jan 2015 12:31:06 +0200
Committer: Ingo Molnar
CommitDate: Thu, 2 Apr 2015 17:14:12 +0200
perf: Add a pmu capabi
Commit-ID: 6f6539cad926f55d5eb6e79d05bbe99f0d54d56d
Gitweb: http://git.kernel.org/tip/6f6539cad926f55d5eb6e79d05bbe99f0d54d56d
Author: Maria Dimakopoulou
AuthorDate: Mon, 17 Nov 2014 20:06:57 +0100
Committer: Ingo Molnar
CommitDate: Thu, 2 Apr 2015 17:33:11 +0200
perf/x86/intel: Add cr
Commit-ID: b63b4b459a78a9a45ea47a4803b8d1868e9d17d5
Gitweb: http://git.kernel.org/tip/b63b4b459a78a9a45ea47a4803b8d1868e9d17d5
Author: Maria Dimakopoulou
AuthorDate: Mon, 17 Nov 2014 20:07:00 +0100
Committer: Ingo Molnar
CommitDate: Thu, 2 Apr 2015 17:33:13 +0200
perf/x86/intel: Enforc
Commit-ID: e979121b1b1556e184492e6fc149bbe188fc83e6
Gitweb: http://git.kernel.org/tip/e979121b1b1556e184492e6fc149bbe188fc83e6
Author: Maria Dimakopoulou
AuthorDate: Mon, 17 Nov 2014 20:06:58 +0100
Committer: Ingo Molnar
CommitDate: Thu, 2 Apr 2015 17:33:12 +0200
perf/x86/intel: Implem
Commit-ID: 79cba822443a168c8f7f5b853d9c7225a6d5415e
Gitweb: http://git.kernel.org/tip/79cba822443a168c8f7f5b853d9c7225a6d5415e
Author: Stephane Eranian
AuthorDate: Mon, 17 Nov 2014 20:06:56 +0100
Committer: Ingo Molnar
CommitDate: Thu, 2 Apr 2015 17:33:10 +0200
perf/x86: Add 'index' pa
Commit-ID: 8062382c8dbe2dc11d37e7f0b139508cf10de9d4
Gitweb: http://git.kernel.org/tip/8062382c8dbe2dc11d37e7f0b139508cf10de9d4
Author: Alexander Shishkin
AuthorDate: Fri, 30 Jan 2015 12:40:35 +0200
Committer: Ingo Molnar
CommitDate: Thu, 2 Apr 2015 17:14:21 +0200
perf/x86/intel/bts: Ad
Commit-ID: 52ca9ced3f70779589e6ecc329baffe69d8f5f7a
Gitweb: http://git.kernel.org/tip/52ca9ced3f70779589e6ecc329baffe69d8f5f7a
Author: Alexander Shishkin
AuthorDate: Fri, 30 Jan 2015 12:39:52 +0200
Committer: Ingo Molnar
CommitDate: Thu, 2 Apr 2015 17:14:20 +0200
perf/x86/intel/pt: Add
On Wed, Apr 1, 2015 at 2:28 PM, Lee Jones wrote:
> --- a/drivers/clk/clk-conf.c
> +++ b/drivers/clk/clk-conf.c
> @@ -116,6 +116,43 @@ static int __set_clk_rates(struct device_node *node,
> bool clk_supplier)
> return 0;
> }
>
> +static int __set_clk_always_on(struct device_node *node, bo
Commit-ID: c02cdbf60b51b8d98a49185535f5d527a2965142
Gitweb: http://git.kernel.org/tip/c02cdbf60b51b8d98a49185535f5d527a2965142
Author: Stephane Eranian
AuthorDate: Mon, 17 Nov 2014 20:07:02 +0100
Committer: Ingo Molnar
CommitDate: Thu, 2 Apr 2015 17:33:14 +0200
perf/x86/intel: Limit to
On Thu, Apr 02, 2015 at 11:41:15AM -0700, John Stultz wrote:
> On Thu, Apr 2, 2015 at 11:34 AM, Peter Zijlstra wrote:
> > On Thu, Apr 02, 2015 at 10:30:18AM -0700, John Stultz wrote:
> >> > Should we make a further note that the tk_fast things rely on this
> >> > slack since they're not strongly s
ight = 480;
>> >> +
>> >> + /* initialize queue */
>> >> + q = &dev->vb_vidq;
>> >> + q->type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
>> >> + q->io_modes = VB2_DMABUF;
>> >> + q->drv_priv = dev;
>> >
Commit-ID: 93fcf72cc0fa286aa8c3e11a1a8fd4659f0e27c0
Gitweb: http://git.kernel.org/tip/93fcf72cc0fa286aa8c3e11a1a8fd4659f0e27c0
Author: Maria Dimakopoulou
AuthorDate: Mon, 17 Nov 2014 20:06:59 +0100
Committer: Ingo Molnar
CommitDate: Thu, 2 Apr 2015 17:33:12 +0200
perf/x86/intel: Enforc
Commit-ID: 9a5e3fb52ae5458c8bf1a67129b96c39b541a582
Gitweb: http://git.kernel.org/tip/9a5e3fb52ae5458c8bf1a67129b96c39b541a582
Author: Stephane Eranian
AuthorDate: Mon, 17 Nov 2014 20:06:53 +0100
Committer: Ingo Molnar
CommitDate: Thu, 2 Apr 2015 17:33:08 +0200
perf/x86: Rename x86_pmu
Commit-ID: 0a4e38e64f5e91ce131cc42ee5bb3925377ec840
Gitweb: http://git.kernel.org/tip/0a4e38e64f5e91ce131cc42ee5bb3925377ec840
Author: Alexander Shishkin
AuthorDate: Wed, 14 Jan 2015 14:18:12 +0200
Committer: Ingo Molnar
CommitDate: Thu, 2 Apr 2015 17:14:08 +0200
perf: Support high-ord
On Thu, Apr 02, 2015 at 01:39:28PM -0400, cmetc...@ezchip.com wrote:
> From: Chris Metcalf
>
> Change the default behavior of watchdog so it only runs on the
> housekeeping cores when nohz_full is enabled at build and boot time.
>
> Allow modifying the set of cores the watchdog is currently runn
Commit-ID: b3738d29323344da3017a91010530cf3a58590fc
Gitweb: http://git.kernel.org/tip/b3738d29323344da3017a91010530cf3a58590fc
Author: Stephane Eranian
AuthorDate: Mon, 17 Nov 2014 20:07:03 +0100
Committer: Ingo Molnar
CommitDate: Thu, 2 Apr 2015 17:33:15 +0200
watchdog: Add watchdog e
Commit-ID: 15fde1101a1aed11958e0d86bc360f01866a74b1
Gitweb: http://git.kernel.org/tip/15fde1101a1aed11958e0d86bc360f01866a74b1
Author: Andi Kleen
AuthorDate: Fri, 27 Feb 2015 09:48:32 -0800
Committer: Ingo Molnar
CommitDate: Thu, 2 Apr 2015 17:33:17 +0200
perf/x86: Only dump PEBS regis
Commit-ID: cd1f11de69226cc7ce7e7f22bdab9010103ddaa6
Gitweb: http://git.kernel.org/tip/cd1f11de69226cc7ce7e7f22bdab9010103ddaa6
Author: Andi Kleen
AuthorDate: Fri, 20 Mar 2015 10:11:24 -0700
Committer: Ingo Molnar
CommitDate: Thu, 2 Apr 2015 17:33:20 +0200
perf/x86/intel: Avoid rewritin
Commit-ID: 1a78d93750bb5f61abdc59a91fc3bd06a214542a
Gitweb: http://git.kernel.org/tip/1a78d93750bb5f61abdc59a91fc3bd06a214542a
Author: Andi Kleen
AuthorDate: Fri, 20 Mar 2015 10:11:23 -0700
Committer: Ingo Molnar
CommitDate: Thu, 2 Apr 2015 17:33:19 +0200
perf/x86/intel: Streamline LBR
Commit-ID: da3e606d885a17525eb18afd423f5c438860b833
Gitweb: http://git.kernel.org/tip/da3e606d885a17525eb18afd423f5c438860b833
Author: Andi Kleen
AuthorDate: Fri, 27 Feb 2015 09:48:31 -0800
Committer: Ingo Molnar
CommitDate: Thu, 2 Apr 2015 17:33:17 +0200
perf/x86: Dump DEBUGCTL in PMU
Commit-ID: 8882edf735738c949aba4b65d3ec3453066bab12
Gitweb: http://git.kernel.org/tip/8882edf735738c949aba4b65d3ec3453066bab12
Author: Andi Kleen
AuthorDate: Fri, 27 Feb 2015 09:48:30 -0800
Committer: Ingo Molnar
CommitDate: Thu, 2 Apr 2015 17:33:16 +0200
perf/x86/intel: Reset more sta
On Wed, Apr 1, 2015 at 2:28 PM, Lee Jones wrote:
> Signed-off-by: Lee Jones
> ---
> .../devicetree/bindings/clock/clock-bindings.txt | 31
> ++
> 1 file changed, 31 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/clock/clock-bindings.txt
> b/Documentation
Commit-ID: b37609c30e41264c4df4acff78abfc894499a49b
Gitweb: http://git.kernel.org/tip/b37609c30e41264c4df4acff78abfc894499a49b
Author: Stephane Eranian
AuthorDate: Mon, 17 Nov 2014 20:07:04 +0100
Committer: Ingo Molnar
CommitDate: Thu, 2 Apr 2015 17:33:15 +0200
perf/x86/intel: Make the
On 15-03-30 10:58 PM, Mark Brown wrote:
On Mon, Mar 30, 2015 at 08:16:23PM -0700, Scott Branden wrote:
+SSP Subnode properties:
+- dai-name: The name of the DAI registered with ASOC
ASoC.
Okay.
Why is this in the DT - it sounds like this is just an internal
implementation detail for Lin
Commit-ID: 68db7e98c3a6ebe7284b6cf14906ed7c55f3f7f0
Gitweb: http://git.kernel.org/tip/68db7e98c3a6ebe7284b6cf14906ed7c55f3f7f0
Author: Alexander Shishkin
AuthorDate: Wed, 14 Jan 2015 14:18:15 +0200
Committer: Ingo Molnar
CommitDate: Thu, 2 Apr 2015 17:14:12 +0200
perf: Add AUX record
Commit-ID: ec0d7729bbaed4b9d2d3fada693278e13a3d1368
Gitweb: http://git.kernel.org/tip/ec0d7729bbaed4b9d2d3fada693278e13a3d1368
Author: Alexander Shishkin
AuthorDate: Wed, 14 Jan 2015 14:18:23 +0200
Committer: Ingo Molnar
CommitDate: Thu, 2 Apr 2015 17:14:17 +0200
perf: Add ITRACE_START
Commit-ID: fdc2670666f40ab3e03143f04d1ebf4a05e2c24a
Gitweb: http://git.kernel.org/tip/fdc2670666f40ab3e03143f04d1ebf4a05e2c24a
Author: Alexander Shishkin
AuthorDate: Wed, 14 Jan 2015 14:18:16 +0200
Committer: Ingo Molnar
CommitDate: Thu, 2 Apr 2015 17:14:13 +0200
perf: Add API for PMUs
On 04/02/2015 02:11 AM, Markus Pargmann wrote:
Hi Jens,
This pull request contains some NBD cleanups.
The documentation was updated to be extensible for future features and the
module parameters were added.
NBD had an internal header located at include/linux/nbd.h which was only used
by nbd.c.
On Thu, Apr 2, 2015 at 11:34 AM, Peter Zijlstra wrote:
> On Thu, Apr 02, 2015 at 10:30:18AM -0700, John Stultz wrote:
>> > Should we make a further note that the tk_fast things rely on this
>> > slack since they're not strongly serialized against this? That is, they
>> > can end up using an older
Commit-ID: ed69628b3b04578179334393d7f5fe60a2681f1c
Gitweb: http://git.kernel.org/tip/ed69628b3b04578179334393d7f5fe60a2681f1c
Author: Alexander Shishkin
AuthorDate: Wed, 14 Jan 2015 14:18:19 +0200
Committer: Ingo Molnar
CommitDate: Thu, 2 Apr 2015 17:14:18 +0200
x86: Add Intel Process
Commit-ID: 1a5941312414c71dece6717da9a0fa1303127afa
Gitweb: http://git.kernel.org/tip/1a5941312414c71dece6717da9a0fa1303127afa
Author: Alexander Shishkin
AuthorDate: Wed, 14 Jan 2015 14:18:18 +0200
Committer: Ingo Molnar
CommitDate: Thu, 2 Apr 2015 17:14:16 +0200
perf: Add wakeup water
Commit-ID: 4807034248bed58d49a4f9f450c024e3b0f58577
Gitweb: http://git.kernel.org/tip/4807034248bed58d49a4f9f450c024e3b0f58577
Author: Alexander Shishkin
AuthorDate: Wed, 14 Jan 2015 14:18:20 +0200
Committer: Ingo Molnar
CommitDate: Thu, 2 Apr 2015 17:14:19 +0200
perf/x86: Mark Intel P
Commit-ID: 2023a0d2829e521fe6ad6b9907f3f90bfbf57142
Gitweb: http://git.kernel.org/tip/2023a0d2829e521fe6ad6b9907f3f90bfbf57142
Author: Alexander Shishkin
AuthorDate: Wed, 14 Jan 2015 14:18:17 +0200
Committer: Ingo Molnar
CommitDate: Thu, 2 Apr 2015 17:14:15 +0200
perf: Support overwrit
Commit-ID: 4cd57f97135840f637431c92380c8da3edbe44ed
Gitweb: http://git.kernel.org/tip/4cd57f97135840f637431c92380c8da3edbe44ed
Author: Juri Lelli
AuthorDate: Tue, 31 Mar 2015 09:53:36 +0100
Committer: Ingo Molnar
CommitDate: Thu, 2 Apr 2015 17:42:56 +0200
sched/deadline: Always enqueue
On 15-03-30 11:42 PM, Mark Brown wrote:
On Mon, Mar 30, 2015 at 08:16:24PM -0700, Scott Branden wrote:
The CC list for this patch is pretty wide - please look at who you're
sending this to and try to send to only relevant people (for example I'm
not sure the Raspberry Pi people need to review
Commit-ID: 3c18d447b3b36a8d3c90dc37dfbd363cdb685d0a
Gitweb: http://git.kernel.org/tip/3c18d447b3b36a8d3c90dc37dfbd363cdb685d0a
Author: Juri Lelli
AuthorDate: Tue, 31 Mar 2015 09:53:37 +0100
Committer: Ingo Molnar
CommitDate: Thu, 2 Apr 2015 17:42:56 +0200
sched/core: Check for availabl
Commit-ID: 90413464313e00fe4975f4a0ebf25fe31d01f793
Gitweb: http://git.kernel.org/tip/90413464313e00fe4975f4a0ebf25fe31d01f793
Author: Stephane Eranian
AuthorDate: Mon, 17 Nov 2014 20:06:54 +0100
Committer: Ingo Molnar
CommitDate: Thu, 2 Apr 2015 17:33:08 +0200
perf/x86: Vectorize cpuc
Commit-ID: a90738c2cb0dceb882e0d7f7f9141e0062809b4d
Gitweb: http://git.kernel.org/tip/a90738c2cb0dceb882e0d7f7f9141e0062809b4d
Author: Stephane Eranian
AuthorDate: Mon, 17 Nov 2014 20:07:01 +0100
Committer: Ingo Molnar
CommitDate: Thu, 2 Apr 2015 17:33:14 +0200
perf/x86/intel: Fix inte
On 04/02/2015 01:26 PM, Ingo Molnar wrote:
>
> * Linus Torvalds wrote:
>
>> So unless we find a real clear signature of the bug (I was hoping
>> that the ISR bit would be that sign), I don't think trying to bisect
>> it based on how quickly you can reproduce things is worthwhile.
>
> So I'm w
Commit-ID: 3650b57fdf208bc0e36cbe7b5e0744bd0e0cf34d
Gitweb: http://git.kernel.org/tip/3650b57fdf208bc0e36cbe7b5e0744bd0e0cf34d
Author: Peter Zijlstra
AuthorDate: Tue, 31 Mar 2015 20:49:02 +0530
Committer: Ingo Molnar
CommitDate: Thu, 2 Apr 2015 17:46:21 +0200
timer: Further simplify th
Commit-ID: b337a9380f7effd60d082569dd7e0b97a7549730
Gitweb: http://git.kernel.org/tip/b337a9380f7effd60d082569dd7e0b97a7549730
Author: Peter Zijlstra
AuthorDate: Tue, 31 Mar 2015 20:49:00 +0530
Committer: Ingo Molnar
CommitDate: Thu, 2 Apr 2015 17:46:00 +0200
timer: Allocate per-cpu tv
501 - 600 of 903 matches
Mail list logo