aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into perfcounters/coreIngo Molnar2009-04-0721-66/+526
|\
| * Merge git://git.infradead.org/mtd-2.6Linus Torvalds2009-04-0615-6/+359
| |\
| | * powerpc/85xx: TQM8548: Update DTS file for multi-chip supportWolfgang Grandegger2009-04-062-4/+10
| | * [MTD] [NAND] FSL-UPM: add multi chip supportWolfgang Grandegger2009-04-061-1/+1
| | * [MTD] Fix a bad dependency in the Blackfin codeBernd Schmidt2009-03-241-1/+1
| | * [MTD] [NAND] pxa3xx_nand: add ability to keep controller settings defined by ...Mike Rapoport2009-03-201-0/+3
| | * [MTD] RBTX4939: add MTD supportAtsushi Nemoto2009-03-202-0/+166
| | * [MTD] [NAND] TXx9: add NDFMC supportAtsushi Nemoto2009-03-208-0/+98
| | * [MTD] [NAND] davinci_nand driverDavid Brownell2009-03-201-0/+80
| * | FRV: Fix compile breakageAdrian Bunk2009-04-061-1/+0
| * | Merge git://git.infradead.org/iommu-2.6Linus Torvalds2009-04-065-59/+167
| |\ \
| | * | x2apic/intr-remap: decouple interrupt remapping from x2apicHan, Weidong2009-04-043-8/+26
| | * | Intel IOMMU Suspend/Resume Support - Interrupt RemappingFenghua Yu2009-04-034-53/+143
* | | | x86, perfcounters: add atomic64_xchg()Ingo Molnar2009-04-071-3/+21
* | | | perf_counter: theres more to overflow than writing eventsPeter Zijlstra2009-04-072-2/+3
* | | | perf_counter: x86: self-IPI for pending workPeter Zijlstra2009-04-0710-1/+33
* | | | perf_counter: add more context informationPeter Zijlstra2009-04-061-0/+9
* | | | perf_counter: pmc arbitrationPeter Zijlstra2009-04-061-0/+75
* | | | perf_counter: x86: callchain supportPeter Zijlstra2009-04-061-0/+154
* | | | perf_counter: x86: proper error propagation for the x86 hw_perf_counter_init()Peter Zijlstra2009-04-061-1/+1
* | | | perf_counter: make it possible for hw_perf_counter_init to return error codesPaul Mackerras2009-04-061-7/+7
* | | | perf_counter: powerpc: only reserve PMU hardware when we need itPaul Mackerras2009-04-061-5/+42
* | | | perf_counter: unify and fix delayed counter wakeupPeter Zijlstra2009-04-067-63/+9
* | | | perf_counter: record time running and time enabled for each counterPaul Mackerras2009-04-061-0/+2
* | | | perf_counter: new output ABI - part 1Peter Zijlstra2009-04-061-6/+3
* | | | perf_counter: add an mmap method to allow userspace to read hardware countersPaul Mackerras2009-04-061-0/+6
* | | | perf_counter: remove the event config bitfieldsPeter Zijlstra2009-04-062-7/+7
* | | | perf_counter: fix type/event_id layout on big-endian systemsPaul Mackerras2009-04-061-4/+5
* | | | perf_counter: powerpc: clean up perc_counter_interruptPaul Mackerras2009-04-061-12/+7
* | | | perf_counter: unify irq output codePeter Zijlstra2009-04-062-101/+3
* | | | perf_counter: revamp syscall input ABIPeter Zijlstra2009-04-062-7/+7
* | | | perf_counter: abstract wakeup flag setting in core to fix powerpc buildPaul Mackerras2009-04-064-13/+18
* | | | perf_counter: fix crash on perfmon v1 systemsIngo Molnar2009-04-061-5/+11
* | | | perf_counter: provide major/minor page fault software eventsPeter Zijlstra2009-04-062-3/+9
* | | | perf_counter: provide pagefault software eventsPeter Zijlstra2009-04-062-0/+6
* | | | perf_counter: x86: use ULL postfix for 64bit constantsPeter Zijlstra2009-04-061-6/+6
* | | | perf_counter: add comment to barrierPeter Zijlstra2009-04-061-0/+4
* | | | perf_counter: x86: fix 32-bit irq_period assumptionPeter Zijlstra2009-04-061-1/+1
* | | | Merge branch 'linus' into perfcounters/core-v2Ingo Molnar2009-04-062218-39919/+110333
|\ \ \ \ | |/ / /
| * | | Merge branch 'for-next' of git://git.o-hand.com/linux-mfdLinus Torvalds2009-04-051-1/+0
| |\ \ \
| | * | | pxa/magician: remove deprecated .bus_shift from PASIC3 platform_dataPhilipp Zabel2009-04-051-1/+0
| * | | | Merge branch 'for-linus' of git://repo.or.cz/cris-mirrorLinus Torvalds2009-04-057-14/+13
| |\ \ \ \
| | * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Jesper Nilsson2009-04-023-7/+7
| | |\ \ \ \
| | | * | | | cpumask: use mm_cpumask() wrapper: crisRusty Russell2009-03-162-4/+4
| | | * | | | cpumask: Use accessors code.: crisRusty Russell2009-03-161-2/+2
| | | * | | | cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: crisRusty Russell2009-03-161-1/+1
| | * | | | | CRISv32: Remove extraneous space between -I and the path.Jesper Nilsson2009-04-021-3/+3
| | * | | | | cris: convert obsolete hw_interrupt_type to struct irq_chipThomas Gleixner2009-04-022-2/+2
| | * | | | | BUG to BUG_ON changesStoyan Gaydarov2009-04-021-2/+1
| * | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2009-04-054-8/+105
| |\ \ \ \ \ \