summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf ui browser: Stop using 'self'Arnaldo Carvalho de Melo2012-05-303-320/+320
* perf annotate browser: Read perf config file for settingsArnaldo Carvalho de Melo2012-05-304-0/+60
* perf config: Allow '_' in config file variable namesArnaldo Carvalho de Melo2012-05-301-1/+1
* perf annotate browser: Make feature toggles globalArnaldo Carvalho de Melo2012-05-301-35/+66
* perf annotate browser: The idx_asm field should be used in asm only viewArnaldo Carvalho de Melo2012-05-301-1/+5
* perf tools: Convert critical messages to ui__error()Namhyung Kim2012-05-294-27/+25
* perf ui: Make --stdio default when TUI is not supportedNamhyung Kim2012-05-281-0/+1
* tools lib traceevent: Silence compiler warning on 32bit buildNamhyung Kim2012-05-261-1/+1
* perf record: Fix branch_stack type in perf_record_optsStephane Eranian2012-05-251-1/+1
* perf tools: Reconstruct event with modifiers from perf_event_attrArnaldo Carvalho de Melo2012-05-253-16/+104
* perf top: Fix counter name fixup when fallbacking to cpu-clockArnaldo Carvalho de Melo2012-05-251-1/+1
* perf tools: fix thread_map__new_by_pid_str() memory leak in error pathFranck Bui-Huu2012-05-251-11/+10
* perf tools: Do not use _FORTIFY_SOURCE when DEBUG=1 is specifiedArnaldo Carvalho de Melo2012-05-241-2/+2
* tools lib traceevent: Fix signature of create_arg_item()Namhyung Kim2012-05-241-3/+2
* tools lib traceevent: Use proper function parameter typeNamhyung Kim2012-05-241-0/+1
* tools lib traceevent: Fix freeing arg on process_dynamic_array()Namhyung Kim2012-05-241-3/+4
* tools lib traceevent: Fix a possibly wrong memory dereferenceNamhyung Kim2012-05-241-0/+2
* tools lib traceevent: Fix a possible memory leakNamhyung Kim2012-05-241-1/+4
* tools lib traceevent: Allow expressions in __print_symbolic() fieldsStefan Hajnoczi2012-05-241-0/+7
* Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar2012-05-241-1/+1
|\
| * perf evlist: Explicititely initialize input_nameArnaldo Carvalho de Melo2012-05-241-1/+1
* | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2012-05-241-0/+5
|\ \
| * | ring-buffer: Check for valid buffer before changing sizeSteven Rostedt2012-05-231-0/+5
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-2454-817/+386
|\ \ \
| * | | unicore32: if there's no handler we need to restore sigmask, syscall or no sy...Al Viro2012-05-221-8/+5
| * | | xtensa: add handling of TIF_NOTIFY_RESUMEAl Viro2012-05-223-6/+20
| * | | microblaze: drop 'oldset' argument of do_notify_resume()Al Viro2012-05-223-19/+11
| * | | microblaze: handle TIF_NOTIFY_RESUMEAl Viro2012-05-223-26/+38
| * | | score: add handling of NOTIFY_RESUME to do_notify_resume()Al Viro2012-05-221-1/+8
| * | | m68k: add TIF_NOTIFY_RESUME and handle it.Al Viro2012-05-226-7/+21
| * | | sparc: kill ancient comment in sparc_sigaction()Al Viro2012-05-221-5/+0
| * | | h8300: missing checks of __get_user()/__put_user() return valuesAl Viro2012-05-221-6/+6
| * | | frv: missing checks of __get_user()/__put_user() return valuesAl Viro2012-05-221-6/+6
| * | | cris: missing checks of __get_user()/__put_user() return valuesAl Viro2012-05-222-12/+12
| * | | powerpc: missing checks of __get_user()/__put_user() return valuesAl Viro2012-05-221-3/+3
| * | | sh: missing checks of __get_user()/__put_user() return valuesAl Viro2012-05-222-22/+27
| * | | sparc: missing checks of __get_user()/__put_user() return valuesAl Viro2012-05-222-10/+12
| * | | avr32: struct old_sigaction is never usedAl Viro2012-05-221-7/+0
| * | | m32r: struct old_sigaction is never usedAl Viro2012-05-221-7/+0
| * | | xtensa: xtensa_sigaction doesn't existAl Viro2012-05-222-9/+0
| * | | alpha: tidy signal delivery upAl Viro2012-05-221-43/+26
| * | | score: don't open-code force_sigsegv()Al Viro2012-05-221-3/+1
| * | | cris: don't open-code force_sigsegv()Al Viro2012-05-221-8/+2
| * | | blackfin: don't open-code force_sigsegv()Al Viro2012-05-221-3/+1
| * | | avr32: need to clear RESTORE_SIGMASK on successful signal deliveryAl Viro2012-05-221-0/+1
| * | | microblaze: bury sys_rt_sigsuspend_wrapper in nommu case tooAl Viro2012-05-221-4/+0
| * | | cris: SA_ONESHOT handling is done by get_signal_to_deliver()Al Viro2012-05-221-3/+0
| * | | h8300: switch to saved_sigmask-based sigsuspend/rt_sigsuspendAl Viro2012-05-223-59/+21
| * | | h8300: don't change blocked signals' mask if setting frame up failsAl Viro2012-05-221-7/+11
| * | | sh: switch to saved_sigmask-based sigsuspend()/rt_sigsuspend()Al Viro2012-05-224-71/+13