Age | Commit message (Expand) | Author |
2021-10-27 | tracing: Increase PERF_MAX_TRACE_SIZE to handle Sentinel1 and docker together | Robin H. Johnson |
2021-10-27 | ftrace: disable preemption when recursion locked | 王贇 |
2021-10-21 | tracing: Explain the trace recursion transition bit better | Steven Rostedt (VMware) |
2021-10-21 | ftrace: Add multi direct modify interface | Jiri Olsa |
2021-10-21 | ftrace: Add multi direct register/unregister interface | Jiri Olsa |
2021-10-20 | x86/ftrace: Make function graph use ftrace directly | Steven Rostedt (VMware) |
2021-10-19 | tracing/perf: Add interrupt_context_level() helper | Steven Rostedt (VMware) |
2021-10-19 | tracing: Reuse logic from perf's get_recursion_context() | Steven Rostedt (VMware) |
2021-10-19 | tracing: Use linker magic instead of recasting ftrace_ops_list_func() | Steven Rostedt (VMware) |
2021-10-10 | bootconfig: Cleanup dummy headers in tools/bootconfig | Masami Hiramatsu |
2021-10-10 | bootconfig: Replace u16 and u32 with uint16_t and uint32_t | Masami Hiramatsu |
2021-10-10 | bootconfig: Remove unused debug function | Masami Hiramatsu |
2021-10-10 | bootconfig: Rename xbc_destroy_all() to xbc_exit() | Masami Hiramatsu |
2021-10-10 | bootconfig: Add xbc_get_info() for the node information | Masami Hiramatsu |
2021-10-10 | bootconfig: Allocate xbc_data inside xbc_init() | Masami Hiramatsu |
2021-09-30 | x86/kprobes: Fixup return address in generic trampoline handler | Masami Hiramatsu |
2021-09-30 | objtool: Add frame-pointer-specific function ignore | Josh Poimboeuf |
2021-09-30 | kprobes: Add kretprobe_find_ret_addr() for searching return address | Masami Hiramatsu |
2021-09-30 | kprobes: treewide: Make it harder to refer kretprobe_trampoline directly | Masami Hiramatsu |
2021-09-30 | kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler() | Masami Hiramatsu |
2021-09-30 | kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_d... | Masami Hiramatsu |
2021-09-30 | kprobes: Use bool type for functions which returns boolean value | Masami Hiramatsu |
2021-09-30 | kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimi... | Masami Hiramatsu |
2021-09-30 | kprobes: Use IS_ENABLED() instead of kprobes_built_in() | Masami Hiramatsu |
2021-09-30 | kprobes: Fix coding style issues | Masami Hiramatsu |
2021-09-30 | kprobes: Make arch_check_ftrace_location static | Punit Agrawal |
2021-09-30 | kprobe: Simplify prepare_kprobe() by dropping redundant version | Punit Agrawal |
2021-09-26 | Merge tag 'x86-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2021-09-26 | Merge tag 'irq-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2021-09-25 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-09-25 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds |
2021-09-25 | Merge tag 'for-linus-5.15b-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2021-09-25 | Merge tag 'erofs-for-5.15-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2021-09-25 | Merge tag 'char-misc-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2021-09-25 | Merge tag 'usb-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds |
2021-09-24 | mm/debug: sync up latest migrate_reason to migrate_reason_names | Weizhao Ouyang |
2021-09-24 | mm: fs: invalidate bh_lrus for only cold path | Minchan Kim |
2021-09-24 | Merge tag 'acpi-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds |
2021-09-24 | Merge tag 'irqchip-fixes-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel... | Thomas Gleixner |
2021-09-23 | Revert "ACPI: Add memory semantics to acpi_os_map_memory()" | Jia He |
2021-09-23 | Merge tag 'for-linus-rseq' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2021-09-23 | Merge tag 'net-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2021-09-23 | erofs: fix up erofs_lookup tracepoint | Gao Xiang |
2021-09-22 | entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume() | Sean Christopherson |
2021-09-22 | irqdomain: Change the type of 'size' in __irq_domain_add() to be consistent | Bixuan Cui |
2021-09-22 | scsi: core: Remove 'current_tag' | Hannes Reinecke |
2021-09-20 | Merge tag 'afs-fixes-20210913' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2021-09-20 | Merge tag '5.15-rc1-smb3' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds |
2021-09-20 | x86/fault: Fix wrong signal when vsyscall fails with pkey | Jiashuo Liang |
2021-09-20 | swiotlb-xen: this is PV-only on x86 | Jan Beulich |