summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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-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-13perf/core: Add a new read format to get a number of lost samplesNamhyung Kim
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-13tracing: Fix a warning when allocating buffered events failsPetr Pavlu
2023-12-13hrtimers: Push pending hrtimers away from outgoing CPU earlierThomas Gleixner
2023-12-08Revert "workqueue: remove unused cancel_work()"Andrey Grodzovsky
2023-12-08lockdep: Fix block chain corruptionPeter Zijlstra
2023-11-28tracing: Have trace_event_file have ref countersSteven Rostedt (Google)
2023-11-28kernel/reboot: emergency_restart: Set correct system_stateBenjamin Bara
2023-11-28genirq/generic_chip: Make irq_remove_generic_chip() irqdomain awareHerve Codina
2023-11-28rcu: kmemleak: Ignore kmemleak false positives when RCU-freeing objectsCatalin Marinas
2023-11-28PM: hibernate: Clean up sync_read handling in snapshot_write_next()Brian Geffon
2023-11-28PM: hibernate: Use __get_safe_page() rather than touching the listBrian Geffon
2023-11-28watchdog: move softlockup_panic back to early_paramKrister Johansen
2023-11-28audit: don't WARN_ON_ONCE(!current->mm) in audit_exe_compare()Paul Moore
2023-11-28audit: don't take task_lock() in audit_exe_compare() code pathPaul Moore
2023-11-28bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_ENDShung-Hsi Yu
2023-11-28bpf: Fix check_stack_write_fixed_off() to correctly spill immHao Sun
2023-11-28kgdb: Flush console before entering kgdb on panicDouglas Anderson
2023-11-28crypto: pcrypt - Fix hungtask for PADATA_RESETLu Jialin
2023-11-28bpf: Detect IP == ksym.end as part of BPF programKumar Kartikeya Dwivedi
2023-11-28perf/core: Bail out early if the request AUX area is out of boundShuai Xue
2023-11-28locking/ww_mutex/test: Fix potential workqueue corruptionJohn Stultz
2023-11-20tracing/kprobes: Fix the order of argument descriptionsYujie Liu
2023-11-20livepatch: Fix missing newline character in klp_resolve_symbols()Zheng Yejian
2023-11-20padata: Fix refcnt handling in padata_free_shell()WangJinchao
2023-11-20padata: Convert from atomic_t to refcount_t on parallel_data->refcntXiyu Yang
2023-11-20genirq/matrix: Exclude managed interrupts in irq_matrix_allocated()Chen Yu
2023-11-20futex: Don't include process MM in futex key on no-MMUBen Wolsieffer
2023-11-20sched/uclamp: Ignore (util == 0) optimization in feec() when p_util_max = 0Qais Yousef
2023-11-08perf/core: Fix potential NULL derefPeter Zijlstra
2023-11-08tracing/kprobes: Fix the description of variable length argumentsYujie Liu
2023-10-25perf: Disallow mis-matched inherited group readsPeter Zijlstra
2023-10-25tracing: relax trace_event_eval_update() execution with cond_resched()Clément Léger
2023-10-25cgroup: Remove duplicates in cgroup v1 tasks fileMichal Koutný
2023-10-25workqueue: Override implicit ordered attribute in workqueue_apply_unbound_cpu...Waiman Long
2023-10-10ring-buffer: Fix bytes info in per_cpu buffer statsZheng Yejian