summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-12-05Revert "fs: don't block i_writecount during exec"Christian Brauner1-3/+23
2024-12-05irqdomain: Always associate interrupts for legacy domainsMatti Vaittinen1-6/+10
2024-12-05irqdomain: Allow giving name suffix for domainMatti Vaittinen1-7/+23
2024-12-05irqdomain: Cleanup domain name allocationThomas Gleixner1-51/+55
2024-12-05irqdomain: Simplify simple and legacy domain creationMatti Vaittinen1-33/+41
2024-12-05trace/trace_event_perf: remove duplicate samples on the first tracepoint eventLevi Yun1-0/+6
2024-12-05bpf: Add kernel symbol for struct_ops trampolineXu Kuohai3-4/+87
2024-12-05bpf: Use function pointers count as struct_ops links countXu Kuohai1-10/+25
2024-12-05bpf: Force uprobe bpf program to always return 0Jiri Olsa1-3/+2
2024-12-05bpf: Allow return values 0 and 1 for kprobe sessionJiri Olsa1-0/+9
2024-12-05bpf: Mark raw_tp arguments with PTR_MAYBE_NULLKumar Kartikeya Dwivedi2-8/+76
2024-12-05bpf: Support __nullable argument suffix for tp_btfPhilo Lu2-4/+35
2024-12-05bpf: Tighten tail call checks for lingering locks, RCU, preempt_disableKumar Kartikeya Dwivedi1-0/+15
2024-12-05cgroup/bpf: only cgroup v2 can be attached by bpf programsChen Ridong1-6/+11
2024-12-05Revert "cgroup: Fix memory leak caused by missing cgroup_bpf_offline"Chen Ridong1-3/+1
2024-12-05time: Fix references to _msecs_to_jiffies() handling of valuesMiguel Ojeda1-1/+1
2024-12-05time: Partially revert cleanup on msecs_to_jiffies() documentationMiguel Ojeda1-1/+1
2024-12-05rcuscale: Do a proper cleanup if kfree_scale_init() failsUladzislau Rezki (Sony)1-2/+4
2024-12-05rcu/kvfree: Fix data-race in __mod_timer / kvfree_call_rcuUladzislau Rezki (Sony)1-2/+12
2024-12-05rcu/srcutiny: don't return before reenabling preemptionMichal Schmidt1-1/+1
2024-12-05sched/cpufreq: Ensure sd is rebuilt for EAS checkChristian Loehle1-2/+1
2024-11-22crash, powerpc: default to CRASH_DUMP=n on PPC_BOOK3S_32Dave Vasilevsky1-1/+1
2024-11-17bpf: Check validity of link->type in bpf_link_show_fdinfo()Hou Tao1-5/+9
2024-11-17bpf: use kvzmalloc to allocate BPF verifier environmentRik van Riel1-2/+2
2024-11-14ucounts: fix counter leak in inc_rlimit_get_ucounts()Andrei Vagin1-2/+1
2024-11-14signal: restore the override_rlimit logicRoman Gushchin2-3/+6
2024-11-08rcu/kvfree: Refactor kvfree_rcu_queue_batch()Uladzislau Rezki (Sony)1-4/+5
2024-11-08rcu/kvfree: Add kvfree_rcu_barrier() APIUladzislau Rezki (Sony)1-8/+101
2024-11-08resource,kexec: walk_system_ram_res_rev must retain resource flagsGregory Price1-3/+1
2024-11-08fork: only invoke khugepaged, ksm hooks if no errorLorenzo Stoakes1-5/+2
2024-11-08fork: do not invoke uffd on fork if error occursLorenzo Stoakes1-1/+4
2024-11-08posix-cpu-timers: Clear TICK_DEP_BIT_POSIX_TIMER on cloneBenjamin Segall1-0/+2
2024-11-08sched/numa: Fix the potential null pointer dereference in task_numa_work()Shawn Wang1-2/+2
2024-11-08cgroup/bpf: use a dedicated workqueue for cgroup bpf destructionChen Ridong1-1/+18
2024-11-08bpf: Check the validity of nr_words in bpf_iter_bits_new()Hou Tao1-1/+9
2024-11-08bpf: Add bpf_mem_alloc_check_size() helperHou Tao1-1/+13
2024-11-08bpf: Free dynamically allocated bits in bpf_iter_bits_destroy()Hou Tao1-6/+5
2024-11-08bpf: Fix out-of-bounds write in trie_get_next_key()Byeonguk Jeong1-1/+1
2024-11-08bpf: Force checkpoint when jmp history is too longEduard Zingerman1-3/+6
2024-11-08cgroup: Fix potential overflow issue when checking max_depthXiu Jianfeng1-2/+2
2024-11-01fgraph: Change the name of cpuhp state to "fgraph:online"Steven Rostedt1-1/+1
2024-11-01fgraph: Fix missing unlock in register_ftrace_graph()Li Huafei1-7/+3
2024-11-01bpf: fix do_misc_fixups() for bpf_get_branch_snapshot()Andrii Nakryiko1-1/+1
2024-11-01bpf,perf: Fix perf_event_detach_bpf_prog error handlingJiri Olsa1-2/+0
2024-11-01posix-clock: posix-clock: Fix unbalanced locking in pc_clock_settime()Jinjie Ruan1-3/+3
2024-11-01bpf: Fix overloading of MEM_UNINIT's meaningDaniel Borkmann1-38/+35
2024-11-01bpf: Add MEM_WRITE attributeDaniel Borkmann4-9/+9
2024-11-01bpf: Preserve param->string when parsing mount optionsHou Tao1-2/+3
2024-11-01tracing: Consider the NULL character when validating the event lengthLeo Yan1-1/+1
2024-11-01tracing/probes: Fix MAX_TRACE_ARGS limit handlingMikel Rychliski4-4/+19