summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-01-10bpf: Fix a verifier bug due to incorrect branch offset comparison with cpu=v4Yonghong Song
2024-01-10ring-buffer: Fix 32-bit rb_time_read() race with rb_time_cmpxchg()Mathieu Desnoyers
2024-01-10genirq/affinity: Move group_cpus_evenly() into lib/Ming Lei
2024-01-10genirq/affinity: Rename irq_build_affinity_masks as group_cpus_evenlyMing Lei
2024-01-10genirq/affinity: Don't pass irq_affinity_desc array to irq_build_affinity_masksMing Lei
2024-01-10genirq/affinity: Pass affinity managed mask array to irq_build_affinity_masksMing Lei
2024-01-10genirq/affinity: Remove the 'firstvec' parameter from irq_build_affinity_masksMing Lei
2024-01-10bpf: fix precision backtracking instruction iterationAndrii Nakryiko
2024-01-10bpf: handle ldimm64 properly in check_cfg()Andrii Nakryiko
2024-01-10bpf: Support new 32bit offset jmp instructionYonghong Song
2024-01-10bpf: clean up visit_insn()'s instruction processingAndrii Nakryiko
2024-01-10bpf: Remove unused insn_cnt argument from visit_[func_call_]insn()Andrii Nakryiko
2024-01-10bpf: remove unnecessary prune and jump pointsAndrii Nakryiko
2024-01-10bpf: decouple prune and jump pointsAndrii Nakryiko
2024-01-10bpf, x64: Fix tailcall infinite loopLeon Hwang
2024-01-10srcu: Fix callbacks acceleration mishandlingFrederic Weisbecker
2024-01-10cpu/SMT: Make SMT control more robust against enumeration failuresThomas Gleixner
2024-01-10cpu/SMT: Create topology_smt_thread_allowed()Michael Ellerman
2024-01-05tracing/kprobes: Fix symbol counting logic by looking at modules as wellAndrii Nakryiko
2024-01-05kallsyms: Make module_kallsyms_on_each_symbol generally availableJiri Olsa
2024-01-05ring-buffer: Fix slowpath of interrupted eventSteven Rostedt (Google)
2024-01-05ring-buffer: Remove useless update to write_stamp in rb_try_to_discard()Steven Rostedt (Google)
2024-01-05tracing: Fix blocked reader of snapshot bufferSteven Rostedt (Google)
2024-01-05ring-buffer: Fix wake ups when buffer_percent is set to 100Steven Rostedt (Google)
2024-01-01tracing / synthetic: Disable events after testing in synth_event_gen_test_init()Steven Rostedt (Google)
2024-01-01bpf: Fix prog_array_map_poke_run map poke updateJiri Olsa
2023-12-20ring-buffer: Have rb_time_cmpxchg() set the msb counter tooSteven Rostedt (Google)
2023-12-20ring-buffer: Do not try to put back write_stampSteven Rostedt (Google)
2023-12-20ring-buffer: Fix a race in rb_time_cmpxchg() for 32 bit archsSteven Rostedt (Google)
2023-12-20ring-buffer: Fix writing to the buffer with max_data_sizeSteven Rostedt (Google)
2023-12-20ring-buffer: Have saved event hold the entire eventSteven Rostedt (Google)
2023-12-20ring-buffer: Do not update before stamp when switching sub-buffersSteven Rostedt (Google)
2023-12-20tracing: Update snapshot buffer on resize if it is allocatedSteven Rostedt (Google)
2023-12-20ring-buffer: Fix memory leak of free pageSteven Rostedt (Google)
2023-12-20perf: Fix perf_event_validate_size() lockdep splatMark Rutland
2023-12-20cred: switch to using atomic_long_tJens Axboe
2023-12-13perf: Fix perf_event_validate_size()Peter Zijlstra
2023-12-13tracing: Stop current tracer when resizing bufferSteven Rostedt (Google)
2023-12-13tracing: Set actual size after ring buffer resizeZheng Yejian
2023-12-13ring-buffer: Force absolute timestamp on discard of eventSteven Rostedt (Google)
2023-12-13tracing: Fix a possible race when disabling buffered eventsPetr Pavlu
2023-12-13tracing: Fix incomplete locking when disabling buffered eventsPetr Pavlu
2023-12-13tracing: Disable snapshot buffer when stopping instance tracersSteven Rostedt (Google)
2023-12-13tracing: Always update snapshot buffer sizeSteven Rostedt (Google)
2023-12-13cgroup_freezer: cgroup_freezing: Check if not frozenTim Van Patten
2023-12-13ring-buffer: Test last update in 32bit version of __rb_time_read()Steven Rostedt (Google)
2023-12-13kprobes: consistent rcu api usage for kretprobe holderJP Kobryn
2023-12-13rethook: Use __rcu pointer for rethook::handlerMasami Hiramatsu (Google)
2023-12-13tracing: Fix a warning when allocating buffered events failsPetr Pavlu
2023-12-13hrtimers: Push pending hrtimers away from outgoing CPU earlierThomas Gleixner