summaryrefslogtreecommitdiffstats
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2013-12-28arm64: KVM: Support X-Gene guest VCPU on APM X-Gene hostAnup Patel3-14/+24
2013-12-28arm64: KVM: Add Kconfig option for max VCPUs per-GuestAnup Patel2-1/+17
2013-12-21ARM/KVM: save and restore generic timer registersAndre Przywara1-0/+18
2013-12-20Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-20/+18
2013-12-20Merge tag 'stable/for-linus-3.13-rc4-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-4/+0
2013-12-20arm64: dts: Reduce size of virtio block device for foundation modelMark Brown1-1/+1
2013-12-20arm64: Remove unused __data_loc variableGeoff Levand2-12/+0
2013-12-19Merge tag 'arm64-suspend' of git://linux-arm.org/linux-2.6-lp into upstreamCatalin Marinas17-70/+737
2013-12-19arm64: Enable CMALaura Abbott4-2/+56
2013-12-19arm64: Warn on NULL device structure for dma APIsLaura Abbott1-0/+10
2013-12-19arm64: Add hwcaps for crypto and CRC32 extensions.Steve Capper2-1/+42
2013-12-19arm64: drop redundant macros from read_cpuid()Ard Biesheuvel1-14/+4
2013-12-19arm64: Remove outdated commentLiviu Dudau1-5/+0
2013-12-19arm64: cmpxchg: update macros to prevent warningsMark Hambleton1-11/+17
2013-12-19arm64: support single-step and breakpoint handler hooksSandeepa Prabhu3-1/+110
2013-12-19ARM64: fix framepointer check in unwind_frameKonstantin Khlebnikov1-1/+1
2013-12-19ARM64: check stack pointer in get_wchanKonstantin Khlebnikov1-2/+5
2013-12-19arm64: kconfig: select HAVE_EFFICIENT_UNALIGNED_ACCESSWill Deacon1-0/+1
2013-12-19arm64: dcache: select DCACHE_WORD_ACCESS for little-endian CPUsWill Deacon2-0/+41
2013-12-19arm64: futex: ensure .fixup entries are sufficiently alignedWill Deacon1-0/+1
2013-12-19arm64: use generic strnlen_user and strncpy_from_user functionsWill Deacon7-127/+64
2013-12-19arm64: percpu: implement optimised pcpu access using tpidr_el1Will Deacon4-3/+55
2013-12-19arm64: perf: add support for percpu pmu interruptVinayak Kale1-30/+78
2013-12-19arm64: vmlinux.lds.S: drop redundant .commentMark Rutland1-1/+0
2013-12-19arm64: dts: Add a virtio disk to the RTSM motherboardMark Hambleton1-0/+6
2013-12-19arm64: Correct virt_addr_validLaura Abbott1-2/+1
2013-12-19arm64: ptrace: avoid using HW_BREAKPOINT_EMPTY for disabled eventsWill Deacon1-20/+18
2013-12-19treewide: Fix typos in printkMasanari Iida1-1/+1
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-6/+6
2013-12-17lib: Add missing arch generic-y entries for asm-generic/hash.hDavid S. Miller1-0/+1
2013-12-16arm64: add CPU power management menu/entriesLorenzo Pieralisi1-0/+6
2013-12-16arm64: kernel: add PM build infrastructureLorenzo Pieralisi2-0/+14
2013-12-16arm64: kernel: add CPU idle callLorenzo Pieralisi1-2/+5
2013-12-16arm64: enable generic clockevent broadcastLorenzo Pieralisi3-1/+20
2013-12-16arm64: kernel: implement HW breakpoints CPU PM notifierLorenzo Pieralisi1-13/+66
2013-12-16arm64: kernel: refactor code to install/uninstall breakpointsLorenzo Pieralisi1-54/+88
2013-12-16arm64: kernel: implement fpsimd CPU PM notifierLorenzo Pieralisi1-0/+36
2013-12-16arm64: kernel: cpu_{suspend/resume} implementationLorenzo Pieralisi5-0/+319
2013-12-16arm64: kernel: suspend/resume registers save/restoreLorenzo Pieralisi3-0/+90
2013-12-16arm64: kernel: build MPIDR_EL1 hash function data structureLorenzo Pieralisi2-0/+83
2013-12-16arm64: kernel: add MPIDR_EL1 accessors macrosLorenzo Pieralisi1-0/+10
2013-12-11arm/arm64: kvm: Use virt_to_idmap instead of virt_to_phys for idmap mappingsSantosh Shilimkar1-0/+1
2013-12-11xen/arm64: do not call the swiotlb functions twiceStefano Stabellini1-4/+0
2013-12-06arm64: mm: Fix PMD_SECT_PROT_NONE definitionSteve Capper1-1/+1
2013-12-06arm64: Fix memory shareability attribute for ioremap_wc/cacheCatalin Marinas1-1/+1
2013-12-06arm64: kernel: add code to set cpu boot mode to secondary_entry shimLorenzo Pieralisi1-1/+2
2013-12-06arm64: make default NR_CPUS 8Rob Herring1-2/+1
2013-12-06arm64: ensure completion of TLB invalidatationMark Rutland1-1/+1
2013-11-29arm64: Move PTE_PROT_NONE higher upCatalin Marinas1-14/+17
2013-11-29arm64: Use Normal NonCacheable memory for writecombineCatalin Marinas1-1/+1