Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel

Pull hexagon updates from Richard Kuo:
"It includes the Hexagon UAPI changes from David Howells and some CR
marking changes for the transition from Code Aurora to Linux
Foundation."

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel:
Hexagon: Copyright marking changes
UAPI: (Scripted) Disintegrate arch/hexagon/include/asm

+175 -199
-3
arch/hexagon/include/asm/Kbuild
··· 1 - include include/asm-generic/Kbuild.asm 2 1 3 - header-y += registers.h 4 2 header-y += ucontext.h 5 - header-y += user.h 6 3 7 4 generic-y += auxvec.h 8 5 generic-y += bug.h
+1 -1
arch/hexagon/include/asm/atomic.h
··· 1 1 /* 2 2 * Atomic operations for the Hexagon architecture 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify
+1 -1
arch/hexagon/include/asm/barrier.h
··· 1 1 /* 2 2 * Memory barrier definitions for the Hexagon architecture 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/include/asm/bitops.h
··· 1 1 /* 2 2 * Bit operations for the Hexagon architecture 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify
+5 -5
arch/hexagon/include/asm/bitsperlong.h arch/hexagon/include/uapi/asm/param.h
··· 1 1 /* 2 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 2 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify 5 5 * it under the terms of the GNU General Public License version 2 and ··· 16 16 * 02110-1301, USA. 17 17 */ 18 18 19 - #ifndef __ASM_HEXAGON_BITSPERLONG_H 20 - #define __ASM_HEXAGON_BITSPERLONG_H 19 + #ifndef _ASM_PARAM_H 20 + #define _ASM_PARAM_H 21 21 22 - #define __BITS_PER_LONG 32 22 + #define EXEC_PAGESIZE 16384 23 23 24 - #include <asm-generic/bitsperlong.h> 24 + #include <asm-generic/param.h> 25 25 26 26 #endif
+7 -9
arch/hexagon/include/asm/byteorder.h arch/hexagon/include/uapi/asm/bitsperlong.h
··· 1 1 /* 2 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 2 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify 5 5 * it under the terms of the GNU General Public License version 2 and ··· 16 16 * 02110-1301, USA. 17 17 */ 18 18 19 - #ifndef _ASM_BYTEORDER_H 20 - #define _ASM_BYTEORDER_H 19 + #ifndef __ASM_HEXAGON_BITSPERLONG_H 20 + #define __ASM_HEXAGON_BITSPERLONG_H 21 21 22 - #if defined(__GNUC__) && !defined(__STRICT_ANSI__) || defined(__KERNEL__) 23 - # define __BYTEORDER_HAS_U64__ 22 + #define __BITS_PER_LONG 32 23 + 24 + #include <asm-generic/bitsperlong.h> 25 + 24 26 #endif 25 - 26 - #include <linux/byteorder/little_endian.h> 27 - 28 - #endif /* _ASM_BYTEORDER_H */
+1 -1
arch/hexagon/include/asm/cache.h
··· 1 1 /* 2 2 * Cache definitions for the Hexagon architecture 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/include/asm/cacheflush.h
··· 1 1 /* 2 2 * Cache flush operations for the Hexagon architecture 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/include/asm/checksum.h
··· 1 1 /* 2 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 2 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify 5 5 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/include/asm/cmpxchg.h
··· 1 1 /* 2 2 * xchg/cmpxchg operations for the Hexagon architecture 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify
+1 -1
arch/hexagon/include/asm/delay.h
··· 1 1 /* 2 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 2 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify 5 5 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/include/asm/dma-mapping.h
··· 1 1 /* 2 2 * DMA operations for the Hexagon architecture 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/include/asm/dma.h
··· 1 1 /* 2 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 2 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify 5 5 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/include/asm/elf.h
··· 1 1 /* 2 2 * ELF definitions for the Hexagon architecture 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/include/asm/exec.h
··· 1 1 /* 2 2 * Process execution related definitions for the Hexagon architecture 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/include/asm/fixmap.h
··· 1 1 /* 2 2 * Fixmap support for Hexagon - enough to support highmem features 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/include/asm/hexagon_vm.h
··· 1 1 /* 2 2 * Declarations for to Hexagon Virtal Machine. 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/include/asm/intrinsics.h
··· 1 1 /* 2 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 2 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify 5 5 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/include/asm/io.h
··· 1 1 /* 2 2 * IO definitions for the Hexagon architecture 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/include/asm/irq.h
··· 1 1 /* 2 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 2 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify 5 5 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/include/asm/irqflags.h
··· 1 1 /* 2 2 * IRQ support for the Hexagon architecture 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/include/asm/kgdb.h
··· 1 1 /* 2 2 * arch/hexagon/include/asm/kgdb.h - Hexagon KGDB Support 3 3 * 4 - * Copyright (c) 2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
arch/hexagon/include/asm/kvm_para.h arch/hexagon/include/uapi/asm/kvm_para.h
+1 -1
arch/hexagon/include/asm/linkage.h
··· 1 1 /* 2 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 2 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify 5 5 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/include/asm/mem-layout.h
··· 1 1 /* 2 2 * Memory layout definitions for the Hexagon architecture 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/include/asm/mmu.h
··· 1 1 /* 2 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 2 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify 5 5 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/include/asm/mmu_context.h
··· 1 1 /* 2 2 * MM context support for the Hexagon architecture 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/include/asm/module.h
··· 1 1 /* 2 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 2 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify 5 5 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/include/asm/page.h
··· 1 1 /* 2 2 * Page management definitions for the Hexagon architecture 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+12 -7
arch/hexagon/include/asm/param.h arch/hexagon/include/uapi/asm/unistd.h
··· 1 1 /* 2 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 2 + * Syscall support for Hexagon 3 + * 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 3 5 * 4 6 * This program is free software; you can redistribute it and/or modify 5 7 * it under the terms of the GNU General Public License version 2 and ··· 18 16 * 02110-1301, USA. 19 17 */ 20 18 21 - #ifndef _ASM_PARAM_H 22 - #define _ASM_PARAM_H 19 + /* 20 + * The kernel pulls this unistd.h in three different ways: 21 + * 1. the "normal" way which gets all the __NR defines 22 + * 2. with __SYSCALL defined to produce function declarations 23 + * 3. with __SYSCALL defined to produce syscall table initialization 24 + * See also: syscalltab.c 25 + */ 23 26 24 - #define EXEC_PAGESIZE 16384 27 + #define sys_mmap2 sys_mmap_pgoff 25 28 26 - #include <asm-generic/param.h> 27 - 28 - #endif 29 + #include <asm-generic/unistd.h>
+1 -1
arch/hexagon/include/asm/perf_event.h
··· 1 1 /* 2 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 2 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify 5 5 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/include/asm/pgalloc.h
··· 1 1 /* 2 2 * Page table support for the Hexagon architecture 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/include/asm/pgtable.h
··· 1 1 /* 2 2 * Page table support for the Hexagon architecture 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/include/asm/processor.h
··· 1 1 /* 2 2 * Process/processor support for the Hexagon architecture 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+4 -15
arch/hexagon/include/asm/ptrace.h arch/hexagon/include/uapi/asm/swab.h
··· 1 1 /* 2 - * Ptrace definitions for the Hexagon architecture 3 - * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 2 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 3 * 6 4 * This program is free software; you can redistribute it and/or modify 7 5 * it under the terms of the GNU General Public License version 2 and ··· 16 18 * 02110-1301, USA. 17 19 */ 18 20 19 - #ifndef _ASM_PTRACE_H 20 - #define _ASM_PTRACE_H 21 + #ifndef _ASM_SWAB_H 22 + #define _ASM_SWAB_H 21 23 22 - #include <asm/registers.h> 23 - 24 - #define instruction_pointer(regs) pt_elr(regs) 25 - #define user_stack_pointer(regs) ((regs)->r29) 26 - 27 - #define profile_pc(regs) instruction_pointer(regs) 28 - 29 - /* kprobe-based event tracer support */ 30 - extern int regs_query_register_offset(const char *name); 31 - extern const char *regs_query_register_name(unsigned int offset); 24 + #define __SWAB_64_THRU_32__ 32 25 33 26 #endif
+1 -16
arch/hexagon/include/asm/registers.h arch/hexagon/include/uapi/asm/registers.h
··· 1 1 /* 2 2 * Register definitions for the Hexagon architecture 3 - * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 and 8 - * only version 2 as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, write to the Free Software 17 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 18 - * 02110-1301, USA. 19 3 */ 4 + 20 5 21 6 #ifndef _ASM_REGISTERS_H 22 7 #define _ASM_REGISTERS_H
+13 -7
arch/hexagon/include/asm/setup.h arch/hexagon/include/uapi/asm/ptrace.h
··· 1 1 /* 2 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 2 + * Ptrace definitions for the Hexagon architecture 3 + * 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 3 5 * 4 6 * This program is free software; you can redistribute it and/or modify 5 7 * it under the terms of the GNU General Public License version 2 and ··· 18 16 * 02110-1301, USA. 19 17 */ 20 18 21 - #ifndef _ASM_SETUP_H 22 - #define _ASM_SETUP_H 19 + #ifndef _ASM_PTRACE_H 20 + #define _ASM_PTRACE_H 23 21 24 - #include <linux/init.h> 25 - #include <asm-generic/setup.h> 22 + #include <asm/registers.h> 26 23 27 - extern char external_cmdline_buffer; 24 + #define instruction_pointer(regs) pt_elr(regs) 25 + #define user_stack_pointer(regs) ((regs)->r29) 28 26 29 - void __init setup_arch_memory(void); 27 + #define profile_pc(regs) instruction_pointer(regs) 28 + 29 + /* kprobe-based event tracer support */ 30 + extern int regs_query_register_offset(const char *name); 31 + extern const char *regs_query_register_name(unsigned int offset); 30 32 31 33 #endif
+8 -12
arch/hexagon/include/asm/sigcontext.h arch/hexagon/include/uapi/asm/setup.h
··· 1 1 /* 2 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 2 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify 5 5 * it under the terms of the GNU General Public License version 2 and ··· 16 16 * 02110-1301, USA. 17 17 */ 18 18 19 - #ifndef _ASM_SIGCONTEXT_H 20 - #define _ASM_SIGCONTEXT_H 19 + #ifndef _ASM_SETUP_H 20 + #define _ASM_SETUP_H 21 21 22 - #include <asm/user.h> 22 + #include <linux/init.h> 23 + #include <asm-generic/setup.h> 23 24 24 - /* 25 - * Signal context structure - contains all info to do with the state 26 - * before the signal handler was invoked. Note: only add new entries 27 - * to the end of the structure. 28 - */ 29 - struct sigcontext { 30 - struct user_regs_struct sc_regs; 31 - } __aligned(8); 25 + extern char external_cmdline_buffer; 26 + 27 + void __init setup_arch_memory(void); 32 28 33 29 #endif
+1 -1
arch/hexagon/include/asm/signal.h arch/hexagon/include/uapi/asm/signal.h
··· 1 1 /* 2 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 2 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify 5 5 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/include/asm/smp.h
··· 1 1 /* 2 2 * SMP definitions for the Hexagon architecture 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/include/asm/spinlock.h
··· 1 1 /* 2 2 * Spinlock support for the Hexagon architecture 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify
+1 -1
arch/hexagon/include/asm/spinlock_types.h
··· 1 1 /* 2 2 * Spinlock support for the Hexagon architecture 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/include/asm/string.h
··· 1 1 /* 2 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 2 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify 5 5 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/include/asm/suspend.h
··· 1 1 /* 2 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 2 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify 5 5 * it under the terms of the GNU General Public License version 2 and
+13 -4
arch/hexagon/include/asm/swab.h arch/hexagon/include/uapi/asm/sigcontext.h
··· 1 1 /* 2 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 2 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify 5 5 * it under the terms of the GNU General Public License version 2 and ··· 16 16 * 02110-1301, USA. 17 17 */ 18 18 19 - #ifndef _ASM_SWAB_H 20 - #define _ASM_SWAB_H 19 + #ifndef _ASM_SIGCONTEXT_H 20 + #define _ASM_SIGCONTEXT_H 21 21 22 - #define __SWAB_64_THRU_32__ 22 + #include <asm/user.h> 23 + 24 + /* 25 + * Signal context structure - contains all info to do with the state 26 + * before the signal handler was invoked. Note: only add new entries 27 + * to the end of the structure. 28 + */ 29 + struct sigcontext { 30 + struct user_regs_struct sc_regs; 31 + } __aligned(8); 23 32 24 33 #endif
+1 -1
arch/hexagon/include/asm/switch_to.h
··· 1 1 /* 2 2 * Task switching definitions for the Hexagon architecture 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/include/asm/syscall.h
··· 1 1 /* 2 2 * Syscall support for the Hexagon architecture 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/include/asm/thread_info.h
··· 1 1 /* 2 2 * Thread support for the Hexagon architecture 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/include/asm/time.h
··· 1 1 /* 2 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 2 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify 5 5 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/include/asm/timer-regs.h
··· 1 1 /* 2 2 * Timer support for Hexagon 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/include/asm/timex.h
··· 1 1 /* 2 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 2 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify 5 5 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/include/asm/tlb.h
··· 1 1 /* 2 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 2 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify 5 5 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/include/asm/tlbflush.h
··· 1 1 /* 2 2 * TLB flush support for Hexagon 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/include/asm/traps.h
··· 1 1 /* 2 2 * Trap support for Hexagon 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/include/asm/uaccess.h
··· 1 1 /* 2 2 * User memory access support for Hexagon 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+9 -12
arch/hexagon/include/asm/unistd.h arch/hexagon/include/uapi/asm/byteorder.h
··· 1 1 /* 2 - * Syscall support for Hexagon 3 - * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 2 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 3 * 6 4 * This program is free software; you can redistribute it and/or modify 7 5 * it under the terms of the GNU General Public License version 2 and ··· 16 18 * 02110-1301, USA. 17 19 */ 18 20 19 - /* 20 - * The kernel pulls this unistd.h in three different ways: 21 - * 1. the "normal" way which gets all the __NR defines 22 - * 2. with __SYSCALL defined to produce function declarations 23 - * 3. with __SYSCALL defined to produce syscall table initialization 24 - * See also: syscalltab.c 25 - */ 21 + #ifndef _ASM_BYTEORDER_H 22 + #define _ASM_BYTEORDER_H 26 23 27 - #define sys_mmap2 sys_mmap_pgoff 24 + #if defined(__GNUC__) && !defined(__STRICT_ANSI__) || defined(__KERNEL__) 25 + # define __BYTEORDER_HAS_U64__ 26 + #endif 28 27 29 - #include <asm-generic/unistd.h> 28 + #include <linux/byteorder/little_endian.h> 29 + 30 + #endif /* _ASM_BYTEORDER_H */
-18
arch/hexagon/include/asm/user.h arch/hexagon/include/uapi/asm/user.h
··· 1 - /* 2 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 and 6 - * only version 2 as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License 14 - * along with this program; if not, write to the Free Software 15 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 16 - * 02110-1301, USA. 17 - */ 18 - 19 1 #ifndef HEXAGON_ASM_USER_H 20 2 #define HEXAGON_ASM_USER_H 21 3
+1 -1
arch/hexagon/include/asm/vdso.h
··· 1 1 /* 2 2 * vDSO implementation for Hexagon 3 3 * 4 - * Copyright (c) 2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/include/asm/vm_fault.h
··· 1 1 /* 2 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 2 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify 5 5 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/include/asm/vm_mmu.h
··· 1 1 /* 2 2 * Hexagon VM page table entry definitions 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+12
arch/hexagon/include/uapi/asm/Kbuild
··· 1 1 # UAPI Header export list 2 2 include include/uapi/asm-generic/Kbuild.asm 3 3 4 + header-y += bitsperlong.h 5 + header-y += byteorder.h 6 + header-y += kvm_para.h 7 + header-y += param.h 8 + header-y += ptrace.h 9 + header-y += registers.h 10 + header-y += setup.h 11 + header-y += sigcontext.h 12 + header-y += signal.h 13 + header-y += swab.h 14 + header-y += unistd.h 15 + header-y += user.h
+1 -1
arch/hexagon/kernel/asm-offsets.c
··· 5 5 * Kevin Kissell, kevink@mips.com and Carsten Langgaard, carstenl@mips.com 6 6 * Copyright (C) 2000 MIPS Technologies, Inc. 7 7 * 8 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 8 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 9 9 * 10 10 * This program is free software; you can redistribute it and/or modify 11 11 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/kernel/dma.c
··· 1 1 /* 2 2 * DMA implementation for Hexagon 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/kernel/head.S
··· 1 1 /* 2 2 * Early kernel startup code for Hexagon 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify
+1 -1
arch/hexagon/kernel/hexagon_ksyms.c
··· 1 1 /* 2 2 * Export of symbols defined in assembly files and/or libgcc. 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/kernel/irq_cpu.c
··· 1 1 /* 2 2 * First-level interrupt controller model for Hexagon. 3 3 * 4 - * Copyright (c) 2010-2011 Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/kernel/kgdb.c
··· 1 1 /* 2 2 * arch/hexagon/kernel/kgdb.c - Hexagon KGDB Support 3 3 * 4 - * Copyright (c) 2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/kernel/module.c
··· 1 1 /* 2 2 * Kernel module loader for Hexagon 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/kernel/process.c
··· 1 1 /* 2 2 * Process creation support for Hexagon 3 3 * 4 - * Copyright (c) 2010-2012, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2012, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/kernel/ptrace.c
··· 1 1 /* 2 2 * Ptrace support for Hexagon 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/kernel/reset.c
··· 1 1 /* 2 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 2 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify 5 5 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/kernel/setup.c
··· 1 1 /* 2 2 * Arch related setup for Hexagon 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/kernel/signal.c
··· 1 1 /* 2 2 * Signal support for Hexagon processor 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/kernel/smp.c
··· 1 1 /* 2 2 * SMP support for Hexagon 3 3 * 4 - * Copyright (c) 2010-2012, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2012, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/kernel/stacktrace.c
··· 1 1 /* 2 2 * Stacktrace support for Hexagon 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/kernel/syscall.c
··· 1 1 /* 2 2 * Hexagon system calls 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/kernel/syscalltab.c
··· 1 1 /* 2 2 * System call table for Hexagon 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/kernel/time.c
··· 1 1 /* 2 2 * Time related functions for Hexagon architecture 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/kernel/topology.c
··· 1 1 /* 2 2 * CPU topology for Hexagon 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/kernel/trampoline.S
··· 1 1 /* 2 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 2 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify 5 5 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/kernel/traps.c
··· 1 1 /* 2 2 * Kernel traps/events for Hexagon processor 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/kernel/vdso.c
··· 1 1 /* 2 2 * vDSO implementation for Hexagon 3 3 * 4 - * Copyright (c) 2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/kernel/vm_entry.S
··· 1 1 /* 2 2 * Event entry/exit for Hexagon 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/kernel/vm_events.c
··· 1 1 /* 2 2 * Mostly IRQ support for Hexagon 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/kernel/vm_init_segtable.S
··· 1 1 /* 2 2 * Initial page table for Linux kernel under Hexagon VM, 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/kernel/vm_ops.S
··· 1 1 /* 2 2 * Hexagon VM instruction support 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/kernel/vm_switch.S
··· 1 1 /* 2 2 * Context switch support for Hexagon 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/kernel/vm_vectors.S
··· 1 1 /* 2 2 * Event jump tables 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/kernel/vmlinux.lds.S
··· 1 1 /* 2 2 * Linker script for Hexagon kernel 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/lib/checksum.c
··· 1 1 /* 2 2 * Checksum functions for Hexagon 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/lib/io.c
··· 1 1 /* 2 2 * I/O access functions for Hexagon 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/lib/memcpy.S
··· 1 1 /* 2 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 2 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 3 3 * 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify
+1 -1
arch/hexagon/lib/memset.S
··· 1 1 /* 2 - * Copyright (c) 2011 Code Aurora Forum. All rights reserved. 2 + * Copyright (c) 2011, The Linux Foundation. All rights reserved. 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify 5 5 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/mm/cache.c
··· 1 1 /* 2 2 * Cache management functions for Hexagon 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/mm/copy_from_user.S
··· 1 1 /* 2 2 * User memory copy functions for kernel 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/mm/copy_to_user.S
··· 1 1 /* 2 2 * User memory copying routines for the Hexagon Kernel 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/mm/copy_user_template.S
··· 1 1 /* 2 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 2 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify 5 5 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/mm/init.c
··· 1 1 /* 2 2 * Memory subsystem initialization for Hexagon 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/mm/ioremap.c
··· 1 1 /* 2 2 * I/O remap functions for Hexagon 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/mm/pgalloc.c
··· 1 1 /* 2 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 2 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify 5 5 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/mm/strnlen_user.S
··· 1 1 /* 2 2 * User string length functions for kernel 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/mm/uaccess.c
··· 1 1 /* 2 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 2 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify 5 5 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/mm/vm_fault.c
··· 1 1 /* 2 2 * Memory fault handling for Hexagon 3 3 * 4 - * Copyright (c) 2010-2011 Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and
+1 -1
arch/hexagon/mm/vm_tlb.c
··· 1 1 /* 2 2 * Hexagon Virtual Machine TLB functions 3 3 * 4 - * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 4 + * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License version 2 and