summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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-10ring-buffer: Update "shortest_full" in pollingSteven Rostedt (Google)
2023-10-10sched/cpuacct: Optimize away RCU read lockChengming Zhou
2023-10-10sched/cpuacct: Fix charge percpu cpuusageChengming Zhou
2023-10-10sched/cpuacct: Fix user/system in shown cpuacct.usage*Andrey Ryabinin
2023-10-10ring-buffer: Do not attempt to read past "commit"Steven Rostedt (Google)
2023-10-10ring-buffer: Avoid softlockup in ring_buffer_resize()Zheng Yejian
2023-10-10dma-debug: don't call __dma_entry_alloc_check_leak() under free_entries_lockSergey Senozhatsky
2023-10-10bpf: Avoid deadlock when using queue and stack maps from NMIToke Høiland-Jørgensen
2023-10-10tracing: Have event inject files inc the trace array ref countSteven Rostedt (Google)
2023-10-10tracing: Increase trace array ref count on enable and filter filesSteven Rostedt (Google)
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-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-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-19modules: 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
2023-09-02rcu: Prevent expedited GP from enabling tick on offline CPUPaul E. McKenney
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-30timers/nohz: Switch to ONESHOT_STOPPED in the low-res handler when the tick i...Nicholas Piggin
2023-08-30tick: Detect and fix jiffies update stallFrederic Weisbecker
2023-08-30torture: Fix hang during kthread shutdown phaseJoel Fernandes (Google)
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-26tracing/probes: Fix to update dynamic data counter if fetcharg uses itMasami Hiramatsu (Google)
2023-08-26tracing/probes: Have process_fetch_insn() take a void * instead of pt_regsSteven Rostedt (VMware)
2023-08-26ring-buffer: Do not swap cpu_buffer during resize processChen Lin
2023-08-26dma-remap: use kvmalloc_array/kvfree for larger dma memory remapgaoxu
2023-08-16bpf: aggressively forget precise markings during state checkpointingAndrii Nakryiko
2023-08-16bpf: stop setting precise in current stateAndrii Nakryiko
2023-08-16bpf: allow precision tracking for programs with subprogsAndrii Nakryiko