summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-v3.16/prcm-cleanup-a' of git://git.kernel.org/pub/scm/linux/ke...Tony Lindgren2014-05-1721-94/+95
|\
| * ARM: OMAP4: PRCM: remove references to cm-regbits-44xx.h from PRCM core filesTero Kristo2014-05-163-3/+7
| * ARM: OMAP3/4: PRM: add support of late_init call to prm_ll_opsTero Kristo2014-05-164-8/+16
| * ARM: OMAP3/OMAP4: PRM: add prm_features flags and add IO wakeup under itTero Kristo2014-05-164-1/+23
| * ARM: OMAP3/4: PRM: provide io chain reconfig function through irq setupTero Kristo2014-05-164-6/+5
| * ARM: OMAP2+: PRM: remove unnecessary cpu_is_XXX calls from prm_init / exitTero Kristo2014-05-163-30/+3
| * ARM: OMAP2+: PRCM: cleanup some header includesTero Kristo2014-05-1612-14/+8
| * ARM: OMAP4: CM: use cm_base* in register address calculationsTero Kristo2014-05-161-4/+4
| * ARM: OMAP2/3: CM: remove some external dependenciesTero Kristo2014-05-162-25/+3
| * ARM: OMAP2+: prcm: add omap_test_timeout to prcm-common.hTero Kristo2014-05-161-0/+20
| * ARM: OMAP3: CM: remove a few OMAP34XX_CM_REGADDR definesTero Kristo2014-05-122-7/+10
* | ARM: OMAP: debug-leds: raw read and write endian fixVictor Kamensky2014-05-081-7/+7
* | ARM: OMAP: counter-32k: raw read and write endian fixVictor Kamensky2014-05-081-3/+3
* | ARM: OMAP: dmtimer: raw read and write endian fixVictor Kamensky2014-05-082-12/+12
* | ARM: OMAP2+: raw read and write endian fixVictor Kamensky2014-05-0836-134/+134
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2014-05-045-7/+42
|\ \
| * | arm64: Mark the Applied Micro X-Gene SATA controller as DMA coherentCatalin Marinas2014-05-031-0/+3
| * | arm64: Use bus notifiers to set per-device coherent DMA opsCatalin Marinas2014-05-032-2/+33
| * | arm64: Make default dma_ops to be noncoherentRitesh Harjani2014-05-031-1/+1
| * | arm64: fixmap: fix missing sub-page offset for earlyprintkMarc Zyngier2014-05-031-4/+2
| * | arm64: Fix for the arm64 kern_addr_valid() functionDave Anderson2014-05-031-0/+3
* | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-05-031-0/+5
|\ \ \
| * | | genirq: x86: Ensure that dynamic irq allocation does not conflictThomas Gleixner2014-04-281-0/+5
| |/ /
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-05-022-2/+13
|\ \ \
| * | | x86/vsmp: Fix irq routingOren Twaig2014-04-281-1/+10
| * | | x86: LLVMLinux: Wrap -mno-80387 with cc-optionBehan Webster2014-04-221-1/+3
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-05-023-19/+51
|\ \ \ \
| * \ \ \ Merge tag 'kvm-arm-for-3.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2014-04-302-7/+10
| |\ \ \ \
| | * | | | arm: KVM: fix possible misalignment of PGDs and bounce pageMark Salter2014-04-281-6/+9
| | * | | | ARM: KVM: disable KVM in Kconfig on big-endian systemsWill Deacon2014-04-261-1/+1
| * | | | | KVM: x86: Check for host supported fields in shadow vmcsBandan Das2014-04-281-12/+41
| |/ / / /
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-05-021-1/+0
|\ \ \ \ \
| * | | | | s390/bpf,jit: initialize A register if 1st insn is BPF_S_LDX_B_MSHMartin Schwidefsky2014-04-251-1/+0
* | | | | | Merge branch 'parisc-3.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-05-022-8/+2
|\ \ \ \ \ \
| * | | | | | parisc: Use generic uapi/asm/resource.h fileHelge Deller2014-05-012-7/+2
| * | | | | | parisc: remove _STK_LIM_MAX overrideJohn David Anglin2014-05-011-1/+0
* | | | | | | Hexagon: Delete stale barrier.hVineet Gupta2014-05-011-37/+0
* | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-05-011-1/+2
|\ \ \ \ \ \ \
| * | | | | | | perf/x86: Fix RAPL rdmsrl_safe() usageStephane Eranian2014-04-241-1/+2
* | | | | | | | ARC: !PREEMPT: Ensure Return to kernel mode is IRQ safeVineet Gupta2014-04-301-3/+5
* | | | | | | | Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2014-04-294-14/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | dt: Fix binding typos in clock-names and interrupt-namesGeert Uytterhoeven2014-04-234-14/+14
* | | | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2014-04-2822-285/+273
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | powerpc/4xx: Fix section mismatch in ppc4xx_pci.cAlistair Popple2014-04-281-1/+1
| * | | | | | | | ppc/kvm: Clear the runlatch bit of a vcpu before nappingPreeti U Murthy2014-04-281-1/+11
| * | | | | | | | ppc/kvm: Set the runlatch bit of a CPU just before starting guestPreeti U Murthy2014-04-281-0/+6
| * | | | | | | | ppc/powernv: Set the runlatch bits correctly for offline cpusPreeti U Murthy2014-04-281-0/+3
| * | | | | | | | powerpc/pseries: Protect remove_memory() with device hotplug lockLi Zhong2014-04-281-4/+6
| * | | | | | | | powerpc: Fix error return in rtas_flash module initAnton Blanchard2014-04-281-1/+1
| * | | | | | | | powerpc: Bump BOOT_COMMAND_LINE_SIZE to 2048Anton Blanchard2014-04-281-1/+1