summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2013-06-28lib: Move fonts from drivers/video/console/ to lib/fonts/Geert Uytterhoeven3-3/+3
2013-06-23score: Wire up asm-generic/xor.hGeert Uytterhoeven1-0/+1
2013-06-23score: Remove unneeded <asm/dma-mapping.h>Geert Uytterhoeven1-6/+0
2013-06-23openrisc: Wire up asm-generic/xor.hGeert Uytterhoeven1-0/+1
2013-06-23h8300/boot: Use POSIX "$((..))" instead of bashism "$[...]"Geert Uytterhoeven1-1/+1
2013-06-23h8300: Mark H83002 and H83048 CPU support brokenGeert Uytterhoeven1-0/+2
2013-06-23h8300: Switch h8300 to drivers/KconfigGeert Uytterhoeven1-117/+1
2013-06-23h8300: Limit timer channel ranges in KconfigGeert Uytterhoeven1-0/+2
2013-06-23h8300: Wire up asm-generic/xor.hGeert Uytterhoeven1-0/+1
2013-06-23h8300: Fill the system call table using a CALL() macroGeert Uytterhoeven1-320/+322
2013-06-23h8300: Fix <asm/tlb.h>Geert Uytterhoeven1-15/+0
2013-06-23h8300: Hardcode symbol prefixes in asm sourcesGeert Uytterhoeven15-453/+448
2013-06-16h8300: add missing definition for read_barries_depends()Jiang Liu1-0/+2
2013-06-16frv: head.S - Remove commented-out initialization codeGeert Uytterhoeven1-5/+0
2013-06-16cris: Wire up asm-generic/vga.hGeert Uytterhoeven1-0/+1
2013-06-16cris: Switch cris to drivers/KconfigGeert Uytterhoeven2-38/+1
2013-06-16cris: Wire up asm-generic/xor.hGeert Uytterhoeven1-0/+1
2013-06-16cris: Switch to asm-generic/linkage.hGeert Uytterhoeven2-6/+1
2013-06-16cris: Provide inb_p() and outb_p()Geert Uytterhoeven1-0/+3
2013-06-16cris: Provide <asm/kvm_para.h>Geert Uytterhoeven1-0/+1
2013-06-16cris/kgdb: Remove sections protected by #ifdef PROCESS_SUPPORTGeert Uytterhoeven1-255/+2
2013-06-16cris/kgdb: Fix buffer overflow in getpacket()Geert Uytterhoeven1-1/+1
2013-06-16cris/kgdb: Remove obsolete USED*() macrosGeert Uytterhoeven1-9/+0
2013-06-16cris/kgdb: Make symbols used from asm globalGeert Uytterhoeven1-109/+109
2013-06-16cris/kgdb: Use #ifdef PROCESS_SUPPORT where neededGeert Uytterhoeven1-1/+3
2013-06-16cris/kgdb: Kill forward declarations for static functionsGeert Uytterhoeven1-241/+165
2013-06-16cris/kgdb: Remove unused static int do_printkGeert Uytterhoeven1-2/+0
2013-06-16cris/kgdb: Properly split long lines in asmGeert Uytterhoeven1-175/+175
2013-06-16c6x: Wire up asm-generic/xor.hGeert Uytterhoeven1-0/+1
2013-06-16avr32: atmel_default_console_device depends on CONFIG_SERIAL_ATMELGeert Uytterhoeven1-0/+2
2013-06-08Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds13-30/+44
2013-06-08Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds9-39/+82
2013-06-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds1-1/+2
2013-06-07Merge tag 'imx-fixes-3.10-2' of git://git.linaro.org/people/shawnguo/linux-2....Olof Johansson5-13/+13
2013-06-07ARM: exynos: add debug_ll_io_init() call in exynos_init_io()Doug Anderson1-0/+2
2013-06-07Merge tag 'renesas-fixes-for-v3.10' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson1-1/+1
2013-06-07ARM: EXYNOS: uncompress - print debug messages if DEBUG_LL is definedTushar Behera1-1/+9
2013-06-06Merge tag 'pci-v3.10-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+4
2013-06-06MIPS: ralink: add missing SZ_1M multiplierJohn Crispin1-1/+1
2013-06-06MIPS: Compat: Fix cputime_to_timeval() arguments in compat binfmt_elf.Ralf Baechle2-0/+22
2013-06-06MIPS: OCTEON: Improve _machine_halt implementation.David Daney1-6/+9
2013-06-06MIPS: rtlx: Fix implicit declaration of function set_vi_handler()Yoichi Yuasa1-0/+1
2013-06-06arch, mm: Remove tlb_fast_mode()Peter Zijlstra2-56/+12
2013-06-05x86/PCI: Map PCI setup data with ioremap() so it can be in highmemMatt Fleming1-1/+4
2013-06-05Merge branch 'fixes' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-124/+421
2013-06-05Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2-18/+20
2013-06-04ARM: shmobile: sh73a0: Update CMT clockevent rating to 80Simon Horman1-1/+1
2013-06-03microblaze: Use static inline functions in cacheflush.hMichal Simek1-16/+18
2013-06-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds1-10/+19
2013-06-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds6-24/+30