summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2024-11-01uprobe: avoid out-of-bounds memory access of fetching argsQiao Ma1-3/+6
2024-11-01fgraph: Allocate ret_stack_list with proper sizeSteven Rostedt1-1/+2
2024-11-01bpf: Fix print_reg_state's constant scalar dumpDaniel Borkmann1-2/+1
2024-11-01bpf: Fix incorrect delta propagation between linked registersDaniel Borkmann1-5/+6
2024-11-01bpf: Fix iter/task tid filteringJordan Rome1-1/+1
2024-11-01bpf: Fix truncation bug in coerce_reg_to_size_sx()Dimitar Kanaliev1-4/+4
2024-11-01ring-buffer: Fix reader locking when changing the sub buffer orderPetr Pavlu1-18/+26
2024-11-01sched/core: Disable page allocation in task_tick_mm_cid()Waiman Long2-3/+16
2024-11-01bpf: Fix unpopulated path_size when uprobe_multi fields unsetTyrone Wu1-19/+17
2024-11-01bpf: fix kfunc btf caching for modulesToke Høiland-Jørgensen1-1/+7
2024-11-01bpf: fix unpopulated name_len field in perf_event link infoTyrone Wu1-7/+22
2024-11-01bpf: Check the remaining info_cnt before repeating btf fieldsHou Tao1-4/+10
2024-11-01bpf: Fix memory leak in bpf_core_applyJiri Olsa1-0/+1
2024-11-01bpf: devmap: provide rxq after redirectFlorian Kauer1-4/+7
2024-11-01bpf: sync_linked_regs() must preserve subreg_defEduard Zingerman1-0/+5
2024-11-01bpf: Use raw_spinlock_t in ringbufWander Lairson Costa1-6/+6
2024-10-22fgraph: Use CPU hotplug mechanism to initialize idle shadow stacksSteven Rostedt1-7/+21
2024-10-22posix-clock: Fix missing timespec64 check in pc_clock_settime()Jinjie Ruan1-0/+3
2024-10-17kthread: unpark only parked kthreadFrederic Weisbecker1-0/+2
2024-10-17rcu/nocb: Fix rcuog wake-up from offline softirqFrederic Weisbecker1-1/+7
2024-10-17bpf: Prevent tail call between progs attached to different hooksXu Kuohai1-3/+18
2024-10-17bpf: Check percpu map value size firstTao Chen2-0/+6
2024-10-17bpf: Call the missed btf_record_free() when map creation failsHou Tao1-7/+12
2024-10-10uprobes: fix kernel info leak via "[uprobes]" vmaOleg Nesterov1-1/+1
2024-10-10close_range(): fix the logics in descriptor table trimmingAl Viro1-18/+14
2024-10-10tracing/timerlat: Fix duplicated kthread creation due to CPU online/offlineWei Li1-2/+5