summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2008-11-18Blackfin arch: add support for Blackfin latest processor family BF51xBryan Wu36-31/+8524
2008-10-28Blackfin arch: put quotes around error to silence a ton of warnings from gcc-4.3Mike Frysinger6-6/+6
2008-10-28Blackfin arch: fix bug - kernel with SMP patch can not bootupGraf Yang1-3/+4
2008-10-28Blackfin arch: drop redundant BFIN_DMA_5XX dependsMike Frysinger1-3/+2
2008-10-28Blackfin arch: drop unused exports and comment remaining exportsMike Frysinger1-48/+12
2008-10-28Blackfin arch: add an option to allow people to stick exception stack into L1...Mike Frysinger2-6/+26
2008-10-28Blackfin arch: move EXPORT_SYMBOL to the place where it is actually definedMike Frysinger4-9/+6
2008-11-18Blackfin arch: BF538/9 Linux kernel SupportMichael Hennerich29-16/+10587
2008-10-27Blackfin arch: unify duplicated bss init codeMike Frysinger1-47/+19
2009-01-07m68knommu: introduce asm/swab.hHarvey Harrison3-21/+27
2009-01-07h8300: introduce asm/swab.hHarvey Harrison3-7/+12
2009-01-07ia64: introduce asm/swab.hHarvey Harrison3-36/+36
2009-01-07blackfin: introduce asm/swab.hHarvey Harrison3-42/+50
2009-01-07arm: introduce asm/swab.hHarvey Harrison3-32/+52
2009-01-07alpha: introduce asm/swab.hHarvey Harrison3-41/+44
2009-01-07x86: introduce asm/swab.hHarvey Harrison3-60/+64
2009-01-07sparc: introduce asm/swab.hHarvey Harrison3-44/+48
2009-01-07sh: introduce asm/swab.hHarvey Harrison3-59/+64
2009-01-07s390: introduce asm/swab.hHarvey Harrison3-90/+94
2009-01-07powerpc: introduce asm/swab.hHarvey Harrison3-81/+93
2009-01-07mips: introduce asm/swab.hHarvey Harrison3-49/+59
2009-01-07avr32: introduce asm/swab.hHarvey Harrison3-29/+38
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-0/+30
2009-01-07Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-76/+3
2009-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds3-0/+6
2009-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds16-42/+26
2009-01-07kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe()Masami Hiramatsu5-14/+17
2009-01-07spi: use generic gpio calls in spi_s3c24xx_gpioBen Dooks1-1/+1
2009-01-07remove linux/hardirq.h from asm-generic/local.hRussell King2-0/+2
2009-01-07Remove remaining unwinder codeAlexey Dobriyan2-15/+0
2009-01-07atomic_t: unify all arch definitionsMatthew Wilcox17-80/+20
2009-01-07mm: show node to memory section relationship with symlinks in sysfsGary Hade6-6/+7
2009-01-07mm: invoke oom-killer from page faultNick Piggin2-34/+14
2009-01-07mm: report the MMU pagesize in /proc/pid/smapsMel Gorman2-0/+13
2009-01-07Staging: Kconfig for ARCH=arm,8300, crisF. Duncan M. Haldane3-0/+6
2009-01-06arm: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers10-18/+18
2009-01-06avr: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+2
2009-01-06chris: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-3/+3
2009-01-06IA64: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2-3/+2
2009-01-06mips: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2009-01-06s390: remove s390_root_dev_*()Mark McLoughlin1-15/+0
2009-01-06Merge branches 'core/futexes', 'core/locking', 'core/rcu' and 'linus' into co...Ingo Molnar57-2589/+1674
2009-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2-83/+139
2009-01-06Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2009-01-06Merge branch 'i2c-next' of git://aeryn.fluff.org.uk/bjdooks/linuxLinus Torvalds1-2/+2
2009-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds46-2452/+1476
2009-01-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds3-28/+38
2009-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-2/+0
2009-01-06sparc: Fix minor SPARC32 compile errorJulian Calaby1-0/+2
2009-01-06X86_DEBUGCTLMSR won't work on umlAl Viro1-1/+1