aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds2009-12-195-3/+43
|\
| * alpha: Convert BUG() to use unreachable()David Daney2009-12-181-1/+2
| * alpha: Add minimal support for software performance eventsMichael Cree2009-12-184-1/+13
| * alpha: Wire up missing/new syscallsDaniele Calore2009-12-182-2/+29
* | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-1910-28/+75
|\ \
| * | hw-breakpoints: Fix hardware breakpoints -> perf events dependencyFrederic Weisbecker2009-12-182-3/+3
| * | perf events, x86/stacktrace: Fix performance/softlockup by providing a specia...Frederic Weisbecker2009-12-173-3/+33
| * | perf events, x86/stacktrace: Make stack walking optionalFrederic Weisbecker2009-12-178-25/+42
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-1925-311/+278
|\ \ \
| * | | x86, irq: Allow 0xff for /proc/irq/[n]/smp_affinity on an 8-cpu systemSuresh Siddha2009-12-178-41/+22
| * | | x86: Fix objdump version check in arch/x86/tools/chkobjdump.awkakpm@linux-foundation.org2009-12-171-1/+1
| * | | x86: Reenable TSC sync check at boot, even with NONSTOP_TSCPallipadi, Venkatesh2009-12-172-1/+1
| * | | x86: Don't use POSIX character classes in gen-insn-attr-x86.awkRoland Dreier2009-12-171-6/+4
| * | | x86: Increase MAX_EARLY_RES; insufficient on 32-bit NUMAYinghai Lu2009-12-161-1/+1
| * | | x86: Fix checking of SRAT when node 0 ram is not from 0Yinghai Lu2009-12-162-1/+5
| * | | x86, cpuid: Add "volatile" to asm in native_cpuid()Suresh Siddha2009-12-161-1/+1
| * | | x86, msr: msrs_alloc/free for CONFIG_SMP=nBorislav Petkov2009-12-164-215/+218
| * | | x86, amd: Get multi-node CPU info from NodeId MSR instead of PCI config spaceAndreas Herrmann2009-12-163-38/+17
| * | | x86: Add IA32_TSC_AUX MSR and use itSheng Yang2009-12-162-2/+3
| * | | x86, msr/cpuid: Register enough minors for the MSR and CPUID driversH. Peter Anvin2009-12-152-4/+5
* | | | [S390] Use strim instead of strstrip to avoid false warnings.Heiko Carstens2009-12-183-6/+6
* | | | [S390] ptrace: dont abuse PT_PTRACEDOleg Nesterov2009-12-181-3/+3
* | | | [S390] rename NT_PRXSTATUS to NT_S390_HIGHREGSMartin Schwidefsky2009-12-181-1/+1
* | | | [S390] s390: PTR_ERR return of wrong pointer in fallback_init_cip()Roel Kluin2009-12-181-1/+1
* | | | [S390] wire up sys_recvmmsgHeiko Carstens2009-12-183-1/+12
| |_|/ |/| |
* | | Merge branch 'cpumask-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-12-171-1/+1
|\ \ \
| * | | cpumask: rename tsk_cpumask to tsk_cpus_allowedRusty Russell2009-12-171-1/+1
| | |/ | |/|
* | | Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-178-9/+11
|\ \ \
| * | | OMAP3: serial - fix bug introduced inMika Westerberg2009-12-161-3/+4
| * | | mfd: twl: fix twl4030 rename for remaining driver, board filesBalaji T K2009-12-166-6/+6
| * | | omap3: Allow EHCI to be built on OMAP3Olof Johansson2009-12-151-0/+1
* | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2009-12-17229-3906/+16743
|\ \ \ \
| * | | | MIPS: Lasat: Fix botched changes to sysctl code.Ralf Baechle2009-12-171-1/+1
| * | | | MIPS: Cleanup random differences beween lmo and Linus' kernel.Ralf Baechle2009-12-171-2/+2
| * | | | MIPS: No longer hardwire CONFIG_EMBEDDED to yMartin Michlmayr2009-12-171-2/+0
| * | | | MIPS: Fix and enhance built-in kernel command lineDmitri Vorobiev2009-12-1748-38/+123
| * | | | MIPS: eXcite: Remove platform.Ralf Baechle2009-12-1769-3225/+0
| * | | | MIPS: Loongson: Cleanups of serial port supportWu Zhangjin2009-12-176-26/+51
| * | | | MIPS: Lemote 2F: Suspend CS5536 MFGPT TimerWu Zhangjin2009-12-171-0/+11
| * | | | MIPS: Excite: move iodev_remove to .devexit.textUwe Kleine-König2009-12-171-2/+2
| * | | | MIPS: Lasat: Convert to proc_fops / seq_fileAlexey Dobriyan2009-12-171-45/+68
| * | | | MIPS: Cleanup signal code initializationRalf Baechle2009-12-174-84/+70
| * | | | MIPS: Modularize COP2 handlingRalf Baechle2009-12-176-23/+140
| * | | | MIPS: Move EARLY_PRINTK to Kconfig.debugRalf Baechle2009-12-172-14/+14
| * | | | MIPS: Yeeloong 2F: Cleanup reset logic using the new ec_write functionWu Zhangjin2009-12-171-19/+2
| * | | | MIPS: Yeeloong 2F: Add LID open event as the wakeup eventWu Zhangjin2009-12-173-4/+72
| * | | | MIPS: Yeeloong 2F: Add basic EC operationsWu Zhangjin2009-12-173-1/+319
| * | | | MIPS: Move several variables from .bss to .init.dataDmitri Vorobiev2009-12-175-6/+6
| * | | | MIPS: Tracing: Make function graph tracer work with -mmcount-ra-addressWu Zhangjin2009-12-173-7/+38
| * | | | MIPS: Tracing: Reserve $12(t0) for mcount-ra-address of gcc 4.5Wu Zhangjin2009-12-171-13/+13