summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | of/flattree: Add Kconfig for EARLY_FLATTREEStephen Neuendorffer2010-12-293-3/+3
| * | | | | | powerpc/pcm{030,032}: add pagesize to dtsWolfram Sang2010-12-242-1/+3
| * | | | | | of/address: use proper endianess in get_flagsSebastian Andrzej Siewior2010-12-231-1/+1
| * | | | | | microblaze/of: Use generic rule to build dtb'sDirk Brandewie2010-12-231-9/+3
| * | | | | | of/powerpc: Use generic rule to build dtb'sDirk Brandewie2010-12-231-5/+3
| * | | | | | Merge commit 'v2.6.37-rc7' into devicetree/nextGrant Likely2010-12-23409-4926/+8164
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | of/net: Move of_get_mac_address() to a common source file.David Daney2010-11-016-82/+2
* | | | | | | headers: kobject.h reduxAlexey Dobriyan2011-01-102-2/+0
* | | | | | | Merge branch 'stable/bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-01-101-0/+9
|\ \ \ \ \ \ \
| * | | | | | | xen: disable ACPI NUMA for PV guestsIan Campbell2011-01-101-0/+9
* | | | | | | | Merge branch 'stable/generic' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-01-104-21/+62
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | xen: HVM X2APIC supportSheng Yang2011-01-073-19/+50
| * | | | | | | apic: Move hypervisor detection of x2apic to hypervisor.hSheng Yang2011-01-072-2/+12
| |/ / / / / /
* | | | | | | 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
OpenPOWER on IntegriCloud