summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* defconfig reductionSam Ravnborg2010-08-14197-207237/+1181
* archs: replace unifdef-y with header-ySam Ravnborg2010-08-1411-73/+65
* Merge branch 'for-linus/samsung-2635' of git://git.fluff.org/bjdooks/linuxLinus Torvalds2010-08-1411-65/+213
|\
| * Merge branch 'for-2636/s3c64xx' into for-linus/samsung-2635Ben Dooks2010-08-148-62/+208
| |\
| | * ARM: SMDK6410: Make virtual screen twice depth of realBen Dooks2010-08-141-0/+2
| | * ARM: S3C64XX: Update consistent DMA size to 8MiBBen Dooks2010-08-141-0/+2
| | * ARM: S3C64XX: Add audio support to SmartQMaurus Cuelenaere2010-08-141-0/+8
| | * ARM: S3C64XX: Framebuffer fix for SmartQ5Patrick Georgi2010-08-141-4/+4
| | * ARM: S3C64XX: Set wifi and iNAND as permanently connected SD devices on Smart...Maurus Cuelenaere2010-08-141-1/+1
| | * ARM: S3C64XX: Move SmartQ LCD control platform definition to shared fileMaurus Cuelenaere2010-08-143-58/+30
| | * ARM: mach-real6410: add sdhc device supportDarius Augulis2010-08-142-0/+6
| | * ARM: mach-real6410: add dm9000 ethernet support for mach-real6410Darius Augulis2010-08-141-0/+63
| | * ARM: S3C64XX: Support for Real6410Darius Augulis2010-08-143-0/+93
| * | DMAENGINE: correct PL080 register header fileLinus Walleij2010-08-142-2/+4
| * | ARM: SAMSUNG: Fix on build warning about dependency in KconfigKukjin Kim2010-08-141-1/+1
| |/
* | Merge branch 'for-linus/i2c-2636' of git://git.fluff.org/bjdooks/linuxLinus Torvalds2010-08-141-0/+9
|\ \
| * | i2c/nuc900: add i2c driver support for nuc900Wan ZongShun2010-08-111-0/+9
| |/
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2010-08-133-5/+11
|\ \
| * | [IA64] Add latest crop of syscallsTony Luck2010-08-132-1/+7
| * | [IA64] Fix 64-bit atomic routines to return "long"Tony Luck2010-08-131-4/+4
* | | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-08-134-12/+27
|\ \ \
| * | | x86, UV: Make kdump avoid stack dumps - fix !CONFIG_KEXEC breakageCliff Wickman2010-08-121-0/+5
| * | | x86, UV: Initialize BAU hub mapCliff Wickman2010-08-011-12/+14
| * | | x86, UV: Make kdump avoid stack dumpsCliff Wickman2010-07-213-0/+8
* | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2010-08-131-1/+1
|\ \ \ \
| * | | | [CPUFREQ] acpi-cpufreq: add missing __percpu markupNamhyung Kim2010-08-131-1/+1
| | |/ / | |/| |
* | | | Mark arguments to certain syscalls as being constDavid Howells2010-08-1337-68/+73
* | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2010-08-136-6/+37
|\ \ \ \
| * | | | [S390] appldata: fix dev_get_stats 64 bit conversionHeiko Carstens2010-08-131-1/+2
| * | | | [S390] wire up prlimit64 and fanotify* syscallsHeiko Carstens2010-08-133-1/+31
| * | | | [S390] sys_personality: follow u_long to unsigned int conversionHeiko Carstens2010-08-133-4/+4
| |/ / /
* | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-08-132-3/+7
|\ \ \ \
| * | | | Merge branch 'linus' into perf/urgentIngo Molnar2010-08-122319-174785/+116665
| |\| | |
| * | | | perf, x86: P4 PMU -- update nmi irq statistics and unmask lvt entry properlyCyrill Gorcunov2010-08-081-3/+6
| * | | | oprofile: add support for Intel processor model 30Josh Hunt2010-08-051-0/+1
* | | | | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-08-132-299/+608
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | x86, UV: Initialize BAU MMRs only on hubs with cpusCliff Wickman2010-07-171-6/+10
| * | | | x86, UV: Modularize BAU send and waitCliff Wickman2010-06-082-39/+44
| * | | | x86, UV: BAU broadcast to the local hubCliff Wickman2010-06-082-85/+58
| * | | | x86, UV: Correct BAU regular message typeCliff Wickman2010-06-081-14/+1
| * | | | x86, UV: Remove BAU check for stay-busyCliff Wickman2010-06-082-24/+0
| * | | | x86, UV: Correct BAU discovery of hubs and socketsCliff Wickman2010-06-081-18/+31
| * | | | x86, UV: Correct BAU software acknowledgeCliff Wickman2010-06-081-9/+8
| * | | | x86, UV: BAU structure rearrangingCliff Wickman2010-06-082-51/+51
| * | | | x86, UV: Shorten access to BAU statistics structureCliff Wickman2010-06-082-8/+9
| * | | | x86, UV: Disable BAU on network congestionCliff Wickman2010-06-082-3/+77
| * | | | x86, UV: BAU tunables into a debugfs fileCliff Wickman2010-06-082-56/+278
| * | | | x86, UV: Calculate BAU destination timeoutCliff Wickman2010-06-082-4/+59
* | | | | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2010-08-134-109/+154
|\ \ \ \ \
| * | | | | x86, asm: Use a lower case name for the end macro in atomic64_386_32.SLuca Barbieri2010-08-121-18/+20