Age | Commit message (Expand) | Author | Files | Lines |
2023-08-11 | Merge tag 'pm-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 1 | -1/+1 |
2023-08-07 | Merge tag 'wq-for-6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+42 |
2023-08-07 | PM: hibernate: fix resume_store() return value when hibernation not available | Vlastimil Babka | 1 | -1/+1 |
2023-08-03 | Merge tag 'net-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 2 | -19/+33 |
2023-08-03 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 2 | -19/+33 |
2023-07-31 | bpf, cpumap: Handle skb as well when clean up ptr_ring | Hou Tao | 1 | -4/+10 |
2023-07-31 | bpf, cpumap: Make sure kthread is running before map update returns | Hou Tao | 1 | -10/+11 |
2023-07-30 | Merge tag 'probes-fixes-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -5/+17 |
2023-07-30 | Merge tag 'locking_urgent_for_v6.5_rc4' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 4 | -76/+155 |
2023-07-29 | Merge tag 'trace-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 5 | -22/+21 |
2023-07-29 | kprobes: Prohibit probing on CFI preamble symbol | Masami Hiramatsu (Google) | 1 | -1/+13 |
2023-07-28 | tracing: Fix warning in trace_buffered_event_disable() | Zheng Yejian | 1 | -10/+4 |
2023-07-28 | tracing: Fix kernel-doc warnings in trace_seq.c | Gaosheng Cui | 1 | -0/+1 |
2023-07-28 | tracing: Fix kernel-doc warnings in trace_events_trigger.c | Gaosheng Cui | 1 | -0/+2 |
2023-07-28 | tracing/synthetic: Fix kernel-doc warnings in trace_events_synth.c | Gaosheng Cui | 1 | -0/+1 |
2023-07-28 | ring-buffer: Fix kernel-doc warnings in ring_buffer.c | Gaosheng Cui | 1 | -2/+1 |
2023-07-28 | ring-buffer: Fix wrong stat of cpu_buffer->read | Zheng Yejian | 1 | -10/+12 |
2023-07-26 | mm: suppress mm fault logging if fatal signal already pending | Linus Torvalds | 1 | -0/+4 |
2023-07-26 | tracing/probes: Fix to add NULL check for BTF APIs | Masami Hiramatsu (Google) | 1 | -4/+4 |
2023-07-25 | bpf: Disable preemption in bpf_event_output | Jiri Olsa | 1 | -1/+5 |
2023-07-25 | bpf: Disable preemption in bpf_perf_event_output | Jiri Olsa | 1 | -4/+7 |
2023-07-25 | workqueue: Scale up wq_cpu_intensive_thresh_us if BogoMIPS is below 4000 | Tejun Heo | 1 | -1/+42 |
2023-07-23 | Merge tag 'trace-v6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 4 | -7/+17 |
2023-07-23 | tracing/histograms: Return an error if we fail to add histogram to hist_vars ... | Mohamed Khalfella | 1 | -1/+2 |
2023-07-23 | ring-buffer: Do not swap cpu_buffer during resize process | Chen Lin | 2 | -2/+15 |
2023-07-23 | tracing: Remove unused extern declaration tracing_map_set_field_descr() | YueHaibing | 1 | -4/+0 |
2023-07-20 | Merge tag 'net-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 1 | -7/+25 |
2023-07-18 | bpf: Repeat check_max_stack_depth for async callbacks | Kumar Kartikeya Dwivedi | 1 | -2/+19 |
2023-07-18 | bpf: Fix subprog idx logic in check_max_stack_depth | Kumar Kartikeya Dwivedi | 1 | -5/+6 |
2023-07-18 | Merge tag 'mm-hotfixes-stable-2023-07-18-12-28' of git://git.kernel.org/pub/s... | Linus Torvalds | 1 | -5/+5 |
2023-07-17 | prctl: move PR_GET_AUXV out of PR_MCE_KILL | Miguel Ojeda | 1 | -5/+5 |
2023-07-17 | locking/rtmutex: Fix task->pi_waiters integrity | Peter Zijlstra | 4 | -76/+155 |
2023-07-16 | Merge tag 'sched_urgent_for_v6.5_rc2' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 3 | -10/+23 |
2023-07-16 | Merge tag 'hardening-v6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -3/+2 |
2023-07-16 | Merge tag 'probes-fixes-v6.5-rc1-2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 6 | -29/+24 |
2023-07-14 | Merge tag 'pm-6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 2 | -2/+8 |
2023-07-14 | Merge branches 'pm-sleep' and 'pm-qos' | Rafael J. Wysocki | 2 | -2/+8 |
2023-07-14 | tracing/probes: Fix to record 0-length data_loc in fetch_store_string*() if f... | Masami Hiramatsu (Google) | 3 | -12/+14 |
2023-07-13 | Merge tag 'net-6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 2 | -18/+27 |
2023-07-13 | Merge tag 'trace-v6.5-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 8 | -30/+81 |
2023-07-14 | Revert "tracing: Add "(fault)" name injection to kernel probes" | Masami Hiramatsu (Google) | 3 | -26/+9 |
2023-07-14 | tracing/probes: Fix to update dynamic data counter if fetcharg uses it | Masami Hiramatsu (Google) | 1 | -5/+7 |
2023-07-14 | tracing/probes: Fix not to count error code to total length | Masami Hiramatsu (Google) | 1 | -0/+2 |
2023-07-14 | tracing/probes: Fix to avoid double count of the string length on the array | Masami Hiramatsu (Google) | 1 | -2/+2 |
2023-07-14 | fprobes: Add a comment why fprobe_kprobe_handler exits if kprobe is running | Masami Hiramatsu (Google) | 1 | -0/+6 |
2023-07-13 | tracing: Fix memory leak of iter->temp when reading trace_pipe | Zheng Yejian | 1 | -0/+1 |
2023-07-12 | tracing/histograms: Add histograms to hist_vars if they have referenced varia... | Mohamed Khalfella | 1 | -3/+5 |
2023-07-12 | kallsyms: strip LTO-only suffixes from promoted global functions | Yonghong Song | 1 | -3/+2 |
2023-07-12 | tracing: Stop FORTIFY_SOURCE complaining about stack trace caller | Steven Rostedt (Google) | 1 | -2/+19 |
2023-07-12 | ftrace: Fix possible warning on checking all pages used in ftrace_process_locs() | Zheng Yejian | 1 | -14/+31 |