ARM: module - simplify unwind table handling
On Thu, 2010-06-03 at 13:17 +0100, Phil Carmody wrote: The various sections are all dealt with similarly, so factor out that common behaviour. Signed-off-by: Phil Carmody <ext-phil.2.carmody(a)nokia.com> Acked-by: Catalin Marinas <catalin.marinas(a)arm.com> -- Catalin -- To unsubscribe from this li... 24 Jun 2010 05:17
ARM: module - additional unwind tables for exit/devexit sections
On Thu, 2010-06-03 at 13:17 +0100, Phil Carmody wrote: Without these, exit functions cannot be stack-traced, so to speak. This implies that module unloads that perform allocations (don't laugh) will cause noisy warnings on the console when kmemleak is enabled, as it presumes that all code's call chains are ... 10 Jun 2010 11:08
mfd: Staticise ab3550 register access functions
[Mark Brown] These are now exported via an ops table rather than referenced directly and so should be staticised. Signed-off-by: Mark Brown <broonie(a)opensource.wolfsonmicro.com> Acked-by: Linus Walleij <linus.walleij(a)stericsson.com> Yours, Linus Walleij -- To unsubscribe from this list: send the l... 18 Jun 2010 19:04
ARM: module - simplify code with temporaries
On Thu, 2010-06-03 at 13:17 +0100, Phil Carmody wrote: Less to read. Signed-off-by: Phil Carmody <ext-phil.2.carmody(a)nokia.com> Acked-by: Catalin Marinas <catalin.marinas(a)arm.com> -- Catalin -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to maj... 10 Jun 2010 11:07
[10/23] SCHED: Only allocate per cpu cpu mask buffer with offstack cpumasks
On Thu, 2010-06-10 at 13:10 +0200, Andi Kleen wrote: This will save a few bytes in the non offstack cpumask case. Found by gcc 4.6's new warnings. Cc: peterz(a)infradead.org Cc: mingo(a)elte.hu Signed-off-by: Andi Kleen <ak(a)linux.intel.com> --- kernel/sched.c | 5 ++++- 1 file change... 10 Jun 2010 12:16
[19/23] KVM: Fix unused but set warnings
On 06/10/2010 02:10 PM, Andi Kleen wrote: No real bugs in this one, the real bug I found is in a separate patch. Index: linux-2.6.35-rc2-gcc/arch/x86/kvm/vmx.c =================================================================== --- linux-2.6.35-rc2-gcc.orig/arch/x86/kvm/vmx.c +++ linux-2.6.35-rc... 10 Jun 2010 11:07
input: evdev: Dynamic buffers (rev4)
On Sat, 2010-06-05 at 13:04 +0200, Henrik Rydberg wrote: Dmitry, Please find enclosed the fourth version of the evdev buffer patches. This version implements buffer locking using event_lock as you suggested, such that we can proceed with fixing the evdev buffer problem independently from providin... 16 Jun 2010 17:43
input: mt: Introduce MT event slots (rev 5)
On Sun, 2010-05-23 at 00:30 +0200, Henrik Rydberg wrote: With the rapidly increasing number of intelligent multi-contact and multi-user devices, the need to send digested, filtered information from a set of different sources within the same device is imminent. This patch adds the concept of slots to the MT ... 15 Jun 2010 02:11
[11/23] KVM: Fix KVM_SET_SIGNAL_MASK
On 06/10/2010 02:10 PM, Andi Kleen wrote: Real bug fix. When the user passed in a NULL mask pass this on from the ioctl handler. Found by gcc 4.6's new warnings. Applied, thanks. -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send th... 10 Jun 2010 11:07
ARM: unwind extension
On 03/06/10 14:17 +0200, Carmody Phil.2 (EXT-Ixonos/Helsinki) wrote: The first two patches are simply preparation for the third, making it effectively trivial, even though it's the only one with a concrete change in behaviour. The origins of this patchset are the discovery that unwind and kmemleak ... 10 Jun 2010 11:07