aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-10-055-4/+24
|\
| * perf, x86: Handle in flight NMIs on P4 platformCyrill Gorcunov2010-09-301-1/+5
| * oprofile, ARM: Release resources on failureRobert Richter2010-09-301-2/+5
| * Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/o...Ingo Molnar2010-09-271-0/+1
| |\
| | * oprofile: Add Support for Intel CPU Family 6 / Model 29Jiri Olsa2010-09-211-0/+1
| * | perf, x86: Catch spurious interrupts after disabling countersRobert Richter2010-09-241-1/+11
| * | tracing/x86: Don't use mcount in kvmclock.cSteven Rostedt2010-09-221-0/+1
| * | tracing/x86: Don't use mcount in pvclock.cJeremy Fitzhardinge2010-09-221-0/+1
* | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2010-09-2416-66/+269
|\ \ \
| * | | jump label/x86/sparc64: Remove !CC_OPTIMIZE_FOR_SIZE config conditionsSteven Rostedt2010-09-222-2/+2
| * | | jump label: Remove duplicate structure for x86Steven Rostedt2010-09-221-11/+1
| * | | jump label: Add sparc64 supportDavid S. Miller2010-09-225-0/+88
| * | | jump label: x86 supportJason Baron2010-09-225-1/+102
| * | | jump label: Add jump_label_text_reserved() to reserve jump pointsJason Baron2010-09-221-1/+2
| * | | jump label: Base patch for jump labelJason Baron2010-09-223-2/+6
| * | | jump label: Make text_poke_early() globally visibleJason Baron2010-09-202-2/+4
| * | | jump label: Make dynamic no-op selection available outside of ftraceJason Baron2010-09-204-62/+79
* | | | Merge branch 'linus' into perf/coreIngo Molnar2010-09-237-107/+176
|\ \ \ \ | | |/ / | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2010-09-224-104/+171
| |\ \ \
| | * | | sparc: Prevent no-handler signal syscall restart recursion.David S. Miller2010-09-213-1/+7
| | * | | sparc: Don't mask signal when we can't setup signal frame.David S. Miller2010-09-213-58/+93
| | * | | sparc64: Fix race in signal instruction flushing.David S. Miller2010-09-201-42/+60
| | * | | sparc64: Support RAW perf events.David S. Miller2010-09-121-3/+11
| * | | | powerpc: fix double syscall restartsAl Viro2010-09-223-3/+4
* | | | | Merge branch 'linus' into perf/coreIngo Molnar2010-09-225-30/+33
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-09-214-25/+25
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | x86: Fix instruction breakpoint encodingFrederic Weisbecker2010-09-172-22/+20
| | * | | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/o...Ingo Molnar2010-09-161-1/+3
| | |\ \ \
| | | * | | oprofile: Add Support for Intel CPU Family 6 / Model 22 (Intel Celeron 540)Patrick Simmons2010-09-161-1/+3
| | * | | | kprobes: Fix Kconfig dependencyMasami Hiramatsu2010-09-131-2/+2
| | |/ / /
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2010-09-211-5/+8
| |\ \ \ \
| | * | | | lguest: update comments to reflect LHCALL_LOAD_GDT_ENTRY.Rusty Russell2010-09-211-5/+8
* | | | | | Merge commit 'v2.6.36-rc5' into perf/coreIngo Molnar2010-09-2152-365/+389
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | frv: double syscall restarts, syscall restart in sigreturn()Al Viro2010-09-201-1/+3
| * | | | frv: handling of restart into restart_syscall is fsckedAl Viro2010-09-201-1/+1
| * | | | frv: avoid infinite loop of SIGSEGV deliveryAl Viro2010-09-201-2/+2
| * | | | frv: fix address verification holes in setup_frame/setup_rt_frameAl Viro2010-09-201-16/+22
| * | | | frv: restart_block.fn needs to be reset on sigreturnAl Viro2010-09-201-0/+3
| |/ / /
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds2010-09-1913-131/+88
| |\ \ \
| | * | | alpha: deal with multiple simultaneously pending signalsAl Viro2010-09-181-5/+11
| | * | | alpha: fix a 14 years old bug in sigreturn tracingAl Viro2010-09-181-2/+11
| | * | | alpha: unb0rk sigsuspend() and rt_sigsuspend()Al Viro2010-09-183-69/+2
| | * | | alpha: belated ERESTART_RESTARTBLOCK race fixAl Viro2010-09-181-1/+2
| | * | | alpha: Shift perf event pending work earlier in timer interruptMichael Cree2010-09-181-5/+5
| | * | | alpha: wire up fanotify and prlimit64 syscallsMikael Pettersson2010-09-182-1/+7
| | * | | alpha: kill big kernel lockArnd Bergmann2010-09-182-8/+0
| | * | | alpha: fix build breakage in asm/cacheflush.hTejun Heo2010-09-181-0/+2
| | * | | alpha: remove unnecessary cast from void* in assignment.matt mooney2010-09-182-2/+2
| | * | | alpha: Use static const char * const where possibleJoe Perches2010-09-184-38/+46
| * | | | Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-09-199-66/+107
| |\ \ \ \ | | |/ / / | |/| | |