aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2012-09-21ARM: keystone: add support for coherent dmaHEADmasterCyril Chemparathy1-0/+31
2012-09-21ARM: dma-mapping: Refrain noisy console messageHiroshi Doyu1-1/+1
2012-09-21ARM: dma-mapping: Small logical clean upHiroshi Doyu1-4/+5
2012-09-21ARM: dma-mapping: Remove unsed var at arm_coherent_iommu_unmap_pageHiroshi Doyu1-1/+0
2012-09-21ARM: add coherent iommu dma opsRob Herring1-40/+143
2012-09-21ARM: add coherent dma opsRob Herring2-12/+60
2012-09-21ARM: use phys_addr_t in pfn_to_kaddr()Cyril Chemparathy1-1/+1
2012-09-21ARM: keystone: override dma address conversion helpersCyril Chemparathy2-0/+16
2012-09-21tci6614: add pm-runtime to defconfigCyril Chemparathy2-0/+2
2012-09-21tci6614: cleanup defconfigsCyril Chemparathy2-13/+14
2012-09-21tci6614: add fake fck clock for mdioCyril Chemparathy1-0/+5
2012-09-21davinci: fix decompressor crash on non-uart platformsCyril Chemparathy1-0/+6
2012-09-21tci6614: add jtag-id to support PG 1.3Murali Karicheri1-0/+8
2012-09-21tci6614: remove decompressor uart config for tci6614Cyril Chemparathy1-7/+0
2012-09-21tci6614: use DT_MACHINE_START() to avoid mach-type definitionCyril Chemparathy1-1/+1
2012-09-21tci6614: add default config for evaluation moduleSandeep Paulraj1-0/+184
2012-09-21tci6614: add default config for evm with cache disabledSandeep Paulraj1-0/+173
2012-09-21tci6614: add default config for simulator boardMurali Karicheri1-0/+50
2012-09-21tci6614: added rapid io config for tci6614 evmWingMan Kwok1-0/+4
2012-09-21ARM: keystone: add switch over to high physical address rangeCyril Chemparathy6-7/+83
2012-09-21ARM: keystone: enable SMP on Keystone machinesCyril Chemparathy6-0/+104
2012-09-21ARM: keystone: introducing TI Keystone platformCyril Chemparathy11-0/+311
2012-09-21ARM: recreate kernel mappings in early_paging_init()Cyril Chemparathy3-0/+69
2012-09-21ARM: add virt_to_idmap for interconnect aliasingVitaly Andrianov3-3/+12
2012-09-21delay: add registration mechanism for delay timer sourcesJonathan Austin5-26/+46
2012-09-21ARM: fix warning on uninitialized offset.unCyril Chemparathy1-1/+1
2012-09-21ARM: fix type of PHYS_PFN_OFFSET to unsigned longCyril Chemparathy1-1/+1
2012-09-21/dev/mem: use phys_addr_t for physical addressesCyril Chemparathy6-6/+6
2012-09-21of: specify initrd location using 64-bitCyril Chemparathy7-13/+7
2012-09-21tci6614: add device tree bindings for queue managerSandeep Paulraj1-5/+20
2012-09-21tci6614: add support for more than 4096 hardware queuesSandeep Paulraj1-1/+14
2012-09-21tci6614: dt: add device tree bindings for rapid ioSandeep Paulraj1-0/+19
2012-09-21tci6614: dt: add device tree bindings for remote procSandeep Paulraj1-0/+60
2012-09-21tci6614: dt: add device tree bindings for the ipc irqSandeep Paulraj1-0/+11
2012-09-21tci6614: dt: add device tree bindings for crypto engineSandeep Paulraj1-0/+5
2012-09-21tci6614: dt: add device tree bindings for the network co-processorSandeep Paulraj1-0/+57
2012-09-21tci6614: dt: add device tree bindings for the udmaSandeep Paulraj1-0/+4
2012-09-21tci6614: dt: add device tree bindings for the davinci mdioSandeep Paulraj1-0/+7
2012-09-21tci6614: dt: add device tree bindings for srio packet dmaSandeep Paulraj1-0/+27
2012-09-21tci6614: dt: add device tree bindings for the pa packet dmaSandeep Paulraj1-0/+72
2012-09-21tci6614: dt: add device tree bindings for the infrastructure packet dmaSandeep Paulraj1-0/+270
2012-09-21tci6614: dt: add device tree bindings for hardware queuesSandeep Paulraj1-0/+97
2012-09-21tci6614: dt: add minimum device tree bindings for evmSandeep Paulraj1-0/+26
2012-09-21tci6614: add cpintc irq debug helper macrosCyril Chemparathy1-4/+5
2012-09-21tci6614: Updating the cpgmac and mdio clock definitionSandeep Paulraj1-3/+21
2012-09-21tci6614: fix the max values of aemif timingsMurali Karicheri2-11/+9
2012-09-21tci6614: updated reset hookups for v3.3 mainline mergeCyril Chemparathy4-3/+7
2012-09-21tci6614: fix reboot commandMurali Karicheri1-1/+23
2012-09-21tci6614: add pmu device definition for oprofileCyril Chemparathy1-0/+18
2012-09-21tci6614: redefine partitions for UBIFSMurali Karicheri1-9/+2
2012-09-21tci6614: dt: add device tree support for evmSandeep Paulraj2-0/+15
2012-09-21tci6614: add clocks to be used by the network driver.Sandeep Paulraj1-3/+5
2012-09-21tci6614: add hardware semaphore deviceCyril Chemparathy1-0/+23
2012-09-21tci6614: update pd/lpsc based on spec updateMurali Karicheri2-71/+64
2012-09-21tci6614: fix the NOR flash write issueMurali Karicheri1-8/+16
2012-09-21tci6614: add serial port stub for evmMurali Karicheri1-0/+1
2012-09-21tci6614: add serial port stub for simulatorMurali Karicheri1-0/+3
2012-09-21tci6614: work around simulator timer issueMurali Karicheri1-0/+5
2012-09-21tci6614: add support for evaluation moduleMurali Karicheri3-0/+210
2012-09-21tci6614: add support for simulator boardMurali Karicheri3-0/+66
2012-09-21tci6614: add on-chip device definitionsMurali Karicheri2-1/+219
2012-09-21tci6614: add soc specific initialization codeMurali Karicheri3-0/+631
2012-09-21tci6614: add driver for omap arm interrupt controllerMurali Karicheri5-8/+174
2012-09-21tci6614: add driver for cpintd pulse-level convertorMurali Karicheri5-0/+180
2012-09-21tci6614: add low level debug supportMurali Karicheri4-0/+18
2012-09-21tci6614: add soc specific definitionsMurali Karicheri1-0/+59
2012-09-21tci6614: adding lpsc and power domain definitionsMurali Karicheri1-0/+53
2012-09-21tci6614: adding irq definitionsMurali Karicheri1-2/+400
2012-09-21tci6614: defining cpu id for the socMurali Karicheri1-0/+8
2012-09-21[no-upstream] davinci: increase I/O space from 4M to 8MMurali Karicheri1-2/+2
2012-09-21ARM: add handling for bidirectional dma mappingsCyril Chemparathy2-8/+12
2012-09-21arm: disable caches based on configMurali Karicheri1-0/+6
2012-09-21davinci: support extended clock dividersMurali Karicheri1-0/+7
2012-09-21davinci: make clock names largerMurali Karicheri1-1/+1
2012-09-21davinci: add support for multiple power domainsMurali Karicheri1-3/+9
2012-09-21ARM: mm: clean up membank size limit checksCyril Chemparathy1-8/+11
2012-09-21ARM: mm: cleanup checks for membank overlap with vmalloc areaCyril Chemparathy1-18/+1
2012-09-21ARM: mm: use physical addresses in highmem sanity checksCyril Chemparathy1-12/+10
2012-09-21ARM: LPAE: accomodate >32-bit addresses for page table baseCyril Chemparathy4-8/+36
2012-09-21ARM: LPAE: factor out T1SZ and TTBR1 computationsCyril Chemparathy2-12/+14
2012-09-21ARM: LPAE: define ARCH_LOW_ADDRESS_LIMIT for bootmemCyril Chemparathy1-0/+2
2012-09-21ARM: LPAE: use 64-bit accessors for TTBR registersCyril Chemparathy2-12/+21
2012-09-21ARM: LPAE: use phys_addr_t in switch_mm()Cyril Chemparathy2-6/+15
2012-09-21ARM: LPAE: use phys_addr_t for initrd location and sizeVitaly Andrianov1-6/+7
2012-09-21ARM: LPAE: use phys_addr_t in free_memmap()Vitaly Andrianov1-3/+3
2012-09-21ARM: LPAE: use phys_addr_t in alloc_init_pud()Vitaly Andrianov1-1/+2
2012-09-21ARM: LPAE: use signed arithmetic for mask definitionsCyril Chemparathy2-4/+4
2012-09-21ARM: LPAE: support 64-bit virt_to_phys patchingCyril Chemparathy3-3/+41
2012-09-21ARM: LPAE: use phys_addr_t on virt <--> phys conversionCyril Chemparathy1-8/+18
2012-09-21ARM: use late patch framework for phys-virt patchingCyril Chemparathy7-112/+36
2012-09-21ARM: add self test for runtime patch mechanismCyril Chemparathy2-0/+87
2012-09-21ARM: add mechanism for late code patchingCyril Chemparathy8-1/+433
2012-09-21ARM: smp: Make smp_ops mandatory for SMP platformsMarc Zyngier2-23/+9
2012-09-21ARM: Add per-platform SMP/CPU-hotplug operationsMarc Zyngier4-0/+175
2012-09-14Merge branch 'fixes-for-3.6' of git://git.linaro.org/people/mszyprowski/linux...Linus Torvalds1-1/+1
2012-09-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-6/+11
2012-09-13Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds13-32/+98
2012-09-12Merge tag 'imx-fixes' of git://git.pengutronix.de/git/imx/linux-2.6 into fixesOlof Johansson8-21/+125
2012-09-13Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds15-57/+151
2012-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lli...Linus Torvalds4-158/+69
2012-09-11ARM: clk-imx35: Fix SSI clock registrationFabio Estevam1-4/+2
2012-09-11ARM: clk-imx25: Fix SSI clock registrationFabio Estevam1-4/+2
2012-09-11kbuild: add symbol prefix arg to kallsymsJames Hogan1-1/+0
2012-09-11Merge tag 'kvm-3.6-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-9/+29
2012-09-10arm: mm: fix DMA pool affiliation checkThomas Petazzoni1-1/+1
2012-09-10KVM: fix error paths for failed gfn_to_page() callsXiao Guangrong2-6/+26
2012-09-09ARM: 7529/1: delay: set loops_per_jiffy when moving to timer-based loopWill Deacon1-0/+1
2012-09-09ARM: 7528/1: uaccess: annotate [__]{get,put}_user functions with might_fault()Will Deacon1-2/+16
2012-09-09ARM: 7527/1: uaccess: explicitly check __user pointer when !CPU_USE_DOMAINSRussell King4-21/+56
2012-09-09KVM: x86: Check INVPCID feature bit in EBX of leaf 7Ren, Yongjie1-2/+2
2012-09-08Merge branch 'fixes-for-3.6' of git://git.linaro.org/people/mszyprowski/linux...Linus Torvalds4-11/+119
2012-09-07Merge tag 'omap-fixes-for-v3.6-rc4' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson11-24/+94
2012-09-07ARM: 7526/1: traps: send SIGILL if get_user fails on undef handling pathWill Deacon1-4/+7
2012-09-07ARM: 7521/1: Fix semihosting Kconfig textStephen Boyd1-3/+3
2012-09-07ARM: 7513/1: Make sure dtc is built before running itDavid Brown1-2/+2
2012-09-07ARM: 7512/1: Fix XIP build due to PHYS_OFFSET definition movingStephen Boyd1-0/+3
2012-09-07blackfin: smp: adapt to generic smp helpersSteven Miao3-157/+69
2012-09-06Merge tag 'stable/for-linus-3.6-rc4-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-2/+2
2012-09-06Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds15-19/+57
2012-09-05uml: fix compile error in deliver_alarm()Miklos Szeredi1-1/+1
2012-09-05Merge tag 'omap-fixes-a-for-3.6rc' of git://git.kernel.org/pub/scm/linux/kern...Tony Lindgren6-18/+75
2012-09-05Merge branch 'fixes-wakeupgen' into fixesTony Lindgren109-593/+711
2012-09-05xen: fix logical error in tlb flushingAlex Shi1-1/+1
2012-09-05Merge commit '4cb38750d49010ae72e718d46605ac9ba5a851b4' into stable/for-linus...Konrad Rzeszutek Wilk1620-22668/+50016
2012-09-05xen/p2m: Fix one-off error in checking the P2M tree directory.Konrad Rzeszutek Wilk1-1/+1
2012-09-05Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/o...Ingo Molnar1-5/+5
2012-09-05powerpc: Don't use __put_user() in patch_instructionBenjamin Herrenschmidt1-1/+1
2012-09-05powerpc: Make sure IPI handlers see data written by IPI sendersPaul Mackerras3-3/+16
2012-09-05powerpc: Restore correct DSCR in context switchAnton Blanchard2-6/+18
2012-09-05powerpc: Fix DSCR inheritance in copy_thread()Anton Blanchard1-10/+2
2012-09-05powerpc: Keep thread.dscr and thread.dscr_inherit in syncAnton Blanchard2-2/+5
2012-09-05powerpc: Update DSCR on all CPUs when writing sysfs dscr_defaultAnton Blanchard1-0/+8
2012-09-05powerpc/powernv: Always go into nap mode when CPU is offlinePaul Mackerras3-9/+4
2012-09-05powerpc: Give hypervisor decrementer interrupts their own handlerPaul Mackerras2-1/+11
2012-09-05powerpc/vphn: Fix arch_update_cpu_topology() return valueJesse Larrew1-3/+4
2012-09-04ARM: gemini: fix the gemini buildLinus Walleij1-0/+1
2012-09-04Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/r...Olof Johansson3-3/+4
2012-09-04ARM: OMAP4: Fix array size for irq_target_cpuTony Lindgren1-1/+1
2012-09-04perf/x86: Enable Intel Cedarview Atom suppportStephane Eranian2-1/+3
2012-09-04KVM: PIC: fix use of uninitialised variable.Jamie Iles1-1/+1
2012-09-03Merge branches 'clkdev_fixes_3.6rc', 'clkdm_fixes_3.6rc' and 'hwmod_data_fixe...Paul Walmsley5-11/+68
2012-09-03ARM: OMAP4: hwmod data: temporarily comment out data for the sl2if IP blockTero Kristo1-6/+6
2012-09-03ARM: OMAP: hwmod code: Disable module when hwmod enable failsMisael Lopez Cruz1-0/+1
2012-09-03ARM: OMAP3: hwmod data: fix iva2 reset infoTero Kristo2-3/+13
2012-09-03ARM: OMAP3xxx: clockdomain: fix software supervised wakeup/sleepPaul Walmsley1-2/+48
2012-09-03ARM: OMAP2+: am33xx: Fix the timer fck clock naming conventionVaibhav Hiremath1-7/+7
2012-09-03ARM: shmobile: armadillo800eva: enable rw rootfs mountKuninori Morimoto1-1/+1
2012-09-02Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/r...Olof Johansson1-1/+1
2012-09-02Merge branch 'fixes-for-v3.6-v2' of git://git.infradead.org/users/jcooper/lin...Olof Johansson1-0/+1
2012-08-31Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+3
2012-08-31Merge tag 'parisc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jej...Linus Torvalds3-7/+7
2012-08-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds3-3/+4
2012-08-31ARM: Kirkwood: Fix 'SZ_1M' undeclared here for db88f6281-bp-setup.cAndrew Lunn1-0/+1
2012-08-31ARM: shmobile: mackerel: fixup usb module orderKuninori Morimoto1-1/+2
2012-08-31ARM: shmobile: armadillo800eva: fixup: sound card detection orderKuninori Morimoto1-1/+1
2012-08-30ARM: OMAP: Config fix for omap3-touchbook boardRadek Pilar2-2/+3
2012-08-30ARM: OMAP: sram: skip the first 16K on OMAP3 HSAaro Koskinen1-3/+6
2012-08-30ARM: OMAP: sram: fix OMAP4 errata handlingAaro Koskinen1-0/+2
2012-08-30ARM: OMAP: timer: obey the !CONFIG_OMAP_32K_TIMERIgor Grinberg1-0/+7
2012-08-30s390/32: Don't clobber personality flags on execHeiko Carstens1-1/+2
2012-08-30ARM: shmobile: marzen: fixup smsc911x id for regulatorKuninori Morimoto1-1/+1
2012-08-28ARM: dma-mapping: IOMMU allocates pages from atomic_pool with GFP_ATOMICHiroshi Doyu1-0/+36
2012-08-28ARM: dma-mapping: Introduce __atomic_get_pages() for __iommu_get_pages()Hiroshi Doyu1-0/+12
2012-08-28ARM: dma-mapping: Refactor out to introduce __in_atomic_poolHiroshi Doyu1-6/+20
2012-08-28ARM: dma-mapping: atomic_pool with struct page **pagesHiroshi Doyu1-3/+14
2012-08-28ARM: Kirkwood: increase atomic coherent pool sizeMarek Szyprowski1-0/+7
2012-08-28ARM: DMA-Mapping: print warning when atomic coherent allocation failsMarek Szyprowski1-0/+4
2012-08-28ARM: DMA-Mapping: add function for setting coherent pool size from platform codeMarek Szyprowski2-1/+25
2012-08-28ARM: relax conditions required for enabling Contiguous Memory AllocatorMarek Szyprowski1-1/+1
2012-08-28s390/smp: add missing smp_store_status() for !SMPHeiko Carstens1-0/+1
2012-08-27Merge branch 'armadillo800eva' of git://git.kernel.org/pub/scm/linux/kernel/g...Olof Johansson1-5/+6
2012-08-27Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixesOlof Johansson8-8/+42
2012-08-27Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/...Olof Johansson1-2/+2
2012-08-27KVM: x86: fix KVM_GET_MSR for PV EOIMichael S. Tsirkin1-0/+3
2012-08-27oprofile, s390: Fix uninitialized memory access when writing to oprofilefsRobert Richter1-5/+5
2012-08-27perf/x86: Fix microcode revision check for SNB-PEBSStephane Eranian1-0/+3
2012-08-25Merge tag 'fixes-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds45-96/+161
2012-08-25Merge tag 'stable/for-linus-3.6-rc3-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds5-113/+113
2012-08-25Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds20-238/+206
2012-08-25Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds10-23/+64
2012-08-25Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds18-105/+145
2012-08-25ARM: 7499/1: mm: Fix vmalloc overlap check for !HIGHMEMJonathan Austin1-2/+2
2012-08-25ARM: 7503/1: mm: only flush both pmd entries for classic MMUWill Deacon1-0/+4
2012-08-25ARM: 7502/1: contextidr: avoid using bfi instruction during notifierWill Deacon1-3/+4
2012-08-25ARM: 7501/1: decompressor: reset ttbcr for VMSA ARMv7 coresWill Deacon1-0/+4
2012-08-25ARM: 7497/1: hw_breakpoint: allow single-byte watchpoints on all addressesWill Deacon1-3/+4
2012-08-25ARM: 7496/1: hw_breakpoint: don't rely on dfsr to show watchpoint access typeWill Deacon1-15/+40
2012-08-25ARM: Fix ioremap() of address zeroRussell King2-2/+5
2012-08-25ARM: mach-shmobile: armadillo800eva: Enable power button as wakeup sourceLaurent Pinchart1-2/+3
2012-08-25ARM: mach-shmobile: armadillo800eva: Fix GPIO buttons descriptionsLaurent Pinchart1-4/+4
2012-08-24Revert "powerpc: Update g5_defconfig"Benjamin Herrenschmidt1-30/+73
2012-08-24powerpc/perf: Use pmc_overflow() to detect rolled back eventsSukadev Bhattiprolu1-1/+1
2012-08-24powerpc: Fix VMX in interrupt check in POWER7 copy loopsAnton Blanchard2-4/+4
2012-08-24powerpc: POWER7 copy_to_user/copy_from_user patch applied twiceAnton Blanchard1-31/+0
2012-08-24powerpc: Fix personality handling in ppc64_personality()Jiri Kosina1-4/+4
2012-08-24powerpc/dma-iommu: Fix IOMMU window checkAaro Koskinen1-5/+4
2012-08-24powerpc: Remove unnecessary ifdefsMichael Neuling1-2/+0
2012-08-24powerpc/kgdb: Restore current_thread_info properlyTiejun Chen1-2/+9
2012-08-24powerpc/kgdb: Bail out of KGDB when we've been triggeredTiejun Chen1-0/+15
2012-08-24powerpc/kgdb: Do not set kgdb_single_step on ppcTiejun Chen1-1/+0