aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-11-28kernel: kexec: copy user-array safelyPhilipp Stanner
2023-11-28bpf: Ensure proper register state printing for cond jumpsAndrii Nakryiko
2023-11-28bpf: Detect IP == ksym.end as part of BPF programKumar Kartikeya Dwivedi
2023-11-28workqueue: Provide one lock class key per work_on_cpu() callsiteFrederic Weisbecker
2023-11-28cpu/hotplug: Don't offline the last non-isolated CPURan Xiaokai
2023-11-28smp,csd: Throw an error if a CSD lock is stuck for too longRik van Riel
2023-11-28srcu: Fix srcu_struct node grpmask overflow on 64-bit systemsDenis Arefev
2023-11-28perf/core: Bail out early if the request AUX area is out of boundShuai Xue
2023-11-28locking/ww_mutex/test: Fix potential workqueue corruptionJohn Stultz
2023-11-20tracing/kprobes: Fix the order of argument descriptionsYujie Liu
2023-11-20bpf: Check map->usercnt after timer->timer is assignedHou Tao
2023-11-20livepatch: Fix missing newline character in klp_resolve_symbols()Zheng Yejian
2023-11-20padata: Fix refcnt handling in padata_free_shell()WangJinchao
2023-11-20module/decompress: use vmalloc() for gzip decompression workspaceAndrea Righi
2023-11-20bpf: Fix unnecessary -EBUSY from htab_lock_bucketSong Liu
2023-11-20genirq/matrix: Exclude managed interrupts in irq_matrix_allocated()Chen Yu
2023-11-20futex: Don't include process MM in futex key on no-MMUBen Wolsieffer
2023-11-20sched: Fix stop_one_cpu_nowait() vs hotplugPeter Zijlstra
2023-11-20sched/uclamp: Ignore (util == 0) optimization in feec() when p_util_max = 0Qais Yousef
2023-11-20sched/uclamp: Set max_spare_cap_cpu even if max_spare_cap is 0Qais Yousef
2023-11-20sched/fair: Fix cfs_rq_is_decayed() on !SMPChengming Zhou
2023-11-02perf/core: Fix potential NULL derefPeter Zijlstra
2023-11-02tracing/kprobes: Fix the description of variable length argumentsYujie Liu
2023-10-25tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbolsFrancis Laniel
2023-10-25kallsyms: Add helper kallsyms_on_each_match_symbol()Zhen Lei
2023-10-25kallsyms: Reduce the memory occupied by kallsyms_seqs_of_names[]Zhen Lei
2023-10-25perf: Disallow mis-matched inherited group readsPeter Zijlstra
2023-10-25fprobe: Fix to ensure the number of active retprobes is not zeroMasami Hiramatsu (Google)
2023-10-25fprobe: Add nr_maxactive to specify rethook_node pool sizeMasami Hiramatsu (Google)
2023-10-25fprobe: Pass entry_data to handlersMasami Hiramatsu (Google)
2023-10-25cpufreq: schedutil: Update next_freq when cpufreq_limits changeXuewen Yan
2023-10-25tracing: relax trace_event_eval_update() execution with cond_resched()Clément Léger
2023-10-25audit,io_uring: io_uring openat triggers audit reference count underflowDan Clash
2023-10-19cgroup: Remove duplicates in cgroup v1 tasks fileMichal Koutný
2023-10-19workqueue: Override implicit ordered attribute in workqueue_apply_unbound_cpu...Waiman Long
2023-10-19bpf: Fix verifier log for async callback return valuesDavid Vernet
2023-10-10ring-buffer: Fix bytes info in per_cpu buffer statsZheng Yejian
2023-10-10ring-buffer: remove obsolete comment for free_buffer_page()Vlastimil Babka
2023-10-06bpf: Add override check to kprobe multi link attachJiri Olsa
2023-10-06ring-buffer: Update "shortest_full" in pollingSteven Rostedt (Google)
2023-10-06sched/rt: Fix live lock between select_fallback_rq() and RT pushJoel Fernandes (Google)
2023-10-06kernel/sched: Modify initial boot task idle setupLiam R. Howlett
2023-10-06ring-buffer: Do not attempt to read past "commit"Steven Rostedt (Google)
2023-10-06ring-buffer: Avoid softlockup in ring_buffer_resize()Zheng Yejian
2023-10-06dma-debug: don't call __dma_entry_alloc_check_leak() under free_entries_lockSergey Senozhatsky
2023-10-06bpf: Avoid deadlock when using queue and stack maps from NMIToke Høiland-Jørgensen
2023-09-23tracing: Have option files inc the trace array ref countSteven Rostedt (Google)
2023-09-23tracing: Have current_trace inc the trace array ref countSteven Rostedt (Google)
2023-09-23tracing: Increase trace array ref count on enable and filter filesSteven Rostedt (Google)
2023-09-23tracing: Have event inject files inc the trace array ref countSteven Rostedt (Google)