summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-02-23sched/membarrier: reduce the ability to hammer on sys_membarrierLinus Torvalds1-0/+9
2024-02-23tracing: Inform kmemleak of saved_cmdlines allocationSteven Rostedt (Google)1-0/+3
2024-02-23ring-buffer: Clean ring_buffer_poll_wait() error returnVincent Donnefort1-1/+1
2024-02-23tracing: Fix wasted memory in saved_cmdlines logicSteven Rostedt (Google)1-38/+37
2024-02-23tracing/trigger: Fix to return error if failed to alloc snapshotMasami Hiramatsu (Google)1-2/+4
2024-02-23hrtimer: Report offline hrtimer enqueueFrederic Weisbecker1-0/+3
2024-02-23perf: Fix the nr_addr_filters fixPeter Zijlstra1-3/+1
2024-02-23bpf: Add map and need_defer parameters to .map_fd_put_ptr()Hou Tao4-10/+12
2024-02-23audit: Send netlink ACK before setting connection in auditd_setChris Riches1-7/+24
2024-02-23perf/core: Fix narrow startup race when creating the perf nr_addr_filters sys...Greg KH1-12/+28
2024-02-23tick/sched: Preserve number of idle sleeps across CPU hotplug eventsTim Chen1-0/+5
2024-02-23tracing: Ensure visibility when inserting an element into tracing_mapPetr Pavlu1-1/+6
2024-02-23PM: hibernate: Enforce ordering during image compression/decompressionHongchen Zhang1-19/+19
2024-01-25kdb: Fix a potential buffer overflow in kdb_local()Christophe JAILLET1-2/+0
2024-01-25kdb: Censor attempts to set PROMPT without ENABLE_MEM_READDaniel Thompson1-4/+8
2024-01-25tick-sched: Fix idle and iowait sleeptime accounting vs CPU hotplugHeiko Carstens1-0/+5
2024-01-25dma-mapping: clear dev->dma_mem to NULL after freeing itJoakim Zhang1-1/+3
2024-01-25bpf, lpm: Fix check prefixlen before walking trieFlorian Lehner1-0/+3
2024-01-25ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMISteven Rostedt (Google)1-0/+6
2024-01-25tracing: Add size check when printing trace_marker outputSteven Rostedt (Google)1-2/+4
2024-01-25tracing: Have large events show up as '[LINE TOO BIG]' instead of nothingSteven Rostedt (Google)1-1/+5
2024-01-08ring-buffer: Fix wake ups when buffer_percent is set to 100Steven Rostedt (Google)1-2/+7
2023-12-20ring-buffer: Fix memory leak of free pageSteven Rostedt (Google)1-0/+2
2023-12-20perf: Fix perf_event_validate_size() lockdep splatMark Rutland1-0/+10
2023-12-20cred: switch to using atomic_long_tJens Axboe1-32/+32
2023-12-13perf: Fix perf_event_validate_size()Peter Zijlstra1-23/+38
2023-12-13perf/core: Add a new read format to get a number of lost samplesNamhyung Kim2-4/+22
2023-12-13tracing: Fix a possible race when disabling buffered eventsPetr Pavlu1-4/+8
2023-12-13tracing: Fix incomplete locking when disabling buffered eventsPetr Pavlu1-8/+4
2023-12-13tracing: Always update snapshot buffer sizeSteven Rostedt (Google)1-2/+1
2023-12-13tracing: Fix a warning when allocating buffered events failsPetr Pavlu1-6/+5
2023-12-13hrtimers: Push pending hrtimers away from outgoing CPU earlierThomas Gleixner2-22/+19
2023-11-28tracing: Have trace_event_file have ref countersSteven Rostedt (Google)4-13/+47
2023-11-28kernel/reboot: emergency_restart: Set correct system_stateBenjamin Bara1-0/+1
2023-11-28PM: hibernate: Clean up sync_read handling in snapshot_write_next()Brian Geffon1-5/+1
2023-11-28PM: hibernate: Use __get_safe_page() rather than touching the listBrian Geffon1-4/+6
2023-11-28genirq/generic_chip: Make irq_remove_generic_chip() irqdomain awareHerve Codina1-6/+19
2023-11-28audit: don't WARN_ON_ONCE(!current->mm) in audit_exe_compare()Paul Moore1-1/+1
2023-11-28audit: don't take task_lock() in audit_exe_compare() code pathPaul Moore1-1/+8
2023-11-28bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_ENDShung-Hsi Yu1-1/+6
2023-11-28kgdb: Flush console before entering kgdb on panicDouglas Anderson1-0/+3
2023-11-28crypto: pcrypt - Fix hungtask for PADATA_RESETLu Jialin1-1/+1
2023-11-28perf/core: Bail out early if the request AUX area is out of boundShuai Xue1-0/+6
2023-11-28locking/ww_mutex/test: Fix potential workqueue corruptionJohn Stultz1-8/+12
2023-11-20genirq/matrix: Exclude managed interrupts in irq_matrix_allocated()Chen Yu1-3/+3
2023-11-08perf/core: Fix potential NULL derefPeter Zijlstra1-1/+2
2023-10-25perf: Disallow mis-matched inherited group readsPeter Zijlstra1-6/+33
2023-10-25tracing: relax trace_event_eval_update() execution with cond_resched()Clément Léger1-0/+1
2023-10-25cgroup: Remove duplicates in cgroup v1 tasks fileMichal Koutný1-3/+2
2023-10-25workqueue: Override implicit ordered attribute in workqueue_apply_unbound_cpu...Waiman Long1-2/+6