summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2010-10-21Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-203/+86
2010-10-21Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-267/+177
2010-10-21Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-5/+11
2010-10-21Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds18-97/+21
2010-10-21Merge branch 'x86-bios-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-95/+58
2010-10-21Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-5/+9
2010-10-21Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds19-155/+179
2010-10-21Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-70/+142
2010-10-21Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds68-1411/+1572
2010-10-21Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2010-10-21Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-35/+153
2010-10-21security: remove unused parameter from security_task_setscheduler()KOSAKI Motohiro1-1/+1
2010-10-20Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds5-8/+12
2010-10-20Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-44/+19
2010-10-19MIPS: O32 compat/N32: Fix to use compat syscall wrappers for AIO syscalls.Michel Thebeau2-6/+6
2010-10-19MIPS: jz4740: Fix Kbuild Platform file.David Daney1-1/+1
2010-10-19MIPS: Repair Kbuild make clean breakage.David Daney2-1/+5
2010-10-19KVM: Fix fs/gs reload oops with invalid ldtAvi Kivity3-44/+19
2010-10-19[S390] hardirq: remove pointless header file includesHeiko Carstens1-4/+0
2010-10-19[IA64] Move local_softirq_pending() definitionTony Luck1-6/+5
2010-10-19perf, powerpc: Fix power_pmu_event_init to not use event->ctxPaul Mackerras1-1/+1
2010-10-18Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds12-44/+53
2010-10-18x86: Add IRQ_TIME_ACCOUNTINGVenkatesh Pallipadi2-0/+19
2010-10-18sched: Consolidate account_system_vtime extern declarationVenkatesh Pallipadi3-9/+0
2010-10-18irq_work: Add generic hardirq context callbacksPeter Zijlstra32-132/+105
2010-10-18perf_events: Fix bogus AMD64 generic TLB eventsStephane Eranian1-2/+2
2010-10-18Merge branch 'linus' into core/lockingIngo Molnar70-150/+253
2010-10-18MIPS: Enable ISA_DMA_API config to fix build failureNamhyung Kim1-0/+4
2010-10-18MIPS: 32-bit: Fix build failure in asm/fcntl.hNamhyung Kim1-0/+1
2010-10-18MIPS: Remove all generated vmlinuz* files on "make clean"Wu Zhangjin1-1/+1
2010-10-18MIPS: do_sigaltstack() expects userland pointersAl Viro2-4/+6
2010-10-18MIPS: Fix error values in case of bad_stackAl Viro2-2/+2
2010-10-18MIPS: Sanitize restart logicsAl Viro7-35/+34
2010-10-18MIPS: secure_computing, syscall audit: syscall number should in r2, not r0.Al Viro1-2/+2
2010-10-18MIPS: Don't block signals if we'd failed to setup a sigframeAl Viro1-0/+3
2010-10-15m32r: test __LITTLE_ENDIAN__ instead of __LITTLE_ENDIANKyle McMartin1-2/+2
2010-10-15m32r: add kernel/.gitignore and ignore vmlinux.ldsKyle McMartin1-0/+1
2010-10-15m32r: get_user takes an lvalue, not a pointerKyle McMartin1-1/+1
2010-10-15m32r: restore _BLOCKABLEKyle McMartin1-0/+2
2010-10-15uml: fix buildFUJITA Tomonori1-9/+5
2010-10-15x86: Remove stale pmtimer_64.cThomas Gleixner2-70/+0
2010-10-15Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-4/+5
2010-10-15ubd: fix incorrect sector handling during request restartTejun Heo1-4/+5
2010-10-15Merge remote branch 'tip/perf/core' into oprofile/coreRobert Richter138-1203/+1960
2010-10-15Merge branch 'tip/perf/recordmcount-2' of git://git.kernel.org/pub/scm/linux/...Ingo Molnar1-0/+1
2010-10-14ftrace: Rename config option HAVE_C_MCOUNT_RECORD to HAVE_C_RECORDMCOUNTSteven Rostedt1-1/+1
2010-10-15Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar2-0/+6
2010-10-14ftrace/x86: Add support for C version of recordmcountSteven Rostedt1-0/+1
2010-10-14x86: Barf when vmalloc and kmemcheck faults happen in NMIFrederic Weisbecker2-0/+6
2010-10-14Don't dump task struct in a.out core-dumpsLinus Torvalds1-17/+5