summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflagsLinus Torvalds2010-10-211-61/+84
|\
| * Fix IRQ flag handling namingDavid Howells2010-10-071-61/+84
* | Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-10-215-25/+8
|\ \
| * \ Merge branch 'for-spi' of git://git.kernel.org/pub/scm/linux/kernel/git/vapie...Grant Likely2010-10-1819-24/+75
| |\ \
| * \ \ Merge commit 'v2.6.36-rc7' into spi/nextGrant Likely2010-10-123-4/+7
| |\ \ \ | | | |/ | | |/|
| * | | spi/pl022: Add spi->mode support to AMBA SPI driverKevin Wells2010-10-124-25/+5
| * | | spi/s3c64xx: Consider the clk_from_cmu flagJassi Brar2010-09-291-0/+3
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-10-214-16/+10
|\ \ \ \
| * \ \ \ Merge branch 'linus' into irq/coreIngo Molnar2010-10-2022-28/+82
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | arm: Use ARCH_IRQ_INIT_FLAGSThomas Gleixner2010-10-162-8/+2
| * | | | genirq, ARM: Fix boot on ARM platformsAnand Gadiyar2010-10-161-1/+3
| * | | | pci: Convert msi to new irq_chip functionsThomas Gleixner2010-10-121-4/+4
| * | | | Merge branch 'x86/urgent' of into irq/sparseirqThomas Gleixner2010-10-1228-75/+220
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | genirq: Query arch for number of early descriptorsThomas Gleixner2010-10-121-4/+2
| * | | | genirq: Cleanup irq_chip->typename leftoversThomas Gleixner2010-09-231-3/+3
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-10-215-427/+113
|\ \ \ \ \
| * | | | | irq_work: Add generic hardirq context callbacksPeter Zijlstra2010-10-183-16/+5
| * | | | | Merge remote branch 'tip/perf/core' into oprofile/coreRobert Richter2010-10-1531-183/+314
| |\ \ \ \ \
| | * | | | | perf, ARM: Fix sysfs bits removal build failureIngo Molnar2010-10-141-1/+1
| | * | | | | Merge commit 'v2.6.36-rc7' into perf/coreIngo Molnar2010-10-0830-77/+222
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | * | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-10-051-2/+5
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge commit 'v2.6.36-rc5' into perf/coreIngo Molnar2010-09-2110-66/+109
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
| | * | | | | | perf events: Clean up pid passingMatt Helsley2010-09-151-1/+1
| | * | | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2010-09-1560-274/+615
| | |\ \ \ \ \ \
| | * | | | | | | perf: Remove the sysfs bitsPeter Zijlstra2010-09-091-8/+1
| | * | | | | | | perf: Rework the PMU methodsPeter Zijlstra2010-09-091-35/+61
| | * | | | | | | perf: Per PMU disablePeter Zijlstra2010-09-091-14/+14
| | * | | | | | | perf: Reduce perf_disable() usagePeter Zijlstra2010-09-091-0/+3
| | * | | | | | | perf: Register PMU implementationsPeter Zijlstra2010-09-091-12/+26
| | * | | | | | | perf: Deconstify struct pmuPeter Zijlstra2010-09-091-1/+1
| | * | | | | | | Merge branch 'linus' into perf/coreIngo Molnar2010-08-2513-16/+40
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2010-08-19969-17762/+44860
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | perf: Factorize callchain context handlingFrederic Weisbecker2010-08-191-2/+0
| | * | | | | | | | | perf: Generalize some arch callchain codeFrederic Weisbecker2010-08-191-39/+4
| | * | | | | | | | | perf: Generalize callchain_store()Frederic Weisbecker2010-08-191-11/+4
| | * | | | | | | | | perf: Drop unappropriate tests on arch callchainsFrederic Weisbecker2010-08-191-6/+0
| * | | | | | | | | | Merge branch 'oprofile/urgent' (early part) into oprofile/perfRobert Richter2010-10-1146-256/+569
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | |
| * | | | | | | | | | oprofile: Abstract the perf-events backendMatt Fleming2010-10-112-319/+4
| * | | | | | | | | | ARM: oprofile: Move non-ARM code into separate init/exitMatt Fleming2010-10-111-3/+14
| * | | | | | | | | | ARM: oprofile: Rename op_arm to oprofile_perfMatt Fleming2010-10-111-34/+34
| * | | | | | | | | | oprofile: Make op_name_from_perf_id() globalMatt Fleming2010-10-111-2/+4
| * | | | | | | | | | perf: Add helper function to return number of countersMatt Fleming2010-10-112-13/+24
| * | | | | | | | | | oprofile, arm: initialize perf_event pointers with NULLRobert Richter2010-08-311-0/+2
| * | | | | | | | | | ARM: oprofile: fix and simplify init/exit functionsWill Deacon2010-08-311-22/+25
* | | | | | | | | | | Merge branch 'linus' into core/lockingIngo Molnar2010-10-1820-26/+80
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-10-1311-17/+44
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | ARM: relax ioremap prohibition (309caa9) for -final and -stableRussell King2010-10-131-2/+6
| | * | | | | | | | | | Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6Russell King2010-10-122-1/+2
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | cpuimx27: fix i2c bus selectionEric Bénard2010-10-081-1/+1
| | | * | | | | | | | | | cpuimx27: fix compile when ULPI is selectedEric Bénard2010-10-081-0/+1
OpenPOWER on IntegriCloud