summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* sh: Set CONFIG_SYSFS_DEPRECATED_V2=nMatt Fleming2010-09-1438-38/+0
* Merge branch 'sh/pci-express-integration'Paul Mundt2010-09-072-11/+85
|\
| * sh: Hook up 3rd memory window for all SH7786 PCIe channels.Paul Mundt2010-09-071-0/+3
| * sh: Properly wire up channel 2's I/O window on SH7786 PCIe.Paul Mundt2010-09-071-0/+1
| * sh: Ignore 32-bit windows in 29-bit mode for SH7786 PCIe.Paul Mundt2010-09-071-8/+16
| * sh: Establish a SuperHyway<->PCIe window mapping on SH7786 PCIe.Paul Mundt2010-09-071-1/+1
| * sh: Make SH7786 PCIe port reset logic more aggressive.Paul Mundt2010-09-071-1/+11
| * sh: Additional register definitions for SH7786 PCIe.Matt Fleming2010-09-071-2/+54
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2010-08-2059-102/+217
|\ \
| * \ Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2010-08-181-2/+0
| |\ \
| | * | [IA64] Fix build error: conflicting types for ‘sys_execve’Tony Luck2010-08-181-2/+0
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds2010-08-182-7/+16
| |\ \ \
| | * | | m68knommu: formatting of pointers in printk()Kulikov Vasiliy2010-08-181-5/+5
| | * | | m68knommu: arch/m68k/include/asm/ide.h fix for nommuJate Sujjavanich2010-08-181-2/+11
| * | | | Merge branch 'merge-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-183-3/+5
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | of: Fix missing includesGrant Likely2010-08-162-1/+3
| | * | | microblaze: Fix of: eliminate of_device->node and dev_archdata->{of,prom}_nodeMichal Simek2010-08-161-1/+1
| | * | | microblaze: Fix of/address: Merge all of the bus translation codeMichal Simek2010-08-161-1/+1
| | |/ /
| * | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-08-171-1/+1
| |\ \ \
| | * | | arm,kgdb: fix GDB_MAX_REGS no longer usedEric Miao2010-08-161-1/+1
| | * | | kgdb: add missing __percpu markup in arch/x86/kernel/kgdb.cNamhyung Kim2010-08-161-1/+1
| | |/ /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2010-08-177-8/+27
| |\ \ \
| | * | | 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
| | |\ \ \ | | | |/ /
| | * | | sparc: Really fix "console=" for serial consoles.David S. Miller2010-08-161-0/+4
| * | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-08-175-5/+19
| |\ \ \ \
| | * | | | ARM: Tighten check for allowable CPSR valuesRussell King2010-08-151-4/+13
| | * | | | ARM: 6329/1: wire up sys_accept4() on ARMMikael Pettersson2010-08-152-0/+2
| | * | | | ARM: 6328/1: Build with -fno-dwarf2-cfi-asmMichal Marek2010-08-141-0/+3
| | * | | | ARM: 6326/1: kgdb: fix GDB_MAX_REGS no longer usederic miao2010-08-141-1/+1
| * | | | | Make do_execve() take a const filename pointerDavid Howells2010-08-1740-73/+146
| | |_|/ / | |/| | |
* | | | | Merge branch 'sh/pci-express-integration'Paul Mundt2010-08-202-21/+36
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | sh: Relax devfn constraints for SH7786 PCIe.Paul Mundt2010-08-201-9/+4
| * | | | sh: Fix up SH7786 PCIe PHY initialization.Paul Mundt2010-08-201-12/+18
| * | | | sh: Support type 1 accesses for SH7786 PCI.Paul Mundt2010-08-201-7/+21
* | | | | sh: sh2007/sh7757lcr defconfig reduction.Paul Mundt2010-08-202-2185/+0
* | | | | sh: stub __flush_tlb_global() definition for nommu.Paul Mundt2010-08-161-0/+4
* | | | | sh: fix up fallout from syscall arg constification.Paul Mundt2010-08-161-1/+2
* | | | | sh: wire up fanotify/prlimit64 syscalls.Paul Mundt2010-08-164-2/+14
* | | | | sh: fix recursive dependency in KconfigSam Ravnborg2010-08-161-1/+1
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2010-08-162192-370855/+98239
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | 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
OpenPOWER on IntegriCloud