On 17.02.2018 02:57, Andrew Morton wrote:
On Sun, 11 Feb 2018 13:36:41 +0300 Konstantin Khlebnikov
wrote:
KPF_WAITERS indicates tasks are waiting for a page lock or writeback.
This might be false-positive, in this case next unlock will clear it.
Well, kpageflags is full of potential false-p
Signed-off-by: Konstantin Khlebnikov
---
Documentation/vm/pagemap.txt |8
1 file changed, 8 insertions(+)
diff --git a/Documentation/vm/pagemap.txt b/Documentation/vm/pagemap.txt
index eafcefa15261..eaa46771fa30 100644
--- a/Documentation/vm/pagemap.txt
+++ b/Documentation/vm/pagema
Hello dear,
I am Miss Rachel Jelani. I have very important thing to discuss with
you please, this information is very vital. Contact me with my
privarte email so we can talk ( rachelrachel...@hotmail.com )
Rachel.
Linus,
Please git pull the following tag:
git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
for-linus-4.16a-rc2-tag
xen: fixes for 4.16-rc2
It contains fixes for the Xen pvcalls frontend driver, a fix for
booting Xen pv domains and a fix for the xenbus driver user interface.
Thanks.
From: Sean Wang
Add devicetree bindings for MediaTek MT7622 thermal controller
Changes v1 -> v2: add tag from Rob
Signed-off-by: Sean Wang
Signed-off-by: Shunli Wang
Reviewed-by: Rob Herring
---
Documentation/devicetree/bindings/thermal/mediatek-thermal.txt | 1 +
1 file changed, 1 insertio
From: Sean Wang
MT7622 SoC has built-in thermal controller with one sensing point, the
patch just is to extend the functionality of the existing logic.
Changes v1 -> v2: rebase to 4.16-rc1
Signed-off-by: Sean Wang
Signed-off-by: Shunli Wang
---
drivers/thermal/mtk_thermal.c | 35
Hi Linus,
Please pull the arm64 fixes below. The bulk of this pull request is the
pte accessors annotation to READ/WRITE_ONCE (we tried to avoid pushing
this during the merging window to avoid conflicts). Thanks.
The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
Linu
Am Dienstag, 30. Januar 2018, 13:39:28 CET schrieb Klaus Goger:
> RK3368-uQ7 is a Qseven compatible system-on-module by Theobroma Systems.
>
> This adds the module and the EVK baseboard "Haikou"
>
> Signed-off-by: Klaus Goger
applied for 4.17
Am Dienstag, 30. Januar 2018, 13:39:29 CET schrieb Klaus Goger:
> The RK3368-uQ7 SoM is a uQseven-compatible (40mm x 70mm, MXM-230
> connector) system-on-module from Theobroma Systems, featuring the
> Rockchip RK3368.
>
> It provides the following feature set:
> * up to 4GB DDR3
> * on-module SP
Am Dienstag, 30. Januar 2018, 13:39:30 CET schrieb Klaus Goger:
> Haikou is a Qseven and μQseven baseboard used in Theobroma Systems
> evaluation kits. This dts adds a version for use with a RK3368-uQ7 SoM
> called Lion.
>
> Signed-off-by: Klaus Goger
applied for 4.17 after moving some things ar
On 16 February 2018 at 22:05, Peter Jones wrote:
> On Fri, Feb 16, 2018 at 09:09:30PM +, Luck, Tony wrote:
>> > That said, I'm not sure how many non-root users run the toolkit to
>> > extract their EFI certificates or check on the secure boot status of
>> > the system, but I suspect it might b
Am Dienstag, 30. Januar 2018, 13:39:31 CET schrieb Klaus Goger:
> This adds CPU operation points for the RK3368. We only add them to the
> the RK3368-uQ7 SoM (Lion) because patches for the SoC where reverted
> in the past.
> commit 6354a06cbaa8 ("Revert "arm64: dts: rockchip: Add basic cpu
> freque
Use dma_pool_zalloc() instead of dma_pool_alloc + memset
Signed-off-by: Souptick Joarder
---
drivers/mailbox/bcm-flexrm-mailbox.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/mailbox/bcm-flexrm-mailbox.c
b/drivers/mailbox/bcm-flexrm-mailbox.c
index a8cf433..8ab0
Hi Linus,
Please pull some more powerpc fixes for 4.16. Sorry to send a pull
request on the weekend, and a 2nd one this week, but one of these
commits fixes a boot crash which would be good to get in before rc2.
cheers
The following changes since commit 694a20dae6efc3803740971fa9f7c86b8c8d4685:
This patch fixes up unncessary parentheses warning found by checkpatch.pl script
Signed-off-by: Yash Omer
---
drivers/staging/ks7010/ks_hostif.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/ks7010/ks_hostif.c
b/drivers/staging/ks7010/ks_hostif.c
index 7bd56
Linus Walleij writes:
> This pushes the handling of inversion semantics and open drain
> settings to the GPIO descriptor and gpiolib. All affected board
> files are also augmented.
Hi Linus,
Could we split the patch into chunks, one for i2c, one for pxa, etc ...
I fear that exceptionally I have
Quoting h...@zytor.com (2018-02-16 16:00:36)
> On February 16, 2018 1:47:35 PM PST, Victor Kamensky
> wrote:
> >
> >
> >On Fri, 16 Feb 2018, Rob Landley wrote:
> >
> >>
> >> On 02/16/2018 02:59 PM, H. Peter Anvin wrote:
> >>> On 02/16/18 12:33, Taras Kondratiuk wrote:
> Many of the Linux sec
Hi Linus,
Here's a PR with a couple of MMC fixes intended for v4.16-rc2. Details about the
highlights are as usual found in the signed tag.
Please pull this in!
Kind regards
Ulf Hansson
The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
Linux 4.16-rc1 (2018-02-11 1
* Eric W. Biederman wrote:
> Ingo Molnar writes:
>
> > * Baoquan He wrote:
> >
> >> This is v5 post. Newly added patch 0002 includes the change
> >> related to KEXEC_JUMP path. Patch 0003 only includes the
> >> regression fix.
> >>
> >> A regression bug was introduced in below commit.
> >> c
On Thu, 15 Feb 2018, Frederic Weisbecker wrote:
> Do that rename in order to normalize the hrtick namespace.
>
> Signed-off-by: Frederic Weisbecker
Reviewed-by: Thomas Gleixner
* Tim Chen wrote:
> On 02/16/2018 11:16 AM, David Woodhouse wrote:
> > On Fri, 2018-02-16 at 10:44 -0800, Tim Chen wrote:
> >>
> >> I encountered hang on a machine but not others when using the above
> >> macro. It is probably an alignment thing with ALTERNATIVE as the
> >> problem went
> >> aw
On Thu, 15 Feb 2018, Frederic Weisbecker wrote:
> This check is racy but provides a good heuristic to determine whether
> a CPU may need a remote tick or not.
>
> +int tick_nohz_tick_stopped_cpu(int cpu)
s/int/bool/ but I'm not religious about that.
> +{
> + struct tick_sched *ts = per_cpu
On Thu, Feb 15, 2018 at 03:09:43PM -0600, Yazen Ghannam wrote:
> From: Yazen Ghannam
>
> Carve out the SMCA code in get_block_address() into a separate helper
> function.
>
> No functional change.
>
> Signed-off-by: Yazen Ghannam
> ---
> v1->v2:
> * New in this series.
>
> arch/x86/kernel/cp
Commit-ID: 1d91c1d2c80cb70e2e553845e278b87a960c04da
Gitweb: https://git.kernel.org/tip/1d91c1d2c80cb70e2e553845e278b87a960c04da
Author: Dan Williams
AuthorDate: Fri, 16 Feb 2018 13:20:42 -0800
Committer: Ingo Molnar
CommitDate: Sat, 17 Feb 2018 08:40:59 +0100
nospec: Kill array_index_n
Commit-ID: b98c6a160a057d5686a8c54c79cc6c8c94a7d0c8
Gitweb: https://git.kernel.org/tip/b98c6a160a057d5686a8c54c79cc6c8c94a7d0c8
Author: Rasmus Villemoes
AuthorDate: Fri, 16 Feb 2018 13:20:48 -0800
Committer: Ingo Molnar
CommitDate: Sat, 17 Feb 2018 08:40:59 +0100
nospec: Allow index ar
Commit-ID: eb6174f6d1be16b19cfa43dac296bfed003ce1a6
Gitweb: https://git.kernel.org/tip/eb6174f6d1be16b19cfa43dac296bfed003ce1a6
Author: Dan Williams
AuthorDate: Fri, 16 Feb 2018 13:20:54 -0800
Committer: Ingo Molnar
CommitDate: Sat, 17 Feb 2018 08:40:59 +0100
nospec: Include dependenc
On Thu, 15 Feb 2018, Frederic Weisbecker wrote:
> As we prepare for offloading the residual 1hz scheduler ticks to
> workqueue, let's affine those to housekeepers so that they don't
> interrupt the CPUs that don't want to be disturbed.
>
> Signed-off-by: Frederic Weisbecker
Reviewed-by: Thomas
Commit-ID: 42ca8082e260dcfd8afa2afa6ec1940b9d41724c
Gitweb: https://git.kernel.org/tip/42ca8082e260dcfd8afa2afa6ec1940b9d41724c
Author: Borislav Petkov
AuthorDate: Fri, 16 Feb 2018 12:26:40 +0100
Committer: Ingo Molnar
CommitDate: Sat, 17 Feb 2018 08:43:55 +0100
x86/CPU: Check CPU feat
Commit-ID: 3f1f576a195aa266813cbd4ca70291deb61e0129
Gitweb: https://git.kernel.org/tip/3f1f576a195aa266813cbd4ca70291deb61e0129
Author: Borislav Petkov
AuthorDate: Fri, 16 Feb 2018 12:26:38 +0100
Committer: Ingo Molnar
CommitDate: Sat, 17 Feb 2018 08:43:55 +0100
x86/microcode: Propagat
Commit-ID: 1008c52c09dcb23d93f8e0ea83a6246265d2cce0
Gitweb: https://git.kernel.org/tip/1008c52c09dcb23d93f8e0ea83a6246265d2cce0
Author: Borislav Petkov
AuthorDate: Fri, 16 Feb 2018 12:26:39 +0100
Committer: Ingo Molnar
CommitDate: Sat, 17 Feb 2018 08:43:55 +0100
x86/CPU: Add a microcod
On Sun, Feb 11, 2018 at 10:38:28AM +0100, Lukas Wunner wrote:
> workqueue: Allow retrieval of current task's work struct
> drm: Allow determining if current task is output poll worker
> drm/nouveau: Fix deadlock on runtime suspend
> drm/radeon: Fix deadlock on runtime suspend
> drm/amdgpu
* Josh Poimboeuf wrote:
> +/* Disable any jump label entries in __init code */
> +void __init jump_label_invalidate_init(void)
> +{
> + struct jump_entry *iter_start = __start___jump_table;
> + struct jump_entry *iter_stop = __stop___jump_table;
> + struct jump_entry *iter;
> +
> +
* Baoquan He wrote:
> Thanks for checking this!
>
> I got warning message from kbuild test robot on previous v3 and v4. I
> guess this v5 post also has the issue since the code is the same, just
> patch format is changed.
>
> Will report status after investigation.
Well, your patches didn't b
* Arnaldo Carvalho de Melo wrote:
> Hi Ingo,
>
> Please consider pulling, this is on top of tip/perf/urgent.
>
> - Arnaldo
>
> Test results at the end of this message, as usual.
>
> The following changes since commit 297f9233b53a08fd457815e19f1d6f2c3389857b:
>
> kprobes: Propagate e
On Thu, 15 Feb 2018, Frederic Weisbecker wrote:
> When a CPU runs in full dynticks mode, a 1Hz tick remains in order to
> keep the scheduler stats alive. However this residual tick is a burden
> for bare metal tasks that can't stand any interruption at all, or want
> to minimize them.
>
> The usu
On Thu, 15 Feb 2018, Frederic Weisbecker wrote:
> Now that the 1Hz tick is offloaded to workqueues, we can safely remove
> the residual code that used to handle it locally.
>
> Signed-off-by: Frederic Weisbecker
Reviewed-by: Thomas Gleixner
Hi Christophe
On Mon, 12 Feb 2018, Christophe Jaillet wrote:
> Le 12/02/2018 à 09:48, Felipe Balbi a écrit :
> >
[..]
> > way around :-) First fixes, then cleanups. The reason is that fixes can
> > get accepted during -rc cycle, but cleanups must wait until the next
> > merge window.
> >
> > P
On Thu, 15 Feb 2018, Frederic Weisbecker wrote:
> Update the documentation to reflect the 1Hz tick offload changes.
>
> Signed-off-by: Frederic Weisbecker
> Cc: Chris Metcalf
> Cc: Christoph Lameter
> Cc: Luiz Capitulino
> Cc: Mike Galbraith
> Cc: Paul E. McKenney
> Cc: Peter Zijlstra
> Cc
On 02/17/18 at 11:46am, Ingo Molnar wrote:
>
> * Baoquan He wrote:
>
> > Thanks for checking this!
> >
> > I got warning message from kbuild test robot on previous v3 and v4. I
> > guess this v5 post also has the issue since the code is the same, just
> > patch format is changed.
> >
> > Will
Commit-ID: 3233b37a71c794e25a0a794185df8d6abd9f277e
Gitweb: https://git.kernel.org/tip/3233b37a71c794e25a0a794185df8d6abd9f277e
Author: Jiri Olsa
AuthorDate: Tue, 6 Feb 2018 19:17:59 +0100
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 16 Feb 2018 10:09:23 -0300
perf script: Add
Commit-ID: 6baddfc6900eca7f6b360c91ff737890ab4f1d55
Gitweb: https://git.kernel.org/tip/6baddfc6900eca7f6b360c91ff737890ab4f1d55
Author: Jiri Olsa
AuthorDate: Tue, 6 Feb 2018 19:18:00 +0100
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 16 Feb 2018 10:09:23 -0300
tools lib api fs:
Commit-ID: ac2c30683803b08bdf35c08d712eafa1ca496164
Gitweb: https://git.kernel.org/tip/ac2c30683803b08bdf35c08d712eafa1ca496164
Author: Jaecheol Shin
AuthorDate: Wed, 7 Feb 2018 18:52:05 +0900
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 16 Feb 2018 14:55:41 -0300
perf annotate
Commit-ID: d9c5f32240f503481291a6d4e7246ee0a128d76d
Gitweb: https://git.kernel.org/tip/d9c5f32240f503481291a6d4e7246ee0a128d76d
Author: Jiri Olsa
AuthorDate: Tue, 6 Feb 2018 19:18:01 +0100
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 16 Feb 2018 10:09:23 -0300
tools lib api fs:
Commit-ID: 577980a00063935815a55f461601579fd5e61f59
Gitweb: https://git.kernel.org/tip/577980a00063935815a55f461601579fd5e61f59
Author: Sangwon Hong
AuthorDate: Mon, 12 Feb 2018 05:38:36 +0900
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 16 Feb 2018 14:55:42 -0300
perf kmem: Do
Commit-ID: 7e99b1972263c2f611d7f2fb67d09f3384006593
Gitweb: https://git.kernel.org/tip/7e99b1972263c2f611d7f2fb67d09f3384006593
Author: Sangwon Hong
AuthorDate: Mon, 12 Feb 2018 05:38:37 +0900
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 16 Feb 2018 14:55:42 -0300
perf mem: Doc
Commit-ID: a7402c943bb4657cc0b44453177803fbead70990
Gitweb: https://git.kernel.org/tip/a7402c943bb4657cc0b44453177803fbead70990
Author: Jiri Olsa
AuthorDate: Tue, 6 Feb 2018 19:18:13 +0100
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 16 Feb 2018 10:09:23 -0300
perf tools: Fix c
Commit-ID: c3dec27b7f70a9ad5f777d943d51ecdfcd9824d0
Gitweb: https://git.kernel.org/tip/c3dec27b7f70a9ad5f777d943d51ecdfcd9824d0
Author: Jiri Olsa
AuthorDate: Tue, 6 Feb 2018 19:17:58 +0100
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 16 Feb 2018 10:09:23 -0300
perf record: Put
Commit-ID: fdf7c49c200d1b9909e2204cec5bd68b48605c71
Gitweb: https://git.kernel.org/tip/fdf7c49c200d1b9909e2204cec5bd68b48605c71
Author: Jiri Olsa
AuthorDate: Tue, 6 Feb 2018 19:18:12 +0100
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 16 Feb 2018 10:09:23 -0300
perf tests: Fix d
Commit-ID: ad52b8cb4886f572b147b02f4c59a648bbf05f9c
Gitweb: https://git.kernel.org/tip/ad52b8cb4886f572b147b02f4c59a648bbf05f9c
Author: Jiri Olsa
AuthorDate: Fri, 9 Feb 2018 10:27:34 +0100
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 16 Feb 2018 10:09:24 -0300
perf report: Add
Commit-ID: 8614ada0be7d7be84b85c006d526a9c8f76484fa
Gitweb: https://git.kernel.org/tip/8614ada0be7d7be84b85c006d526a9c8f76484fa
Author: Jiri Olsa
AuthorDate: Tue, 6 Feb 2018 19:17:57 +0100
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 16 Feb 2018 10:09:23 -0300
perf report: Ask
Commit-ID: e573e978fb12e16094c0b39fad3dc4e6b4803c2c
Gitweb: https://git.kernel.org/tip/e573e978fb12e16094c0b39fad3dc4e6b4803c2c
Author: Robert Walker
AuthorDate: Wed, 14 Feb 2018 11:24:39 +
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 16 Feb 2018 14:55:44 -0300
perf cs-etm:
Commit-ID: db06a269ecbb1d71d534fc5713624e0b8f92
Gitweb: https://git.kernel.org/tip/db06a269ecbb1d71d534fc5713624e0b8f92
Author: yuzhoujian
AuthorDate: Mon, 29 Jan 2018 10:25:22 +0100
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 16 Feb 2018 10:09:24 -0300
perf stat: Add
Commit-ID: 256e751cac78739a4de2232450d3681b68b5845e
Gitweb: https://git.kernel.org/tip/256e751cac78739a4de2232450d3681b68b5845e
Author: Robert Walker
AuthorDate: Wed, 14 Feb 2018 11:24:40 +
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 16 Feb 2018 14:55:45 -0300
perf inject:
Commit-ID: 6673016f874adee171690f95540ead5efddb5351
Gitweb: https://git.kernel.org/tip/6673016f874adee171690f95540ead5efddb5351
Author: Robert Walker
AuthorDate: Wed, 14 Feb 2018 11:24:41 +
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 16 Feb 2018 14:55:46 -0300
coresight: U
Commit-ID: f1f8ad52f8bf1239282737a2a5c3bd450300cc78
Gitweb: https://git.kernel.org/tip/f1f8ad52f8bf1239282737a2a5c3bd450300cc78
Author: yuzhoujian
AuthorDate: Mon, 29 Jan 2018 10:25:23 +0100
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 16 Feb 2018 10:18:06 -0300
perf stat: Add
Commit-ID: c39629614640a7a5331bf156b0d26effade0a67f
Gitweb: https://git.kernel.org/tip/c39629614640a7a5331bf156b0d26effade0a67f
Author: Jiri Olsa
AuthorDate: Thu, 15 Feb 2018 13:26:28 +0100
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 16 Feb 2018 14:25:56 -0300
perf symbols: Ch
Commit-ID: 81f981d7ec43ed93901c12b6521d39b06f1ed3d3
Gitweb: https://git.kernel.org/tip/81f981d7ec43ed93901c12b6521d39b06f1ed3d3
Author: Jiri Olsa
AuthorDate: Thu, 15 Feb 2018 13:26:29 +0100
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 16 Feb 2018 14:25:56 -0300
perf machine: Fr
Commit-ID: c53b4bb02b45ceec7a590e47820afbb5cef0bb81
Gitweb: https://git.kernel.org/tip/c53b4bb02b45ceec7a590e47820afbb5cef0bb81
Author: Jiri Olsa
AuthorDate: Thu, 15 Feb 2018 13:26:27 +0100
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 16 Feb 2018 14:25:56 -0300
tools lib symbol
Commit-ID: 05db6ff73d805ecc70947c9eee2ed9948d0be52b
Gitweb: https://git.kernel.org/tip/05db6ff73d805ecc70947c9eee2ed9948d0be52b
Author: Jiri Olsa
AuthorDate: Thu, 15 Feb 2018 13:26:31 +0100
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 16 Feb 2018 14:25:57 -0300
perf machine: Ge
Commit-ID: 1fb87b8e9599932e1d8b11c3a1b03b4414aaf7ba
Gitweb: https://git.kernel.org/tip/1fb87b8e9599932e1d8b11c3a1b03b4414aaf7ba
Author: Jiri Olsa
AuthorDate: Thu, 15 Feb 2018 13:26:32 +0100
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 16 Feb 2018 14:25:57 -0300
perf machine: Do
Commit-ID: 8c7f1bb37b29f140e08175132f3abb4d5ad229fc
Gitweb: https://git.kernel.org/tip/8c7f1bb37b29f140e08175132f3abb4d5ad229fc
Author: Jiri Olsa
AuthorDate: Thu, 15 Feb 2018 13:26:30 +0100
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 16 Feb 2018 14:25:57 -0300
perf machine: Mo
Commit-ID: eca0fa28cd0df7369701dbee0e30ddce19c039b8
Gitweb: https://git.kernel.org/tip/eca0fa28cd0df7369701dbee0e30ddce19c039b8
Author: Thomas Richter
AuthorDate: Tue, 13 Feb 2018 16:14:16 +0100
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 16 Feb 2018 15:15:23 -0300
perf record
Commit-ID: c59124fa59757fadc80ad881056a21f98c71b146
Gitweb: https://git.kernel.org/tip/c59124fa59757fadc80ad881056a21f98c71b146
Author: Thomas Richter
AuthorDate: Tue, 13 Feb 2018 16:14:17 +0100
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 16 Feb 2018 15:16:57 -0300
perf annota
Commit-ID: e8f3879f762ffe75a24fd354dd87f073214428fa
Gitweb: https://git.kernel.org/tip/e8f3879f762ffe75a24fd354dd87f073214428fa
Author: Jiri Olsa
AuthorDate: Thu, 15 Feb 2018 13:26:33 +0100
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 16 Feb 2018 14:25:58 -0300
perf machine: Re
Commit-ID: a73e24d240bc136619d382b1268f34d75c9d25ce
Gitweb: https://git.kernel.org/tip/a73e24d240bc136619d382b1268f34d75c9d25ce
Author: Jiri Olsa
AuthorDate: Thu, 15 Feb 2018 13:26:34 +0100
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 16 Feb 2018 14:25:59 -0300
perf tools: Do n
Commit-ID: 4cb7d3ecfca90684ad00f893c34a2028fcc5f764
Gitweb: https://git.kernel.org/tip/4cb7d3ecfca90684ad00f893c34a2028fcc5f764
Author: Thomas Richter
AuthorDate: Tue, 13 Feb 2018 16:14:18 +0100
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 16 Feb 2018 15:16:57 -0300
perf cpuid:
Commit-ID: ab6e9a99345131cd8e54268d1d0dc04a33f7ed11
Gitweb: https://git.kernel.org/tip/ab6e9a99345131cd8e54268d1d0dc04a33f7ed11
Author: Jiri Olsa
AuthorDate: Thu, 15 Feb 2018 13:26:35 +0100
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 16 Feb 2018 14:26:01 -0300
perf tests: Use
Commit-ID: 147c508f3004df6e2958f6c8867909531c2a15e2
Gitweb: https://git.kernel.org/tip/147c508f3004df6e2958f6c8867909531c2a15e2
Author: Jin Yao
AuthorDate: Mon, 12 Feb 2018 13:32:36 -0700
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 16 Feb 2018 14:55:40 -0300
perf tools: Use ta
Commit-ID: b3be39c51cc58eb60c698cf64987e9d465a9263a
Gitweb: https://git.kernel.org/tip/b3be39c51cc58eb60c698cf64987e9d465a9263a
Author: Thomas Richter
AuthorDate: Tue, 13 Feb 2018 16:14:19 +0100
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 16 Feb 2018 15:16:57 -0300
perf test:
Commit-ID: 0f19a038afdc592176c9a302f0d08be6a68ad74a
Gitweb: https://git.kernel.org/tip/0f19a038afdc592176c9a302f0d08be6a68ad74a
Author: Thomas Richter
AuthorDate: Wed, 14 Feb 2018 08:03:03 +0100
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 16 Feb 2018 15:16:58 -0300
perf test:
Commit-ID: 21316ac6803d4a1aadd74b896db8d60a92cd1140
Gitweb: https://git.kernel.org/tip/21316ac6803d4a1aadd74b896db8d60a92cd1140
Author: Arnaldo Carvalho de Melo
AuthorDate: Fri, 16 Feb 2018 15:26:51 -0300
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 16 Feb 2018 15:31:12 -0300
p
Commit-ID: d2785de15f1bd42d613d56bbac5a007e7293b874
Gitweb: https://git.kernel.org/tip/d2785de15f1bd42d613d56bbac5a007e7293b874
Author: Mathieu Poirier
AuthorDate: Mon, 12 Feb 2018 13:32:37 -0700
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 16 Feb 2018 14:55:40 -0300
perf auxtr
Commit-ID: 099c1130998fd2234a200b55d69713ec66d88325
Gitweb: https://git.kernel.org/tip/099c1130998fd2234a200b55d69713ec66d88325
Author: Mathieu Poirier
AuthorDate: Mon, 12 Feb 2018 13:32:35 -0700
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 16 Feb 2018 14:55:39 -0300
perf cs-et
Commit-ID: ce279cdc04aafd5c41ae49f941ee2c3342e35e3e
Gitweb: https://git.kernel.org/tip/ce279cdc04aafd5c41ae49f941ee2c3342e35e3e
Author: Baoquan He
AuthorDate: Wed, 14 Feb 2018 13:46:51 +0800
Committer: Ingo Molnar
CommitDate: Sat, 17 Feb 2018 11:47:29 +0100
x86/apic: Split out restore_
Commit-ID: 3c9e76dbea004b2c7c3ce872022ceaf5ff0dae79
Gitweb: https://git.kernel.org/tip/3c9e76dbea004b2c7c3ce872022ceaf5ff0dae79
Author: Baoquan He
AuthorDate: Wed, 14 Feb 2018 13:46:52 +0800
Committer: Ingo Molnar
CommitDate: Sat, 17 Feb 2018 11:47:44 +0100
x86/apic: Split disable_IO_A
Commit-ID: 796bfadd831bdef0de06cd0253398c3fe011e459
Gitweb: https://git.kernel.org/tip/796bfadd831bdef0de06cd0253398c3fe011e459
Author: Mathieu Poirier
AuthorDate: Mon, 12 Feb 2018 16:38:57 -0700
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 16 Feb 2018 14:55:41 -0300
perf cs-et
Commit-ID: 339b2ae0cd5d4a58f9efe06e4ee36adbeca59228
Gitweb: https://git.kernel.org/tip/339b2ae0cd5d4a58f9efe06e4ee36adbeca59228
Author: Baoquan He
AuthorDate: Wed, 14 Feb 2018 13:46:53 +0800
Committer: Ingo Molnar
CommitDate: Sat, 17 Feb 2018 11:47:45 +0100
x86/apic: Fix restoring boot
Commit-ID: 50374b96d2d30c03c8d42b3f8846d8938748d454
Gitweb: https://git.kernel.org/tip/50374b96d2d30c03c8d42b3f8846d8938748d454
Author: Baoquan He
AuthorDate: Wed, 14 Feb 2018 13:46:54 +0800
Committer: Ingo Molnar
CommitDate: Sat, 17 Feb 2018 11:47:45 +0100
x86/apic: Remove the (now) u
Commit-ID: 51b146c572201e3c368e0baa3e565760aefcf25f
Gitweb: https://git.kernel.org/tip/51b146c572201e3c368e0baa3e565760aefcf25f
Author: Baoquan He
AuthorDate: Wed, 14 Feb 2018 13:46:55 +0800
Committer: Ingo Molnar
CommitDate: Sat, 17 Feb 2018 11:47:45 +0100
x86/apic: Rename variables a
Commit-ID: fc2f52379b9d2232487d5e1dadb77883c10cdf47
Gitweb: https://git.kernel.org/tip/fc2f52379b9d2232487d5e1dadb77883c10cdf47
Author: Andi Kleen
AuthorDate: Fri, 9 Feb 2018 08:39:09 -0800
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 16 Feb 2018 14:55:46 -0300
perf report: Fix
Commit-ID: bee3204ec3c49f6f53add9c3962c9012a5c036fa
Gitweb: https://git.kernel.org/tip/bee3204ec3c49f6f53add9c3962c9012a5c036fa
Author: Baoquan He
AuthorDate: Wed, 14 Feb 2018 13:46:56 +0800
Committer: Ingo Molnar
CommitDate: Sat, 17 Feb 2018 11:47:46 +0100
x86/apic: Set up through-loc
Commit-ID: e3ebaa465136ecfedf9c6f4671df02bf625f8125
Gitweb: https://git.kernel.org/tip/e3ebaa465136ecfedf9c6f4671df02bf625f8125
Author: Jiri Olsa
AuthorDate: Fri, 16 Feb 2018 13:36:19 +0100
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 16 Feb 2018 14:55:47 -0300
perf report: Fix
Commit-ID: 1350fb7d1b484afc1556579fb27400d036683453
Gitweb: https://git.kernel.org/tip/1350fb7d1b484afc1556579fb27400d036683453
Author: Ravi Bangoria
AuthorDate: Mon, 29 Jan 2018 14:04:15 +0530
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 16 Feb 2018 14:55:47 -0300
tools includ
Commit-ID: b40982e8468b46b8f7f5bba5a7e541ec04a29d7d
Gitweb: https://git.kernel.org/tip/b40982e8468b46b8f7f5bba5a7e541ec04a29d7d
Author: Jin Yao
AuthorDate: Mon, 29 Jan 2018 18:57:53 +0800
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 16 Feb 2018 14:55:47 -0300
perf report: Fix w
Commit-ID: 8e2ff72aa35e1a8a53894ae46751a83543338e14
Gitweb: https://git.kernel.org/tip/8e2ff72aa35e1a8a53894ae46751a83543338e14
Author: Ravi Bangoria
AuthorDate: Mon, 29 Jan 2018 14:04:16 +0530
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 16 Feb 2018 14:55:48 -0300
perf powerpc
Commit-ID: 4281da235e3de91bb8deae44bc6506336ceaa88a
Gitweb: https://git.kernel.org/tip/4281da235e3de91bb8deae44bc6506336ceaa88a
Author: Ravi Bangoria
AuthorDate: Mon, 29 Jan 2018 14:04:17 +0530
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 16 Feb 2018 14:55:50 -0300
perf trace p
Commit-ID: 9e809d15d6b692fa061d74be7aaab1c79f6784b8
Gitweb: https://git.kernel.org/tip/9e809d15d6b692fa061d74be7aaab1c79f6784b8
Author: Dominik Brodowski
AuthorDate: Wed, 14 Feb 2018 18:59:23 +0100
Committer: Ingo Molnar
CommitDate: Sat, 17 Feb 2018 11:14:33 +0100
x86/entry: Reduce the
Commit-ID: ced5d0bf603fa0baee8ea889e1d70971fd210894
Gitweb: https://git.kernel.org/tip/ced5d0bf603fa0baee8ea889e1d70971fd210894
Author: Dominik Brodowski
AuthorDate: Wed, 14 Feb 2018 18:59:24 +0100
Committer: Ingo Molnar
CommitDate: Sat, 17 Feb 2018 11:14:33 +0100
x86/entry/64: Use 'xo
On Sat, 10 Feb 2018 18:23:15 -0200
rodrigosiqueira wrote:
> This patch fixes the CHECKs reported by checkpatch.pl for "alignment
> should match open parenthesis"
>
> Signed-off-by: rodrigosiqueira
Applied to the togreg branch of iio.git and pushed out as testing for
the autobuilders to play wit
Hi Ingo
On Sat, Feb 17, 2018 at 08:50:53AM +0100, Ingo Molnar wrote:
>
> Also, more fundamentally, during microcode early testing, isn't it possible
> for
> internal iterations of the microcode to have the same revision, but be
> different?
Atleast we don't do that here. Such debug microcode
On Mon, 12 Feb 2018 17:57:31 +0300
Dan Carpenter wrote:
> On Mon, Feb 12, 2018 at 08:05:22PM +0530, Himanshu Jha wrote:
> > But these should be done when we have *more* instances.
> >
> > For eg:
> > I added a tab space in function static int adis16201_read_raw() argument
> > to match open pare
On Tue, 13 Feb 2018 01:16:05 +0530
Himanshu Jha wrote:
> On Mon, Feb 12, 2018 at 05:57:31PM +0300, Dan Carpenter wrote:
> > On Mon, Feb 12, 2018 at 08:05:22PM +0530, Himanshu Jha wrote:
> > > But these should be done when we have *more* instances.
> > >
> > > For eg:
> > > I added a tab space
On Mon, 12 Feb 2018 16:10:01 +0300
Dan Carpenter wrote:
> On Mon, Feb 12, 2018 at 05:24:58PM +0530, Himanshu Jha wrote:
> > Use sign_extend32 function instead of manually coding it. Also, adjust a
> ^
> > switch block to explicitly
On Mon, 12 Feb 2018 17:45:42 +0300
Dan Carpenter wrote:
> On Mon, Feb 12, 2018 at 08:11:57PM +0530, Himanshu Jha wrote:
> > On Mon, Feb 12, 2018 at 04:18:26PM +0300, Dan Carpenter wrote:
> > > I think -M is prefered for these types of diffs? Not sure.
> >
> > I wrote about that in the cover
On Sat, Feb 17, 2018 at 03:26:45PM +0530, Yash Omer wrote:
> This patch fixes up unncessary parentheses warning found by checkpatch.pl
> script
>
> Signed-off-by: Yash Omer
> ---
> drivers/staging/ks7010/ks_hostif.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/driver
On Sat, Feb 17, 2018 at 03:40:13AM -0800, tip-bot for Dominik Brodowski wrote:
> Commit-ID: 9e809d15d6b692fa061d74be7aaab1c79f6784b8
> Gitweb:
> https://git.kernel.org/tip/9e809d15d6b692fa061d74be7aaab1c79f6784b8
> Author: Dominik Brodowski
> AuthorDate: Wed, 14 Feb 2018 18:59:23 +0100
>
On Tue, 13 Feb 2018 10:52:58 -0600
"Gustavo A. R. Silva" wrote:
> Add suffix ULL to constant 1000 in order to give the compiler complete
> information about the proper arithmetic to use. Notice that this
> constant is used in a context that expects an expression of type
> u64 (64 bits, unsigned).
On Fri, 16 Feb 2018 17:44:41 -0200
rodrigosiqueira wrote:
> This patch fixes the checkpatch.pl warning and error:
>
> iio/pressure/ms5611.h:66: ERROR: code indent should use tabs where possible
> iio/pressure/ms5611.h:66: WARNING: please, no spaces at the start of a line
> iio/pressure/ms5611.h:
When support for the A31/A31s CCU was first added, the clock ops for
the CLK_OUT_* clocks was set to the wrong type. The clocks are MP-type,
but the ops was set for div (M) clocks. This went unnoticed until now.
This was because while they are different clocks, their data structures
aligned in a wa
Hi Boris
Sorry this is coming late... Thought i mentioned it earlier.
On Fri, Feb 16, 2018 at 12:26:39PM +0100, Borislav Petkov wrote:
> 3 files changed, 17 insertions(+), 2 deletions(-)
>
> diff --git a/arch/x86/include/asm/processor.h
> b/arch/x86/include/asm/processor.h
> index 23fdaf4ec925
1 - 100 of 239 matches
Mail list logo