summaryrefslogtreecommitdiffstats
path: root/Kconfig (unfollow)
Commit message (Expand)AuthorFilesLines
2013-07-30perf: Account freq events per cpuFrederic Weisbecker1-0/+7
2013-07-30perf: Migrate per cpu event accountingFrederic Weisbecker1-0/+2
2013-07-30perf: Split the per-cpu accounting part of the event accounting codeFrederic Weisbecker1-32/+55
2013-07-30perf: Factor out event accounting code to account_event()/__free_event()Frederic Weisbecker1-32/+47
2013-07-30perf: Sanitize get_callchain_buffer()Frederic Weisbecker2-20/+23
2013-07-30perf: Fix branch stack refcount leak on callchain init failureFrederic Weisbecker1-6/+6
2013-07-23sched: Micro-optimize the smart wake-affine logicPeter Zijlstra3-2/+8
2013-07-23sched: Implement smarter wake-affine logicMichael Wang2-0/+50
2013-07-23sched: Move h_load calculation to task_h_load()Vladimir Davydov2-35/+30
2013-07-23perf tools: Add test for converting perf time to/from TSCAdrian Hunter7-0/+268
2013-07-23perf/x86: Add ability to calculate TSC from perf sample timestampsAdrian Hunter4-2/+33
2013-07-23perf: Fix broken union in 'struct perf_event_mmap_page'Adrian Hunter1-3/+5
2013-07-23perf: Update perf_event_type documentationPeter Zijlstra2-16/+33
2013-07-23kprobes/x86: Call out into INT3 handler directly instead of using notifierJiri Kosina4-24/+15
2013-07-22perf tools: Move weight back to common sort keysAndi Kleen2-5/+5
2013-07-22perf tests: Add broken install-* tests into tests/makeJiri Olsa1-0/+31
2013-07-22perf tests: Add 'make install/install-bin' tests into tests/makeJiri Olsa1-0/+9
2013-07-22perf tests: Add DESTDIR=TMP_DEST tests/make variableJiri Olsa1-4/+8
2013-07-22perf tests: Rename TMP to TMP_O tests/make variableJiri Olsa1-4/+4
2013-07-22perf tests: Run ctags/cscope make tests only with needed binariesJiri Olsa1-2/+9
2013-07-22perf tools: Fix build with perl 5.18Kirill A. Shutemov1-2/+2
2013-07-22perf tools: Support callchain sorting based on addressesAndi Kleen5-9/+34
2013-07-22perf bench: Fix memcpy benchmark for large sizesAndi Kleen1-0/+2
2013-07-22perf evsel: Handle ENODEV on default cycles eventDavid Ahern1-1/+1
2013-07-22perf script: Fix named threads supportDavid Ahern5-15/+21
2013-07-19kprobes/x86: Remove unused text_poke_smp() and text_poke_smp_batch() functionsMasami Hiramatsu3-112/+2
2013-07-19kprobes/x86: Use text_poke_bp() instead of text_poke_smp*()Masami Hiramatsu3-84/+23
2013-07-19kprobes/x86: Remove an incorrect comment about int3 in NMI/MCEMasami Hiramatsu1-10/+0
2013-07-18vlan: fix a race in egress prio managementEric Dumazet1-0/+7
2013-07-18vlan: mask vlan prio bitsEric Dumazet3-5/+11
2013-07-18macvtap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGSJason Wang1-25/+37
2013-07-18tuntap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGSJason Wang1-24/+38
2013-07-18pkt_sched: sch_qfq: remove a source of high packet delay/jitterPaolo Valente1-29/+56
2013-07-18md/raid1: fix bio handling problems in process_checks()NeilBrown1-23/+30
2013-07-18md: Remove recent change which allows devices to skip recovery.NeilBrown1-14/+0
2013-07-18md/raid10: fix two problems with RAID10 resync.NeilBrown1-2/+9
2013-07-17drm/radeon/dpm: add debugfs support for RS780/RS880 (v3)Alex Deucher4-0/+31
2013-07-17drm/radeon/dpm/atom: fix broken gcc harderAlex Deucher1-3/+6
2013-07-17perf header: Recognize version number for perf data fileJiri Olsa2-5/+13
2013-07-17xen-netfront: pull on receive skb may need to happen earlierJan Beulich1-18/+13
2013-07-17vxlan: add necessary locking on device removalstephen hemminger1-0/+6
2013-07-17perf header: Introduce feat_offset into perf_headerJiri Olsa2-2/+5
2013-07-17perf header: Remove attr_offset from perf_headerJiri Olsa2-3/+3
2013-07-17perf header: Remove data_offset seek as it's not neededJiri Olsa1-2/+0
2013-07-17perf session: Use session->fd instead of passing fd as argumentJiri Olsa3-9/+8
2013-07-17drm/radeon/dpm/atom: restructure logic to work around a compiler bugAndre Heider1-2/+3
2013-07-17drm/radeon/dpm: fix atom vram table parsingAlex Deucher1-16/+10
2013-07-17drm/radeon: fix an endian bug in atom table parsingAlex Deucher1-1/+1
2013-07-17drm/radeon: add a module parameter to disable aspmAlex Deucher6-12/+27
2013-07-17perf tests: Check proper prev_state size for sched_switch tpJiri Olsa1-1/+1