summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm (follow)
Commit message (Expand)AuthorAge
...
| * | | | | Merge branch 'timers/posix-cpu-timers-for-tglx' ofThomas Gleixner2013-07-04
| |\ \ \ \ \ | | | |_|/ / | | |/| | / | | |_|_|/ | |/| | |
| * | | | sched_clock: Add temporary asm/sched_clock.hStephen Boyd2013-06-21
| * | | | sched_clock: Make ARM's sched_clock generic for all architecturesStephen Boyd2013-06-12
* | | | | Merge tag 'xenarm-for-3.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-07-06
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | xen/arm and xen/arm64: implement HYPERVISOR_tmem_opStefano Stabellini2013-07-04
* | | | | Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-07-03
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | mm/ARM: fix stale comment about VALID_PAGE()Jiang Liu2013-07-03
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-07-03
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | arm/kvm: Cleanup KVM_ARM_MAX_VCPUS logicGeoff Levand2013-06-26
| * | | | ARM: KVM: perform save/restore of PARMarc Zyngier2013-06-26
| * | | | ARM: KVM: get rid of S2_PGD_SIZEMarc Zyngier2013-06-26
| * | | | ARM: KVM: don't special case PC when doing an MMIOMarc Zyngier2013-06-26
| * | | | ARM: KVM: use phys_addr_t instead of unsigned long long for HYP PGDsMarc Zyngier2013-06-26
| * | | | ARM: KVM: remove dead prototype for __kvm_tlb_flush_vmidMarc Zyngier2013-06-26
| * | | | ARM: KVM: move GIC/timer code to a common locationMarc Zyngier2013-05-19
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds2013-07-03
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | arm/xen: define xen_remap as ioremap_cachedStefano Stabellini2013-06-04
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-07-03
|\ \ \ \
| * \ \ \ Merge branch 'devel-stable' into for-nextRussell King2013-06-29
| |\ \ \ \
| | * | | | ARM: kernel: implement stack pointer save array through MPIDR hashingLorenzo Pieralisi2013-06-20
| | * | | | ARM: kernel: build MPIDR hash function data structureLorenzo Pieralisi2013-06-20
| | * | | | Merge branch 'for-rmk/arch-timer-cleanups' of git://linux-arm.org/linux-mr in...Russell King2013-06-18
| | |\ \ \ \
| | | * | | | clocksource: arch_timer: use virtual countersMark Rutland2013-06-07
| | | |/ / /
| | * | | | Merge branch 'for-rmk/lpae' of git://git.kernel.org/pub/scm/linux/kernel/git/...Russell King2013-06-18
| | |\ \ \ \
| | | * | | | ARM: lpae: fix definition of PTE_HWTABLE_PTRSWill Deacon2013-05-30
| | | * | | | ARM: fix type of PHYS_PFN_OFFSET to unsigned longCyril Chemparathy2013-05-30
| | | * | | | ARM: LPAE: accomodate >32-bit addresses for page table baseCyril Chemparathy2013-05-30
| | | * | | | ARM: LPAE: factor out T1SZ and TTBR1 computationsCyril Chemparathy2013-05-30
| | | * | | | ARM: LPAE: use 64-bit accessors for TTBR registersCyril Chemparathy2013-05-30
| | | * | | | ARM: LPAE: use phys_addr_t in switch_mm()Cyril Chemparathy2013-05-30
| | | * | | | ARM: LPAE: use signed arithmetic for mask definitionsCyril Chemparathy2013-05-30
| | | |/ / /
| | * | | | Merge branch 'for-rmk/hugepages' of git://git.linaro.org/people/stevecapper/l...Russell King2013-06-18
| | |\ \ \ \
| | | * | | | ARM: mm: Transparent huge page support for LPAE systems.Catalin Marinas2013-06-04
| | | * | | | ARM: mm: HugeTLB support for LPAE systems.Catalin Marinas2013-06-04
| | | * | | | ARM: mm: correct pte_same behaviour for LPAE.Steve Capper2013-06-04
| | | |/ / /
| | * | | | ARM: mpu: protect the vectors page with an MPU regionJonathan Austin2013-06-17
| | * | | | ARM: mpu: add MPU initialisation for secondary coresJonathan Austin2013-06-07
| | * | | | ARM: mpu: add early bring-up code for the ARMv7 PMSA-compliant MPUJonathan Austin2013-06-07
| | * | | | ARM: mpu: add header for MPU register layouts and region dataJonathan Austin2013-06-07
| | * | | | ARM: mpu: add PMSA related registers and bitfields to existing headersJonathan Austin2013-06-07
| | * | | | ARM: nommu: add stub local_flush_bp_all() for !CONFIG_MMUUJonathan Austin2013-06-07
| | * | | | ARM: nommu: provide dummy cpu_switch_mm implementationWill Deacon2013-06-07
| | * | | | ARM: nommu: define dummy TLB operations for nommu configurationsWill Deacon2013-06-07
| | | | | |
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'fixes', 'mcpm', 'misc' and 'mmci' into for-nextRussell King2013-06-29
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | / | | |_|_|_|/ | |/| | | |
| | | * | | ARM: 7769/1: Cortex-A15: fix erratum 798181 implementationMarc Zyngier2013-06-24
| | | * | | ARM: 7735/2: Preserve the user r/w register TPIDRURW on context switch and forkAndré Hentschel2013-06-24
| | | * | | ARM: 7757/1: mm: don't flush icache in switch_mm with hardware broadcastingWill Deacon2013-06-17
| | | * | | ARM: 7749/1: spinlock: retry trylock operation if strex fails on free lockWill Deacon2013-06-17
| | | * | | ARM: 7728/1: mm: Use phys_addr_t properly for ioremap functionsLaura Abbott2013-05-23
| | | * | | ARM: 7705/1: use optimized do_div only for EABIArnd Bergmann2013-05-15
| | | | |/ | | | |/|