summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
9 daystracing: Fix use-after-free in print_graph_function_flags during tracer switc...Tengda Wu3-4/+1
9 dayslocking/semaphore: Use wake_q to wake up processes outside lock critical sectionWaiman Long1-4/+9
9 dayssched/deadline: Use online cpus for validating runtimeShrikanth Hegde1-1/+1
9 daysring-buffer: Fix bytes_dropped calculation issueFeng Yang1-2/+2
9 dayskexec: initialize ELF lowest address to ULONG_MAXSourabh Jain1-1/+1
9 daysbpf: Use preempt_count() directly in bpf_send_signal_common()Hou Tao1-1/+1
9 daysperf/ring_buffer: Allow the EPOLLRDNORM flag for pollTao Chen1-1/+1
9 dayshrtimers: Mark is_migration_base() with __always_inlineAndy Shevchenko1-10/+12
2025-03-13acct: perform last write from workqueueChristian Brauner1-50/+70
2025-03-13kernel/acct.c: use dedicated helper to access rlimit valuesYang Yang1-1/+1
2025-03-13kernel/acct.c: use #elif instead of #end and #elifHui Su1-5/+2
2025-03-13sched/core: Prevent rescheduling when interrupts are disabledThomas Gleixner1-1/+1
2025-03-13perf/core: Fix low freq setting via IOC_PERIODKan Liang1-8/+9
2025-03-13ftrace: Avoid potential division by zero in function_stat_show()Nikolay Kuratov1-15/+12
2025-03-13acct: block access to kernel internal filesystemsChristian Brauner1-0/+14
2025-03-13tasklet: Introduce new initialization APIRomain Perier1-1/+17
2025-03-13printk: Fix signed integer overflow when defining LOG_BUF_LEN_MAXKuan-Wei Chiu1-1/+1
2025-03-13sched: Don't try to catch up excess steal time.Suleiman Souhlal1-2/+4
2025-03-13PM: hibernate: Add error handling for syscore_suspend()Wentao Liang1-1/+6
2025-03-13bpf: Send signals asynchronously if !preemptiblePuranjay Mohan1-1/+1
2025-03-13padata: fix sysfs store callback checkThomas Weißschuh1-1/+1
2025-02-01hrtimers: Handle CPU state correctly on hotplugKoichiro Den2-2/+11
2025-02-01kheaders: Ignore silly-rename filesDavid Howells1-0/+1
2025-01-09ftrace: use preempt_enable/disable notrace macros to avoid double faultKoichiro Den1-2/+2
2025-01-09bpf: fix potential error returnAnton Protopopov1-1/+5
2025-01-09tracing/kprobe: Make trace_kprobe's module callback called after jump_label u...Masami Hiramatsu (Google)1-1/+1
2024-12-19tracing/kprobes: Skip symbol counting logic for module symbols in create_loca...Nikolay Kuratov1-1/+1
2024-12-14bpf, xdp: Update devmap comments to reflect napi/rcu usageJohn Fastabend1-10/+11
2024-12-14bpf: fix OOB devmap writes when deleting elementsMaciej Fijalkowski1-3/+3
2024-12-14xdp: Simplify devmap cleanupBjörn Töpel1-38/+5
2024-12-14tracing: Use atomic64_inc_return() in trace_clock_counter()Uros Bizjak1-1/+1
2024-12-14tracing: Fix cmp_entries_dup() to respect sort() comparison rulesKuan-Wei Chiu1-5/+1
2024-12-14bpf: Fix exact match conditions in trie_get_next_key()Hou Tao1-2/+2
2024-12-14bpf: Handle BPF_EXIST and BPF_NOEXIST for LPM trieHou Tao1-3/+20
2024-12-14ftrace: Fix regression with module command in stack_trace_filterguoweikang1-0/+3
2024-12-14cgroup: Make operations on the cgroup root_list RCU safeYafang Shao2-8/+18
2024-12-14trace/trace_event_perf: remove duplicate samples on the first tracepoint eventLevi Yun1-0/+6
2024-12-14time: Fix references to _msecs_to_jiffies() handling of valuesMiguel Ojeda1-1/+1
2024-11-17bpf: use kvzmalloc to allocate BPF verifier environmentRik van Riel1-2/+2
2024-11-17ftrace: Fix possible use-after-free issue in ftrace_location()Zheng Yejian1-9/+21
2024-11-08bpf: Fix out-of-bounds write in trie_get_next_key()Byeonguk Jeong1-1/+1
2024-11-08cgroup: Fix potential overflow issue when checking max_depthXiu Jianfeng1-2/+2
2024-11-08posix-clock: posix-clock: Fix unbalanced locking in pc_clock_settime()Jinjie Ruan1-3/+3
2024-11-08tracing: Consider the NULL character when validating the event lengthLeo Yan1-1/+1
2024-11-08tracing/kprobes: Fix symbol counting logic by looking at modules as wellAndrii Nakryiko1-0/+2
2024-11-08tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbolsFrancis Laniel2-0/+75
2024-11-08posix-clock: Fix missing timespec64 check in pc_clock_settime()Jinjie Ruan1-0/+3
2024-11-08resource: fix region_intersects() vs add_memory_driver_managed()Huang Ying1-8/+50
2024-11-08lockdep: fix deadlock issue between lockdep and rcuZhiguo Niu1-16/+32
2024-11-08locking/lockdep: Avoid potential access of invalid memory in lock_classWaiman Long1-9/+15