aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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)
2023-09-23tracing: Have tracing_max_latency inc the trace array ref countSteven Rostedt (Google)
2023-09-23panic: Reenable preemption in WARN slowpathLukas Wunner
2023-09-23printk: Consolidate console deferred printingJohn Ogness
2023-09-23printk: Keep non-panic-CPUs out of console lockJohn Ogness
2023-09-23scftorture: Forgive memory-allocation failure if KASANPaul E. McKenney
2023-09-23rcuscale: Move rcu_scale_writer() schedule_timeout_uninterruptible() to _idle()Zqiang
2023-09-23kernel/fork: beware of __put_task_struct() calling contextWander Lairson Costa
2023-09-19bpf: Assign bpf_tramp_run_ctx::saved_run_ctx before recursion check.Sebastian Andrzej Siewior
2023-09-19bpf: Invoke __bpf_prog_exit_sleepable_recur() on recursion in kern_sys_bpf().Sebastian Andrzej Siewior
2023-09-19bpf: Remove prog->active check for bpf_lsm and bpf_iterMartin KaFai Lau
2023-09-13tracing: Zero the pipe cpumask on alloc to avoid spurious -EBUSYBrian Foster
2023-09-13bpf: Fix issue in verifying allow_ptr_leaksYafang Shao
2023-09-13cpu/hotplug: Prevent self deadlock on CPU hot-unplugThomas Gleixner
2023-09-13printk: ringbuffer: Fix truncating buffer size min_t castKees Cook
2023-09-13tracing: Fix race issue between cpu buffer write and swapZheng Yejian
2023-09-13tracing: Remove extra space at the end of hwlat_detector/modeMikhail Kobuk
2023-09-13tick/rcu: Fix false positive "softirq work is pending" messagesPaul Gortmaker
2023-09-13cgroup:namespace: Remove unused cgroup_namespaces_init()Lu Jialin
2023-09-13cgroup/cpuset: Inherit parent's load balance state in v2Waiman Long
2023-09-13PCI: Allow drivers to request exclusive config regionsIra Weiny
2023-09-13audit: fix possible soft lockup in __audit_inode_child()Gaosheng Cui
2023-09-13bpf: Fix an error in verifying a field in a unionYafang Shao
2023-09-13bpf: Clear the probe_addr for uprobeYafang Shao
2023-09-13sched/rt: Fix sysctl_sched_rr_timeslice intial valueCyril Hrubis
2023-09-13refscale: Fix uninitalized use of wait_queue_head_tWaiman Long
2023-09-13tracing: Introduce pipe_cpumask to avoid race on trace_pipesZheng Yejian
2023-09-13kprobes: Prohibit probing on CFI preamble symbolMasami Hiramatsu (Google)
2023-09-06modules: only allow symbol_get of EXPORT_SYMBOL_GPL modulesChristoph Hellwig
2023-09-02kallsyms: Fix kallsyms_selftest failureYonghong Song
2023-09-02lockdep: fix static memory detection even moreHelge Deller
2023-09-02module: Expose module_init_layout_section()James Morse
2023-08-30cgroup/cpuset: Free DL BW in case can_attach() failsDietmar Eggemann
2023-08-30sched/deadline: Create DL BW alloc, free & check overflow interfaceDietmar Eggemann
2023-08-30cgroup/cpuset: Iterate only if DEADLINE tasks are presentJuri Lelli
2023-08-30sched/cpuset: Keep track of SCHED_DEADLINE task in cpusetsJuri Lelli
2023-08-30sched/cpuset: Bring back cpuset_mutexJuri Lelli
2023-08-30cgroup/cpuset: Rename functions dealing with DEADLINE accountingJuri Lelli
2023-08-30tracing: Fix memleak due to race between current_tracer and traceZheng Yejian
2023-08-30tracing: Fix cpu buffers unavailable due to 'record_disabled' missedZheng Yejian
2023-08-23sched/fair: Remove capacity inversion detectionVincent Guittot
2023-08-23sched/fair: unlink misfit task from cpu overutilizedVincent Guittot
2023-08-23ring-buffer: Do not swap cpu_buffer during resize processChen Lin