| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 2012-12-12 | 84 | -970/+1548 |
|\ |
|
| * | Merge branch 'devel-stable' into for-linus | Russell King | 2012-12-11 | 34 | -723/+981 |
| |\ |
|
| | * | ARM: 7587/1: implement optimized percpu variable access | Rob Herring | 2012-12-03 | 4 | -2/+54 |
| | * | ARM: 7582/2: rename kvm_seq to vmalloc_seq so to avoid confusion with KVM | Nicolas Pitre | 2012-11-26 | 4 | -14/+14 |
| | * | ARM: 7585/1: kernel: fix nr_cpu_ids check in DT logical map init | Lorenzo Pieralisi | 2012-11-23 | 1 | -3/+7 |
| | * | ARM: 7584/1: perf: fix link error when CONFIG_HW_PERF_EVENTS is not selected | Marc Zyngier | 2012-11-23 | 1 | -0/+2 |
| | * | Merge branch 'bl-cpuinfo' of git://linux-arm.org/linux-2.6-lp into devel-stable | Russell King | 2012-11-20 | 3 | -35/+37 |
| | |\ |
|
| | | * | ARM: kernel: update cpuinfo to print all online CPUs features | Lorenzo Pieralisi | 2012-11-19 | 1 | -35/+35 |
| | | * | ARM: kernel: add MIDR to per-CPU information data | Lorenzo Pieralisi | 2012-11-19 | 2 | -0/+2 |
| | * | | Merge branch 'cluster-boot-protocol' of git://linux-arm.org/linux-2.6-lp into... | Russell King | 2012-11-20 | 8 | -48/+256 |
| | |\ \ |
|
| | | * | | ARM: gic: use a private mapping for CPU target interfaces | Nicolas Pitre | 2012-11-19 | 1 | -9/+36 |
| | | * | | ARM: kernel: add logical mappings look-up | Lorenzo Pieralisi | 2012-11-19 | 1 | -0/+17 |
| | | * | | ARM: kernel: add cpu logical map DT init in setup_arch | Lorenzo Pieralisi | 2012-11-19 | 1 | -0/+1 |
| | | * | | ARM: kernel: add device tree init map function | Lorenzo Pieralisi | 2012-11-19 | 3 | -0/+179 |
| | | * | | ARM: kernel: smp_setup_processor_id() updates | Lorenzo Pieralisi | 2012-11-19 | 1 | -3/+4 |
| | | * | | ARM: kernel: update topology to use new MPIDR macros | Lorenzo Pieralisi | 2012-11-19 | 1 | -10/+5 |
| | | * | | ARM: kernel: enhance MPIDR macro definitions | Lorenzo Pieralisi | 2012-11-19 | 2 | -26/+14 |
| | | |/ |
|
| | * | | Merge branch 'asid-allocation' of git://git.kernel.org/pub/scm/linux/kernel/g... | Russell King | 2012-11-19 | 3 | -185/+115 |
| | |\ \ |
|
| | | * | | ARM: mm: use bitmap operations when allocating new ASIDs | Will Deacon | 2012-11-05 | 1 | -19/+35 |
| | | * | | ARM: mm: avoid taking ASID spinlock on fastpath | Will Deacon | 2012-11-05 | 1 | -8/+15 |
| | | * | | ARM: mm: remove IPI broadcasting on ASID rollover | Will Deacon | 2012-11-05 | 3 | -186/+93 |
| | * | | | Merge branch 'for-rmk/prot-none' of git://git.kernel.org/pub/scm/linux/kernel... | Russell King | 2012-11-19 | 7 | -12/+25 |
| | |\ \ \ |
|
| | | * | | | ARM: mm: introduce present, faulting entries for PAGE_NONE | Will Deacon | 2012-11-09 | 6 | -3/+16 |
| | | * | | | ARM: mm: introduce L_PTE_VALID for page table entries | Will Deacon | 2012-11-09 | 5 | -6/+6 |
| | | * | | | ARM: mm: don't use the access flag permissions mechanism for classic MMU | Will Deacon | 2012-11-09 | 1 | -2/+2 |
| | | * | | | ARM: mm: use pteval_t to represent page protection values | Will Deacon | 2012-11-09 | 1 | -1/+1 |
| | | |/ / |
|
| | * | | | Merge branch 'hw-breakpoint' of git://git.kernel.org/pub/scm/linux/kernel/git... | Russell King | 2012-11-19 | 3 | -91/+91 |
| | |\ \ \ |
|
| | | * | | | ARM: cti: fix manipulation of debug lock registers | Will Deacon | 2012-11-15 | 1 | -18/+2 |
| | | * | | | ARM: hw_breakpoint: kill WARN_ONCE usage | Will Deacon | 2012-11-09 | 1 | -5/+10 |
| | | * | | | ARM: hw_breakpoint: use CRn as argument for debug reg accessor macros | Dietmar Eggemann | 2012-11-09 | 2 | -24/+24 |
| | | * | | | ARM: hw_breakpoint: check if monitor mode is enabled during validation | Will Deacon | 2012-11-09 | 1 | -13/+15 |
| | | * | | | ARM: hw_breakpoint: make boot quieter without CPUID feature registers | Will Deacon | 2012-11-09 | 1 | -2/+2 |
| | | * | | | ARM: hw_breakpoint: don't try to clear v6 debug registers during boot | Will Deacon | 2012-11-09 | 1 | -3/+3 |
| | | * | | | ARM: hw_breakpoint: fix ordering of debug register reset sequence | Will Deacon | 2012-11-09 | 1 | -10/+26 |
| | | * | | | ARM: hw_breakpoint: fix monitor mode detection with v7.1 | Will Deacon | 2012-11-09 | 1 | -20/+5 |
| | | * | | | ARM: hw_breakpoint: only clear OS lock when implemented on v7 | Will Deacon | 2012-11-09 | 1 | -6/+14 |
| | | |/ / |
|
| | * | | | Merge branch 'perf/updates' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Russell King | 2012-11-19 | 8 | -338/+385 |
| | |\ \ \ |
|
| | | * | | | ARM: PMU: fix runtime PM enable | Jon Hunter | 2012-11-09 | 2 | -2/+1 |
| | | * | | | ARM: perf: consistently use arm_pmu->name for PMU name | Will Deacon | 2012-11-09 | 3 | -5/+5 |
| | | * | | | ARM: perf: return NOTIFY_DONE from cpu notifier when no available PMU | Will Deacon | 2012-11-09 | 1 | -0/+2 |
| | | * | | | ARM: perf: register cpu_notifier at driver init | Mark Rutland | 2012-11-09 | 1 | -2/+11 |
| | | * | | | ARM: perf: check ARMv7 counter validity on a per-pmu basis | Sudeep KarkadaNagesha | 2012-11-09 | 1 | -64/+30 |
| | | * | | | ARM: perf: consistently use struct perf_event in arm_pmu functions | Sudeep KarkadaNagesha | 2012-11-09 | 6 | -121/+142 |
| | | * | | | ARM: perf: allocate CPU PMU dynamically at probe time | Sudeep KarkadaNagesha | 2012-11-09 | 4 | -144/+153 |
| | | * | | | ARM: perf: add guest vs host discrimination | Marc Zyngier | 2012-11-09 | 2 | -0/+41 |
| | | |/ / |
|
| | | | | | |
| | \ \ \ | |
| | \ \ \ | |
| | \ \ \ | |
| | \ \ \ | |
| | \ \ \ | |
| | \ \ \ | |
| | \ \ \ | |
| | \ \ \ | |
| | \ \ \ | |
| *---------. \ \ \ | Merge branches 'cache-l2x0', 'fixes', 'hdrs', 'misc', 'mmci', 'vic' and 'warn... | Russell King | 2012-12-11 | 1701 | -16325/+22594 |
| |\ \ \ \ \ \ \ \ \ |
|
| | | | | | | * | | | | WATCHDOG: fix build PM warnings | Russell King | 2012-11-08 | 1 | -4/+2 |
| | | | | | | | |/ /
| | | | | | | |/| | |
|
| | | | | | * | | | | ARM: vic: fix build warning caused by previous commit | Russell King | 2012-11-08 | 1 | -1/+0 |
| | | | | | * | | | | ARM: 7554/1: VIC: use irq_domain_add_simple() | Linus Walleij | 2012-10-18 | 2 | -13/+7 |
| | | | | * | | | | | ARM: 7596/1: mmci: replace readsl/writesl with ioread32_rep/iowrite32_rep | Davide Ciminaghi | 2012-12-11 | 1 | -4/+4 |