summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-11bootconfig: Add xbc_get_info() for the node informationMasami Hiramatsu4-0/+25
2021-10-11bootconfig: Allocate xbc_data inside xbc_init()Masami Hiramatsu4-27/+27
2021-10-09ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang13-61/+5
2021-10-09tracing: Disable "other" permission bits in the tracefs filesSteven Rostedt (VMware)15-96/+103
2021-10-09tracefs: Have tracefs directories not set OTH permission bits by defaultSteven Rostedt (VMware)1-1/+2
2021-10-07tracing: Initialize upper and lower vars in pid_list_refill_irq()Steven Rostedt (VMware)1-2/+2
2021-10-06tracing: Create a sparse bitmask for pid filteringSteven Rostedt (VMware)2-35/+445
2021-10-06tracing: Place trace_pid_list logic into abstract functionsSteven Rostedt (VMware)7-61/+217
2021-10-01x86/kprobes: Fixup return address in generic trampoline handlerMasami Hiramatsu3-2/+30
2021-10-01tracing: Show kretprobe unknown indicator only for kretprobe_trampolineMasami Hiramatsu1-13/+4
2021-10-01x86/unwind: Recover kretprobe trampoline entryMasami Hiramatsu4-8/+42
2021-10-01x86/kprobes: Push a fake return address at kretprobe_trampolineMasami Hiramatsu1-9/+25
2021-10-01kprobes: Enable stacktrace from pt_regs in kretprobe handlerMasami Hiramatsu1-0/+7
2021-10-01arm: kprobes: Make space for instruction pointer on stackMasami Hiramatsu1-0/+2
2021-10-01ia64: Add instruction_pointer_set() APIMasami Hiramatsu1-0/+5
2021-10-01ARC: Add instruction_pointer_set() APIMasami Hiramatsu1-0/+5
2021-10-01x86/kprobes: Add UNWIND_HINT_FUNC on kretprobe_trampoline()Josh Poimboeuf2-2/+16
2021-10-01objtool: Ignore unwind hints for ignored functionsJosh Poimboeuf1-1/+1
2021-10-01objtool: Add frame-pointer-specific function ignoreJosh Poimboeuf2-0/+24
2021-10-01kprobes: Add kretprobe_find_ret_addr() for searching return addressMasami Hiramatsu2-26/+105
2021-10-01kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu29-75/+76
2021-10-01kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu16-27/+29
2021-10-01kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_d...Masami Hiramatsu5-24/+3
2021-10-01ia64: kprobes: Fix to pass correct trampoline address to the handlerMasami Hiramatsu1-4/+5
2021-10-01kprobes: Use bool type for functions which returns boolean valueMasami Hiramatsu3-18/+18
2021-10-01kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimi...Masami Hiramatsu5-15/+16
2021-10-01kprobes: Add assertions for required lockMasami Hiramatsu1-7/+12
2021-10-01kprobes: Use IS_ENABLED() instead of kprobes_built_in()Masami Hiramatsu1-13/+1
2021-10-01kprobes: Fix coding style issuesMasami Hiramatsu2-131/+145
2021-10-01kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu7-40/+41
2021-10-01kprobes: Make arch_check_ftrace_location staticPunit Agrawal2-4/+2
2021-10-01csky: ftrace: Drop duplicate implementation of arch_check_ftrace_location()Punit Agrawal1-7/+0
2021-10-01kprobe: Simplify prepare_kprobe() by dropping redundant versionPunit Agrawal2-14/+14
2021-10-01kprobes: Use helper to parse boolean input from userspacePunit Agrawal1-22/+6
2021-10-01kprobes: Do not use local variable when creating debugfs filePunit Agrawal1-2/+1
2021-09-27Linux 5.15-rc3v5.15-rc3Linus Torvalds1-1/+1
2021-09-26Merge tag '5.15-rc2-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds8-260/+164
2021-09-26Merge tag 'edac_urgent_for_v5.15_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-2/+2
2021-09-26Merge tag 'thermal-v5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-8/+8
2021-09-26Merge tag 'x86-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-27/+39
2021-09-26Merge tag 'timers-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+2
2021-09-26Merge tag 'irq-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-17/+69
2021-09-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds17-39/+69
2021-09-26Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds35-300/+288
2021-09-26Merge tag 'io_uring-5.15-2021-09-25' of git://git.kernel.dk/linux-blockLinus Torvalds2-16/+72
2021-09-26Merge tag 'block-5.15-2021-09-25' of git://git.kernel.dk/linux-blockLinus Torvalds7-45/+55
2021-09-26Merge tag 'for-linus-5.15b-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds11-36/+28
2021-09-26Merge tag 'linux-kselftest-fixes-5.15-rc3' of git://git.kernel.org/pub/scm/li...Linus Torvalds6-33/+27
2021-09-25Merge tag 'erofs-for-5.15-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-5/+6
2021-09-25Merge tag '5.15-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-9/+21