aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-21Merge tag 'arm64-stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64Linus Torvalds1-1/+9
2013-08-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-8/+27
2013-08-20arm64: perf: fix event validation for software group leadersWill Deacon1-0/+3
2013-08-20arm64: perf: fix array out of bounds access in armpmu_map_hw_event()Will Deacon1-1/+6
2013-08-16Fix TLB gather virtual address range invalidation corner casesLinus Torvalds1-2/+5
2013-08-09arm64: KVM: use 'int' instead of 'u32' for variable 'target' in kvm_host.h.Chen Gang1-1/+1
2013-08-09arm64: KVM: add missing dsb before invalidating Stage-2 TLBsMarc Zyngier1-0/+3
2013-08-09arm64: KVM: perform save/restore of PAR_EL1Marc Zyngier3-7/+23
2013-07-26arm64: Change kernel stack size to 16KFeng Kan2-3/+3
2013-07-23arm64: Fix definition of arm_pm_restart to match the declarationCatalin Marinas1-1/+1
2013-07-23arm64: virt: ensure visibility of __boot_cpu_modeMark Rutland1-0/+13
2013-07-19Merge tag 'arm64-stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64Linus Torvalds5-42/+31
2013-07-19arm64: use common reboot infrastructureMarc Zyngier2-2/+3
2013-07-19arm64: mm: don't treat user cache maintenance faults as writesWill Deacon1-26/+20
2013-07-19arm64: add '#ifdef CONFIG_COMPAT' for aarch32_break_handler()Chen Gang1-7/+0
2013-07-19arm64: Only enable local interrupts after the CPU is marked onlineCatalin Marinas1-7/+8
2013-07-14arm64: delete __cpuinit usage from all usersPaul Gortmaker4-10/+10
2013-07-10Merge tag 'kvm-3.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-0/+54
2013-07-10mm: remove free_area_cacheMichel Lespinasse1-2/+0
2013-07-06Merge tag 'xenarm-for-3.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/sstabellini/xenLinus Torvalds1-0/+1
2013-07-04arm64: KVM: Kconfig integrationMarc Zyngier3-0/+54
2013-07-04xen/arm and xen/arm64: implement HYPERVISOR_tmem_opStefano Stabellini1-0/+1
2013-07-03mm/microblaze: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-1/+1
2013-07-03mm/ARM64: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-45/+3
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-1/+1
2013-07-03mm/ARM64: kill poison_init_mem()Jiang Liu1-14/+3
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu1-2/+2
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu1-1/+1
2013-07-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64Linus Torvalds64-170/+5289
2013-07-03Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-10/+0
2013-07-02Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2013-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+0
2013-07-01Merge branch 'for-next/hugepages' of git://git.linaro.org/people/stevecapper/linux into upstream-hugepagesCatalin Marinas10-38/+322
2013-06-29Merge branch 'devel-stable' into for-nextRussell King1-10/+0
2013-06-29consolidate io_remap_pfn_range definitionsAl Viro1-7/+0
2013-06-20arm64: Add initial DTS for APM X-Gene Storm SOC and APM Mustang boardVinayak Kale3-0/+143
2013-06-20arm64: Add defines for APM ARMv8 implementationVinayak Kale1-0/+3
2013-06-20arm64: Enable APM X-Gene SOC family in the defconfigVinayak Kale1-0/+4
2013-06-20arm64: Add Kconfig option for APM X-Gene SOC familyVinayak Kale1-0/+7
2013-06-20perf: arm64: Record the user-mode PC in the call chain.Jed Davis1-0/+1
2013-06-19arm64/Makefile: provide vdso_install targetKyle McMartin1-0/+4
2013-06-14ARM64: mm: THP support.Steve Capper5-0/+70
2013-06-14ARM64: mm: Raise MAX_ORDER for 64KB pages and THP.Steve Capper1-0/+5
2013-06-14ARM64: mm: HugeTLB support.Steve Capper7-17/+220
2013-06-14ARM64: mm: Move PTE_PROT_NONE bit.Steve Capper1-12/+12
2013-06-14ARM64: mm: Make PAGE_NONE pages read only and no-execute.Steve Capper1-2/+2
2013-06-14ARM64: mm: Restore memblock limit when map_mem finished.Steve Capper1-6/+13
2013-06-12Merge branch 'kvm-arm64/kvm-for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into upstreamCatalin Marinas27-1/+4538
2013-06-12arm64: KVM: enable initialization of a 32bit vcpuMarc Zyngier4-2/+33
2013-06-12arm64: KVM: 32bit guest fault injectionMarc Zyngier1-1/+78