Thomas,
This is a temporary hack to allow timer based polling of the
Atari ROM port network and USB cards only. Suggestions on how to
properly handle this in the normal interrupt framework are most
welcome.
So you're polling devices which have no hardware interrupt from the
timer interrupt. Of
Hi Linus:
Here is the crypto update for 3.13:
* Made x86 ablk_helper generic for ARM.
* Phase out chainiv in favour of eseqiv (affects IPsec).
* Fixed aes-cbc IV corruption on s390.
* Added constant-time crypto_memneq which replaces memcmp.
* Fixed aes-ctr in omap-aes.
* Added OMAP3 ROM RNG supp
From: Duan Jiong
Date: Wed, 6 Nov 2013 15:57:17 +0800
> This patch fixes coccinelle error regarding usage of IS_ERR and
> PTR_ERR instead of PTR_ERR_OR_ZERO.
>
> Signed-off-by: Duan Jiong
Applied.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a messa
* David Ahern wrote:
> +--out-pages=::
> + Number of pages to mmap while writing data to file (must be a power of
> two).
> + Specification can be appended with unit character - B/K/M/G. The
> + size is rounded up to have nearest pages power of two value.
So why doesn't the code au
Chen Gang wrote:
> When installing, "scripts/headers_install.sh" will strip guard macro'
> "_UAPI" to prevent from appearing it to users. And also, all another
> files which need uapi prefix always use "_UAPI", not "UAPI".
>
> So use "_UAPI" instead of "UAPI" on the guard macro, and also give a
> c
From: Duan Jiong
Date: Wed, 6 Nov 2013 15:58:13 +0800
> This patch fixes coccinelle error regarding usage of IS_ERR and
> PTR_ERR instead of PTR_ERR_OR_ZERO.
>
> Signed-off-by: Duan Jiong
Applied.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a messa
* David Ahern wrote:
> 1 line function with only 1 user; might as well embed directly.
>
> Suggested-by: Ingo Molnar
> Signed-off-by: David Ahern
> Cc: Ingo Molnar
> Cc: Frederic Weisbecker
> Cc: Jiri Olsa
> Cc: Namhyung Kim
> Cc: Peter Zijlstra
> Cc: Stephane Eranian
> ---
> tools/per
* David Ahern wrote:
> Duplicates the data_offset from header in the session.
>
> Signed-off-by: David Ahern
> Cc: Ingo Molnar
> Cc: Frederic Weisbecker
> Cc: Peter Zijlstra
> Cc: Jiri Olsa
> Cc: Namhyung Kim
> Cc: Mike Galbraith
> Cc: Stephane Eranian
> ---
> tools/perf/builtin-record
* David Ahern wrote:
> Code move only. No logic changes.
>
> Signed-off-by: David Ahern
> Cc: Ingo Molnar
> Cc: Frederic Weisbecker
> Cc: Jiri Olsa
> Cc: Namhyung Kim
> Cc: Peter Zijlstra
> Cc: Stephane Eranian
> ---
> tools/perf/builtin-record.c | 33 +
>
* David Ahern wrote:
> I know Jiri is working on cleanups of the output file, but had this
> sitting around for a couple of weeks now. Might as well push it out
> for the next baseline. The cleanups of perf-record can be taken
> independently.
>
> Ingo: I took a look at leveraging the copy_user
If "pm2" were NULL we would oops printing the error message.
Fortunately, that's not possible so I have removed the NULL checks.
Signed-off-by: Dan Carpenter
diff --git a/drivers/power/pm2301_charger.c b/drivers/power/pm2301_charger.c
index b733c69..62c15af 100644
--- a/drivers/power/pm2301_char
Hi Kevin,
http://people.canonical.com/~acelan/elan_touchscreen/
Here are the kernels, please test them one by one and tell me which one works.
As your description, the first one should work, and the second one doesn't,
I just want to make sure that, so I build the rc6 and rc7 kernel to test.
Thank
On Sun, Oct 13, 2013 at 08:21:32AM +0200, Michael Opdenacker wrote:
> This patch proposes to remove the use of the IRQF_DISABLED flag
>
> It's a NOOP since 2.6.35 and it will be removed one day.
>
> Signed-off-by: Michael Opdenacker
Pushed to l2-mtd.git. Thanks!
Brian
--
To unsubscribe from th
* David Ahern wrote:
> When building perf out of tree
> make perf-tar-src-pkg
> tar -xf perf-.tar -C /tmp
> cd /tmp/perf
> make -C tools/perf
>
> you get the warning message:
> make[1]: *** No rule to make target `kernelversion'. Stop.
>
> Fix by saving the perf version in
The series of patches represent support of Exynos 5410 SoC
The Exynos 5410 is the first Samsung SoC based on bigLITTLE architecture
Patches allow all 8 CPU cores (4 x A7 and 4 x A15) to run at the same time
Patches add new platform description, support of clock controller,
dual cluster support an
From: Tarek Dakhran
EXYNOS5410 is SoC in Samsung's Exynos5 SoC series.
Add initial support for this SoC.
Signed-off-by: Tarek Dakhran
Signed-off-by: Vyacheslav Tyrtov
---
arch/arm/mach-exynos/Kconfig | 12
arch/arm/mach-exynos/common.c| 18
From: Tarek Dakhran
The EXYNOS5410 clocks are statically listed and registered
using the Samsung specific common clock helper functions.
Signed-off-by: Tarek Dakhran
Signed-off-by: Vyacheslav Tyrtov
---
.../devicetree/bindings/clock/exynos5410-clock.txt | 37
drivers/clk/samsung/Makefil
On Wed 06-11-13 17:42:38, Cody P Schafer wrote:
> Use rbtree_postorder_for_each_entry_safe() to destroy the rbtree instead
> of opencoding an alternate postorder iteration that modifies the tree
>
> Signed-off-by: Cody P Schafer
OK, since this patch now depends on rbtree_postorder... fix, I'll
From: Tarek Dakhran
Add EDCS(Exynos Dual Cluster Support) for Samsung Exynos5410 SoC.
This enables all 8 cores, 4 x A7 and 4 x A15 run at the same time.
Signed-off-by: Tarek Dakhran
Signed-off-by: Vyacheslav Tyrtov
---
arch/arm/mach-exynos/Makefile | 2 +
arch/arm/mach-exynos/edcs.c | 278
From: Tarek Dakhran
Add initial device tree nodes for EXYNOS5410 SoC and SMDK5410 board.
Signed-off-by: Tarek Dakhran
Signed-off-by: Vyacheslav Tyrtov
---
arch/arm/boot/dts/Makefile| 1 +
arch/arm/boot/dts/exynos5410-smdk5410.dts | 65 ++
arch/arm/boot/dts/exynos541
Hi:
As we talked in mail before, please check my patch as below:
From: Qi Wang
nor_erase_prepare() will be called before erase a NOR flash, it will program '0'
into a block to mark this block. But program data into a erasure interrupted
block
can cause program timtout(several minutes at most) e
pnp_irq() returns -1 on error but cast to an unsigned. It is confusing
for callers who assume that it returns a negative value. I have
introduced a new define IORESOURCE_INVALID which is the same value but
hopefully it looks less like a negative value.
Signed-off-by: Dan Carpenter
diff --git a
On 7 November 2013 02:05, Rafael J. Wysocki wrote:
> On Wednesday, November 06, 2013 04:21:48 PM Kevin Hilman wrote:
>> On Wed, Nov 6, 2013 at 4:16 PM, Rafael J. Wysocki wrote:
>> > On Wednesday, November 06, 2013 11:48:24 PM Ulf Hansson wrote:
>> >>
>> >> "Rafael J. Wysocki" skrev:
>> >> >On We
On Thursday, November 07, 2013 4:19 PM, Brian Norris wrote:
> On Wed, Nov 06, 2013 at 06:06:25PM +, Pekon Gupta wrote:
> > > From: Brian Norris [mailto:computersforpe...@gmail.com]
> > > > On Thu, Oct 31, 2013 at 7:18 PM, Jingoo Han
> > > >> From: Wei Yongjun
> > > >>
> > > >> Fix to return a
* Peter Zijlstra wrote:
> > Requiring the user of a kernel interface to have a deep knowledge of
> > optimizing compilers, barriers, and CPU memory models is just asking
> > for trouble.
>
> It shouldn't be all that hard to put this in a (lgpl) library others can
> link to -- that way you ca
Yinghai Lu writes:
> On Wed, Nov 6, 2013 at 1:16 AM, Mikael Pettersson
> wrote:
> > I recently got a Dell Latitude E6230 (Ivy Bridge i7-3540M) and noticed that
> > the mtrr sanitizer failed on it:
> >
> > === snip ===
> > Linux version 3.12.0 (mikpe@barley) (gcc version 4.8.3 20131017
>
On Wed, Nov 06, 2013 at 04:38:10PM -0500, Christoph Lameter wrote:
> On Wed, 6 Nov 2013, Andreas Herrmann wrote:
>
> > Would be nice, if your patch is pushed upstream asap.
>
> Ok so this is a
>
> Tested-by: Andreas Herrmann
>
> I think?
Yes.
> BTW Calxeda is a great product. Hope you get 64
* David Ahern wrote:
> On 11/5/13, 10:36 PM, Ingo Molnar wrote:
> >I think you could avoid the 'short' complication altogether by doing
> >something like this:
> >
> >>+elif test -f ../../PERF-VERSION-FILE
> >>+then
> >>+ TAG=$(cut -d' ' -f3 ../../PERF-VERSION-FILE)
> >
> >That extracts 'TAG'
Hi Ulf,
On 18:50 Tue 22 Oct , Ulf Hansson wrote:
> > And this is after the patch has been applied:
> > KB reclen write rewritereadreread
> >51200 4 251 990 3280 3244
> >51200 8 4601545 4460 4463
> >
2013/11/7 Ming Lei :
> Hi,
>
> On Thu, Nov 7, 2013 at 10:47 AM, Axel Lin wrote:
>>
>> hi Ming,
>> Seems CONFIG_PAGE_OFFSET is not configurabe in "make menuconfig".
>> And I found CONFIG_PAGE_OFFSET=0xC000 for all below configs...
>> $ make at91_dt_defconfig; grep CONFIG_PAGE_OFFSET .config
>>
On Thu, Nov 07, 2013 at 09:27:32AM +0100, Andreas Herrmann wrote:
> On Wed, Nov 06, 2013 at 04:38:10PM -0500, Christoph Lameter wrote:
> > On Wed, 6 Nov 2013, Andreas Herrmann wrote:
> >
> > > Would be nice, if your patch is pushed upstream asap.
> >
> > Ok so this is a
> >
> > Tested-by: Andrea
Hi everyone,
Trace events can be enabled through debugfs by e.g. writing '1' into
their enable node. This is a very useful feature as some tracing
functions can introduce overhead and we only want them active when
needed.
There is one additional thing that I would need though, which is to be
noti
On Thursday 07 of November 2013, Randy Dunlap wrote:
> Re: https://bugzilla.kernel.org/show_bug.cgi?id=64531
>
>
> arch/x86/Kconfig line 1053 (+/-), help section in CONFIG_MICROCODE_INTEL,
> says:
>
> For latest news and information on obtaining all the required
> Intel ingredients for this driv
fwiw this file lives on intel.com for a while now.. unfortunately it's
one of these websites with fancy downloading stuff for which I suspect
the URLs are not long term stable ;-(
but if you type "microcode" into the search box its the first entry...
On Thu, Nov 7, 2013 at 8:34 AM, Ingo Molnar wr
On Wed, 6 Nov 2013 18:37:54 +0100, Oleg Nesterov wrote:
> On 11/06, Namhyung Kim wrote:
>>
>> On Tue, 5 Nov 2013 20:24:01 +0100, Oleg Nesterov wrote:
>> > On 11/05, Oleg Nesterov wrote:
>> >>
>> >> As for "-= tu->offset"... Can't we avoid it? User-space needs to calculate
>> >> the "@" argument any
Hi,
In cases where the BUS interface is system fabric itself,
where no probing is required, so kernel doesn't provide the
"dev" pointer (unlike USB and PCI). The driver is a wireless
driver based on mac80211.
So we used device_create to device, which is passed to
set_wiphy_dev, it works fine.
Bu
At Thu, 7 Nov 2013 11:17:49 +0300,
Dan Carpenter wrote:
>
> pnp_irq() returns -1 on error but cast to an unsigned. It is confusing
> for callers who assume that it returns a negative value. I have
> introduced a new define IORESOURCE_INVALID which is the same value but
> hopefully it looks less
On 11/06/2013 10:23 PM, Vivek Goyal wrote:
On Wed, Nov 06, 2013 at 02:21:39AM +, Atsushi Kumagai wrote:
(2013/11/06 5:27), Vivek Goyal wrote:
On Tue, Nov 05, 2013 at 09:45:32PM +0800, Jingbai Ma wrote:
This patch set intend to exclude unnecessary hugepages from vmcore dump file.
This patc
On Wed, 6 Nov 2013 19:24:08 +0100, Oleg Nesterov wrote:
> Forgot to mention,
>
> On 11/06, Oleg Nesterov wrote:
>>
>> I meant,
>>
>> saved_ip = instruction_pointer(regs);
>>
>> // pass the "ip" which was used to calculate
>> // the @addr argument to fetch_*()
* Greg KH wrote:
> > Thirdly, _users_ interested in stability can already go to the -stable
> > kernel, will will suck up 1 cycle worth of bugfixes out of the main
> > flow of changes. So users already have a stability choice of v-latest
> > and 'v-latest - 1' - plus the 'long term' stable ke
This symbol is used only in this file. The patch fix the following
sparse warning:
warning: symbol 'of_cpu_clk_setup' was not declared. Should it be static?
Signed-off-by: Jisheng Zhang
---
drivers/clk/mvebu/clk-cpu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/cl
The Inter Processor Interrupt is used on ARM to tell another processor to do
a specific action. This is mainly used to emulate a timer interrupt on an idle
cpu, force a cpu to reschedule or run a function on another processor context.
Add a tracepoint when raising an IPI and in the entry/exit hand
* Arkadiusz Miskiewicz wrote:
> On Thursday 07 of November 2013, Randy Dunlap wrote:
> > Re: https://bugzilla.kernel.org/show_bug.cgi?id=64531
> >
> >
> > arch/x86/Kconfig line 1053 (+/-), help section in CONFIG_MICROCODE_INTEL,
> > says:
> >
> > For latest news and information on obtaining a
This patch fixes conflicting types for 'set_cpu_coherent' and fixes the
following sparse warnings.
arch/arm/mach-mvebu/system-controller.c:42:38:
warning: symbol 'armada_370_xp_system_controller' was not declared. Should it
be static?
arch/arm/mach-mvebu/system-controller.c:49:38:
warning: symbol
On Wed, Nov 06, 2013 at 04:30:05PM -0800, David Rientjes wrote:
> On Mon, 4 Nov 2013, Mel Gorman wrote:
>
> > This maybe?
> >
> > ---8<---
> > mm: memcontrol: Release css_set_lock when aborting an OOM scan
> >
> > css_task_iter_start acquires the css_set_lock and it must be released with
> > a c
This patch fixes the following sparse warning:
drivers/pci/host/pci-mvebu.c:676:17: warning: symbol
'mvebu_pcie_align_resource' was not declared. Should it be static?
Signed-off-by: Jisheng Zhang
---
drivers/pci/host/pci-mvebu.c | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
d
* Steven Rostedt wrote:
> On Thu, 7 Nov 2013 01:50:27 +0100
> Hannes Frederic Sowa wrote:
>
> > On Wed, Nov 06, 2013 at 04:16:49PM -0500, Steven Rostedt wrote:
> > > Sorry for the late reply, but this was sent while I was getting ready
> > > for my two week conference trip.
> > >
> > > Note,
Dear Jisheng Zhang,
On Thu, 7 Nov 2013 17:05:55 +0800, Jisheng Zhang wrote:
> This patch fixes the following sparse warning:
> drivers/pci/host/pci-mvebu.c:676:17: warning: symbol
> 'mvebu_pcie_align_resource' was not declared. Should it be static?
>
> Signed-off-by: Jisheng Zhang
Thanks, but a
* Josh Boyer wrote:
> The current range for SMP configs is 2 - 512 CPUs, or a full 4096 in the
> case of MAXSMP. There are machines that have 1024 CPUs in them today
> and configuring a kernel for that means you are forced to set MAXSMP.
> This adds additional unnecessary overhead. While t
On 10/19/2013 09:28 AM, Saumya Ranjan Kuanr wrote:
Fixed a coding style issue
Signed-off-by: Saumya Ranjan Kuanr
Applied for 3.14.
Changed the subject to:
ux500: cpuidle: Fix indentation
Thanks
-- Daniel
---
drivers/cpuidle/cpuidle-ux500.c |2 +-
1 file changed, 1 insertion(+), 1
On Wed 06-11-13 17:42:36, Cody P Schafer wrote:
> Use rbtree_postorder_for_each_entry_safe() to destroy the rbtree instead
> of opencoding an alternate postorder iteration that modifies the tree
The patch looks good. You can add:
Reviewed-by: Jan Kara
At Thu, 07 Nov 2013 11:14:29 +0800,
Chen Gang wrote:
>
> When installing, "scripts/headers_install.sh" will strip guard macro'
> "_UAPI" to prevent from appearing it to users. And also, all another
> files which need uapi prefix always use "_UAPI", not "UAPI".
>
> So use "_UAPI" instead of "UAPI"
On Thu, Nov 7, 2013 at 12:57 AM, Junio C Hamano wrote:
>
> * "git replace" helper no longer allows an object to be replaced with
>another object of a different type to avoid confusion (you can
>still manually craft such replacement using "git update-ref", as an
>escape hatch).
Maybe
The only speed available was max_speed (the maximum speed declared for a
device).
This patch adds the support for spi_tranfer->speed_hz parameter.
We can now set a different speed for each spi message.
Signed-off-by: Richard Genoud
---
drivers/spi/spi-atmel.c | 92 -
On Wed, Nov 06, 2013 at 11:41:33AM -0700, David Ahern wrote:
> I know Jiri is working on cleanups of the output file, but had this
> sitting around for a couple of weeks now. Might as well push it out
> for the next baseline. The cleanups of perf-record can be taken
> independently.
np, I'll rebas
On Thu, Nov 7, 2013 at 5:53 AM, xulinuxker...@gmail.com
wrote:
> Recently, our company use kernel 3.10 instead of 3.8.When we test the kernel
> we found there would be hang up in pinctrl subsystem,the reason may be as
> following,
> In out system,nand and spi pins are some of the same,so we need
Hi!
On 06/11/13 20:08, ext Pantelis Antoniou wrote:
>>> The following patchset introduces Device Tree overlays, a method
>>> of dynamically altering the kernel's live Device Tree, along with
>>> a generic interface to use it in a board agnostic manner.
>>
>> In case this has been discussed and I m
On 11/07/2013 03:54 PM, Clemens Ladisch wrote:
> Chen Gang wrote:
>> > When installing, "scripts/headers_install.sh" will strip guard macro'
>> > "_UAPI" to prevent from appearing it to users. And also, all another
>> > files which need uapi prefix always use "_UAPI", not "UAPI".
>> >
>> > So use "
On 11/07/2013 05:29 PM, Takashi Iwai wrote:
> At Thu, 07 Nov 2013 11:14:29 +0800,
> Chen Gang wrote:
>> >
>> > When installing, "scripts/headers_install.sh" will strip guard macro'
>> > "_UAPI" to prevent from appearing it to users. And also, all another
>> > files which need uapi prefix always us
On 7.11.2013 07:37, Stephen Rothwell wrote:
> Hi Andrew,
>
> Today's linux-next merge of the akpm-current tree got a conflict in
> scripts/bloat-o-meter between commit 21cf6e584ce3 ("kbuild,
> bloat-o-meter: fix static detection") from the kbuild tree and commit
> 372dd3b27736 ("scripts/bloat-o-me
Hi Linus,
please pull from the 'for-linus' branch of
git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git for-linus
to receive the following updates:
The bulk of the s390 patches for the 3.13 merge window.
Heiko spent quite a bit of work to improve the code generation for
the ke
On Wed, Nov 6, 2013 at 5:39 PM, Linus Torvalds
wrote:
> Sorry about the HTML crap, the internet connection is too slow for my normal
> email habits, so I'm using my phone.
>
> I think the barriers are still totally wrong for the locking functions.
>
> Adding an smp_rmb after waiting for the lock i
Thanks for your prompt response!
On 11/07/2013 01:13 PM, Stephan Mueller wrote:
> Am Donnerstag, 7. November 2013, 12:14:17 schrieb Jeff Liu:
>
> Hi Jeff,
>
>> Hi Stephan,
>>
>> As per your previous comments for this fix, you have promised another
>> approach which is promising to avoid entropy
On Wed, Nov 06, 2013 at 10:51:52AM -0700, David Ahern wrote:
> On 11/4/13, 11:31 AM, Jiri Olsa wrote:
> >hi,
> >after discussion with David, sending his change
> >updated into the new data file object.
> >
> >David's original post:
> > http://marc.info/?l=linux-kernel&m=138180575328977&w=2
> >
>
Trusted Foundations is a TrustZone-based secure monitor for ARM that
can be invoked using the same SMC-based API on all supported
platforms. This patch adds initial basic support for Trusted
Foundations using the ARM firmware API. Current features are limited
to the ability to boot secondary proces
Just a set of small fixes to address the concerns expressed on v9 with the
non-prefixed version DT properties. I hope there won't be a need for an
eleventh (!) version. :P
Changelog from v9:
- Renamed tl vendor prefix to tlm (for Trusted Logic Mobility)
- Prefixed version properties with "tlm,"
-
Register the firmware operations for Trusted Foundations if the device
tree indicates it is active on the device.
Signed-off-by: Alexandre Courbot
Reviewed-by: Tomasz Figa
Reviewed-by: Stephen Warren
---
Documentation/devicetree/bindings/arm/tegra.txt | 5 +
arch/arm/mach-tegra/Kconfig
Use a firmware operation to set the CPU reset handler and only resort to
doing it ourselves if there is none defined.
This supports the booting of secondary CPUs on devices using a TrustZone
secure monitor.
Signed-off-by: Alexandre Courbot
Reviewed-by: Tomasz Figa
Reviewed-by: Stephen Warren
-
On 11/07/13 06:48, Jisheng Zhang wrote:
On Tue, 5 Nov 2013 06:28:42 -0800
Sebastian Hesselbarth wrote:
This adds very basic device tree files for the Marvell Armada
1500-mini SoC (Berlin BG2CD) and the Google Chromecast. Currently,
SoC only has nodes for cpu, some clocks, l2 cache controller, l
On 11/07/13 06:56, Jisheng Zhang wrote:
I have some permission to comment this patch now ;)
Great!
On Tue, 5 Nov 2013 06:28:38 -0800
Sebastian Hesselbarth wrote:
This adds known facts and rumors about the Marvell Berlin (88DE3xxx) SoC
family to the Marvell SoC documentation.
Signed-off-by
Support for Trusted Foundations is light and allows the kernel to run on
a wider range of devices, so enable it by default.
Signed-off-by: Alexandre Courbot
Reviewed-by: Tomasz Figa
Reviewed-by: Stephen Warren
---
arch/arm/configs/tegra_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --g
Add the "tlm" prefix for Trusted Logic Mobility.
Signed-off-by: Alexandre Courbot
---
Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt
b/Documentation/devicetree/bindings/vendor-prefix
Not all Tegra devices can set the CPU reset handler in the same way.
In particular, devices using a TrustZone secure monitor cannot set the
reset handler directly and need to do it through a firmware operation.
This patch separates the act of setting the reset handler from its
preparation, so the
On 11/07/13 06:40, Jisheng Zhang wrote:
On Tue, 5 Nov 2013 06:28:43 -0800
Sebastian Hesselbarth wrote:
This adds initial support for the Marvell Berlin SoC family with
Armada 1500 (88DE3100) and Armada 1500-mini (88DE3005) SoCs.
Signed-off-by: Sebastian Hesselbarth
Reviewed-by: Jason Cooper
Add the Device Tree bindings for the Trusted Foundation secure monitor.
Signed-off-by: Alexandre Courbot
---
.../arm/firmware/tlm,trusted-foundations.txt | 20
1 file changed, 20 insertions(+)
create mode 100644
Documentation/devicetree/bindings/arm/firmware/tlm,tr
On 10/25/2013 01:16 PM, Maxime Ripard wrote:
The clock event structure irq field was not filled previously to the
interrupt we're using.
This was resulting in the timer not being used at all when using a
configuration with SMP enabled on a system with several CPUs, and with
the cpumask set to th
On 10/25/2013 01:16 PM, Maxime Ripard wrote:
The interrupt for the timer is a shared processor interrupt, so any CPU
found in the system can handle it. Switch to our cpumask to
cpu_possible_mask instead of cpumask_of(0).
Signed-off-by: Maxime Ripard
Applied to my tree for 3.14
Thanks !
side
Am 06.11.2013 14:42, schrieb Keith Curtis:
I don't know if you all should spend time working only on bugs, but I
believe more time should be spent on the bug *list*. There are many
users patiently waiting for the kernel to work for their computer. The
pleas for help can be read in the bug databas
- Original Message -
> From: "Dave Hansen"
> To: "Andrew Morton" , "Jerome Marchand"
>
> Cc: linux...@kvack.org, linux-kernel@vger.kernel.org
> Sent: Thursday, November 7, 2013 12:49:54 AM
> Subject: Re: [PATCH v4 2/2] mm: allow to set overcommit ratio more precisely
>
> On 11/06/2013
Hi,
On Thursday, November 07, 2013 11:22:42 AM Naveen Krishna Chatradhi wrote:
> On Exynos5250, the FALL interrupt related en, status and clear bits are
> available at an offset of
> 16 in INTEN, INTSTAT registers and at an offset of
> 12 in INTCLEAR register.
>
> On Exynos5420, the FALL interru
On Fri, 2013-11-01 at 19:00 +, Zoltan Kiss wrote:
> On 01/11/13 10:50, Ian Campbell wrote:
> > Does this always avoid copying when bridging/openvswitching/forwarding
> > (e.g. masquerading etc)? For both domU->domU and domU->physical NIC?
> I've tested the domU->domU, domU->physical with bridge
On Mon, Nov 4, 2013 at 5:25 AM, Justin Piszcz wrote:
> Hi,
>
> I run two SSDs in a RAID-1 configuration and I have a swap partition on a
> third SSD. Over time, the mismatch_cnt between the two devices grows higher
> and higher.
>
> Once a week, I run a check and repair against the md devices to
Hi,
During the Energy-aware scheduling mini-summit, we spoke about benches
that should be used to evaluate the modifications of the scheduler.
I’d like to propose a bench that uses cyclictest to measure the wake
up latency and the power consumption. The goal of this bench is to
exercise the schedu
good 5e01dc7b26d9f24f39abace5da98ccbd6a5ceb52
# bad: [48da1a29f5883ef9d14c6b828e469d86b4fc0980] Add linux-next
specific files for 20131107
git bisect bad 48da1a29f5883ef9d14c6b828e469d86b4fc0980
# good: [8af25488610c16d9eed35b5e1ecdbe649a89d429] Merge
remote-tracking branch 'l2-mtd/master'
Hi Bartlomiej,
On 7 November 2013 16:18, Bartlomiej Zolnierkiewicz
wrote:
>
> Hi,
>
> On Thursday, November 07, 2013 11:22:42 AM Naveen Krishna Chatradhi wrote:
>> On Exynos5250, the FALL interrupt related en, status and clear bits are
>> available at an offset of
>> 16 in INTEN, INTSTAT register
Hi,
On 06/11/13 23:31, Kees Cook wrote:
> diff --git a/arch/Kconfig b/arch/Kconfig
> index af2cc6eabcc7..6eaca7d92399 100644
> --- a/arch/Kconfig
> +++ b/arch/Kconfig
> @@ -331,12 +331,15 @@ config HAVE_ARCH_SECCOMP_FILTER
>
> config SECCOMP_FILTER
> def_bool y
> - depends on HAVE_ARC
On 10/25/2013 03:07 PM, Maxime Ripard wrote:
Hi everyone,
Here is a few patches adding support for the High Speed Timers running on the
Allwinner SoCs.
These timers are 64 bits timers running at a much higher speed than the timers
used for now on these SoCs, since they are no longer wired to th
On Tue, Oct 22, 2013 at 03:30:00PM -0700, Joe Perches wrote:
> This typedef is unnecessary and should just be removed.
>
> Signed-off-by: Joe Perches
Acked-by: Joel Becker
> ---
> fs/ocfs2/stackglue.c | 8
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/fs/ocfs2/st
On 04/11/13 15:38, Roger Pau Monne wrote:
> The new GNTTABOP_unmap_and_duplicate operation doesn't zero the
> mapping passed in new_addr, allowing us to perform batch unmaps in p2m
> code without requiring the use of a multicall.
I have recently investigated some problems that were caused by a use
Hi Peter,
Couple of minor fixes on the arm64 side...
On Wed, Nov 06, 2013 at 01:57:36PM +, Peter Zijlstra wrote:
> --- a/arch/arm64/include/asm/barrier.h
> +++ b/arch/arm64/include/asm/barrier.h
> @@ -35,11 +35,59 @@
> #define smp_mb() barrier()
> #define smp_rmb() barrier()
> #
Mike,
On Thu, 7 Nov 2013, Mike Galbraith wrote:
> On Thu, 2013-11-07 at 04:26 +0100, Mike Galbraith wrote:
> > On Wed, 2013-11-06 at 18:49 +0100, Thomas Gleixner wrote:
>
> > > I bet you are trying to work around some of the side effects of the
> > > occasional tick which is still necessary de
On Mon 04-11-13 15:36:19, Kent Overstreet wrote:
> With immutable biovecs we don't want code accessing bi_io_vec directly -
> the uses this patch changes weren't incorrect since they all own the
> bio, but it makes the code harder to audit for no good reason - also,
> this will help with multipage
On 11/06/2013 12:05 PM, Magnus Damm wrote:
From: Magnus Damm
Add Kconfig entries for CMT, MTU2, TMU and STI to
drivers/clocksource/Kconfig. This will allow us to
get rid of duplicated entires in architecture code
such as arch/sh and arch/arm/mach-shmobile.
Signed-off-by: Magnus Damm
Hi Magn
Hi Sachin,
On Thursday 07 of November 2013 16:25:15 Sachin Kamat wrote:
> Hi,
>
> Today's linux next fails to boot Origen (Exynos4210) board. However,
> Arndale (Exynos5250) board boots fine. Git bisect points to the
> following as bad commit:
>
> 2361613206e66ce59cc0e08efa8d98ec15b84ed1 is the
Hi Grant,
Could you pick this patch up? It fixes boot-up at least on several Exynos
based platforms, which use interrupt-map nodes with #interrupt-cells
higher than 1.
Also please disregard patch 2/2, as your fix that has been merged seems
to be fine.
Best regards,
Tomasz
On Tuesday 05 of Novem
Hi Vincent,
(for whatever reason, the text is wrapped and results hard to read)
On Thu, Nov 07, 2013 at 10:54:30AM +, Vincent Guittot wrote:
> During the Energy-aware scheduling mini-summit, we spoke about benches
> that should be used to evaluate the modifications of the scheduler.
> I’d lik
Hi,
On Tuesday 05 of November 2013 16:21:36 Tomasz Figa wrote:
> This patch fixes the of_irq_parse_raw() function to check for reg
> property only when really parsing interrupt map property, as it is not
> required otherwise and breaks existing device trees.
>
> Signed-off-by: Tomasz Figa
> ---
The following changes since commit d8524ae9d6f492a9c6db9f4d89c5f9b8782fa2d5:
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
(2013-09-22 19:51:49 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux.git
tags/virti
On 6 November 2013 11:05, Lee Jones wrote:
> This hasn't been used since we moved over to a Device Tree only platform.
>
> Signed-off-by: Lee Jones
> ---
> arch/arm/mach-ux500/Makefile | 3 +-
> arch/arm/mach-ux500/board-mop500-sdi.c | 166
> -
> arch
On Wed, Nov 06, 2013 at 09:22:36AM +0800, Gu Zheng wrote:
> Hi Dan,
> On 11/05/2013 07:02 PM, Dan Carpenter wrote:
>
> > On Tue, Nov 05, 2013 at 06:01:00PM +0800, Gu Zheng wrote:
> >> The lock sequence of dcon_blank_fb(fb_info->lock ---> console_lock) is
> >> against
> >> with the one of console_
1 - 100 of 675 matches
Mail list logo