summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* x86: mm: restore original pte_special checkMel Gorman2015-02-121-7/+1
* mm: remove remaining references to NUMA hinting bits and helpersMel Gorman2015-02-126-127/+6
* mm: convert p[te|md]_mknonnuma and remaining page table manipulationsMel Gorman2015-02-121-1/+4
* ppc64: add paranoid warnings for unexpected DSISR_PROTFAULTMel Gorman2015-02-122-13/+15
* mm: convert p[te|md]_numa users to p[te|md]_protnone_numaMel Gorman2015-02-125-12/+13
* mm: add p[te|md] protnone helpers for use by NUMA balancingMel Gorman2015-02-122-0/+32
* Merge tag 'iommu-updates-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-02-122-3/+2
|\
| *-----. Merge branches 'arm/renesas', 'arm/smmu', 'arm/omap', 'ppc/pamu', 'x86/amd' a...Joerg Roedel2015-02-0474-313/+600
| |\ \ \ \
| | | * | | iommu/fsl: Various cleanupsEmil Medve2015-02-031-2/+2
| | |/ / /
| * | | | Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...Joerg Roedel2015-01-261-1/+0
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | iommu/arm-smmu: make use of generic LPAE allocatorWill Deacon2015-01-191-1/+0
* | | | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-02-1279-1450/+1807
|\ \ \ \ \
| * \ \ \ \ Merge branch 'devel-stable' into for-nextRussell King2015-02-1065-244/+1331
| |\ \ \ \ \
| | * | | | | ARM: kprobes: Fix compilation error caused by superfluous '*'Jon Medhurst2015-02-101-1/+1
| | * | | | | ARM: kprobes: Eliminate test code's use of BX instruction on ARMv4 CPUsJon Medhurst2015-01-202-3/+10
| | * | | | | ARM: optprobes: execute instruction during restoring if possible.Wang Nan2015-01-143-2/+54
| | * | | | | ARM: kprobes: check register usage for probed instruction.Wang Nan2015-01-135-1/+103
| | * | | | | ARM: kprobes: Fix unreliable MRS instruction testsJon Medhurst (Tixy)2015-01-134-19/+43
| | * | | | | ARM: kprobes: enable OPTPROBES for ARM 32Wang Nan2015-01-1310-12/+377
| | * | | | | kprobes: Pass the original kprobe for preparing optimized kprobeMasami Hiramatsu2015-01-131-1/+2
| | * | | | | ARM: kprobes: Add test cases for stack consuming instructionsJon Medhurst (Tixy)2015-01-133-2/+36
| | * | | | | ARM: kprobes: disallow probing stack consuming instructionsWang Nan2015-01-135-8/+33
| | * | | | | ARM: kprobes: collects stack consumption for store instructionsWang Nan2015-01-139-6/+383
| | * | | | | ARM: kprobes: introduces checkerWang Nan2015-01-0911-20/+95
| | * | | | | ARM: probes: Use correct action types for MOVW, SEV and WFIJon Medhurst2015-01-094-9/+3
| | * | | | | ARM: probes: move all probe code to dedicate directoryWang Nan2015-01-0927-57/+69
| | | | | | |
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-----. \ \ \ \ \ Merge branches 'debug', 'fixes', 'l2c' (early part), 'misc' and 'sa1100' into...Russell King2015-02-1041-1232/+580
| |\ \ \ \ \ \ \ \ \
| | | | | * | | | | | ARM: 8284/1: sa1100: clear RCSR_SMR on resumeDmitry Eremin-Solenikov2015-01-291-0/+1
| | | | | * | | | | | ARM: 8283/1: sa1100: collie: clear PWER register on machine initDmitry Eremin-Solenikov2015-01-291-2/+1
| | | | | * | | | | | ARM: 8282/1: sa1100: use handle_domain_irqDmitry Eremin-Solenikov2015-01-291-1/+2
| | | | | * | | | | | ARM: 8281/1: sa1100: move GPIO-related IRQ code to gpio driverDmitry Eremin-Solenikov2015-01-291-174/+0
| | | | | * | | | | | ARM: 8280/1: sa1100: switch to irq_domain_add_simple()Dmitry Eremin-Solenikov2015-01-291-4/+4
| | | | | * | | | | | ARM: 8279/1: sa1100: merge both GPIO irqdomainsDmitry Eremin-Solenikov2015-01-291-46/+11
| | | | | * | | | | | ARM: 8278/1: sa1100: split irq handling for low GPIOsDmitry Eremin-Solenikov2015-01-292-68/+92
| | | | | * | | | | | ARM: 8252/1: sa1100: use pxa_timer clocksource driverDmitry Eremin-Solenikov2015-01-143-140/+7
| | | | | * | | | | | ARM: 8250/1: sa1100: provide OSTIMER0 clock for pxa_timerDmitry Eremin-Solenikov2015-01-141-0/+12
| | | | * | | | | | | ARM: 8301/1: qcom: Use secondary_startup_arm()Stephen Boyd2015-02-101-2/+2
| | | | * | | | | | | ARM: 8302/1: Add a secondary_startup that assumes ARM modeStephen Boyd2015-02-101-0/+7
| | | | * | | | | | | ARM: 8300/1: teach __asmeq that r11 == fp and r12 == ipArd Biesheuvel2015-02-101-1/+14
| | | | * | | | | | | ARM: 8291/1: replace magic number with PAGE_SHIFT macro in fixup_pv codeMasahiro Yamada2015-01-211-1/+1
| | | | * | | | | | | ARM: 8290/1: decompressor: fix a wrong commentMasahiro Yamada2015-01-211-1/+1
| | | | * | | | | | | ARM: 8286/1: mm: Fix dma_contiguous_reserve commentGeorge G. Davis2015-01-211-4/+1
| | | | * | | | | | | ARM: 8248/1: pm: remove outdated commentBrian Norris2015-01-211-4/+0
| | | | * | | | | | | ARM: 8285/1: remove ARMv3 user access code againNicolas Pitre2015-01-162-577/+2
| | | | * | | | | | | ARM: 8287/1: add bitrev.h file to support rbit instructionYalin Wang2015-01-162-0/+21
| | | | * | | | | | | ARM: 8189/1: arm64:add bitrev.h file to support rbit instructionYalin Wang2014-12-222-0/+20
| | | | |/ / / / / /
| | | * | | | | | | ARM: 8297/1: cache-l2x0: optimize aurora range operationsArnd Bergmann2015-02-061-46/+22
| | | * | | | | | | ARM: 8296/1: cache-l2x0: clean up aurora cache handlingArnd Bergmann2015-02-061-73/+38
| | | * | | | | | | ARM: 8265/1: dts: exynos4: Add nodes for L2 cache controllerTomasz Figa2015-01-162-0/+23
| | | * | | | | | | ARM: 8264/1: EXYNOS: Add support for non-secure L2X0 resumeTomasz Figa2015-01-161-0/+46