summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | perf symbols: Add nr_events to symbol_confArnaldo Carvalho de Melo2011-11-2810-37/+30
| * | | perf ui progress: Fix divide by zeroArnaldo Carvalho de Melo2011-11-281-0/+3
| * | | perf record: Move 'group' to perf_event_opsArnaldo Carvalho de Melo2011-11-282-5/+5
| * | | perf session: Move threads to struct machineArnaldo Carvalho de Melo2011-11-286-15/+58
| * | | perf record: Move mmap_pages to perf_record_optsArnaldo Carvalho de Melo2011-11-282-4/+6
| * | | perf evlist: Handle default value for 'pages' on mmap methodArnaldo Carvalho de Melo2011-11-283-8/+11
| * | | perf evlist: Introduce {prepare,start}_workload refactored from 'perf record'Arnaldo Carvalho de Melo2011-11-284-68/+120
| * | | perf evsel: Introduce config attr methodArnaldo Carvalho de Melo2011-11-286-132/+162
| * | | perf evlist: Introduce add_tracepoints methodArnaldo Carvalho de Melo2011-11-283-2/+63
| * | | perf evlist: Introduce perf_evlist__add_attrsArnaldo Carvalho de Melo2011-11-283-33/+48
| * | | perf tools: Simplify debugfs mountpoint handling codeArnaldo Carvalho de Melo2011-11-286-51/+43
| * | | perf tools: Eliminate duplicate code and use PATH_MAX consistentlyArnaldo Carvalho de Melo2011-11-286-62/+24
| * | | Merge branch 'core' of git://amd64.org/linux/rric into perf/coreIngo Molnar2011-11-1511-94/+252
| |\ \ \ | | |_|/ | |/| |
| | * | Merge branch 'perf/core' into oprofile/masterRobert Richter2011-11-08210-1497/+2140
| | |\ \
| | * | | oprofile, x86: Reimplement nmi timer mode using perf eventRobert Richter2011-11-048-103/+208
| | * | | oprofile: Remove exit function for timer modeRobert Richter2011-11-042-21/+17
| | * | | oprofile, x86: Add kernel parameter oprofile.cpu_type=timerRobert Richter2011-11-042-6/+24
| * | | | events: Don't divide events if it has field periodAndrew Vagin2011-11-141-1/+6
| * | | | perf: Carve out callchain functionalityBorislav Petkov2011-11-144-211/+230
| * | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-11-1112-33/+87
| |\ \ \ \
| | * | | | tracing/latency: Fix header output for latency tracersJiri Olsa2011-11-074-2/+40
| | * | | | ftrace: Fix hash record accounting bugSteven Rostedt2011-11-071-1/+3
| | * | | | perf: Fix parsing of __print_flags() in TP_printk()Steven Rostedt2011-11-071-0/+2
| | * | | | jump_label: jump_label_inc may return before the code is patchedGleb Natapov2011-11-071-1/+2
| | * | | | ftrace: Remove force undef config value left for testingSteven Rostedt2011-11-071-1/+0
| | * | | | lockdep: Show subclass in pretty print of lockdep outputSteven Rostedt2011-11-071-17/+13
| | * | | | tracing: update Documentation on max preds limitLi Zefan2011-11-041-2/+0
| | * | | | tracing: Add boiler plate for subsystem filterSteven Rostedt2011-11-041-7/+19
| | * | | | tracing: Restore system filter behaviorLi Zefan2011-11-022-1/+8
| | * | | | tracing: fix event_subsystem ref countingIlya Dryomov2011-10-311-1/+0
| * | | | | x86, perf: Add a build-time sanity test to the x86 decoderMasami Hiramatsu2011-11-103-1/+291
* | | | | | KVM: Use memdup_user instead of kmalloc/copy_from_userSasha Levin2011-12-272-64/+47
* | | | | | KVM: Use kmemdup() instead of kmalloc/memcpySasha Levin2011-12-272-6/+5
* | | | | | KVM: Document KVM_NMIAvi Kivity2011-12-271-0/+25
* | | | | | KVM: x86 emulator: Remove set-but-unused cr4 from check_cr_writeJan Kiszka2011-12-271-3/+0
* | | | | | KVM: MMU: Drop unused return value of kvm_mmu_remove_some_alloc_mmu_pagesJan Kiszka2011-12-271-6/+6
* | | | | | KVM: use this_cpu_xxx replace percpu_xxx funcsAlex,Shi2011-12-271-7/+7
* | | | | | KVM: MMU: audit: inline audit functionXiao Guangrong2011-12-272-29/+28
* | | | | | KVM: MMU: remove oos_shadow parameterXiao Guangrong2011-12-272-8/+0
* | | | | | KVM: MMU: move the relevant mmu code to mmu.cXiao Guangrong2011-12-273-11/+12
* | | | | | KVM: x86: remove the dead code of KVM_EXIT_HYPERCALLXiao Guangrong2011-12-271-4/+0
* | | | | | KVM: MMU: audit: replace mmu audit tracepoint with jump-labelXiao Guangrong2011-12-274-41/+26
* | | | | | jump-label: export jump_label_inc/jump_label_decXiao Guangrong2011-12-271-0/+2
* | | | | | KVM: Refactor and simplify kvm_dev_ioctl_get_supported_cpuidSasha Levin2011-12-271-50/+63
* | | | | | KVM: expose latest Intel cpu new features (BMI1/BMI2/FMA/AVX2) to guestLiu, Jinsong2011-12-272-2/+5
* | | | | | KVM: Move cpuid code to new fileAvi Kivity2011-12-277-635/+679
* | | | | | KVM: x86 emulator: Use opcode::execute for INS/OUTS from/to port in DXTakuya Yoshikawa2011-12-271-12/+2
* | | | | | KVM: Allow aligned byte and word writes to IOAPIC registers.Julian Stecklina2011-12-271-3/+12
* | | | | | KVM: IA64: fix struct redefinitionXiao Guangrong2011-12-271-2/+2
* | | | | | KVM: introduce a table to map slot id to index in memslots arrayXiao Guangrong2011-12-272-7/+13