summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* dma-mapping: clear dev->dma_mem to NULL after freeing itJoakim Zhang2024-01-251-1/+3
* bpf, lpm: Fix check prefixlen before walking trieFlorian Lehner2024-01-251-0/+3
* ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMISteven Rostedt (Google)2024-01-251-0/+6
* tracing: Add size check when printing trace_marker outputSteven Rostedt (Google)2024-01-251-2/+4
* tracing: Have large events show up as '[LINE TOO BIG]' instead of nothingSteven Rostedt (Google)2024-01-251-1/+5
* ring-buffer: Fix memory leak of free pageSteven Rostedt (Google)2023-12-201-0/+2
* perf: Fix perf_event_validate_size() lockdep splatMark Rutland2023-12-201-0/+10
* cred: switch to using atomic_long_tJens Axboe2023-12-201-33/+33
* perf: Fix perf_event_validate_size()Peter Zijlstra2023-12-131-23/+38
* perf/core: Add a new read format to get a number of lost samplesNamhyung Kim2023-12-132-4/+22
* tracing: Fix a possible race when disabling buffered eventsPetr Pavlu2023-12-131-4/+8
* tracing: Fix incomplete locking when disabling buffered eventsPetr Pavlu2023-12-131-8/+4
* tracing: Always update snapshot buffer sizeSteven Rostedt (Google)2023-12-131-2/+1
* tracing: Fix a warning when allocating buffered events failsPetr Pavlu2023-12-131-6/+5
* hrtimers: Push pending hrtimers away from outgoing CPU earlierThomas Gleixner2023-12-132-22/+19
* PM: hibernate: Clean up sync_read handling in snapshot_write_next()Brian Geffon2023-11-281-5/+1
* PM: hibernate: Use __get_safe_page() rather than touching the listBrian Geffon2023-11-281-4/+6
* genirq/generic_chip: Make irq_remove_generic_chip() irqdomain awareHerve Codina2023-11-281-6/+19
* audit: don't WARN_ON_ONCE(!current->mm) in audit_exe_compare()Paul Moore2023-11-281-1/+1
* audit: don't take task_lock() in audit_exe_compare() code pathPaul Moore2023-11-281-1/+8
* crypto: pcrypt - Fix hungtask for PADATA_RESETLu Jialin2023-11-281-1/+1
* perf/core: Bail out early if the request AUX area is out of boundShuai Xue2023-11-281-0/+6
* locking/ww_mutex/test: Fix potential workqueue corruptionJohn Stultz2023-11-281-8/+12
* genirq/matrix: Exclude managed interrupts in irq_matrix_allocated()Chen Yu2023-11-201-3/+3
* perf/core: Fix potential NULL derefPeter Zijlstra2023-11-081-1/+2
* perf: Disallow mis-matched inherited group readsPeter Zijlstra2023-10-251-6/+33
* tracing: relax trace_event_eval_update() execution with cond_resched()Clément Léger2023-10-251-0/+1
* cgroup: Remove duplicates in cgroup v1 tasks fileMichal Koutný2023-10-251-3/+2
* sched,idle,rcu: Push rcu_idle deeper into the idle pathPeter Zijlstra2023-10-251-14/+8
* workqueue: Override implicit ordered attribute in workqueue_apply_unbound_cpu...Waiman Long2023-10-251-2/+6
* ring-buffer: Avoid softlockup in ring_buffer_resize()Zheng Yejian2023-10-101-0/+2
* cgroup:namespace: Remove unused cgroup_namespaces_init()Lu Jialin2023-09-231-6/+0
* audit: fix possible soft lockup in __audit_inode_child()Gaosheng Cui2023-09-231-0/+2
* bpf: Clear the probe_addr for uprobeYafang Shao2023-09-232-2/+3
* modules: only allow symbol_get of EXPORT_SYMBOL_GPL modulesChristoph Hellwig2023-09-231-2/+13
* sched/rt: pick_next_rt_entity(): check list_entryPietro Borrello2023-08-301-1/+4
* tracing: Fix memleak due to race between current_tracer and traceZheng Yejian2023-08-303-2/+12
* perf: Fix function pointer casePeter Zijlstra2023-08-111-2/+6
* tracing: Fix warning in trace_buffered_event_disable()Zheng Yejian2023-08-111-10/+4
* ring-buffer: Fix wrong stat of cpu_buffer->readZheng Yejian2023-08-111-10/+12
* ftrace: Fix possible warning on checking all pages used in ftrace_process_locs()Zheng Yejian2023-08-111-14/+31
* ftrace: Store the order of pages allocated in ftrace_pageLinus Torvalds2023-08-111-18/+17
* ftrace: Check if pages were allocated before calling free_pages()Steven Rostedt (VMware)2023-08-111-3/+6
* ftrace: Add information on number of page groups allocatedSteven Rostedt (VMware)2023-08-113-6/+31
* tracing/histograms: Return an error if we fail to add histogram to hist_vars ...Mohamed Khalfella2023-08-111-1/+2
* bpf: Address KCSAN report on bpf_lru_listMartin KaFai Lau2023-08-112-13/+15
* sched/fair: Don't balance task to its current running CPUYicong Yang2023-08-111-1/+1
* posix-timers: Ensure timer ID search-loop limit is validThomas Gleixner2023-08-111-13/+18
* tracing/histograms: Add histograms to hist_vars if they have referenced varia...Mohamed Khalfella2023-08-111-3/+5
* ring-buffer: Fix deadloop issue on reading trace_pipeZheng Yejian2023-08-111-9/+15