summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | arm64: KVM: EL2 register definitionsMarc Zyngier2013-06-071-0/+245
| | * | arm64: KVM: HYP mode idmap supportMarc Zyngier2013-06-071-0/+20
| | * | arm64: KVM: define HYP and Stage-2 translation page flagsMarc Zyngier2013-06-073-0/+37
| | |/
| * | Merge tag 'xen-arm64-3.1-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Catalin Marinas2013-06-1215-3/+173
| |\ \
| | * | MAINTAINERS: add myself as arm64/xen maintainerStefano Stabellini2013-06-071-0/+7
| | * | arm64/xen: introduce CONFIG_XEN and hypercall.S on ARM64Stefano Stabellini2013-06-074-0/+105
| | * | arm64/xen: use XEN_IO_PROTO_ABI_ARM on ARM64Stefano Stabellini2013-06-071-1/+1
| | * | arm64/xen: implement ioremap_cached on arm64Stefano Stabellini2013-06-071-0/+2
| | * | arm64/xen: introduce asm/xen header files on arm64Stefano Stabellini2013-06-077-0/+57
| | * | arm/xen: define xen_remap as ioremap_cachedStefano Stabellini2013-06-041-2/+1Star
| * | | arm64: debug: consolidate software breakpoint handlersWill Deacon2013-06-125-66/+75
| * | | arm64: extable: sort the exception table at build timeWill Deacon2013-06-123-9/+7Star
| * | | arm64: device: add iommu pointer to device archdataWill Deacon2013-06-111-0/+3
| * | | arm64: pgtable: use pte_index instead of __pte_indexWill Deacon2013-06-111-2/+2
| * | | arm64: kernel: compiling issue, need delete read_current_timer()Chen Gang2013-06-102-9/+3Star
| * | | arm64: mm: don't bother invalidating the icache in switch_mmWill Deacon2013-06-071-6/+0Star
| * | | arm64: spinlock: retry trylock operation if strex fails on free lockCatalin Marinas2013-06-071-1/+2
| * | | arm64: Remove __flush_dcache_page()Catalin Marinas2013-06-073-10/+1Star
| * | | arm64: Do not flush the D-cache for anonymous pagesCatalin Marinas2013-06-072-6/+3Star
| * | | arm64: Avoid cache flushing in flush_dcache_page()Catalin Marinas2013-06-071-18/+4Star
| * | | arm64: Provide default implementation for dma_{alloc,free}_attrsDamian Hobson-Garcia2013-06-071-6/+11
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-07-0388-416/+1985
|\ \ \
| * \ \ Merge branch 'devel-stable' into for-nextRussell King2013-06-2977-304/+2241
| |\ \ \
| | * | | ARM: 7775/1: mm: Remove do_sect_fault from LPAE codeSteven Capper2013-06-291-0/+2
| | * | | Merge branch 'mpidr-updates-for-rmk' of git://linux-arm.org/linux-2.6-lp into...Russell King2013-06-246-18/+195
| | |\ \ \
| | | * | | ARM: kernel: implement stack pointer save array through MPIDR hashingLorenzo Pieralisi2013-06-205-20/+118
| | | * | | ARM: kernel: build MPIDR hash function data structureLorenzo Pieralisi2013-06-202-0/+79
| | |/ / /
| | * | | Merge branch 'for-rmk/arch-timer-cleanups' of git://linux-arm.org/linux-mr in...Russell King2013-06-1810-43/+22Star
| | |\ \ \
| | | * | | ARM: arch_timer: stop virtual timer when booted in HYP modeMarc Zyngier2013-06-071-0/+5
| | | * | | arm: fix up ARM_ARCH_TIMER selectsMark Rutland2013-06-074-5/+5
| | | * | | clocksource: arch_timer: use virtual countersMark Rutland2013-06-074-38/+6Star
| | | * | | ARM: KVM: arch_timers: zero CNTVOFF upon return to hostMark Rutland2013-06-071-0/+4
| | | * | | ARM: hyp: initialize CNTVOFF to zeroMarc Zyngier2013-06-071-0/+2
| | * | | | Merge branch 'for-rmk/lpae' of git://git.kernel.org/pub/scm/linux/kernel/git/...Russell King2013-06-1813-96/+139
| | |\ \ \ \
| | | * | | | ARM: elf: add new hwcap for identifying atomic ldrd/strd instructionsWill Deacon2013-05-302-2/+8
| | | * | | | ARM: lpae: fix definition of PTE_HWTABLE_PTRSWill Deacon2013-05-301-1/+1
| | | * | | | ARM: mm: clean up membank size limit checksCyril Chemparathy2013-05-301-8/+11
| | | * | | | ARM: mm: cleanup checks for membank overlap with vmalloc areaCyril Chemparathy2013-05-301-18/+1Star
| | | * | | | ARM: fix type of PHYS_PFN_OFFSET to unsigned longCyril Chemparathy2013-05-301-1/+1
| | | * | | | ARM: mm: use physical addresses in highmem sanity checksCyril Chemparathy2013-05-301-12/+10Star
| | | * | | | ARM: LPAE: accomodate >32-bit addresses for page table baseCyril Chemparathy2013-05-304-8/+37
| | | * | | | ARM: LPAE: factor out T1SZ and TTBR1 computationsCyril Chemparathy2013-05-302-21/+28
| | | * | | | ARM: LPAE: use 64-bit accessors for TTBR registersCyril Chemparathy2013-05-302-12/+19
| | | * | | | ARM: LPAE: use phys_addr_t in switch_mm()Cyril Chemparathy2013-05-302-6/+14
| | | * | | | ARM: LPAE: use phys_addr_t for initrd locationVitaly Andrianov2013-05-301-6/+7
| | | * | | | ARM: LPAE: use phys_addr_t in free_memmap()Vitaly Andrianov2013-05-301-3/+3
| | | * | | | ARM: LPAE: use phys_addr_t in alloc_init_pud()Vitaly Andrianov2013-05-301-1/+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-18490-2736/+5048
| | |\ \ \ \
| | | * | | | ARM: mm: Transparent huge page support for LPAE systems.Catalin Marinas2013-06-047-1/+78