aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-22jump label: Add a WARN() if jump label key count goes negativeJason Baron1-1/+4
2012-02-14perf tools: Invert the sample_id_all logicArnaldo Carvalho de Melo6-13/+10
2012-02-14perf tools: Handle kernels that don't support attr.exclude_{guest,host}Arnaldo Carvalho de Melo4-15/+39
2012-02-13perf tools: cleanup initialization of attr->sizeStephane Eranian2-1/+2
2012-02-13perf tools: Factor out feature op to process header sectionsRobert Richter1-15/+29
2012-02-13perf tools: Moving code in header.cRobert Richter1-150/+150
2012-02-13perf tools: Add bitmap_or function into bitmap objectJiri Olsa2-0/+21
2012-02-13perf tools: Add sysfs mountpoint interfaceJiri Olsa3-0/+68
2012-02-13perf tools: Remove unused functions from debugfs objectJiri Olsa2-147/+0
2012-02-13perf tools: Get rid of ctype.h in symbol.cNamhyung Kim1-1/+1
2012-02-13perf tools: ctype.c only wants util.hNamhyung Kim1-1/+1
2012-02-13perf tools: Implement islower/isupper macro into util.hNamhyung Kim1-0/+4
2012-02-13perf tools: Change perf_guest default back to falseJoerg Roedel1-1/+1
2012-02-13perf top: Don't process samples with no valid machine objectJoerg Roedel3-0/+17
2012-02-13perf tools: Allow multiple threads or processes in record, stat, topDavid Ahern18-56/+185
2012-02-13perf tools: Fix out of tree compilesDavid Ahern1-0/+1
2012-02-13perf tools: Fix build dependency of perf python extensionNamhyung Kim3-5/+25
2012-02-13tracing/trivial: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer3-7/+6
2012-02-13printk/tracing: Add console output tracingJohannes Berg2-0/+46
2012-02-13ftrace: Append wakeup_rt description of ftrace docGeunsik Lim1-0/+7
2012-02-13ftrace: sched_switch plugin is deprecatedGeunsik Lim1-3/+3
2012-02-13cpuidle/tracing: Denote the tracepoints as being in rcu_idle_exit() sectionSteven Rostedt1-4/+4
2012-02-13x86/tracing: Denote the power and cpuidle tracepoints as _rcuidle()Steven Rostedt2-12/+14
2012-02-13tracing/rcu: Add trace_##name##__rcuidle() static tracepoint for inside rcu_idle_exit() sectionsSteven Rostedt1-4/+18
2012-02-11x86: Fix to decode grouped AVX with VEX pp bitsMasami Hiramatsu4-32/+40
2012-02-11watchdog: Fix code/comments mismatchesFernando Luis Vázquez Cao1-12/+12
2012-02-11watchdog: Update Kconfig entriesFernando Luis Vázquez Cao1-7/+11
2012-02-11watchdog: Update documentationFernando Luis Vázquez Cao2-83/+63
2012-02-09perf record: No build id option failsDavid Ahern1-2/+2
2012-02-09perf tools: fix endianness detection in perf.dataStephane Eranian1-13/+64
2012-02-07x86/sched/perf/AMD: Set sched_clock_stableBorislav Petkov1-0/+3
2012-02-06perf stat: Align scaled output of cpu-clockNamhyung Kim1-0/+2
2012-02-06perf stat: Adjust print unitNamhyung Kim1-1/+7
2012-02-06perf doc: Allow producing documentation in a specified output directoryFranck Bui-Huu1-34/+52
2012-02-06perf tool: Fix perf stack to non executable on x86_64Jiri Olsa1-0/+7
2012-02-06perf evsel: Fix an issue where perf report fails to show the proper percentageNaveen N. Rao1-0/+1
2012-02-06perf tools: Fix prefix matching for kernel mapsJiri Olsa1-1/+1
2012-02-06perf tools: Fix perf stack to non executable on x86_64Jiri Olsa1-0/+6
2012-02-03tracing/softirq: Move __raise_softirq_irqoff() out of headerSteven Rostedt3-6/+9
2012-02-03ftrace: Change filter/notrace set functions to return exit codeJiri Olsa2-8/+11
2012-02-03perf: Remove deprecated WARN_ON_ONCE()Stephane Eranian3-6/+0
2012-02-02include/linux/lp8727.h: Remove executable bitJosh Triplett1-0/+0
2012-02-02rbd: fix safety of rbd_put_client()Alex Elder1-2/+4
2012-02-02Fix race in process_vm_rw_coreChristopher Yeoh4-34/+35
2012-02-02rbd: fix a memory leak in rbd_get_client()Alex Elder1-0/+1
2012-02-02ceph: create a new session lock to avoid lock inversionAlex Elder4-9/+14
2012-02-02ceph: fix length validation in parse_reply_info()Xi Wang1-0/+2
2012-02-02ceph: initialize client debugfs outside of monc->mutexSage Weil2-3/+12
2012-02-02ceph: change "ceph.layout" xattr to be "ceph.file.layout"Alex Elder1-1/+3
2012-02-02perf record: Make feature initialization genericRobert Richter2-19/+10