aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-01-0723-270/+64
|\
| * Merge branch 'spi' of git://git.linutronix.de/users/bigeasy/soda into spi/nextGrant Likely2010-12-2920-252/+17
| |\
| | * arm/pxa2xx: reorgazine SSP and SPI header filesSebastian Andrzej Siewior2010-12-0120-253/+17
| | * spi/pxa2xx: Use define for SSSR_TFL_MASK instead of plain numbersSebastian Andrzej Siewior2010-12-011-1/+2
| * | Merge branch 'for-grant' of git://arago-project.org/git/projects/linux-davinc...Grant Likely2010-12-293-18/+47
| |\ \
| | * | spi: davinci: add additional commentsBrian Niebuhr2010-11-181-0/+32
| | * | spi: davinci: remove non-useful "clk_internal" platform dataBrian Niebuhr2010-11-183-3/+0
| | * | spi: davinci: let DMA operation be specified on per-device basisBrian Niebuhr2010-11-181-0/+1
| | * | spi: davinci: do not allocate DMA channels during SPI device setupSekhar Nori2010-11-181-1/+0
| | * | spi: davinci: always start transmit DMABrian Niebuhr2010-11-182-0/+2
| | * | spi: davinci: add support for interrupt modeBrian Niebuhr2010-11-181-0/+4
| | * | spi: davinci: remove non-useful interrupt mode supportBrian Niebuhr2010-11-183-4/+0
| | * | spi: davinci: add support for wait enable timeoutsBrian Niebuhr2010-11-181-0/+2
| | * | spi: davinci: make chip-slect specific parameters really chip-select specificBrian Niebuhr2010-11-183-11/+8
| | * | spi: davinci: remove 'wait_enable' platform data memberBrian Niebuhr2010-11-181-1/+0
| | * | spi: davinci: enable GPIO lines to be used as chip selectsBrian Niebuhr2010-11-181-0/+3
| | * | spi: davinci: enable both activation and deactivation of chip-selectsBrian Niebuhr2010-11-183-3/+0
* | | | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-01-0730-97/+250
|\ \ \ \
| * | | | x86: udelay: Use this_cpu_read to avoid address calculationChristoph Lameter2011-01-041-1/+1
| * | | | x86: Use this_cpu_inc_return for nmi counterTejun Heo2010-12-301-2/+1
| * | | | x86: Replace uses of current_cpu_data with this_cpu opsTejun Heo2010-12-3010-27/+26
| * | | | x86: Use this_cpu_ops to optimize codeTejun Heo2010-12-3016-62/+57
| * | | | Merge branch 'this_cpu_ops' into for-2.6.38Tejun Heo2010-12-182-37/+153
| |\ \ \ \
| | * | | | cpuops: Use cmpxchg for xchg to avoid lock semanticsChristoph Lameter2010-12-181-6/+15
| | * | | | x86: this_cpu_cmpxchg and this_cpu_xchg operationsChristoph Lameter2010-12-182-1/+109
| | * | | | percpu,x86: relocate this_cpu_add_return() and friendsTejun Heo2010-12-171-36/+35
| * | | | | Merge branch 'this_cpu_ops' into for-2.6.38Tejun Heo2010-12-1782-659/+1004
| |\ \ \ \ \ | | |/ / / /
| | * | | | x86: Support for this_cpu_add, sub, dec, inc_returnChristoph Lameter2010-12-171-0/+43
| * | | | | xen: Use this_cpu_opsChristoph Lameter2010-12-174-11/+11
| * | | | | kprobes: Use this_cpu_opsChristoph Lameter2010-12-171-7/+7
* | | | | | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-072-2/+3
|\ \ \ \ \ \
| * | | | | | sh: don't use flush_scheduled_work()Tejun Heo2010-12-241-1/+1
| * | | | | | arm/sharpsl: don't use flush_scheduled_work()Tejun Heo2010-12-241-1/+2
* | | | | | | Merge branch 'x86-apic-cleanups-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2011-01-079-228/+75
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'linus' into x86/apic-cleanupsIngo Molnar2011-01-07406-5089/+8360
| |\ \ \ \ \ \ \
| * | | | | | | | x86: apic: Cleanup and simplify setup_local_APIC()Tejun Heo2010-12-101-12/+9
| * | | | | | | | x86: Further simplify mp_irq info handlingFeng Tang2010-12-092-67/+8
| * | | | | | | | x86: Unify 3 similar ways of saving mp_irqs infoFeng Tang2010-12-095-110/+64
| * | | | | | | | x86, ioapic: Avoid writing io_apic id if already correctYinghai Lu2010-12-091-2/+5
| * | | | | | | | x86, x2apic: Don't map lapic addr for preenabled x2apic systemsYinghai Lu2010-12-091-3/+5
| * | | | | | | | x86, sfi: Use register_lapic_address()Yinghai Lu2010-12-091-12/+1
| * | | | | | | | x86, apic: Use register_lapic_address() in init_apic_mapping()Yinghai Lu2010-12-091-4/+1
| * | | | | | | | x86, apic: Remove early_init_lapic_mapping()Yinghai Lu2010-12-094-30/+4
| * | | | | | | | x86, apic: Unify identical register_lapic_address() functionsYinghai Lu2010-12-094-27/+16
| * | | | | | | | Merge branch 'x86/platform' into x86/apic-cleanupsThomas Gleixner2010-12-0922-15/+1328
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'x86/amd-nb' into x86/apic-cleanupsThomas Gleixner2010-12-091768-25702/+70804
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2011-01-0747-1276/+1357
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | [S390] prevent unneccesary loops_per_jiffy recalculationHeiko Carstens2011-01-051-1/+1
| * | | | | | | | | | | [S390] cpuinfo: use get_online_cpus() instead of preempt_disable()Heiko Carstens2011-01-051-4/+3
| * | | | | | | | | | | [S390] smp: remove cpu hotplug messagesHeiko Carstens2011-01-053-16/+0