aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/debugging-modules.txt (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-19perf script: Replace __event_name uses with perf_evsel__nameArnaldo Carvalho de Melo1-18/+20
2012-06-19perf tools: Move all users of event_name to perf_evsel__nameArnaldo Carvalho de Melo15-55/+40
2012-06-19perf evsel: Handle all event types in perf_evsel__nameArnaldo Carvalho de Melo2-31/+14
2012-06-19perf tools: Reconstruct sw event with modifiers from perf_event_attrArnaldo Carvalho de Melo3-16/+34
2012-06-19perf tools: Reconstruct hw cache event with modifiers from perf_event_attrArnaldo Carvalho de Melo3-101/+134
2012-06-19perf evsel: Carve out event modifier formattingArnaldo Carvalho de Melo1-6/+11
2012-06-19perf hists browser: Implement printing snapshots to filesArnaldo Carvalho de Melo1-0/+195
2012-06-19perf lib: Introduce rtrimArnaldo Carvalho de Melo2-0/+24
2012-06-19perf ui/gtk: Use struct perf_error_opsNamhyung Kim2-0/+91
2012-06-19perf ui/gtk: Add GTK info_bar widget to browser windowNamhyung Kim4-0/+61
2012-06-19perf ui/gtk: Add GTK statusbar widget to browser windowNamhyung Kim2-1/+27
2012-06-19perf ui/gtk: Introduce struct perf_gtk_contextNamhyung Kim3-1/+47
2012-06-19perf ui: Introduce struct perf_error_opsNamhyung Kim8-226/+357
2012-06-19perf tools: Add sort by src line/numberArnaldo Carvalho de Melo5-2/+54
2012-06-16uprobes: Remove the unnecessary initialization in add_utask()Oleg Nesterov1-1/+0
2012-06-16uprobes: __copy_insn() needs "loff_t offset"Oleg Nesterov1-6/+6
2012-06-16uprobes: Don't use loff_t for the valid virtual addressOleg Nesterov1-17/+9
2012-06-16uprobes: Simplify the usage of uprobe->pending_listOleg Nesterov1-8/+4
2012-06-16uprobes: Move BUG_ON(UPROBE_SWBP_INSN_SIZE) from write_opcode() to install_breakpoint()Oleg Nesterov1-6/+5
2012-06-16uprobes: No need to re-check vma_address() in write_opcode()Oleg Nesterov1-5/+0
2012-06-16uprobes: Copy_insn() should not return -ENOMEM if __copy_insn() failsOleg Nesterov1-4/+4
2012-06-16uprobes: Copy_insn() shouldn't depend on mm/vma/vaddrOleg Nesterov1-9/+6
2012-06-16uprobes: Document uprobe_register() vs uprobe_mmap() racePeter Zijlstra1-3/+28
2012-06-16uprobes: Change build_map_info() to try kmalloc(GFP_NOWAIT) firstOleg Nesterov1-0/+10
2012-06-16uprobes: Rework register_for_each_vma() to make it O(n)Oleg Nesterov1-113/+86
2012-06-16uprobes: Install_breakpoint() should fail if is_swbp_insn() == TOleg Nesterov1-1/+1
2012-06-16uprobes: Write_opcode()->__replace_page() can race with try_to_unmap()Oleg Nesterov1-28/+13
2012-06-16uprobes: __copy_insn() should ensure a_ops->readpage != NULLOleg Nesterov1-0/+3
2012-06-16uprobes: Valid_vma() should reject VM_HUGETLBOleg Nesterov1-1/+2
2012-06-11perf/x86: Convert obsolete simple_strtoul() usage to kstrtoul()Shuah Khan1-1/+6
2012-06-08Linux 3.5-rc2Linus Torvalds1-1/+1
2012-06-08mm, oom: fix badness score underflowDavid Rientjes1-2/+2
2012-06-08sched/fair: fix lots of kernel-doc warningsRandy Dunlap1-16/+6
2012-06-08Revert "drm/i915/crt: Do not rely upon the HPD presence pin"Linus Torvalds1-5/+3
2012-06-08Revert "vfs: stop d_splice_alias creating directory aliases"Linus Torvalds1-6/+10
2012-06-08uprobes: Pass probed vaddr to arch_uprobe_analyze_insn()Ananth N Mavinakayanahalli3-3/+4
2012-06-08x86/nmi: Fix section mismatch warnings on 32-bitDon Zickus2-2/+16
2012-06-08powerpc: Fix kernel panic during kernel module loadSteffen Rumler1-6/+5
2012-06-08x86/uv: Fix UV2 BAU legacy modeCliff Wickman2-2/+0
2012-06-08x86/mm: Only add extra pages count for the first memory range during pre-allocation early page table spaceYinghai Lu1-1/+2
2012-06-08init: Drop initcall level outputBorislav Petkov1-6/+1
2012-06-08module_param: stop double-calling parameters.Rusty Russell2-6/+6
2012-06-08powerpc/time: Sanity check of decrementer expiration is necessaryPaul Mackerras1-3/+11
2012-06-07Revert "mm: correctly synchronize rss-counters at exit/exec"Linus Torvalds3-16/+6
2012-06-07ext4: don't set i_flags in EXT4_IOC_SETFLAGSTao Ma1-1/+0
2012-06-07ext4: fix the free blocks calculation for ext3 file systems w/ uninit_bgTheodore Ts'o1-4/+4
2012-06-07mm: correctly synchronize rss-counters at exit/execKonstantin Khlebnikov3-6/+16
2012-06-07btree: catch NULL value before it does harmJoern Engel1-0/+1
2012-06-07btree: fix tree corruption in btree_get_prev()Roland Dreier1-2/+2
2012-06-07ipc: shm: restore MADV_REMOVE functionality on shared memory segmentsWill Deacon1-0/+12