aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAge
...
| | * | | | | | | ARM: 7080/1: l2x0: make sure I&D are not locked down on initLinus Walleij2011-09-06
| | * | | | | | | ARM: 7081/1: mach-integrator: fix the clocksourceLinus Walleij2011-09-06
| | * | | | | | | ARM: 7067/1: mm: keep significant bits in pfn_validMark Rutland2011-09-04
| * | | | | | | | Fix pointer dereference before call to pcie_bus_configure_settingsShyam Iyer2011-09-09
| * | | | | | | | Merge branch 'perf-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tipLinus Torvalds2011-09-07
| |\ \ \ \ \ \ \ \
| | * | | | | | | | x86, perf: Check that current->mm is alive before getting user callchainAndrey Vagin2011-08-31
| | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | Merge branch 'stable/bug.fixes' of git://oss.oracle.com/git/kwilk/xenLinus Torvalds2011-09-07
| |\ \ \ \ \ \ \ \
| | * | | | | | | | xen/smp: Warn user why they keel over - nosmp or noapic and what to use instead.Konrad Rzeszutek Wilk2011-09-01
| | * | | | | | | | xen: x86_32: do not enable iterrupts when returning from exception in interru...Igor Mammedov2011-09-01
| | * | | | | | | | xen: use maximum reservation to limit amount of usable RAMDavid Vrabel2011-09-01
| * | | | | | | | | Merge branch 'kvm-updates/3.1' of git://github.com/avikivity/kvmLinus Torvalds2011-09-07
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | |
| | * | | | | | | | KVM: Fix instruction size issue in pvclock scalingDuncan Sands2011-08-30
| * | | | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2011-08-31
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| | * | | | | | | | powerpc/p1023rds: Fix the error of bank-width of nor flashChunhe Lan2011-08-30
| | * | | | | | | | powerpc/85xx: enable caam crypto driver by defaultKim Phillips2011-08-30
| | * | | | | | | | powerpc/85xx: enable the audio drivers in the defconfigsTimur Tabi2011-08-30
| | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2011-08-30
| |\ \ \ \ \ \ \ \
| | * | | | | | | | sparc64: Only Panther cheetah+ chips have POPC.David S. Miller2011-08-30
* | | | | | | | | | Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6-wd into devel-stableRussell King2011-09-16
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branches 'hwbreak', 'perf/updates' and 'perf/system-pmus' into for-rmkWill Deacon2011-08-31
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | ARM: perf: Remove unnecessary armpmu->enable()sMark Rutland2011-08-31
| | * | | | | | | | | | ARM: perf: move arm_pmu into <asm/pmu.h>Mark Rutland2011-08-31
| | * | | | | | | | | | ARM: perf: remove cpu-related misnomersMark Rutland2011-08-31
| | * | | | | | | | | | ARM: perf: remove event limit from pmu_hw_eventsMark Rutland2011-08-31
| | * | | | | | | | | | ARM: perf: add support for multiple PMUsMark Rutland2011-08-31
| | * | | | | | | | | | ARM: perf: refactor event mappingMark Rutland2011-08-31
| | * | | | | | | | | | ARM: perf: add type field to struct arm_pmuMark Rutland2011-08-31
| | * | | | | | | | | | ARM: perf: lock PMU registers per-CPUMark Rutland2011-08-31
| | * | | | | | | | | | ARM: perf: remove unnecessary armpmu->stopMark Rutland2011-08-31
| | * | | | | | | | | | ARM: perf: indirect access to cpu_hw_eventsMark Rutland2011-08-31
| | * | | | | | | | | | ARM: perf: move platform device to struct arm_pmuMark Rutland2011-08-31
| | * | | | | | | | | | ARM: perf: move active_events into struct arm_pmuMark Rutland2011-08-31
| | * | | | | | | | | | ARM: perf: remove active_maskMark Rutland2011-08-31
| | * | | | | | | | | | ARM: perf: clean up event group validationMark Rutland2011-08-31
| | * | | | | | | | | | ARM: perf: only register a CPU PMU when presentMark Rutland2011-08-31
| | * | | | | | | | | | ARM: perf: add mode exclusion for Cortex-A15 PMUWill Deacon2011-08-31
| | * | | | | | | | | | ARM: perf: allow armpmu to implement mode exclusionWill Deacon2011-08-31
| | * | | | | | | | | | ARM: perf: index PMU registers from zeroWill Deacon2011-08-31
| | * | | | | | | | | | ARM: perf: index Xscale and ARMv6 event counters starting from zeroWill Deacon2011-08-31
| | * | | | | | | | | | ARM: perf: index ARMv7 event counters starting from zeroWill Deacon2011-08-31
| | * | | | | | | | | | ARM: perf: use integers for ARMv7 event indicesWill Deacon2011-08-31
| | * | | | | | | | | | ARM: perf: use u32 instead of unsigned long for PMNC registerWill Deacon2011-08-31
| | * | | | | | | | | | ARM: perf: use cpumask_t to record active IRQsWill Deacon2011-08-31
| | * | | | | | | | | | ARM: PMU: move CPU PMU platform device handling and init into perfWill Deacon2011-08-31
| | * | | | | | | | | | ARM: perf: de-const struct arm_pmuMark Rutland2011-08-31
| | |/ / / / / / / / /
| * | | | | | | | | | ARM: hw_breakpoint: reduce the number of WARN_ONCE invocationsWill Deacon2011-08-31
| * | | | | | | | | | ARM: hw_breakpoint: trap undef instruction exceptions in reset_ctrl_regsWill Deacon2011-08-31
| * | | | | | | | | | ARM: hw_breakpoint: add support for multiple watchpointsWill Deacon2011-08-31
| * | | | | | | | | | ARM: hw_breakpoint: reserve one breakpoint for watchpoint steppingWill Deacon2011-08-31
| * | | | | | | | | | ARM: hw_breakpoint: add initial Cortex-A15 (debug v7.1) supportWill Deacon2011-08-31
| |/ / / / / / / / /