summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-11-20tracing/kprobes: Fix the order of argument descriptionsYujie Liu1-1/+1
2023-11-20module/decompress: use kvmalloc() consistentlyAndrea Righi1-4/+4
2023-11-20bpf: Check map->usercnt after timer->timer is assignedHou Tao1-9/+16
2023-11-20livepatch: Fix missing newline character in klp_resolve_symbols()Zheng Yejian1-1/+1
2023-11-20padata: Fix refcnt handling in padata_free_shell()WangJinchao1-1/+5
2023-11-20module/decompress: use vmalloc() for gzip decompression workspaceAndrea Righi1-2/+2
2023-11-20bpf: Fix unnecessary -EBUSY from htab_lock_bucketSong Liu1-2/+5
2023-11-20bpf: Fix missed rcu read lock in bpf_task_under_cgroup()Yafang Shao1-1/+6
2023-11-20bpf: Fix kfunc callback register type handlingKumar Kartikeya Dwivedi1-0/+4
2023-11-20bpf, x64: Fix tailcall infinite loopLeon Hwang2-2/+5
2023-11-20genirq/matrix: Exclude managed interrupts in irq_matrix_allocated()Chen Yu1-3/+3
2023-11-20perf: Optimize perf_cgroup_switch()Peter Zijlstra1-55/+60
2023-11-20srcu: Fix callbacks acceleration mishandlingFrederic Weisbecker1-2/+29
2023-11-20cpu/SMT: Make SMT control more robust against enumeration failuresThomas Gleixner1-5/+13
2023-11-20cpu/SMT: Create topology_smt_thread_allowed()Michael Ellerman1-1/+23
2023-11-20cpu/hotplug: Remove dependancy against cpu_primary_thread_maskLaurent Dufour1-14/+10
2023-11-20futex: Don't include process MM in futex key on no-MMUBen Wolsieffer1-1/+11
2023-11-20sched: Fix stop_one_cpu_nowait() vs hotplugPeter Zijlstra4-3/+17
2023-11-20sched/uclamp: Ignore (util == 0) optimization in feec() when p_util_max = 0Qais Yousef1-17/+1
2023-11-20sched/uclamp: Set max_spare_cap_cpu even if max_spare_cap is 0Qais Yousef1-6/+5
2023-11-20sched/fair: Fix cfs_rq_is_decayed() on !SMPChengming Zhou1-1/+1
2023-11-20sched/topology: Fix sched_numa_find_nth_cpu() in CPU-less caseYury Norov1-1/+5
2023-11-02perf/core: Fix potential NULL derefPeter Zijlstra1-1/+2
2023-11-02tracing/kprobes: Fix the description of variable length argumentsYujie Liu1-2/+2
2023-11-02tracing/kprobes: Fix symbol counting logic by looking at modules as wellAndrii Nakryiko1-4/+20
2023-10-25tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbolsFrancis Laniel2-0/+64
2023-10-25perf: Disallow mis-matched inherited group readsPeter Zijlstra1-6/+33
2023-10-25cpufreq: schedutil: Update next_freq when cpufreq_limits changeXuewen Yan1-1/+2
2023-10-25tracing: relax trace_event_eval_update() execution with cond_resched()Clément Léger1-0/+1
2023-10-25fprobe: Fix to ensure the number of active retprobes is not zeroMasami Hiramatsu (Google)1-3/+3
2023-10-25audit,io_uring: io_uring openat triggers audit reference count underflowDan Clash1-4/+4
2023-10-19cgroup: Remove duplicates in cgroup v1 tasks fileMichal Koutný1-3/+2
2023-10-19workqueue: Override implicit ordered attribute in workqueue_apply_unbound_cpu...Waiman Long1-2/+6
2023-10-19bpf: Fix verifier log for async callback return valuesDavid Vernet1-3/+3
2023-10-10bpf: unconditionally reset backtrack_state masks on global func exitAndrii Nakryiko1-5/+3
2023-10-06tracing/user_events: Align set_bit() address for all archsBeau Belgrave1-7/+51
2023-10-06bpf: Add override check to kprobe multi link attachJiri Olsa1-0/+16
2023-10-06ring-buffer: Update "shortest_full" in pollingSteven Rostedt (Google)1-0/+3
2023-10-06ring-buffer: Fix bytes info in per_cpu buffer statsZheng Yejian1-13/+15
2023-10-06sched/rt: Fix live lock between select_fallback_rq() and RT pushJoel Fernandes (Google)1-0/+1
2023-10-06kernel/sched: Modify initial boot task idle setupLiam R. Howlett2-1/+2
2023-10-06ring-buffer: Do not attempt to read past "commit"Steven Rostedt (Google)1-0/+5
2023-10-06ring-buffer: Avoid softlockup in ring_buffer_resize()Zheng Yejian1-0/+2
2023-10-06dma-debug: don't call __dma_entry_alloc_check_leak() under free_entries_lockSergey Senozhatsky1-5/+15
2023-10-06swiotlb: use the calculated number of areasRoss Lagerwall1-2/+2
2023-10-06bpf: Fix a erroneous check after snprintf()Christophe JAILLET1-1/+1
2023-10-06bpf: Avoid dummy bpf_offload_netdev in __bpf_prog_dev_bound_initEduard Zingerman1-5/+7
2023-10-06bpf: Avoid deadlock when using queue and stack maps from NMIToke Høiland-Jørgensen1-3/+18
2023-09-23tracing: Have option files inc the trace array ref countSteven Rostedt (Google)1-1/+22
2023-09-23tracing: Have current_trace inc the trace array ref countSteven Rostedt (Google)1-1/+2