[PATCH v2 02/13] EXPORT_SYMBOL() for asm
From: Al Viro <viro@zeniv.linux.org.uk> Add asm-usable variants of EXPORT_SYMBOL/EXPORT_SYMBOL_GPL. This commit just adds the default implementation
View Article[PATCH v2 03/13] x86: move exports to actual definitions
From: Al Viro <viro@zeniv.linux.org.uk> Acked-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> --- arch/x86
View Article[PATCH v2 04/13] alpha: move exports to actual definitions
From: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> --- arch/alpha/include/asm/Kbuild | 1 + arch/alph
View Article[PATCH v2 05/13] m68k: move exports to definitions
From: Al Viro <viro@zeniv.linux.org.uk> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> --- arc
View Article[PATCH v2 06/13] s390: move exports to definitions
From: Al Viro <viro@zeniv.linux.org.uk> Acked-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> --- ar
View Article[PATCH v2 07/13] arm: move exports to definitions
From: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> --- arch/arm/include/asm/Kbuild | 1 + arch/arm
View Article[PATCH v2 08/13] ppc: move exports to definitions
From: Al Viro <viro@zeniv.linux.org.uk> ... and don't export a static inline; it works, but it's completely pointless. Signed-off-by: Al Viro <viro@
View Article[PATCH v2 09/13] ppc: get rid of unreachable abs() implementation
From: Al Viro <viro@zeniv.linux.org.uk> Both the extern and export had been killed off by Christoph back in 2004; the actual implementation had been
View Article[PATCH v2 10/13] sparc: move exports to definitions
From: Al Viro <viro@zeniv.linux.org.uk> Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> --- arch/sp
View Article[PATCH v2 11/13] [sparc] unify 32bit and 64bit string.h
From: Al Viro <viro@zeniv.linux.org.uk> Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> --- arch/sp
View Article[PATCH v2 12/13] sparc32: debride memcpy.S a bit
From: Al Viro <viro@zeniv.linux.org.uk> unreachable code, unused macros... Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: Al Viro <v
View Article[PATCH v2 13/13] ia64: move exports to definitions
From: Al Viro <viro@zeniv.linux.org.uk> Here we have another kind of deviation from the default case - a difference between exporting functions and n
View Article[PATCH] drivers:pci Remove pcie folder from Kconfig
This removes drivers/pci/pcie folder from Kconfig files in arch/ and sources pcie in pci Kconfig directly Signed-off-by: Sasa Bogicevic <brutallesale
View ArticleRe: [Y2038] [PATCH 00/10] Remove CURRENT_TIME and CURRENT_TIME_SEC - PART 1
On Tuesday 02 February 2016 22:07:40 Deepa Dinamani wrote: > This patch series is aimed at getting rid of CURRENT_TIME and CURRENT_TIME_SEC > macros.
View Article[PATCH] net: ethernet: davicom: fix devicetree irq resource
The dm9000 driver doesn't work in at least one device-tree configuration, spitting an error message on irq resource : [Â Â Â Â 1.062495] dm9000 800000
View Article[PATCH v4] Add support for usbfs zerocopy.
Add a new interface for userspace to preallocate memory that can be used with usbfs. This gives two primary benefits: - Zerocopy; data no longer nee
View Article[PATCH 1/2] of: always define of_node_cmp() and other functions
The ti-vpe driver started using of_node_cmp(), and it can be used when CONFIG_OF is disabled, which results in a build failure: drivers/media/platfor
View Article[PATCH 2/2] of: provide of_n_{addr,size}_cells wrappers for !CONFIG_OF
The pci-rcar driver is enabled for compile tests, and this has now shown that the driver cannot build without CONFIG_OF, following the inclusion of f8
View Article[PATCH] kernel/locking/lockdep.c: mark chainhashentry as __maybe_unused
The newly added chainhashentry() function is only use when CONFIG_PROVE_LOCKING is enabled, otherwise we get a warning about it. kernel/locking/lockd
View Article[PATCH] mm/debug-pagealloc: add missing debug_pagealloc_enabled
The change to move the pagealloc logic broke the slab allocator check when it's disabled at compile time: mm/slab.c: In function 'is_debug_pagealloc_
View Article