aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include
Commit message (Expand)AuthorAge
* mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZEKees Cook2015-04-14
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-04-13
|\
| * ARM, clocksource/drivers: Provide read_boot_clock64() and read_persistent_clo...Xunlei Pang2015-04-03
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-04-13
|\ \
| * | jump_label: Allow asm/jump_label.h to be included in assemblyAnton Blanchard2015-04-09
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-04-13
|\ \ \ | |_|/ |/| |
| * | Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2015-04-07
| |\ \
| | * | KVM: arm/arm64: rework MMIO abort handling to use KVM MMIO busAndre Przywara2015-03-30
| | * | arm/arm64: KVM: Implement Stage-2 page agingMarc Zyngier2015-03-12
| | * | KVM: arm/arm64: add irqfd supportEric Auger2015-03-12
| | * | KVM: arm/arm64: implement kvm_arch_intc_initializedEric Auger2015-03-12
* | | | Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-03-17
|\| | |
| * | | arm64: KVM: Do not use pgd_index to index stage-2 pgdMarc Zyngier2015-03-11
| * | | arm64: KVM: Fix stage-2 PGD allocation to have per-page refcountingMarc Zyngier2015-03-11
| |/ /
* | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-03-15
|\ \ \ | |/ / |/| |
| * | ARM: at91: debug: fix non MMU debugAlexandre Belloni2015-03-05
| |/
* / ARM: KVM: Fix size check in __coherent_cache_guest_pageJan Kiszka2015-02-23
|/
* Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-02-18
|\
| * Merge tag 'uaccess_for_upstream' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann2015-01-14
| |\
| | * arm: macro whitespace fixesMichael S. Tsirkin2015-01-13
| | * arm: fix put_user sparse errorsMichael S. Tsirkin2015-01-13
* | | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2015-02-17
|\ \ \
| * | | ARM: digicolor: add low level debug supportBaruch Siach2015-01-27
| * | | Merge tag 'qcom-soc-for-3.20-2' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson2015-01-23
| |\ \ \
| | * | | ARM: debug: msm: Support big-endian CPUsStephen Boyd2015-01-19
| | | |/ | | |/|
| * | | Merge tag 'at91-cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/nf...Olof Johansson2015-01-21
| |\ \ \
| * \ \ \ Merge tag 'atlas7-lldebug-for-3.20' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2015-01-21
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | ARM: sirf: add two debug ports for CSRatlas7 SoCGuo Zeng2015-01-20
| | * | | ARM: sirf: drop Marco low-level debug portBarry Song2015-01-14
| | | |/ | | |/|
* | | | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-02-17
|\ \ \ \ | | |_|/ | |/| |
| * | | ARM: at91: move debug-macro.S into the common spaceAlexandre Belloni2015-01-15
| |/ /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-02-13
|\ \ \
| * | | kvm: add halt_poll_ns module parameterPaolo Bonzini2015-02-06
| * | | arm/arm64: KVM: add opaque private pointer to MMIO dataAndre Przywara2015-01-20
| * | | arm/arm64: KVM: make the maximum number of vCPUs a per-VM valueAndre Przywara2015-01-20
| * | | arm/arm64: KVM: rework MPIDR assignment and add accessorsAndre Przywara2015-01-20
| * | | KVM: arm/arm64: Enable Dirty Page logging for ARMv8Mario Smarduch2015-01-16
| * | | KVM: arm: Add initial dirty page locking supportMario Smarduch2015-01-16
| * | | KVM: arm: Add ARMv7 API to flush TLBsMario Smarduch2015-01-16
| * | | KVM: arm/arm64: vgic: add init entry to VGIC KVM deviceEric Auger2015-01-11
| | |/ | |/|
* | | all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-12
* | | mm: convert p[te|md]_mknonnuma and remaining page table manipulationsMel Gorman2015-02-12
* | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-02-12
|\ \ \
| * \ \ Merge branch 'devel-stable' into for-nextRussell King2015-02-10
| |\ \ \
| | * | | ARM: optprobes: execute instruction during restoring if possible.Wang Nan2015-01-14
| | * | | ARM: kprobes: check register usage for probed instruction.Wang Nan2015-01-13
| | * | | ARM: kprobes: enable OPTPROBES for ARM 32Wang Nan2015-01-13
| | * | | ARM: kprobes: disallow probing stack consuming instructionsWang Nan2015-01-13
| | * | | ARM: kprobes: collects stack consumption for store instructionsWang Nan2015-01-13
| | * | | ARM: probes: move all probe code to dedicate directoryWang Nan2015-01-09
| | |/ /