[tip:sched/core] sched/clock, x86: Move some cyc2ns() code around (no replies)
Commit-ID: 57c67da274f3fab38e08d2c9edf08b89e1d9c71d Gitweb: http://git.kernel.org/tip/57c67da274f3fab38e08d2c9edf08b89e1d9c71d Author: Peter Zijlstra <peterz@infradead.org> AuthorDate: Fri, 29...
View Article[tip:sched/core] sched/clock, x86: Rewrite cyc2ns() to avoid the need to...
Commit-ID: 20d1c86a57762f0a33a78988e3fc8818316badd4 Gitweb: http://git.kernel.org/tip/20d1c86a57762f0a33a78988e3fc8818316badd4 Author: Peter Zijlstra <peterz@infradead.org> AuthorDate: Fri, 29...
View Article[tip:sched/core] sched/clock, x86: Use a static_key for sched_clock_stable...
Commit-ID: 35af99e646c7f7ea46dc2977601e9e71a51dadd5 Gitweb: http://git.kernel.org/tip/35af99e646c7f7ea46dc2977601e9e71a51dadd5 Author: Peter Zijlstra <peterz@infradead.org> AuthorDate: Thu, 28...
View Article[tip:sched/core] sched/clock: Fix up clear_sched_clock_stable() (no replies)
Commit-ID: 6577e42a3e1633afe762f47da9e00061ee4b9a5e Gitweb: http://git.kernel.org/tip/6577e42a3e1633afe762f47da9e00061ee4b9a5e Author: Peter Zijlstra <peterz@infradead.org> AuthorDate: Wed, 11...
View Article[tip:sched/core] sched/clock, x86: Avoid a runtime condition in...
Commit-ID: 10b033d434c25a6c9e0f4f4dc2418af1b8236c63 Gitweb: http://git.kernel.org/tip/10b033d434c25a6c9e0f4f4dc2418af1b8236c63 Author: Peter Zijlstra <peterz@infradead.org> AuthorDate: Thu, 28...
View Article[tip:sched/core] sched/clock: Remove local_irq_disable() from the clocks (no...
Commit-ID: ef08f0fff87630d4f67ceb09514d8b444df833f8 Gitweb: http://git.kernel.org/tip/ef08f0fff87630d4f67ceb09514d8b444df833f8 Author: Peter Zijlstra <peterz@infradead.org> AuthorDate: Thu, 28...
View Article[3.11.y.z extended stable] Linux 3.11.10.3 stable review (209 replies)
This is the start of the review cycle for the Linux 3.11.10.3 stable kernel. This version contains 208 new patches, summarized below. The new patches are posted as replies to this message and also...
View Article[PATCH 1/3] iio: mxs-lradc: fix buffer overflow (no replies)
Fixes: drivers/staging/iio/adc/mxs-lradc.c:1556 mxs_lradc_probe() error: buffer overflow 'iio->channels' 15 <= 15 The reported available scales for in_voltage15 were also wrong. The realbits...
View Article[PATCH 4/4] staging: tidspbridge: adjust error return code (bugfix) (no replies)
From: Julia Lawall <Julia.Lawall@lip6.fr> The variable status is initialized to either 0 or an error code. Return status to propagate the error value. A simplified version of the semantic patch...
View Article[tip:sched/core] sched/preempt: Fix up missed PREEMPT_NEED_RESCHED folding...
Commit-ID: 8cb75e0c4ec9786b81439761eac1d18d4a931af3 Gitweb: http://git.kernel.org/tip/8cb75e0c4ec9786b81439761eac1d18d4a931af3 Author: Peter Zijlstra <peterz@infradead.org> AuthorDate: Wed, 20...
View Article[tip:sched/core] sched, thermal: Clean up preempt_enable_no_resched() abuse...
Commit-ID: 130816ce4d5f69167324f7272e70aa3d641677c6 Gitweb: http://git.kernel.org/tip/130816ce4d5f69167324f7272e70aa3d641677c6 Author: Peter Zijlstra <peterz@infradead.org> AuthorDate: Wed, 11...
View Article[PATCH 3/3] iio: mxs-lradc: remove useless scale_available files (no replies)
in_voltage8_scale_available and in_voltage9_scale_available are exposed to userspace but useless as in_voltage8_raw and in_voltage9_raw are not available. Signed-off-by: Alexandre Belloni...
View Article[PATCH 2/3] iio: mxs-lradc: fix invalid channel number detection (no replies)
16 would be accepted as a channel number but it is invalid. It doesn't really have any effect as mxs_lradc_read_raw is called from a "controlled" environment so it it only gets values going from 0 to...
View Article[PATCH 0/3] iio: mxs-lradc fixes (no replies)
Here are a few fixes to get in before 3.14. Two of those are because I wasn't careful engouh when reordering my patch before thos of Hector, it made me drop a part. and I forgot to reintroduce it when...
View Article[PATCH 08/11] madvise: redefine callback functions for page table walker (no...
swapin_walk_pmd_entry() is defined as pmd_entry(), but it has no code about pmd handling (except pmd_none_or_trans_huge_or_clear_bad, but the same check are now done in core page table walk code). So...
View Article[PATCH 01/11] pagewalk: update page table walker core (no replies)
This patch updates mm/pagewalk.c to make code less complex and more maintenable. The basic idea is unchanged and there's no userspace visible effect. Most of existing callback functions need access to...
View Article[PATCH 04/11] clear_refs: redefine callback functions for page table walker...
Currently clear_refs_pte_range() is connected to pmd_entry() to split thps if found. But now this work can be done in core page table walker code. So we have no reason to keep this callback on...
View Article[PATCH 00/11 v4] update page table walker (8 replies)
This is ver.4 of page table walker patchset. I rebased it onto mmotm-2014-01-09-16-23, refactored, and commented more. Changes since ver.3 are only on 1/11 and 2/11. As for the motivation and/or brief...
View Article[RFC][PATCH v2 1/3] mm: Create utility function for accessing a tasks...
introduce get_cmdline() for retreiving the value of a processes proc/self/cmdline value. Signed-off-by: William Roberts <wroberts@tresys.com> --- include/linux/mm.h | 1 + mm/util.c | 48...
View ArticleRe: Fwd: Re: RFC: cgroups aware proc (no replies)
On Mon, Jan 13, 2014 at 06:23:50PM +0200, Marian Marinov wrote: > Hello Peter, > > I need help with the scheduler. > > I'm currently trying to patch the /proc/loadavg to show the load...
View Article