aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha-2.6Linus Torvalds5-3/+43
2009-12-19Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds10-28/+75
2009-12-19Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds25-311/+278
2009-12-18[S390] Use strim instead of strstrip to avoid false warnings.Heiko Carstens3-6/+6
2009-12-18[S390] ptrace: dont abuse PT_PTRACEDOleg Nesterov1-3/+3
2009-12-18[S390] rename NT_PRXSTATUS to NT_S390_HIGHREGSMartin Schwidefsky1-1/+1
2009-12-18[S390] s390: PTR_ERR return of wrong pointer in fallback_init_cip()Roel Kluin1-1/+1
2009-12-18[S390] wire up sys_recvmmsgHeiko Carstens3-1/+12
2009-12-18hw-breakpoints: Fix hardware breakpoints -> perf events dependencyFrederic Weisbecker2-3/+3
2009-12-18alpha: Convert BUG() to use unreachable()David Daney1-1/+2
2009-12-18alpha: Add minimal support for software performance eventsMichael Cree4-1/+13
2009-12-18alpha: Wire up missing/new syscallsDaniele Calore2-2/+29
2009-12-17x86, irq: Allow 0xff for /proc/irq/[n]/smp_affinity on an 8-cpu systemSuresh Siddha8-41/+22
2009-12-17Merge branch 'cpumask-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-1/+1
2009-12-17Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6Linus Torvalds8-9/+11
2009-12-17Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds229-3906/+16743
2009-12-17Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-0/+2
2009-12-17Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds35-159/+593
2009-12-17x86: Fix objdump version check in arch/x86/tools/chkobjdump.awkakpm@linux-foundation.org1-1/+1
2009-12-17Merge branch 'cache' (early part)Russell King28-153/+213
2009-12-17x86: Reenable TSC sync check at boot, even with NONSTOP_TSCPallipadi, Venkatesh2-1/+1
2009-12-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds3-3/+3
2009-12-17Merge branch 'for-linus' of git://gitserver.sunplusct.com/linux-2.6-scoreLinus Torvalds6-9/+31
2009-12-17fix up O_SYNC commentsChristoph Hellwig3-3/+3
2009-12-17spi_s3c24xx: add FIQ pseudo-DMA supportBen Dooks1-0/+2
2009-12-17Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds51-55/+53
2009-12-17x86/ptrace: make genregs[32]_get/set more robustLinus Torvalds1-8/+8
2009-12-17x86: Don't use POSIX character classes in gen-insn-attr-x86.awkRoland Dreier1-6/+4
2009-12-17score: include asm-generic/param.h in asm/delay.h.Chen Liqin1-0/+2
2009-12-17score: fixed pfn_valid define.Chen Liqin3-6/+2
2009-12-17score: add flush_dcahce_page and PG_dcache_dirty defineChen Liqin2-3/+27
2009-12-17perf events, x86/stacktrace: Fix performance/softlockup by providing a special frame pointer-only stack walkerFrederic Weisbecker3-3/+33
2009-12-17Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6Russell King2-2/+3
2009-12-17perf events, x86/stacktrace: Make stack walking optionalFrederic Weisbecker8-25/+42
2009-12-17MIPS: Lasat: Fix botched changes to sysctl code.Ralf Baechle1-1/+1
2009-12-17MIPS: Cleanup random differences beween lmo and Linus' kernel.Ralf Baechle1-2/+2
2009-12-17MIPS: No longer hardwire CONFIG_EMBEDDED to yMartin Michlmayr1-2/+0
2009-12-17MIPS: Fix and enhance built-in kernel command lineDmitri Vorobiev48-38/+123
2009-12-17MIPS: eXcite: Remove platform.Ralf Baechle69-3225/+0
2009-12-17MIPS: Loongson: Cleanups of serial port supportWu Zhangjin6-26/+51
2009-12-17MIPS: Lemote 2F: Suspend CS5536 MFGPT TimerWu Zhangjin1-0/+11
2009-12-17MIPS: Excite: move iodev_remove to .devexit.textUwe Kleine-König1-2/+2
2009-12-17MIPS: Lasat: Convert to proc_fops / seq_fileAlexey Dobriyan1-45/+68
2009-12-17MIPS: Cleanup signal code initializationRalf Baechle4-84/+70
2009-12-17MIPS: Modularize COP2 handlingRalf Baechle6-23/+140
2009-12-17MIPS: Move EARLY_PRINTK to Kconfig.debugRalf Baechle2-14/+14
2009-12-17MIPS: Yeeloong 2F: Cleanup reset logic using the new ec_write functionWu Zhangjin1-19/+2
2009-12-17MIPS: Yeeloong 2F: Add LID open event as the wakeup eventWu Zhangjin3-4/+72
2009-12-17MIPS: Yeeloong 2F: Add basic EC operationsWu Zhangjin3-1/+319
2009-12-17MIPS: Move several variables from .bss to .init.dataDmitri Vorobiev5-6/+6