| Commit message (Expand) | Author | Age | Files | Lines |
* | ftrace: Cleanup ftrace_dyn_arch_init() | Weizhao Ouyang | 2021-10-09 | 1 | -0/+5 |
* | tracing: Disable "other" permission bits in the tracefs files | Steven Rostedt (VMware) | 2021-10-09 | 15 | -96/+103 |
* | tracing: Initialize upper and lower vars in pid_list_refill_irq() | Steven Rostedt (VMware) | 2021-10-07 | 1 | -2/+2 |
* | tracing: Create a sparse bitmask for pid filtering | Steven Rostedt (VMware) | 2021-10-05 | 2 | -35/+445 |
* | tracing: Place trace_pid_list logic into abstract functions | Steven Rostedt (VMware) | 2021-10-05 | 7 | -61/+217 |
* | x86/kprobes: Fixup return address in generic trampoline handler | Masami Hiramatsu | 2021-10-01 | 1 | -0/+11 |
* | tracing: Show kretprobe unknown indicator only for kretprobe_trampoline | Masami Hiramatsu | 2021-10-01 | 1 | -13/+4 |
* | kprobes: Enable stacktrace from pt_regs in kretprobe handler | Masami Hiramatsu | 2021-10-01 | 1 | -0/+7 |
* | kprobes: Add kretprobe_find_ret_addr() for searching return address | Masami Hiramatsu | 2021-10-01 | 1 | -26/+83 |
* | kprobes: treewide: Make it harder to refer kretprobe_trampoline directly | Masami Hiramatsu | 2021-10-01 | 1 | -1/+1 |
* | kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler() | Masami Hiramatsu | 2021-10-01 | 1 | -2/+1 |
* | kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_d... | Masami Hiramatsu | 2021-10-01 | 1 | -6/+1 |
* | kprobes: Use bool type for functions which returns boolean value | Masami Hiramatsu | 2021-10-01 | 2 | -14/+14 |
* | kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimi... | Masami Hiramatsu | 2021-10-01 | 1 | -5/+5 |
* | kprobes: Add assertions for required lock | Masami Hiramatsu | 2021-10-01 | 1 | -7/+12 |
* | kprobes: Fix coding style issues | Masami Hiramatsu | 2021-10-01 | 1 | -114/+122 |
* | kprobes: treewide: Cleanup the error messages for kprobes | Masami Hiramatsu | 2021-10-01 | 1 | -20/+16 |
* | kprobes: Make arch_check_ftrace_location static | Punit Agrawal | 2021-10-01 | 1 | -2/+2 |
* | kprobe: Simplify prepare_kprobe() by dropping redundant version | Punit Agrawal | 2021-10-01 | 1 | -14/+9 |
* | kprobes: Use helper to parse boolean input from userspace | Punit Agrawal | 2021-10-01 | 1 | -22/+6 |
* | kprobes: Do not use local variable when creating debugfs file | Punit Agrawal | 2021-10-01 | 1 | -2/+1 |
* | Merge tag 'timers-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2021-09-26 | 1 | -1/+2 |
|\ |
|
| * | posix-cpu-timers: Prevent spuriously armed 0-value itimer | Frederic Weisbecker | 2021-09-23 | 1 | -1/+2 |
* | | Merge tag 'irq-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2021-09-26 | 1 | -1/+1 |
|\ \ |
|
| * \ | Merge tag 'irqchip-fixes-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel... | Thomas Gleixner | 2021-09-24 | 1 | -1/+1 |
| |\ \
| | |/
| |/| |
|
| | * | irqdomain: Change the type of 'size' in __irq_domain_add() to be consistent | Bixuan Cui | 2021-09-22 | 1 | -1/+1 |
* | | | Merge tag 'block-5.15-2021-09-25' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-09-26 | 1 | -0/+8 |
|\ \ \ |
|
| * | | | blktrace: Fix uaf in blk_trace access after removing by sysfs | Zhihao Cheng | 2021-09-24 | 1 | -0/+8 |
* | | | | entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume() | Sean Christopherson | 2021-09-22 | 2 | -6/+2 |
* | | | | KVM: rseq: Update rseq when processing NOTIFY_RESUME on xfer to KVM guest | Sean Christopherson | 2021-09-22 | 2 | -4/+14 |
| |/ /
|/| | |
|
* | | | Merge tag 'perf-urgent-2021-09-19' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2021-09-19 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | events: Reuse value read using READ_ONCE instead of re-reading it | Baptiste Lepers | 2021-09-15 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge tag 'locking-urgent-2021-09-19' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2021-09-19 | 1 | -20/+45 |
|\ \ \ |
|
| * | | | locking/rwbase: Take care of ordering guarantee for fastpath reader | Boqun Feng | 2021-09-15 | 1 | -2/+19 |
| * | | | locking/rwbase: Extract __rwbase_write_trylock() | Peter Zijlstra | 2021-09-15 | 1 | -18/+26 |
| * | | | locking/rwbase: Properly match set_and_save_state() to restore_state() | Peter Zijlstra | 2021-09-15 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge tag 'dma-mapping-5.15-1' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2021-09-17 | 2 | -2/+4 |
|\ \ \ |
|
| * | | | dma-debug: prevent an error message from causing runtime problems | Hamza Mahfooz | 2021-09-13 | 1 | -1/+2 |
| * | | | dma-mapping: fix the kerneldoc for dma_map_sg_attrs | Christoph Hellwig | 2021-09-06 | 1 | -1/+2 |
* | | | | Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2021-09-16 | 5 | -44/+22 |
|\ \ \ \ |
|
| * \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2021-09-14 | 5 | -44/+22 |
| |\ \ \ \ |
|
| | * | | | | bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed mode | Daniel Borkmann | 2021-09-14 | 1 | -40/+10 |
| | * | | | | bpf: Add oversize check before call kvcalloc() | Bixuan Cui | 2021-09-14 | 1 | -0/+2 |
| | * | | | | bpf, mm: Fix lockdep warning triggered by stack_map_get_build_id_offset() | Yonghong Song | 2021-09-10 | 1 | -2/+8 |
| | * | | | | bpf: Relicense disassembler as GPL-2.0-only OR BSD-2-Clause | Daniel Borkmann | 2021-09-02 | 2 | -2/+2 |
* | | | | | | memblock: introduce saner 'memblock_free_ptr()' interface | Linus Torvalds | 2021-09-14 | 1 | -2/+2 |
| |_|_|/ /
|/| | | | |
|
* | | | | | Merge tag 'sched_urgent_for_v5.15_rc1' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2021-09-12 | 2 | -5/+5 |
|\ \ \ \ \ |
|
| * | | | | | sched: Prevent balance_push() on remote runqueues | Thomas Gleixner | 2021-09-09 | 1 | -3/+3 |
| * | | | | | sched/idle: Make the idle timer expire in hard interrupt context | Sebastian Andrzej Siewior | 2021-09-09 | 1 | -2/+2 |
* | | | | | | Merge tag 'locking_urgent_for_v5.15_rc1' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2021-09-12 | 3 | -84/+118 |
|\ \ \ \ \ \ |
|