aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
...
| * perf tools: Make perf aware of tracefsSteven Rostedt (Red Hat)2015-02-11
| * tools lib api fs: Add {tracefs,debugfs}_configured() functionsSteven Rostedt (Red Hat)2015-02-07
| * tools lib api debugfs: Add DEBUGFS_DEFAULT_PATH macroSteven Rostedt (Red Hat)2015-02-07
| * tools lib api fs: Add tracefs mount helper functionsSteven Rostedt (Red Hat)2015-02-07
| * tools lib fs: Add helper to find mounted file systemsSteven Rostedt (Red Hat)2015-02-07
| * perf tools: Do not check debugfs MAGIC for tracing filesSteven Rostedt (Red Hat)2015-02-07
| * perf evlist: Fix typo in commentArnaldo Carvalho de Melo2015-02-07
| * perf trace: No need to enable evsels for workload started from perfArnaldo Carvalho de Melo2015-02-07
| * perf tools: Introduce event_format__fprintf methodArnaldo Carvalho de Melo2015-02-06
| * tools lib traceevent: Introduce trace_seq_do_fprintf functionArnaldo Carvalho de Melo2015-02-06
| * perf symbols: debuglink should take symfs option into accountVictor Kamensky2015-02-06
| * perf symbols: Ignore mapping symbols on aarch64Victor Kamensky2015-02-06
| * perf probe: Update man pageMasami Hiramatsu2015-02-06
| * perf probe: Fix to handle optimized not-inlined functionsMasami Hiramatsu2015-02-06
| * perf tools: Fix a dso open fail messageNamhyung Kim2015-02-06
| * perf tests: Do not rely on dso__data_read_offset() to open dsoNamhyung Kim2015-02-06
| * perf test: Fix dso cache testcaseNamhyung Kim2015-02-06
* | perf, powerpc: Fix up flush_branch_stack() usersPeter Zijlstra2015-02-18
* | perf tools: Construct LBR call chainKan Liang2015-02-18
* | perf tools: Enable LBR call stack supportKan Liang2015-02-18
* | perf/x86/intel: Expose LBR callstack to user space toolingPeter Zijlstra2015-02-18
* | perf/x86/intel: Discard zero length call entries in LBR call stackYan, Zheng2015-02-18
* | perf/x86/intel: Disable FREEZE_LBRS_ON_PMI when LBR operates in callstack modeYan, Zheng2015-02-18
* | perf/x86/intel: Re-organize code that implicitly enables LBR/PEBSYan, Zheng2015-02-18
* | perf: Simplify the branch stack checkYan, Zheng2015-02-18
* | perf/x86/intel: Save/restore LBR stack during context switchYan, Zheng2015-02-18
* | perf/x86/intel: Track number of events that use the LBR callstackYan, Zheng2015-02-18
* | perf/x86/intel: Allocate space for storing LBR stackYan, Zheng2015-02-18
* | perf: Always switch pmu specific data during context switchYan, Zheng2015-02-18
* | perf: Add pmu specific data for perf task contextYan, Zheng2015-02-18
* | perf/x86/intel: Add basic Haswell LBR call stack supportYan, Zheng2015-02-18
* | perf/x86/intel: Use context switch callback to flush LBR stackYan, Zheng2015-02-18
* | perf: Introduce pmu context switch callbackYan, Zheng2015-02-18
* | perf/x86/intel: Reduce lbr_sel_map[] sizeYan, Zheng2015-02-18
* | perf/x86/amd/ibs: Convert force_ibs_eilvt_setup() to voidAravind Gopalakrishnan2015-02-18
* | perf: Update userspace page info for software eventShaohua Li2015-02-18
* | perf: Update shadow timestamp before add eventShaohua Li2015-02-18
* | perf/x86/intel/uncore: Delete an unnecessary check before pci_dev_put() callMarkus Elfring2015-02-18
* | perf/x86: Add /sys/devices/cpu/rdpmc=2 to allow rdpmc for all tasksAndy Lutomirski2015-02-04
* | perf/x86: Only allow rdpmc if a perf_event is mappedAndy Lutomirski2015-02-04
* | perf: Pass the event to arch_perf_update_userpage()Andy Lutomirski2015-02-04
* | perf: Add pmu callbacks to track event mapping and unmappingAndy Lutomirski2015-02-04
* | x86: Add a comment clarifying LDT context switchingAndy Lutomirski2015-02-04
* | x86: Store a per-cpu shadow copy of CR4Andy Lutomirski2015-02-04
* | x86: Clean up cr4 manipulationAndy Lutomirski2015-02-04
* | Merge branch 'x86/asm' into perf/x86, to avoid conflicts with upcoming patchesIngo Molnar2015-02-04
|\ \ | |/ |/|
| * Merge tag 'pr-20150201-x86-entry' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2015-02-03
| |\
| | * x86_64, entry: Remove the syscall exit audit and schedule optimizationsAndy Lutomirski2015-02-01
| | * x86_64, entry: Use sysret to return to userspace when possibleAndy Lutomirski2015-02-01
| | * x86, traps: Fix ist_enter from userspaceAndy Lutomirski2015-02-01