summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2013-06-13MIPS: Netlogic: Remove workarounds for early SoCsJayachandran C1-22/+1
2013-06-13MIPS: Netlogic: Fixup memory regions for prefetchJayachandran C1-0/+13
2013-06-13MIPS: Netlogic: wait for all hardware threadsJayachandran C1-7/+20
2013-06-13MIPS: Netlogic: Fix sign extension in PIC writeJayachandran C1-1/+1
2013-06-13MIPS: Netlogic: use branch instead of jumpJayachandran C2-2/+2
2013-06-13MIPS: Netlogic: move cpu_ready array to boot areaJayachandran C8-9/+22
2013-06-13MIPS: Netlogic: Add nlm_get_boot_data() helperJayachandran C2-6/+11
2013-06-13MIPS: Netlogic: Initialization when !CONFIG_SMPJayachandran C5-8/+16
2013-06-13MIPS: Netlogic: Split reset code out of smpboot.SJayachandran C5-187/+253
2013-06-13MIPS: Netlogic: Split XLP device tree code to dt.cJayachandran C4-70/+105
2013-06-13MIPS: Netlogic: Support compressed kernelJayachandran C2-0/+16
2013-06-13MIPS: boot: Fixes for compressed/uart-16550.cJayachandran C1-3/+7
2013-06-13MIPS: Netlogic: COP2 save/restore codeJayachandran C4-1/+142
2013-06-13MIPS: Netlogic: rename nlm_cop2_save/restoreJayachandran C2-10/+10
2013-06-13MIPS: Netlogic: Fix nlm_read_c2_status() definitionJayachandran C2-3/+7
2013-06-13MIPS: Allow kernel to use coprocessor 2Jayachandran C1-10/+5
2013-06-13MIPS: Move cop2 save/restore to switch_to()Jayachandran C4-39/+44
2013-06-13MIPS: Netlogic: SWIOTLB dma ops for 32-bit DMAGanesan Ramalingam4-0/+122
2013-06-13MIPS: Support SWIOTLB in default dma operationsJayachandran C2-0/+15
2013-06-13MIPS: Kconfig: Remove extranous help keyword.Ralf Baechle1-1/+0
2013-06-13MIPS: Kconfig: Move ZONE_DMA to a more appropriate place.Ralf Baechle1-3/+3
2013-06-11MIPS: kernel: mcount.S: Drop FRAME_POINTER codepathMarkos Chandras1-4/+0
2013-06-10MIPS: Implement HAVE_CONTEXT_TRACKING.Ralf Baechle8-19/+108
2013-06-10MIPS: Cleanup flags in syscall flags handlers.Ralf Baechle5-4/+6
2013-06-10MIPS: using strlcpy() instead of strncpy()Chen Gang1-1/+1
2013-06-10MIPS: Ralink: Use strlcpy() instead of strncpy().Chen Gang1-1/+1
2013-06-10MIPS: Lantiq: Use strlcpy() instead of strncpy().Chen Gang1-1/+1
2013-06-10MIPS: OCTEON: Get rid of CONFIG_CAVIUM_OCTEON_HW_FIX_UNALIGNEDDavid Daney2-17/+1
2013-06-10MIPS: Octeon: Remove vestiges of CONFIG_CAVIUM_DECODE_RSLDavid Daney1-27/+0
2013-06-10MIPS: OCTEON: Rename Kconfig CAVIUM_OCTEON_REFERENCE_BOARD to CAVIUM_OCTEON_SOCDavid Daney5-25/+14
2013-06-10MIPS: PowerTV: use free_reserved_area() to simplify codeJiang Liu1-11/+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