aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2024-02-20Merge tag 'v5.4.268' into v5.4/standard/baseBruce Ashfield
2024-01-25kdb: Fix a potential buffer overflow in kdb_local()Christophe JAILLET
2024-01-25kdb: Censor attempts to set PROMPT without ENABLE_MEM_READDaniel Thompson
2024-01-25tick-sched: Fix idle and iowait sleeptime accounting vs CPU hotplugHeiko Carstens
2024-01-25dma-mapping: clear dev->dma_mem to NULL after freeing itJoakim Zhang
2024-01-25bpf, lpm: Fix check prefixlen before walking trieFlorian Lehner
2024-01-25ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMISteven Rostedt (Google)
2024-01-25tracing: Add size check when printing trace_marker outputSteven Rostedt (Google)
2024-01-25tracing: Have large events show up as '[LINE TOO BIG]' instead of nothingSteven Rostedt (Google)
2024-01-11Merge tag 'v5.4.266' into v5.4/standard/baseBruce Ashfield
2024-01-08ring-buffer: Fix wake ups when buffer_percent is set to 100Steven Rostedt (Google)
2023-12-27Merge tag 'v5.4.265' into v5.4/standard/baseBruce Ashfield
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-19Merge tag 'v5.4.264' into v5.4/standard/baseBruce Ashfield
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: Fix a possible race when disabling buffered eventsPetr Pavlu
2023-12-13tracing: Fix incomplete locking when disabling buffered eventsPetr Pavlu
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-03Merge tag 'v5.4.262' into v5.4/standard/baseBruce Ashfield
2023-12-03Merge tag 'v5.4.261' into v5.4/standard/baseBruce Ashfield
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-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-28genirq/generic_chip: Make irq_remove_generic_chip() irqdomain awareHerve Codina
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-28kgdb: Flush console before entering kgdb on panicDouglas Anderson
2023-11-28crypto: pcrypt - Fix hungtask for PADATA_RESETLu Jialin
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-20genirq/matrix: Exclude managed interrupts in irq_matrix_allocated()Chen Yu
2023-11-17Merge tag 'v5.4.260' into v5.4/standard/baseBruce Ashfield
2023-11-17Merge tag 'v5.4.259' into v5.4/standard/baseBruce Ashfield
2023-11-08perf/core: Fix potential NULL derefPeter Zijlstra
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-12Merge tag 'v5.4.258' into v5.4/standard/baseBruce Ashfield
2023-10-10ring-buffer: Update "shortest_full" in pollingSteven Rostedt (Google)
2023-10-10ring-buffer: Avoid softlockup in ring_buffer_resize()Zheng Yejian
2023-10-10bpf: Avoid deadlock when using queue and stack maps from NMIToke Høiland-Jørgensen
2023-10-10tracing: Increase trace array ref count on enable and filter filesSteven Rostedt (Google)