summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2010-10-11Merge branch 'oprofile/core' (early part) into oprofile/perfRobert Richter2-19/+60
2010-10-11Merge branch 'oprofile/urgent' (early part) into oprofile/perfRobert Richter142-790/+1322
2010-10-11sh: oprofile: Use perf-events oprofile backendMatt Fleming4-125/+40
2010-10-11oprofile: Abstract the perf-events backendMatt Fleming2-319/+4
2010-10-11ARM: oprofile: Move non-ARM code into separate init/exitMatt Fleming1-3/+14
2010-10-11ARM: oprofile: Rename op_arm to oprofile_perfMatt Fleming1-34/+34
2010-10-11oprofile: Make op_name_from_perf_id() globalMatt Fleming1-2/+4
2010-10-11perf: New helper function for pmu nameMatt Fleming1-0/+9
2010-10-11perf: Add helper function to return number of countersMatt Fleming3-13/+33
2010-10-01oprofile, x86: Simplify init/exit functionsRobert Richter1-8/+1
2010-10-01oprofile, x86: Adding backtrace dump for 32bit process in compat modeJiri Olsa1-0/+53
2010-10-01oprofile, x86: Using struct stack_frame for 64bit processes dumpJiri Olsa1-12/+7
2010-10-01Merge branch 'oprofile/urgent' into oprofile/coreRobert Richter143-790/+1323
2010-09-30oprofile, ARM: Release resources on failureRobert Richter1-2/+5
2010-09-27Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/o...Ingo Molnar1-0/+1
2010-09-24perf, x86: Catch spurious interrupts after disabling countersRobert Richter1-1/+11
2010-09-22tracing/x86: Don't use mcount in kvmclock.cSteven Rostedt1-0/+1
2010-09-22tracing/x86: Don't use mcount in pvclock.cJeremy Fitzhardinge1-0/+1
2010-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds4-104/+171
2010-09-22powerpc: fix double syscall restartsAl Viro3-3/+4
2010-09-21sparc: Prevent no-handler signal syscall restart recursion.David S. Miller3-1/+7
2010-09-21sparc: Don't mask signal when we can't setup signal frame.David S. Miller3-58/+93
2010-09-21Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-25/+25
2010-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-5/+8
2010-09-21oprofile: Add Support for Intel CPU Family 6 / Model 29Jiri Olsa1-0/+1
2010-09-20sparc64: Fix race in signal instruction flushing.David S. Miller1-42/+60
2010-09-21lguest: update comments to reflect LHCALL_LOAD_GDT_ENTRY.Rusty Russell1-5/+8
2010-09-20frv: double syscall restarts, syscall restart in sigreturn()Al Viro1-1/+3
2010-09-20frv: handling of restart into restart_syscall is fsckedAl Viro1-1/+1
2010-09-20frv: avoid infinite loop of SIGSEGV deliveryAl Viro1-2/+2
2010-09-20frv: fix address verification holes in setup_frame/setup_rt_frameAl Viro1-16/+22
2010-09-20frv: restart_block.fn needs to be reset on sigreturnAl Viro1-0/+3
2010-09-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds13-131/+88
2010-09-19Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds9-66/+107
2010-09-18alpha: deal with multiple simultaneously pending signalsAl Viro1-5/+11
2010-09-18alpha: fix a 14 years old bug in sigreturn tracingAl Viro1-2/+11
2010-09-18alpha: unb0rk sigsuspend() and rt_sigsuspend()Al Viro3-69/+2
2010-09-18alpha: belated ERESTART_RESTARTBLOCK race fixAl Viro1-1/+2
2010-09-18alpha: Shift perf event pending work earlier in timer interruptMichael Cree1-5/+5
2010-09-18alpha: wire up fanotify and prlimit64 syscallsMikael Pettersson2-1/+7
2010-09-18alpha: kill big kernel lockArnd Bergmann2-8/+0
2010-09-18alpha: fix build breakage in asm/cacheflush.hTejun Heo1-0/+2
2010-09-18alpha: remove unnecessary cast from void* in assignment.matt mooney2-2/+2
2010-09-18alpha: Use static const char * const where possibleJoe Perches4-38/+46
2010-09-18ARM: S3C64XX: Add IORESOURCE_IRQ_HIGHLEVEL flag to dm9000 on mach-real6410Darius Augulis1-1/+1
2010-09-18ARM: S3C64XX: Fix coding style errors on mach-real6410Darius Augulis1-52/+52
2010-09-18ARM: S3C64XX: Prototype SPI devicesMark Brown1-0/+1
2010-09-17arm: fix really nasty sigreturn bugAl Viro1-0/+2
2010-09-16Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-39/+23
2010-09-17x86: Fix instruction breakpoint encodingFrederic Weisbecker2-22/+20