aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2009-09-20includecheck fix: x86, shadow.cGravatar Jaswinder Singh Rajput 1-1/+0
2009-09-20includecheck fix: x86, traps.cGravatar Jaswinder Singh Rajput 1-1/+0
2009-09-20includecheck fix: um, helper.cGravatar Jaswinder Singh Rajput 1-1/+0
2009-09-20includecheck fix: s390, sys_s390.cGravatar Jaswinder Singh Rajput 1-1/+0
2009-09-18Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 55-907/+755
2009-09-18sparc: Clean up linker script using new linker script macros.Gravatar Geoffrey Thomas 1-68/+7
2009-09-18frv: clean up linker script using new linker script macros.Gravatar Nelson Elhage 1-54/+7
2009-09-18frv: remove unused .altinstructions codeGravatar Nelson Elhage 1-5/+0
2009-09-18Merge branch 'for-linus' of git://gitserver.sunplusct.com/linux-2.6-scoreGravatar Linus Torvalds 128-0/+8873
2009-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Gravatar Linus Torvalds 204-3050/+15741
2009-09-18Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Gravatar Linus Torvalds 9-131/+154
2009-09-18Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Gravatar Linus Torvalds 1-2/+120
2009-09-18Merge branch 'davinci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 48-510/+10526
2009-09-18Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 99-702/+7631
2009-09-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Gravatar Linus Torvalds 2-32/+33
2009-09-18Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 20-94/+118
2009-09-17Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 19-767/+363
2009-09-17Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 12-111/+129
2009-09-17Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-12/+19
2009-09-17Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 3-3/+6
2009-09-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Gravatar Linus Torvalds 4-44/+55
2009-09-17Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusGravatar Linus Torvalds 182-1629/+7940
2009-09-17Merge branch 'x86/pat' into x86/urgentGravatar H. Peter Anvin 39-1136/+1460
2009-09-17x86, pat: don't use rb-tree based lookup in reserve_memtype()Gravatar Suresh Siddha 1-10/+2
2009-09-17oprofile: fix oprofile regression: select RING_BUFFER_ALLOW_SWAPGravatar Christian Borntraeger 1-0/+1
2009-09-17Merge branch 'linus' into tracing/coreGravatar Ingo Molnar 1138-13212/+72863
2009-09-17MIPS: BCM63xx: Add integrated ethernet mac support.Gravatar Maxime Bizon 2-1/+160
2009-09-17MIPS: BCM63xx: Add support for the Broadcom BCM63xx family of SOCs.Gravatar Maxime Bizon 40-0/+5896
2009-09-17MIPS: BCM63xx: Add Broadcom 63xx CPU definitions.Gravatar Maxime Bizon 3-0/+34
2009-09-17MIPS: Octeon: Move some platform device registration to its own file.Gravatar David Daney 3-148/+166
2009-09-17MIPS: Don't corrupt page tables on vmalloc fault.Gravatar David Daney 1-2/+10
2009-09-17MIPS: Shrink the size of tlb handlerGravatar Wu Fei 4-63/+3
2009-09-17MIPS: Alchemy: override loops_per_jiffy detectionGravatar Manuel Lauss 1-0/+4
2009-09-17MIPS: Octeon: Add hardware RNG platform device.Gravatar David Daney 2-0/+131
2009-09-17MIPS: Remove useless zero initializations.Gravatar Ralf Baechle 22-38/+38
2009-09-17MIPS: Alchemy: get rid of allow_au1k_waitGravatar Manuel Lauss 2-14/+14
2009-09-17MIPS: Octeon: Set kernel_uses_llsc to false on non-SMP builds.Gravatar David Daney 1-4/+8
2009-09-17MIPS: Allow kernel use of LL/SC to be separate from the presence of LL/SC.Gravatar David Daney 6-47/+50
2009-09-17MIPS: Get rid of CONFIG_CPU_HAS_LLSCGravatar Ralf Baechle 34-53/+0
2009-09-17MIPS: Malta: Remove pointless use use of CONFIG_CPU_HAS_LLSCGravatar Ralf Baechle 1-4/+0
2009-09-17MIPS: Rewrite clearing of ll_bit on context switch in CGravatar Ralf Baechle 1-7/+2
2009-09-17MIPS: Rewrite sysmips(MIPS_ATOMIC_SET, ...) in C with inline assemblerGravatar Ralf Baechle 5-150/+114
2009-09-17MIPS: Consolidate all CONFIG_CPU_HAS_LLSC use in a single C file.Gravatar Ralf Baechle 4-9/+12
2009-09-17MIPS: Clean up linker script using new linker script macros.Gravatar Nelson Elhage 1-78/+8
2009-09-17MIPS: Use PAGE_SIZE in assembly instead of _PAGE_SIZE.Gravatar Nelson Elhage 3-11/+10
2009-09-17MIPS: Convert to asm-generic/hardirq.hGravatar Christoph Hellwig 1-9/+3
2009-09-17MIPS: AR7: Make board code register ar7_wdt as a platform deviceGravatar Florian Fainelli 1-0/+32
2009-09-17MIPS: Loongson: Update the default config file for fuloong2eGravatar Wu Zhangjin 1-283/+190
2009-09-17MIPS: Loongson: Add GCC 4.4 support for Loongson2EGravatar Wu Zhangjin 3-9/+17
2009-09-17MIPS: Loongson: Add a machtype kernel command line argumentGravatar Wu Zhangjin 5-4/+49