summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* ring-buffer: Fix memory leak of free pageSteven Rostedt (Google)2023-12-201-0/+2
* cred: switch to using atomic_long_tJens Axboe2023-12-201-33/+33
* 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
* genirq/generic_chip: Make irq_remove_generic_chip() irqdomain awareHerve Codina2023-11-281-6/+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
* 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
* locking/ww_mutex/test: Fix potential workqueue corruptionJohn Stultz2023-11-281-8/+12
* 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
* 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
* modules: only allow symbol_get of EXPORT_SYMBOL_GPL modulesChristoph Hellwig2023-09-231-2/+13
* 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
* 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
* ring-buffer: Fix deadloop issue on reading trace_pipeZheng Yejian2023-08-111-9/+15
* workqueue: clean up WORK_* constant types, clarify maskingLinus Torvalds2023-08-111-5/+8
* kexec: fix a memory leak in crash_shrink_memory()Zhen Lei2023-08-111-3/+2
* watchdog/perf: more properly prevent false positives with turbo modesDouglas Anderson2023-08-111-3/+3
* treewide: Remove uninitialized_var() usageKees Cook2023-08-118-16/+16
* cgroup: Do not corrupt task iteration when rebinding subsystemXiu Jianfeng2023-06-281-3/+17
* kernel/extable.c: use address-of operator on section symbolsNathan Chancellor2023-06-091-1/+2
* perf/core: Fix hardlockup failure caused by perf throttleYang Jihong2023-05-171-2/+2
* ring-buffer: Sync IRQ works before buffer destructionJohannes Berg2023-05-171-0/+4
* cgroup/cpuset: Wake up cpuset_attach_wq tasks in cpuset_cancel_attach()Waiman Long2023-04-201-1/+3
* ring-buffer: Fix race while reader and writer are on the same pageZheng Yejian2023-04-201-1/+12
* perf/core: Fix the same task check in perf_event_set_outputKan Liang2023-04-201-1/+1
* sched_getaffinity: don't assume 'cpumask_size()' is fully initializedLinus Torvalds2023-04-052-3/+3
* sched/fair: Sanitize vruntime of entity being migratedVincent Guittot2023-04-052-11/+47
* sched/fair: sanitize vruntime of entity being placedZhang Qiao2023-04-051-2/+13
* bpf: Adjust insufficient default bpf_jit_limitDaniel Borkmann2023-04-051-1/+1
* ftrace: Fix invalid address access in lookup_rec() when index is 0Chen Zhongjin2023-03-221-1/+2
* tracing: Add NULL checks for buffer in ring_buffer_free_read_page()Jia-Ju Bai2023-03-111-1/+6
* irqdomain: Drop bogus fwspec-mapping error handlingJohan Hovold2023-03-111-6/+1
* irqdomain: Fix disassociation raceJohan Hovold2023-03-111-0/+5
* irqdomain: Fix association raceJohan Hovold2023-03-111-5/+14