summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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-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-08perf/core: Fix potential NULL derefPeter Zijlstra
2023-11-08tracing/kprobes: Fix the description of variable length argumentsYujie Liu
2023-10-25perf: Disallow mis-matched inherited group readsPeter Zijlstra
2023-10-25tracing: relax trace_event_eval_update() execution with cond_resched()Clément Léger
2023-10-19Revert "kernel/sched: Modify initial boot task idle setup"Greg Kroah-Hartman
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-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-06sched/cpuacct: Optimize away RCU read lockChengming Zhou
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-10-06tracing: Have event inject files inc the trace array ref countSteven Rostedt (Google)
2023-10-06tracing: Increase trace array ref count on enable and filter filesSteven Rostedt (Google)
2023-10-06tracing: Make trace_marker{,_raw} stream-likeJohn Keeping
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: Have tracing_max_latency inc the trace array ref countSteven Rostedt (Google)
2023-09-23printk: Consolidate console deferred printingJohn 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-19tracing: Zero the pipe cpumask on alloc to avoid spurious -EBUSYBrian Foster
2023-09-19printk: ringbuffer: Fix truncating buffer size min_t castKees Cook
2023-09-19tracing: Fix race issue between cpu buffer write and swapZheng Yejian
2023-09-19tracing: Remove extra space at the end of hwlat_detector/modeMikhail Kobuk
2023-09-19cgroup:namespace: Remove unused cgroup_namespaces_init()Lu Jialin
2023-09-19audit: fix possible soft lockup in __audit_inode_child()Gaosheng Cui
2023-09-19bpf: Clear the probe_addr for uprobeYafang Shao
2023-09-19refscale: Fix uninitalized use of wait_queue_head_tWaiman Long
2023-09-19tracing: Introduce pipe_cpumask to avoid race on trace_pipesZheng Yejian
2023-09-19kprobes: Prohibit probing on CFI preamble symbolMasami Hiramatsu (Google)
2023-09-06modules: only allow symbol_get of EXPORT_SYMBOL_GPL modulesChristoph Hellwig
2023-09-02rcu-tasks: Add trc_inspect_reader() checks for exiting critical sectionPaul E. McKenney
2023-09-02rcu-tasks: Wait for trc_read_check_handler() IPIsPaul E. McKenney
2023-09-02rcu-tasks: Fix IPI failure handling in trc_wait_for_one_readerNeeraj Upadhyay