summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-12-05Revert "fs: don't block i_writecount during exec"Christian Brauner
2024-12-05irqdomain: Always associate interrupts for legacy domainsMatti Vaittinen
2024-12-05irqdomain: Allow giving name suffix for domainMatti Vaittinen
2024-12-05irqdomain: Cleanup domain name allocationThomas Gleixner
2024-12-05irqdomain: Simplify simple and legacy domain creationMatti Vaittinen
2024-12-05trace/trace_event_perf: remove duplicate samples on the first tracepoint eventLevi Yun
2024-12-05bpf: Add kernel symbol for struct_ops trampolineXu Kuohai
2024-12-05bpf: Use function pointers count as struct_ops links countXu Kuohai
2024-12-05bpf: Force uprobe bpf program to always return 0Jiri Olsa
2024-12-05bpf: Allow return values 0 and 1 for kprobe sessionJiri Olsa
2024-12-05bpf: Mark raw_tp arguments with PTR_MAYBE_NULLKumar Kartikeya Dwivedi
2024-12-05bpf: Support __nullable argument suffix for tp_btfPhilo Lu
2024-12-05bpf: Tighten tail call checks for lingering locks, RCU, preempt_disableKumar Kartikeya Dwivedi
2024-12-05cgroup/bpf: only cgroup v2 can be attached by bpf programsChen Ridong
2024-12-05Revert "cgroup: Fix memory leak caused by missing cgroup_bpf_offline"Chen Ridong
2024-12-05time: Fix references to _msecs_to_jiffies() handling of valuesMiguel Ojeda
2024-12-05time: Partially revert cleanup on msecs_to_jiffies() documentationMiguel Ojeda
2024-12-05rcuscale: Do a proper cleanup if kfree_scale_init() failsUladzislau Rezki (Sony)
2024-12-05rcu/kvfree: Fix data-race in __mod_timer / kvfree_call_rcuUladzislau Rezki (Sony)
2024-12-05rcu/srcutiny: don't return before reenabling preemptionMichal Schmidt
2024-12-05sched/cpufreq: Ensure sd is rebuilt for EAS checkChristian Loehle
2024-11-22crash, powerpc: default to CRASH_DUMP=n on PPC_BOOK3S_32Dave Vasilevsky
2024-11-17bpf: Check validity of link->type in bpf_link_show_fdinfo()Hou Tao
2024-11-17bpf: use kvzmalloc to allocate BPF verifier environmentRik van Riel
2024-11-14ucounts: fix counter leak in inc_rlimit_get_ucounts()Andrei Vagin
2024-11-14signal: restore the override_rlimit logicRoman Gushchin
2024-11-08rcu/kvfree: Refactor kvfree_rcu_queue_batch()Uladzislau Rezki (Sony)
2024-11-08rcu/kvfree: Add kvfree_rcu_barrier() APIUladzislau Rezki (Sony)
2024-11-08resource,kexec: walk_system_ram_res_rev must retain resource flagsGregory Price
2024-11-08fork: only invoke khugepaged, ksm hooks if no errorLorenzo Stoakes
2024-11-08fork: do not invoke uffd on fork if error occursLorenzo Stoakes
2024-11-08posix-cpu-timers: Clear TICK_DEP_BIT_POSIX_TIMER on cloneBenjamin Segall
2024-11-08sched/numa: Fix the potential null pointer dereference in task_numa_work()Shawn Wang
2024-11-08cgroup/bpf: use a dedicated workqueue for cgroup bpf destructionChen Ridong
2024-11-08bpf: Check the validity of nr_words in bpf_iter_bits_new()Hou Tao
2024-11-08bpf: Add bpf_mem_alloc_check_size() helperHou Tao
2024-11-08bpf: Free dynamically allocated bits in bpf_iter_bits_destroy()Hou Tao
2024-11-08bpf: Fix out-of-bounds write in trie_get_next_key()Byeonguk Jeong
2024-11-08bpf: Force checkpoint when jmp history is too longEduard Zingerman
2024-11-08cgroup: Fix potential overflow issue when checking max_depthXiu Jianfeng
2024-11-01fgraph: Change the name of cpuhp state to "fgraph:online"Steven Rostedt
2024-11-01fgraph: Fix missing unlock in register_ftrace_graph()Li Huafei
2024-11-01bpf: fix do_misc_fixups() for bpf_get_branch_snapshot()Andrii Nakryiko
2024-11-01bpf,perf: Fix perf_event_detach_bpf_prog error handlingJiri Olsa
2024-11-01posix-clock: posix-clock: Fix unbalanced locking in pc_clock_settime()Jinjie Ruan
2024-11-01bpf: Fix overloading of MEM_UNINIT's meaningDaniel Borkmann
2024-11-01bpf: Add MEM_WRITE attributeDaniel Borkmann
2024-11-01bpf: Preserve param->string when parsing mount optionsHou Tao
2024-11-01tracing: Consider the NULL character when validating the event lengthLeo Yan
2024-11-01tracing/probes: Fix MAX_TRACE_ARGS limit handlingMikel Rychliski