summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-08-11perf: Fix function pointer casePeter Zijlstra1-2/+6
2023-08-11tracing: Fix warning in trace_buffered_event_disable()Zheng Yejian1-10/+4
2023-08-11ring-buffer: Fix wrong stat of cpu_buffer->readZheng Yejian1-10/+12
2023-08-11ftrace: Fix possible warning on checking all pages used in ftrace_process_locs()Zheng Yejian1-14/+31
2023-08-11ftrace: Store the order of pages allocated in ftrace_pageLinus Torvalds1-18/+17
2023-08-11ftrace: Check if pages were allocated before calling free_pages()Steven Rostedt (VMware)1-3/+6
2023-08-11ftrace: Add information on number of page groups allocatedSteven Rostedt (VMware)3-6/+31
2023-08-11tracing/histograms: Return an error if we fail to add histogram to hist_vars ...Mohamed Khalfella1-1/+2
2023-08-11bpf: Address KCSAN report on bpf_lru_listMartin KaFai Lau2-13/+15
2023-08-11sched/fair: Don't balance task to its current running CPUYicong Yang1-1/+1
2023-08-11posix-timers: Ensure timer ID search-loop limit is validThomas Gleixner1-13/+18
2023-08-11tracing/histograms: Add histograms to hist_vars if they have referenced varia...Mohamed Khalfella1-3/+5
2023-08-11ring-buffer: Fix deadloop issue on reading trace_pipeZheng Yejian1-9/+15
2023-08-11workqueue: clean up WORK_* constant types, clarify maskingLinus Torvalds1-5/+8
2023-08-11kexec: fix a memory leak in crash_shrink_memory()Zhen Lei1-3/+2
2023-08-11watchdog/perf: more properly prevent false positives with turbo modesDouglas Anderson1-3/+3
2023-08-11treewide: Remove uninitialized_var() usageKees Cook9-17/+17
2023-06-28cgroup: Do not corrupt task iteration when rebinding subsystemXiu Jianfeng1-3/+17
2023-06-21kexec: support purgatories with .text.hot sectionsRicardo Ribalda1-1/+13
2023-06-09kernel/extable.c: use address-of operator on section symbolsNathan Chancellor1-1/+2
2023-05-30bpf: Fix mask generation for 32-bit narrow loads of 64-bit fieldsWill Deacon1-1/+1
2023-05-17relayfs: fix out-of-bounds access in relay_file_readZhang Zhengming1-1/+2
2023-05-17kernel/relay.c: fix read_pos error when multiple readersPengcheng Yang1-10/+7
2023-05-17tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystemJoel Fernandes (Google)1-3/+8
2023-05-17nohz: Add TICK_DEP_BIT_RCUFrederic Weisbecker1-0/+7
2023-05-17perf/core: Fix hardlockup failure caused by perf throttleYang Jihong1-2/+2
2023-05-17ring-buffer: Sync IRQ works before buffer destructionJohannes Berg1-0/+4
2023-04-20cgroup/cpuset: Wake up cpuset_attach_wq tasks in cpuset_cancel_attach()Waiman Long1-1/+3
2023-04-20ring-buffer: Fix race while reader and writer are on the same pageZheng Yejian1-1/+12
2023-04-20perf/core: Fix the same task check in perf_event_set_outputKan Liang1-1/+1
2023-04-05cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()Tetsuo Handa1-0/+3
2023-04-05cgroup: Fix threadgroup_rwsem <-> cpus_read_lock() deadlockTejun Heo2-11/+46
2023-04-05cgroup/cpuset: Change cpuset_rwsem and hotplug lock orderJuri Lelli1-7/+17
2023-04-05sched_getaffinity: don't assume 'cpumask_size()' is fully initializedLinus Torvalds2-3/+3
2023-04-05sched/fair: Sanitize vruntime of entity being migratedVincent Guittot2-11/+47
2023-04-05sched/fair: sanitize vruntime of entity being placedZhang Qiao1-2/+13
2023-04-05bpf: Adjust insufficient default bpf_jit_limitDaniel Borkmann1-1/+1
2023-03-22ftrace: Fix invalid address access in lookup_rec() when index is 0Chen Zhongjin1-1/+2
2023-03-22tracing: Check field value in hist_field_name()Steven Rostedt (Google)1-0/+3
2023-03-11tracing: Add NULL checks for buffer in ring_buffer_free_read_page()Jia-Ju Bai1-1/+6
2023-03-11irqdomain: Drop bogus fwspec-mapping error handlingJohan Hovold1-6/+1
2023-03-11irqdomain: Fix disassociation raceJohan Hovold1-0/+5
2023-03-11irqdomain: Fix association raceJohan Hovold1-5/+14
2023-03-11x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe rangeYang Jihong1-2/+2
2023-03-11x86/kprobes: Fix __recover_optprobed_insn check optimizing logicYang Jihong1-1/+1
2023-03-11timers: Prevent union confusion from unexpected restart_syscall()Jann Horn3-0/+6
2023-03-11rcu: Suppress smp_processor_id() complaint in synchronize_rcu_expedited_wait()Paul E. McKenney1-0/+2
2023-02-25bpf: add missing header file includeLinus Torvalds1-0/+1
2023-02-25uaccess: Add speculation barrier to copy_from_user()Dave Hansen1-2/+0
2023-02-25alarmtimer: Prevent starvation by small intervals and SIG_IGNThomas Gleixner1-4/+29