aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAge
...
| | * | arm64/xen: implement ioremap_cached on arm64Stefano Stabellini2013-06-07
| | * | arm64/xen: introduce asm/xen header files on arm64Stefano Stabellini2013-06-07
| | * | arm/xen: define xen_remap as ioremap_cachedStefano Stabellini2013-06-04
| * | | arm64: debug: consolidate software breakpoint handlersWill Deacon2013-06-12
| * | | arm64: extable: sort the exception table at build timeWill Deacon2013-06-12
| * | | arm64: device: add iommu pointer to device archdataWill Deacon2013-06-11
| * | | arm64: pgtable: use pte_index instead of __pte_indexWill Deacon2013-06-11
| * | | arm64: kernel: compiling issue, need delete read_current_timer()Chen Gang2013-06-10
| * | | arm64: mm: don't bother invalidating the icache in switch_mmWill Deacon2013-06-07
| * | | arm64: spinlock: retry trylock operation if strex fails on free lockCatalin Marinas2013-06-07
| * | | arm64: Remove __flush_dcache_page()Catalin Marinas2013-06-07
| * | | arm64: Do not flush the D-cache for anonymous pagesCatalin Marinas2013-06-07
| * | | arm64: Avoid cache flushing in flush_dcache_page()Catalin Marinas2013-06-07
| * | | arm64: Provide default implementation for dma_{alloc,free}_attrsDamian Hobson-Garcia2013-06-07
| | |/ | |/|
* | | 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: 7775/1: mm: Remove do_sect_fault from LPAE codeSteven Capper2013-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
| | |\ \ \
| | | * | | ARM: arch_timer: stop virtual timer when booted in HYP modeMarc Zyngier2013-06-07
| | | * | | arm: fix up ARM_ARCH_TIMER selectsMark Rutland2013-06-07
| | | * | | clocksource: arch_timer: use virtual countersMark Rutland2013-06-07
| | | * | | ARM: KVM: arch_timers: zero CNTVOFF upon return to hostMark Rutland2013-06-07
| | | * | | ARM: hyp: initialize CNTVOFF to zeroMarc Zyngier2013-06-07
| | * | | | Merge branch 'for-rmk/lpae' of git://git.kernel.org/pub/scm/linux/kernel/git/...Russell King2013-06-18
| | |\ \ \ \
| | | * | | | ARM: elf: add new hwcap for identifying atomic ldrd/strd instructionsWill Deacon2013-05-30
| | | * | | | ARM: lpae: fix definition of PTE_HWTABLE_PTRSWill Deacon2013-05-30
| | | * | | | ARM: mm: clean up membank size limit checksCyril Chemparathy2013-05-30
| | | * | | | ARM: mm: cleanup checks for membank overlap with vmalloc areaCyril Chemparathy2013-05-30
| | | * | | | ARM: fix type of PHYS_PFN_OFFSET to unsigned longCyril Chemparathy2013-05-30
| | | * | | | ARM: mm: use physical addresses in highmem sanity checksCyril 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 phys_addr_t for initrd locationVitaly Andrianov2013-05-30
| | | * | | | ARM: LPAE: use phys_addr_t in free_memmap()Vitaly Andrianov2013-05-30
| | | * | | | ARM: LPAE: use phys_addr_t in alloc_init_pud()Vitaly Andrianov2013-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: Add support for flushing HugeTLB pages.Steve Capper2013-06-04
| | | * | | | ARM: mm: correct pte_same behaviour for LPAE.Steve Capper2013-06-04
| | | |/ / /
| | * | | | Merge branch 'ja-nommu-for-rmk-v2' of git://linux-arm.org/linux-ja into devel...Russell King2013-06-17
| | |\ \ \ \
| | | * | | | ARM: mpu: Ensure that MPU depends on CPU_V7Jonathan Austin2013-06-17
| | | * | | | ARM: mpu: protect the vectors page with an MPU regionJonathan Austin2013-06-17
| | | * | | | ARM: mpu: Allow enabling of the MPU via kconfigJonathan Austin2013-06-17
| | | * | | | ARM: mpu: add MPU initialisation for secondary coresJonathan Austin2013-06-07