summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-06-04fork: use pidfd_prepare()Christian Brauner
2025-06-04pid: add pidfd_prepare()Christian Brauner
2025-06-04pidfd: check pid has attached task in fdinfoChristian Brauner
2025-06-04rcu: handle quiescent states for PREEMPT_RCU=n, PREEMPT_COUNT=yAnkur Arora
2025-06-04posix-timers: Add cond_resched() to posix_timer_add() search loopEric Dumazet
2025-06-04cgroup: Fix compilation issue due to cgroup_mutex not being exportedgaoxu
2025-06-04module: ensure that kobject_put() is safe for module type kobjectsDmitry Antipov
2025-06-04tracing: Fix oob write in trace_seq_to_buffer()Jeongjun Park
2025-05-02ftrace: Add cond_resched() to ftrace_graph_set_hash()zhoumin
2025-05-02locking/lockdep: Decrease nr_unused_locks if lock unused in zap_class()Boqun Feng
2025-05-02tracing: fix return value in __ftrace_event_enable_disable for TRACE_REG_UNRE...Gabriele Paoloni
2025-04-10tracing: Fix use-after-free in print_graph_function_flags during tracer switc...Tengda Wu
2025-04-10locking/semaphore: Use wake_q to wake up processes outside lock critical sectionWaiman Long
2025-04-10sched/deadline: Use online cpus for validating runtimeShrikanth Hegde
2025-04-10ring-buffer: Fix bytes_dropped calculation issueFeng Yang
2025-04-10kexec: initialize ELF lowest address to ULONG_MAXSourabh Jain
2025-04-10bpf: Use preempt_count() directly in bpf_send_signal_common()Hou Tao
2025-04-10perf/ring_buffer: Allow the EPOLLRDNORM flag for pollTao Chen
2025-04-10hrtimers: Mark is_migration_base() with __always_inlineAndy Shevchenko
2025-03-13acct: perform last write from workqueueChristian Brauner
2025-03-13kernel/acct.c: use dedicated helper to access rlimit valuesYang Yang
2025-03-13kernel/acct.c: use #elif instead of #end and #elifHui Su
2025-03-13sched/core: Prevent rescheduling when interrupts are disabledThomas Gleixner
2025-03-13perf/core: Fix low freq setting via IOC_PERIODKan Liang
2025-03-13ftrace: Avoid potential division by zero in function_stat_show()Nikolay Kuratov
2025-03-13acct: block access to kernel internal filesystemsChristian Brauner
2025-03-13tasklet: Introduce new initialization APIRomain Perier
2025-03-13printk: Fix signed integer overflow when defining LOG_BUF_LEN_MAXKuan-Wei Chiu
2025-03-13sched: Don't try to catch up excess steal time.Suleiman Souhlal
2025-03-13PM: hibernate: Add error handling for syscore_suspend()Wentao Liang
2025-03-13bpf: Send signals asynchronously if !preemptiblePuranjay Mohan
2025-03-13padata: fix sysfs store callback checkThomas Weißschuh
2025-02-01hrtimers: Handle CPU state correctly on hotplugKoichiro Den
2025-02-01kheaders: Ignore silly-rename filesDavid Howells
2025-01-09ftrace: use preempt_enable/disable notrace macros to avoid double faultKoichiro Den
2025-01-09bpf: fix potential error returnAnton Protopopov
2025-01-09tracing/kprobe: Make trace_kprobe's module callback called after jump_label u...Masami Hiramatsu (Google)
2024-12-19tracing/kprobes: Skip symbol counting logic for module symbols in create_loca...Nikolay Kuratov
2024-12-14bpf, xdp: Update devmap comments to reflect napi/rcu usageJohn Fastabend
2024-12-14bpf: fix OOB devmap writes when deleting elementsMaciej Fijalkowski
2024-12-14xdp: Simplify devmap cleanupBjörn Töpel
2024-12-14tracing: Use atomic64_inc_return() in trace_clock_counter()Uros Bizjak
2024-12-14tracing: Fix cmp_entries_dup() to respect sort() comparison rulesKuan-Wei Chiu
2024-12-14bpf: Fix exact match conditions in trie_get_next_key()Hou Tao
2024-12-14bpf: Handle BPF_EXIST and BPF_NOEXIST for LPM trieHou Tao
2024-12-14ftrace: Fix regression with module command in stack_trace_filterguoweikang
2024-12-14cgroup: Make operations on the cgroup root_list RCU safeYafang Shao
2024-12-14trace/trace_event_perf: remove duplicate samples on the first tracepoint eventLevi Yun
2024-12-14time: Fix references to _msecs_to_jiffies() handling of valuesMiguel Ojeda
2024-11-17bpf: use kvzmalloc to allocate BPF verifier environmentRik van Riel