summaryrefslogtreecommitdiff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* sparc64: Fix race in signal instruction flushing.David S. Miller2010-09-201-42/+60
* sparc64: Support RAW perf events.David S. Miller2010-09-121-3/+11
* sparc: Kill all BKL usage.David S. Miller2010-09-083-6/+1
* sparc64: Get rid of indirect p1275 PROM call buffer.David S. Miller2010-08-237-297/+456
* sparc64: Fill a missing delay slot.Mikulas Patocka2010-08-191-0/+1
* sparc64: Make lock backoff really a NOP on UP builds.David S. Miller2010-08-183-17/+22
* sparc64: simple microoptimizations for atomic functionsMikulas Patocka2010-08-181-12/+8
* sparc64: Make rwsems 64-bit.David S. Miller2010-08-174-193/+104
* sparc64: Really fix atomic64_t interface types.David S. Miller2010-08-171-4/+4
* sparc64: Fix atomic64_t routine return values.David S. Miller2010-08-171-3/+3
* sparc64: Fix rwsem constant bug leading to hangs.David S. Miller2010-08-171-1/+1
* sparc: Hook up new fanotify and prlimit64 syscalls.David S. Miller2010-08-164-4/+19
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David S. Miller2010-08-161399-354605/+73191
|\
| * Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2010-08-151-2/+2
| |\
| | * Merge branch 'linus' into releaseLen Brown2010-08-152416-175615/+118178
| | |\
| | * | ACPI, APEI, Rename CPER and GHES severity constantsHuang Ying2010-08-081-2/+2
| * | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2010-08-156-0/+6
| |\ \ \
| | * | | MIPS: Fix gen_nand probe structures contentsMarek Vasut2010-08-121-0/+1
| | * | | BFIN: Fix gen_nand probe structures contentsMarek Vasut2010-08-122-0/+2
| | * | | ARM: Fix gen_nand probe structures contentsMarek Vasut2010-08-123-0/+3
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2010-08-1529-205/+213
| |\ \ \ \
| | * | | | arch/tile: don't validate CROSS_COMPILE needlesslyChris Metcalf2010-08-151-9/+11
| | * | | | arch/tile: export only COMMAND_LINE_SIZE to userspace.Chris Metcalf2010-08-151-2/+6
| | * | | | arch/tile: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGNChris Metcalf2010-08-151-3/+2
| | * | | | arch/tile: Rename the hweight() implementations to __arch_hweight()Chris Metcalf2010-08-131-4/+5
| | * | | | Merge branch 'master' into for-linusChris Metcalf2010-08-13378-5454/+15488
| | |\ \ \ \
| | * | | | | arch/tile: extend syscall ABI to set r1 on return as well.Chris Metcalf2010-08-131-2/+12
| | * | | | | arch/tile: Various cleanups.Chris Metcalf2010-08-1311-92/+40
| | * | | | | arch/tile: support backtracing on TILE-GxChris Metcalf2010-08-134-48/+105
| | * | | | | arch/tile: Fix a couple of issues with the COMPAT code for TILE-Gx.Chris Metcalf2010-08-133-4/+8
| | * | | | | arch/tile: Use separate, better minsec values for clocksource and sched_clock.Chris Metcalf2010-08-131-14/+19
| | * | | | | arch/tile: correct a bug in freeing bootmem by VA for the optional second ini...Chris Metcalf2010-08-131-2/+2
| | * | | | | arch: tile: mm: pgtable.c: Removed duplicated #includeAndrea Gelmini2010-08-131-1/+0
| | * | | | | arch: tile: kernel/proc.c Removed duplicated #includeAndrea Gelmini2010-08-131-1/+0
| | * | | | | arch/tile: support new kunmap_atomic() naming convention.Chris Metcalf2010-08-112-3/+3
| | * | | | | tile: remove unused ISA_DMA_THRESHOLD defineFUJITA Tomonori2010-08-111-21/+0
| * | | | | | 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