Loading Documentation/arm/mem_alignment +1 −1 Original line number Original line Diff line number Diff line Loading @@ -24,7 +24,7 @@ real bad - it changes the behaviour of all unaligned instructions in user space, and might cause programs to fail unexpectedly. space, and might cause programs to fail unexpectedly. To change the alignment trap behavior, simply echo a number into To change the alignment trap behavior, simply echo a number into /proc/sys/debug/alignment. The number is made up from various bits: /proc/cpu/alignment. The number is made up from various bits: bit behavior when set bit behavior when set --- ----------------- --- ----------------- Loading MAINTAINERS +11 −4 Original line number Original line Diff line number Diff line Loading @@ -1527,10 +1527,10 @@ W: http://ebtables.sourceforge.net/ S: Maintained S: Maintained ECRYPT FILE SYSTEM ECRYPT FILE SYSTEM P: Mike Halcrow, Phillip Hellewell P: Tyler Hicks, Dustin Kirkland M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net M: tyhicks@linux.vnet.ibm.com, kirkland@canonical.com L: ecryptfs-devel@lists.sourceforge.net L: ecryptfs-devel@lists.launchpad.net W: http://ecryptfs.sourceforge.net/ W: https://launchpad.net/ecryptfs S: Supported S: Supported EDAC-CORE EDAC-CORE Loading Loading @@ -1760,6 +1760,13 @@ L: linuxppc-dev@ozlabs.org L: linux-i2c@vger.kernel.org L: linux-i2c@vger.kernel.org S: Maintained S: Maintained FREESCALE IMX / MXC FRAMEBUFFER DRIVER P: Sascha Hauer M: kernel@pengutronix.de L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) S: Maintained FREESCALE SOC FS_ENET DRIVER FREESCALE SOC FS_ENET DRIVER P: Pantelis Antoniou P: Pantelis Antoniou M: pantelis.antoniou@gmail.com M: pantelis.antoniou@gmail.com Loading arch/arm/common/sa1111.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -630,7 +630,7 @@ __sa1111_probe(struct device *me, struct resource *mem, int irq) return -ENOMEM; return -ENOMEM; sachip->clk = clk_get(me, "SA1111_CLK"); sachip->clk = clk_get(me, "SA1111_CLK"); if (!sachip->clk) { if (IS_ERR(sachip->clk)) { ret = PTR_ERR(sachip->clk); ret = PTR_ERR(sachip->clk); goto err_free; goto err_free; } } Loading arch/arm/kernel/armksyms.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -116,6 +116,8 @@ EXPORT_SYMBOL(__strnlen_user); EXPORT_SYMBOL(__strncpy_from_user); EXPORT_SYMBOL(__strncpy_from_user); #ifdef CONFIG_MMU #ifdef CONFIG_MMU EXPORT_SYMBOL(copy_page); EXPORT_SYMBOL(__copy_from_user); EXPORT_SYMBOL(__copy_from_user); EXPORT_SYMBOL(__copy_to_user); EXPORT_SYMBOL(__copy_to_user); EXPORT_SYMBOL(__clear_user); EXPORT_SYMBOL(__clear_user); Loading Loading @@ -182,8 +184,6 @@ EXPORT_SYMBOL(_find_first_bit_be); EXPORT_SYMBOL(_find_next_bit_be); EXPORT_SYMBOL(_find_next_bit_be); #endif #endif EXPORT_SYMBOL(copy_page); #ifdef CONFIG_FUNCTION_TRACER #ifdef CONFIG_FUNCTION_TRACER EXPORT_SYMBOL(mcount); EXPORT_SYMBOL(mcount); #endif #endif arch/arm/kernel/traps.c +1 −0 Original line number Original line Diff line number Diff line Loading @@ -18,6 +18,7 @@ #include <linux/personality.h> #include <linux/personality.h> #include <linux/kallsyms.h> #include <linux/kallsyms.h> #include <linux/delay.h> #include <linux/delay.h> #include <linux/hardirq.h> #include <linux/init.h> #include <linux/init.h> #include <linux/uaccess.h> #include <linux/uaccess.h> Loading Loading
Documentation/arm/mem_alignment +1 −1 Original line number Original line Diff line number Diff line Loading @@ -24,7 +24,7 @@ real bad - it changes the behaviour of all unaligned instructions in user space, and might cause programs to fail unexpectedly. space, and might cause programs to fail unexpectedly. To change the alignment trap behavior, simply echo a number into To change the alignment trap behavior, simply echo a number into /proc/sys/debug/alignment. The number is made up from various bits: /proc/cpu/alignment. The number is made up from various bits: bit behavior when set bit behavior when set --- ----------------- --- ----------------- Loading
MAINTAINERS +11 −4 Original line number Original line Diff line number Diff line Loading @@ -1527,10 +1527,10 @@ W: http://ebtables.sourceforge.net/ S: Maintained S: Maintained ECRYPT FILE SYSTEM ECRYPT FILE SYSTEM P: Mike Halcrow, Phillip Hellewell P: Tyler Hicks, Dustin Kirkland M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net M: tyhicks@linux.vnet.ibm.com, kirkland@canonical.com L: ecryptfs-devel@lists.sourceforge.net L: ecryptfs-devel@lists.launchpad.net W: http://ecryptfs.sourceforge.net/ W: https://launchpad.net/ecryptfs S: Supported S: Supported EDAC-CORE EDAC-CORE Loading Loading @@ -1760,6 +1760,13 @@ L: linuxppc-dev@ozlabs.org L: linux-i2c@vger.kernel.org L: linux-i2c@vger.kernel.org S: Maintained S: Maintained FREESCALE IMX / MXC FRAMEBUFFER DRIVER P: Sascha Hauer M: kernel@pengutronix.de L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) S: Maintained FREESCALE SOC FS_ENET DRIVER FREESCALE SOC FS_ENET DRIVER P: Pantelis Antoniou P: Pantelis Antoniou M: pantelis.antoniou@gmail.com M: pantelis.antoniou@gmail.com Loading
arch/arm/common/sa1111.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -630,7 +630,7 @@ __sa1111_probe(struct device *me, struct resource *mem, int irq) return -ENOMEM; return -ENOMEM; sachip->clk = clk_get(me, "SA1111_CLK"); sachip->clk = clk_get(me, "SA1111_CLK"); if (!sachip->clk) { if (IS_ERR(sachip->clk)) { ret = PTR_ERR(sachip->clk); ret = PTR_ERR(sachip->clk); goto err_free; goto err_free; } } Loading
arch/arm/kernel/armksyms.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -116,6 +116,8 @@ EXPORT_SYMBOL(__strnlen_user); EXPORT_SYMBOL(__strncpy_from_user); EXPORT_SYMBOL(__strncpy_from_user); #ifdef CONFIG_MMU #ifdef CONFIG_MMU EXPORT_SYMBOL(copy_page); EXPORT_SYMBOL(__copy_from_user); EXPORT_SYMBOL(__copy_from_user); EXPORT_SYMBOL(__copy_to_user); EXPORT_SYMBOL(__copy_to_user); EXPORT_SYMBOL(__clear_user); EXPORT_SYMBOL(__clear_user); Loading Loading @@ -182,8 +184,6 @@ EXPORT_SYMBOL(_find_first_bit_be); EXPORT_SYMBOL(_find_next_bit_be); EXPORT_SYMBOL(_find_next_bit_be); #endif #endif EXPORT_SYMBOL(copy_page); #ifdef CONFIG_FUNCTION_TRACER #ifdef CONFIG_FUNCTION_TRACER EXPORT_SYMBOL(mcount); EXPORT_SYMBOL(mcount); #endif #endif
arch/arm/kernel/traps.c +1 −0 Original line number Original line Diff line number Diff line Loading @@ -18,6 +18,7 @@ #include <linux/personality.h> #include <linux/personality.h> #include <linux/kallsyms.h> #include <linux/kallsyms.h> #include <linux/delay.h> #include <linux/delay.h> #include <linux/hardirq.h> #include <linux/init.h> #include <linux/init.h> #include <linux/uaccess.h> #include <linux/uaccess.h> Loading