summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* MIPS: Add support for the M14KEc core.Steven J. Hill2013-02-179-0/+22
* MIPS: Clean-ups for MIPS Technologies Inc. generic header file.Steven J. Hill2013-02-171-21/+7
* MIPS: PCI: Multi-node PCI support for Netlogic XLPJayachandran C2013-02-171-43/+66
* MIPS: Netlogic: Fix for quad-XLP bootJayachandran C2013-02-171-10/+25
* MIPS: Netlogic: use preset loops per jiffyJayachandran C2013-02-171-0/+4
* MIPS: Netlogic: No hazards needed for XLR/XLSJayachandran C2013-02-171-1/+1
* MIPS: PCI: Prevent hang on XLP reg readJayachandran C2013-02-171-1/+5
* MIPS: Netlogic: Use PIC timer as a clocksourceJayachandran C2013-02-176-8/+110
* MIPS: Netlogic: Split XLP L1 i-cache among threadsJayachandran C2013-02-172-0/+8
* MIPS: PCI: Byteswap not needed in little-endian modeJayachandran C2013-02-171-3/+12
* MIPS: Netlogic: Optimize EIMR/EIRR accesses in 32-bitJayachandran C2013-02-173-28/+98
* MIPS: Netlogic: add XLS6xx to FMN configJayachandran C2013-02-171-0/+2
* MIPS: lantiq: rework external irq codeJohn Crispin2013-02-172-32/+74
* MIPS: lantiq: improve pci reset gpio handlingJohn Crispin2013-02-171-2/+10
* MIPS: lantiq: add GPHY clock gate bitsJohn Crispin2013-02-172-0/+10
* MIPS: lantiq: adds static clock for PP32John Crispin2013-02-176-10/+69
* MIPS: lantiq: trivial typo fixJohn Crispin2013-02-171-1/+1
* MIPS: show correct cpu name for 24KEcJohn Crispin2013-02-171-1/+4
* MIPS: BCM47XX: use fallback sprom var for board_{rev,type}Hauke Mehrtens2013-02-151-4/+2
* MIPS: BCM47XX: select NO_EXCEPT_FILLHauke Mehrtens2013-02-151-0/+1
* MIPS: BCM47XX: select BOOT_RAWHauke Mehrtens2013-02-151-0/+1
* MIPS: BCM47XX: trim the nvram values for parsingHauke Mehrtens2013-02-151-3/+3
* MIPS: BCM47XX: add bcm47xx prefix in front of nvram function namesHauke Mehrtens2013-02-154-15/+15
* MIPS: BCM47XX: handle different nvram sizesHauke Mehrtens2013-02-151-7/+39
* MIPS: BCM47XX: rename early_nvram_init to nvram_initHauke Mehrtens2013-02-151-2/+2
* MIPS: BCM47XX: nvram add nand flash supportHauke Mehrtens2013-02-151-0/+7
* MIPS: BCM47XX: return error when init of nvram failedHauke Mehrtens2013-02-151-15/+20
* MIPS: BCM47XX: use common error codes in nvram readsHauke Mehrtens2013-02-153-6/+3
* MIPS: bcm47xx: separate functions finding flash window addrRafał Miłecki2013-02-151-27/+60
* Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-02-094-5/+26
|\
| * ARM: 7641/1: memory: fix broken mmap by ensuring TASK_UNMAPPED_BASE is alignedWill Deacon2013-02-081-1/+1
| * ARM: DMA mapping: fix bad atomic testRussell King2013-02-081-1/+1
| * ARM: realview: ensure that we have sufficient IRQs availableRussell King2013-02-081-1/+1
| * ARM: GIC: fix GIC cpumask initializationRussell King2013-02-081-2/+23
* | Merge tag 'pinctrl-for-v3.8-late' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-02-081-1/+1
|\ \
| * | pinctrl: exynos: change PINCTRL_EXYNOS optionKukjin Kim2013-02-051-1/+1
* | | Merge branch 'fixes-for-v3.8-rc7' of git://git.linaro.org/people/mszyprowski/...Linus Torvalds2013-02-069-0/+115
|\ \ \
| * | | xtensa: Provide dummy dma_mmap_coherent() and dma_get_sgtable()Geert Uytterhoeven2013-01-291-0/+15
| * | | parisc: Provide dummy dma_mmap_coherent() and dma_get_sgtable()Geert Uytterhoeven2013-01-291-0/+15
| * | | mn10300: Provide dummy dma_mmap_coherent() and dma_get_sgtable()Geert Uytterhoeven2013-01-291-0/+15
| * | | m68k: Provide dma_mmap_coherent() and dma_get_sgtable()Geert Uytterhoeven2013-01-291-0/+10
| * | | frv: Provide dummy dma_mmap_coherent() and dma_get_sgtable()Geert Uytterhoeven2013-01-291-0/+15
| * | | cris: Provide dma_mmap_coherent() and dma_get_sgtable()Geert Uytterhoeven2013-01-291-0/+10
| * | | c6x: Provide dummy dma_mmap_coherent() and dma_get_sgtable()Geert Uytterhoeven2013-01-291-0/+15
| * | | blackfin: Provide dma_mmap_coherent() and dma_get_sgtable()Geert Uytterhoeven2013-01-291-0/+10
| * | | avr32: Provide dma_mmap_coherent() and dma_get_sgtable()Geert Uytterhoeven2013-01-291-0/+10
| | |/ | |/|
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-052-6/+5
|\ \ \
| * | | x86/intel/cacheinfo: Shut up annoying warningBorislav Petkov2013-02-041-4/+3
| * | | Merge tag 'v3.8-rc6' into x86/urgentH. Peter Anvin2013-01-31107-394/+584
| |\ \ \ | | | |/ | | |/|
| * | | x86-64: Replace left over sti/cli in ia32 audit exit codeJan Beulich2013-01-311-2/+2