summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* ARM: EXYNOS: Provide compatibility stubs for PM code in pm-core.h headerTomasz Figa2013-06-181-0/+4
* ARM: SAMSUNG: Introduce GPIO_SAMSUNG Kconfig entryTomasz Figa2013-06-182-0/+11
* ARM: EXYNOS: Remove legacy power domain registration codeTomasz Figa2013-06-151-93/+1
* ARM: EXYNOS: Remove check for device tree presenceTomasz Figa2013-06-151-12/+10
* ARM: EXYNOS: Remove legacy mapping of chip ID blockTomasz Figa2013-06-151-13/+1
* ARM: EXYNOS: Remove platform device initializationTomasz Figa2013-06-151-37/+0
* ARM: EXYNOS: Remove legacy timer initialization codeTomasz Figa2013-06-151-37/+2
* ARM: EXYNOS: Remove legacy interrupt initialization codeTomasz Figa2013-06-151-29/+1
* ARM: EXYNOS: Remove legacy dev- and setup- filesTomasz Figa2013-06-1517-1026/+0
* ARM: EXYNOS: Remove legacy UART initialization codeTomasz Figa2013-06-152-20/+5
* ARM: EXYNOS: Remove legacy EINT initialization codeTomasz Figa2013-06-151-307/+0
* ARM: EXYNOS: Remove legacy PMU initialization codeTomasz Figa2013-06-151-27/+0
* ARM: SAMSUNG: Introduce SAMSUNG_ATAGS Kconfig entryTomasz Figa2013-06-153-8/+30
* ARM: EXYNOS: Make ARCH_EXYNOS select USE_OFTomasz Figa2013-06-152-2/+1
* ARM: EXYNOS: Remove unused board filesTomasz Figa2013-06-156-4417/+0
* ARM: EXYNOS: no more support non-DT for EXYNOS SoCsKukjin Kim2013-06-107-991/+1
* Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-06-0813-30/+44
|\
| * Merge tag 'imx-fixes-3.10-2' of git://git.linaro.org/people/shawnguo/linux-2....Olof Johansson2013-06-085-13/+13
| |\
| | * ARM: imx: clk-imx6q: AXI clock select index is incorrectAnson Huang2013-06-031-1/+1
| | * ARM: dts: imx: fix clocks for cspiJonas Andersson2013-05-244-11/+11
| | * ARM i.MX6q: fix for ldb_di_selsJiada Wang2013-05-231-1/+1
| * | ARM: exynos: add debug_ll_io_init() call in exynos_init_io()Doug Anderson2013-06-081-0/+2
| * | Merge tag 'renesas-fixes-for-v3.10' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2013-06-081-1/+1
| |\ \
| | * | ARM: shmobile: sh73a0: Update CMT clockevent rating to 80Simon Horman2013-06-041-1/+1
| * | | ARM: EXYNOS: uncompress - print debug messages if DEBUG_LL is definedTushar Behera2013-06-081-1/+9
| * | | Merge tag 'ux500-arm-soc-v3.10-fixes-2' of git://git.kernel.org/pub/scm/linux...Olof Johansson2013-06-022-0/+7
| |\ \ \
| | * | | ARM: ux500: Provide supplies for AUX1, AUX2 and AUX3Lee Jones2013-05-271-0/+3
| | * | | ARM: ux500: Only configure wake-up reasons on ux500 based platformsLee Jones2013-05-271-0/+4
| * | | | ARM: bcm2835: override the HW UART periphidJongsung Kim2013-06-021-0/+1
| * | | | Merge tag 'fixes-3.10-3' of git://git.infradead.org/users/jcooper/linux into ...Olof Johansson2013-06-022-15/+11
| |\ \ \ \
| | * | | | ARM: mvebu: Fix bug in coherency fabric low level init functionNadav Haklai2013-05-281-5/+11
| | * | | | ARM: Kirkwood: TS219: Fix crash by double PCIe instantiationAndrew Lunn2013-05-281-10/+0
* | | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-06-089-39/+82
|\ \ \ \ \ \
| * | | | | | MIPS: ralink: add missing SZ_1M multiplierJohn Crispin2013-06-061-1/+1
| * | | | | | MIPS: Compat: Fix cputime_to_timeval() arguments in compat binfmt_elf.Ralf Baechle2013-06-062-0/+22
| * | | | | | MIPS: OCTEON: Improve _machine_halt implementation.David Daney2013-06-061-6/+9
| * | | | | | MIPS: rtlx: Fix implicit declaration of function set_vi_handler()Yoichi Yuasa2013-06-061-0/+1
| * | | | | | MIPS: Trap exception handling fixesMaciej W. Rozycki2013-05-231-13/+15
| * | | | | | MIPS: Quit exposing Kconfig symbols in uapi headers.David Daney2013-05-232-15/+34
| * | | | | | MIPS: Remove duplicate definition of check_for_high_segbits.David Daney2013-05-231-4/+0
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds2013-06-081-1/+2
|\ \ \ \ \ \ \
| * | | | | | | m68k: only use local gpio_request_one if not using GPIOLIBGreg Ungerer2013-05-291-1/+2
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'pci-v3.10-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-06-071-1/+4
|\ \ \ \ \ \ \
| * | | | | | | x86/PCI: Map PCI setup data with ioremap() so it can be in highmemMatt Fleming2013-06-051-1/+4
* | | | | | | | arch, mm: Remove tlb_fast_mode()Peter Zijlstra2013-06-062-56/+12
* | | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-06-058-124/+421
|\ \ \ \ \ \ \ \
| * | | | | | | | KVM: Fix race in apic->pending_events processingGleb Natapov2013-06-031-3/+6
| * | | | | | | | KVM: fix sil/dil/bpl/spl in the mod/rm fieldsPaolo Bonzini2013-06-031-1/+4
| * | | | | | | | KVM: Emulate multibyte NOPPaolo Bonzini2013-06-031-1/+3
| * | | | | | | | ARM: KVM: be more thorough when invalidating TLBsMarc Zyngier2013-06-031-15/+26