aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2009-12-19Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 10-28/+75
2009-12-19Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 25-311/+278
2009-12-18[S390] Use strim instead of strstrip to avoid false warnings.Gravatar Heiko Carstens 3-6/+6
2009-12-18[S390] ptrace: dont abuse PT_PTRACEDGravatar Oleg Nesterov 1-3/+3
2009-12-18[S390] rename NT_PRXSTATUS to NT_S390_HIGHREGSGravatar Martin Schwidefsky 1-1/+1
2009-12-18[S390] s390: PTR_ERR return of wrong pointer in fallback_init_cip()Gravatar Roel Kluin 1-1/+1
2009-12-18[S390] wire up sys_recvmmsgGravatar Heiko Carstens 3-1/+12
2009-12-18hw-breakpoints: Fix hardware breakpoints -> perf events dependencyGravatar Frederic Weisbecker 2-3/+3
2009-12-17x86, irq: Allow 0xff for /proc/irq/[n]/smp_affinity on an 8-cpu systemGravatar Suresh Siddha 8-41/+22
2009-12-17Merge branch 'cpumask-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2009-12-17Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 8-9/+11
2009-12-17Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusGravatar Linus Torvalds 229-3906/+16743
2009-12-17Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 1-0/+2
2009-12-17Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armGravatar Linus Torvalds 35-159/+593
2009-12-17x86: Fix objdump version check in arch/x86/tools/chkobjdump.awkGravatar akpm@linux-foundation.org 1-1/+1
2009-12-17Merge branch 'cache' (early part)Gravatar Russell King 28-153/+213
2009-12-17x86: Reenable TSC sync check at boot, even with NONSTOP_TSCGravatar Pallipadi, Venkatesh 2-1/+1
2009-12-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v...Gravatar Linus Torvalds 3-3/+3
2009-12-17Merge branch 'for-linus' of git://gitserver.sunplusct.com/linux-2.6-scoreGravatar Linus Torvalds 6-9/+31
2009-12-17fix up O_SYNC commentsGravatar Christoph Hellwig 3-3/+3
2009-12-17spi_s3c24xx: add FIQ pseudo-DMA supportGravatar Ben Dooks 1-0/+2
2009-12-17Merge branch 'for-33' of git://repo.or.cz/linux-kbuildGravatar Linus Torvalds 51-55/+53
2009-12-17x86/ptrace: make genregs[32]_get/set more robustGravatar Linus Torvalds 1-8/+8
2009-12-17x86: Don't use POSIX character classes in gen-insn-attr-x86.awkGravatar Roland Dreier 1-6/+4
2009-12-17score: include asm-generic/param.h in asm/delay.h.Gravatar Chen Liqin 1-0/+2
2009-12-17score: fixed pfn_valid define.Gravatar Chen Liqin 3-6/+2
2009-12-17score: add flush_dcahce_page and PG_dcache_dirty defineGravatar Chen Liqin 2-3/+27
2009-12-17perf events, x86/stacktrace: Fix performance/softlockup by providing a specia...Gravatar Frederic Weisbecker 3-3/+33
2009-12-17Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/...Gravatar Russell King 2-2/+3
2009-12-17perf events, x86/stacktrace: Make stack walking optionalGravatar Frederic Weisbecker 8-25/+42
2009-12-17MIPS: Lasat: Fix botched changes to sysctl code.Gravatar Ralf Baechle 1-1/+1
2009-12-17MIPS: Cleanup random differences beween lmo and Linus' kernel.Gravatar Ralf Baechle 1-2/+2
2009-12-17MIPS: No longer hardwire CONFIG_EMBEDDED to yGravatar Martin Michlmayr 1-2/+0
2009-12-17MIPS: Fix and enhance built-in kernel command lineGravatar Dmitri Vorobiev 48-38/+123
2009-12-17MIPS: eXcite: Remove platform.Gravatar Ralf Baechle 69-3225/+0
2009-12-17MIPS: Loongson: Cleanups of serial port supportGravatar Wu Zhangjin 6-26/+51
2009-12-17MIPS: Lemote 2F: Suspend CS5536 MFGPT TimerGravatar Wu Zhangjin 1-0/+11
2009-12-17MIPS: Excite: move iodev_remove to .devexit.textGravatar Uwe Kleine-König 1-2/+2
2009-12-17MIPS: Lasat: Convert to proc_fops / seq_fileGravatar Alexey Dobriyan 1-45/+68
2009-12-17MIPS: Cleanup signal code initializationGravatar Ralf Baechle 4-84/+70
2009-12-17MIPS: Modularize COP2 handlingGravatar Ralf Baechle 6-23/+140
2009-12-17MIPS: Move EARLY_PRINTK to Kconfig.debugGravatar Ralf Baechle 2-14/+14
2009-12-17MIPS: Yeeloong 2F: Cleanup reset logic using the new ec_write functionGravatar Wu Zhangjin 1-19/+2
2009-12-17MIPS: Yeeloong 2F: Add LID open event as the wakeup eventGravatar Wu Zhangjin 3-4/+72
2009-12-17MIPS: Yeeloong 2F: Add basic EC operationsGravatar Wu Zhangjin 3-1/+319
2009-12-17MIPS: Move several variables from .bss to .init.dataGravatar Dmitri Vorobiev 5-6/+6
2009-12-17MIPS: Tracing: Make function graph tracer work with -mmcount-ra-addressGravatar Wu Zhangjin 3-7/+38
2009-12-17MIPS: Tracing: Reserve $12(t0) for mcount-ra-address of gcc 4.5Gravatar Wu Zhangjin 1-13/+13
2009-12-17MIPS: Tracing: Make ftrace for MIPS work without -fno-omit-frame-pointerGravatar Wu Zhangjin 3-15/+106
2009-12-17MIPS: Tracing: Add dynamic function graph tracer for MIPSGravatar Wu Zhangjin 2-2/+33