summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * | | | | | | | | | ARM: 7693/1: mm: clean-up in order to reduce to call kmap_high_get()Joonsoo Kim2013-04-172-13/+17
| | | | | * | | | | | | | | | ARM: 7691/1: mm: kill unused TLB_CAN_READ_FROM_L1_CACHE and use ALT_SMP insteadWill Deacon2013-04-035-7/+7
| | | | | * | | | | | | | | | ARM: 7688/1: add support for context tracking subsystemKevin Hilman2013-04-035-0/+34
| | | | | * | | | | | | | | | ARM: 7687/1: atomics: don't use exclusives for atomic64 read/set with LPAEWill Deacon2013-04-031-0/+24
| | | | | * | | | | | | | | | ARM: 7683/1: pci: add a align_resource hookThomas Petazzoni2013-04-032-0/+17
| | | | | * | | | | | | | | | ARM: 7676/1: fix a wrong value returned from CALLER_ADDRnKeun-O Park2013-03-191-2/+3
| | | | | * | | | | | | | | | ARM: 7672/1: uncompress debug support for multiplatform buildShawn Guo2013-03-154-0/+25
| | | | | * | | | | | | | | | ARM: 7671/1: use Kconfig to select uncompress.hShawn Guo2013-03-153-7/+9
| | | | * | | | | | | | | | | ARM: Update mach-typesRussell King2013-03-221-594/+397
| | | * | | | | | | | | | | | ARM: 7700/2: Make cpu_init() notraceJon Medhurst2013-04-261-1/+1
| | | * | | | | | | | | | | | ARM: 7703/1: Disable preemption in broadcast_tlb*_a15_erratum()Catalin Marinas2013-04-251-4/+5
| | * | | | | | | | | | | | | ARM: entry: move disable_irq_notrace into svc_exitRussell King2013-04-032-18/+6
| | * | | | | | | | | | | | | ARM: entry: move IRQ tracing exit into svc_exitRussell King2013-04-032-28/+31
| | * | | | | | | | | | | | | ARM: entry-common: get rid of unnecessary ifdefsRussell King2013-04-031-4/+1
| * | | | | | | | | | | | | | ARM: 7709/1: mcpm: Add explicit AFLAGS to support v6/v7 multiplatform kernelsDave Martin2013-05-021-0/+2
| * | | | | | | | | | | | | | Merge branch 'mcpm' of git://git.linaro.org/people/nico/linux into devel-stableRussell King2013-04-25646-2969/+8313
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | ARM: mcpm: provide an interface to set the SMP ops at run timeNicolas Pitre2013-04-242-1/+8
| | * | | | | | | | | | | | | | ARM: mcpm: generic SMP secondary bringup and hotplug supportNicolas Pitre2013-04-242-1/+88
| | * | | | | | | | | | | | | | ARM: mcpm_head.S: vlock-based first man electionDave Martin2013-04-243-6/+38
| | * | | | | | | | | | | | | | ARM: mcpm: Add baremetal voting mutexesDave Martin2013-04-243-0/+348
| | * | | | | | | | | | | | | | ARM: mcpm: introduce helpers for platform coherency exit/setupDave Martin2013-04-245-2/+828
| | * | | | | | | | | | | | | | ARM: mcpm: introduce the CPU/cluster power APINicolas Pitre2013-04-242-0/+183
| | * | | | | | | | | | | | | | ARM: multi-cluster PM: secondary kernel entry codeNicolas Pitre2013-04-245-0/+159
| | * | | | | | | | | | | | | | ARM: cacheflush: add synchronization helpers for mixed cache state accessesNicolas Pitre2013-04-241-0/+75
| * | | | | | | | | | | | | | | Merge branch 'kvm-arm-fixes' of git://github.com/columbia/linux-kvm-arm into ...Russell King2013-03-1519-387/+585
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | ARM: KVM: Fix length of mmio accessMarc Zyngier2013-03-061-3/+4
| | * | | | | | | | | | | | | | | ARM: KVM: sanitize freeing of HYP page tablesMarc Zyngier2013-03-061-18/+26
| | * | | | | | | | | | | | | | | ARM: KVM: move kvm_handle_wfi to handle_exit.cMarc Zyngier2013-03-063-17/+19
| | * | | | | | | | | | | | | | | ARM: KVM: change kvm_tlb_flush_vmid to kvm_tlb_flush_vmid_ipaMarc Zyngier2013-03-063-8/+11
| | * | | | | | | | | | | | | | | ARM: KVM: move include of asm/idmap.h to kvm_mmu.hMarc Zyngier2013-03-062-1/+1
| | * | | | | | | | | | | | | | | ARM: KVM: vgic: decouple alignment restriction from page sizeMarc Zyngier2013-03-061-1/+1
| | * | | | | | | | | | | | | | | ARM: KVM: fix fault_ipa computingMarc Zyngier2013-03-061-2/+7
| | * | | | | | | | | | | | | | | ARM: KVM: move kvm_target_cpu to guest.cMarc Zyngier2013-03-062-17/+17
| | * | | | | | | | | | | | | | | ARM: KVM: fix address validation for HYP mappingsMarc Zyngier2013-03-061-2/+7
| | * | | | | | | | | | | | | | | ARM: KVM: allow HYP mappings to be at an offset from kernel mappingsMarc Zyngier2013-03-062-16/+35
| | * | | | | | | | | | | | | | | ARM: KVM: use kvm_kernel_vfp_t as an abstract type for VFP containersMarc Zyngier2013-03-062-5/+7
| | * | | | | | | | | | | | | | | ARM: KVM: move hyp init to kvm_host.hMarc Zyngier2013-03-062-11/+20
| | * | | | | | | | | | | | | | | ARM: KVM: remove superfluous include from kvm_vgic.hMarc Zyngier2013-03-061-1/+0
| | * | | | | | | | | | | | | | | ARM: KVM: abstract most MMU operationsMarc Zyngier2013-03-062-46/+70
| | * | | | | | | | | | | | | | | KVM: ARM: Reintroduce trace_kvm_hvcChristoffer Dall2013-03-062-0/+10
| | * | | | | | | | | | | | | | | ARM: KVM: move exit handler selection to a separate fileMarc Zyngier2013-03-064-114/+144
| | * | | | | | | | | | | | | | | ARM: KVM: move kvm_condition_valid to emulate.cMarc Zyngier2013-03-063-45/+46
| | * | | | | | | | | | | | | | | ARM: KVM: abstract HSR_EC_IABT awayMarc Zyngier2013-03-062-5/+8
| | * | | | | | | | | | | | | | | ARM: KVM: abstract fault decoding awayMarc Zyngier2013-03-062-1/+6
| | * | | | | | | | | | | | | | | ARM: KVM: abstract exception class decoding awayMarc Zyngier2013-03-063-3/+8
| | * | | | | | | | | | | | | | | ARM: KVM: abstract IL decoding awayMarc Zyngier2013-03-064-4/+9
| | * | | | | | | | | | | | | | | ARM: KVM: abstract SAS decoding awayMarc Zyngier2013-03-062-14/+19
| | * | | | | | | | | | | | | | | ARM: KVM: abstract S1TW abort detection awayMarc Zyngier2013-03-063-1/+7
| | * | | | | | | | | | | | | | | ARM: KVM: abstract (and fix) external abort detection awayMarc Zyngier2013-03-063-1/+9
| | * | | | | | | | | | | | | | | ARM: KVM: abstract HSR_SRT_{MASK,SHIFT} awayMarc Zyngier2013-03-062-1/+6
OpenPOWER on IntegriCloud