summaryrefslogtreecommitdiffstats
path: root/arch/arm/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'security-fixes' into fixesRussell King2013-08-031-0/+2
|\
| * ARM: fix nommu builds with 48be69a02 (ARM: move signal handlers into a vdso-l...Russell King2013-08-031-0/+2
* | Merge branch 'security-fixes' into fixesRussell King2013-08-013-0/+7
|\|
| * ARM: make vectors page inaccessible from userspaceRussell King2013-08-011-0/+2
| * ARM: move signal handlers into a vdso-like pageRussell King2013-08-012-0/+5
* | ARM: 7801/1: v6: prevent gcc 4.5 from reordering extended CP15 reads above is...Paul Walmsley2013-07-311-1/+6
* | ARM: 7791/1: a.out: remove partial a.out supportWill Deacon2013-07-264-84/+0Star
* | ARM: 7790/1: Fix deferred mm switch on VIVT processorsCatalin Marinas2013-07-263-5/+18
* | ARM: 7789/1: Do not run dummy_flush_tlb_a15_erratum() on non-Cortex-A15Fabio Estevam2013-07-261-0/+16
* | ARM: 7787/1: virt: ensure visibility of __boot_cpu_modeMark Rutland2013-07-261-0/+12
|/
* arm: delete __cpuinit/__CPUINIT usage from all ARM usersPaul Gortmaker2013-07-151-1/+1
* Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-07-141-1/+12
|\
| * ARM: scu: provide inline dummy functions when SCU is not presentNishanth Menon2013-07-041-1/+12
* | reboot: arm: change reboot_mode to use enum reboot_modeRobin Holt2013-07-093-3/+5
* | reboot: arm: prepare reboot_mode for moving to generic kernel codeRobin Holt2013-07-091-1/+2
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-061-15/+3Star
|\ \
| * \ Merge branch 'timers/posix-cpu-timers-for-tglx' ofThomas Gleixner2013-07-047-32/+29Star
| |\ \
| * | | sched_clock: Add temporary asm/sched_clock.hStephen Boyd2013-06-211-0/+4
| * | | sched_clock: Make ARM's sched_clock generic for all architecturesStephen Boyd2013-06-121-16/+0Star
* | | | Merge tag 'xenarm-for-3.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-07-061-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | xen/arm and xen/arm64: implement HYPERVISOR_tmem_opStefano Stabellini2013-07-041-0/+1
* | | | Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-07-041-6/+0Star
|\ \ \ \
| * | | | mm/ARM: fix stale comment about VALID_PAGE()Jiang Liu2013-07-041-6/+0Star
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-07-036-327/+21Star
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | arm/kvm: Cleanup KVM_ARM_MAX_VCPUS logicGeoff Levand2013-06-261-0/+5
| * | | | ARM: KVM: perform save/restore of PARMarc Zyngier2013-06-261-10/+12
| * | | | ARM: KVM: get rid of S2_PGD_SIZEMarc Zyngier2013-06-261-1/+0Star
| * | | | ARM: KVM: don't special case PC when doing an MMIOMarc Zyngier2013-06-261-5/+0Star
| * | | | ARM: KVM: use phys_addr_t instead of unsigned long long for HYP PGDsMarc Zyngier2013-06-261-2/+2
| * | | | ARM: KVM: remove dead prototype for __kvm_tlb_flush_vmidMarc Zyngier2013-06-261-2/+0Star
| * | | | ARM: KVM: move GIC/timer code to a common locationMarc Zyngier2013-05-193-307/+2Star
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds2013-07-031-2/+1Star
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | arm/xen: define xen_remap as ioremap_cachedStefano Stabellini2013-06-041-2/+1Star
* | | | | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-07-0326-64/+540
|\ \ \ \ \
| * \ \ \ \ Merge branch 'devel-stable' into for-nextRussell King2013-06-2930-42/+679
| |\ \ \ \ \
| | * | | | | ARM: kernel: implement stack pointer save array through MPIDR hashingLorenzo Pieralisi2013-06-202-2/+13
| | * | | | | ARM: kernel: build MPIDR hash function data structureLorenzo Pieralisi2013-06-201-0/+12
| | * | | | | Merge branch 'for-rmk/arch-timer-cleanups' of git://linux-arm.org/linux-mr in...Russell King2013-06-181-9/+0Star
| | |\ \ \ \ \
| | | * | | | | clocksource: arch_timer: use virtual countersMark Rutland2013-06-071-9/+0Star
| | | |/ / / /
| | * | | | | Merge branch 'for-rmk/lpae' of git://git.kernel.org/pub/scm/linux/kernel/git/...Russell King2013-06-186-14/+62
| | |\ \ \ \ \
| | | * | | | | ARM: elf: add new hwcap for identifying atomic ldrd/strd instructionsWill Deacon2013-05-301-1/+1
| | | * | | | | ARM: lpae: fix definition of PTE_HWTABLE_PTRSWill Deacon2013-05-301-1/+1
| | | * | | | | ARM: fix type of PHYS_PFN_OFFSET to unsigned longCyril Chemparathy2013-05-301-1/+1
| | | * | | | | ARM: LPAE: accomodate >32-bit addresses for page table baseCyril Chemparathy2013-05-301-0/+16
| | | * | | | | ARM: LPAE: factor out T1SZ and TTBR1 computationsCyril Chemparathy2013-05-301-0/+20
| | | * | | | | ARM: LPAE: use 64-bit accessors for TTBR registersCyril Chemparathy2013-05-301-5/+17
| | | * | | | | ARM: LPAE: use phys_addr_t in switch_mm()Cyril Chemparathy2013-05-301-2/+2
| | | * | | | | ARM: LPAE: use signed arithmetic for mask definitionsCyril Chemparathy2013-05-302-4/+4
| | | |/ / / /
| | * | | | | Merge branch 'for-rmk/hugepages' of git://git.linaro.org/people/stevecapper/l...Russell King2013-06-188-3/+261
| | |\ \ \ \ \
| | | * | | | | ARM: mm: Transparent huge page support for LPAE systems.Catalin Marinas2013-06-045-0/+73