summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-11-20tracing/kprobes: Fix the order of argument descriptionsYujie Liu1-1/+1
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-20padata: Convert from atomic_t to refcount_t on parallel_data->refcntXiyu Yang1-4/+4
2023-11-20genirq/matrix: Exclude managed interrupts in irq_matrix_allocated()Chen Yu1-3/+3
2023-11-20futex: Don't include process MM in futex key on no-MMUBen Wolsieffer1-1/+11
2023-11-20sched/uclamp: Ignore (util == 0) optimization in feec() when p_util_max = 0Qais Yousef1-17/+1
2023-11-08perf/core: Fix potential NULL derefPeter Zijlstra1-1/+2
2023-11-08tracing/kprobes: Fix the description of variable length argumentsYujie Liu1-2/+2
2023-10-25perf: Disallow mis-matched inherited group readsPeter Zijlstra1-6/+33
2023-10-25tracing: relax trace_event_eval_update() execution with cond_resched()Clément Léger1-0/+1
2023-10-25cgroup: Remove duplicates in cgroup v1 tasks fileMichal Koutný1-3/+2
2023-10-25workqueue: Override implicit ordered attribute in workqueue_apply_unbound_cpu...Waiman Long1-2/+6
2023-10-10ring-buffer: Fix bytes info in per_cpu buffer statsZheng Yejian1-13/+15
2023-10-10ring-buffer: remove obsolete comment for free_buffer_page()Vlastimil Babka1-4/+0
2023-10-10ring-buffer: Update "shortest_full" in pollingSteven Rostedt (Google)1-0/+3
2023-10-10sched/cpuacct: Optimize away RCU read lockChengming Zhou1-3/+1
2023-10-10sched/cpuacct: Fix charge percpu cpuusageChengming Zhou1-1/+2
2023-10-10sched/cpuacct: Fix user/system in shown cpuacct.usage*Andrey Ryabinin1-47/+32
2023-10-10ring-buffer: Do not attempt to read past "commit"Steven Rostedt (Google)1-0/+5
2023-10-10ring-buffer: Avoid softlockup in ring_buffer_resize()Zheng Yejian1-0/+2
2023-10-10dma-debug: don't call __dma_entry_alloc_check_leak() under free_entries_lockSergey Senozhatsky1-5/+15
2023-10-10bpf: Avoid deadlock when using queue and stack maps from NMIToke Høiland-Jørgensen1-3/+18
2023-10-10tracing: Have event inject files inc the trace array ref countSteven Rostedt (Google)1-1/+2
2023-10-10tracing: Increase trace array ref count on enable and filter filesSteven Rostedt (Google)3-2/+33
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
2023-09-23scftorture: Forgive memory-allocation failure if KASANPaul E. McKenney1-2/+4
2023-09-23rcuscale: Move rcu_scale_writer() schedule_timeout_uninterruptible() to _idle()Zqiang1-1/+1
2023-09-23kernel/fork: beware of __put_task_struct() calling contextWander Lairson Costa1-0/+8
2023-09-19tracing: Zero the pipe cpumask on alloc to avoid spurious -EBUSYBrian Foster1-2/+2
2023-09-19printk: ringbuffer: Fix truncating buffer size min_t castKees Cook1-1/+1
2023-09-19tracing: Fix race issue between cpu buffer write and swapZheng Yejian1-5/+12
2023-09-19cgroup:namespace: Remove unused cgroup_namespaces_init()Lu Jialin1-6/+0
2023-09-19audit: fix possible soft lockup in __audit_inode_child()Gaosheng Cui1-0/+2
2023-09-19bpf: Clear the probe_addr for uprobeYafang Shao2-2/+3
2023-09-19refscale: Fix uninitalized use of wait_queue_head_tWaiman Long1-2/+1
2023-09-19tracing: Introduce pipe_cpumask to avoid race on trace_pipesZheng Yejian2-7/+50
2023-09-19kprobes: Prohibit probing on CFI preamble symbolMasami Hiramatsu (Google)1-1/+13
2023-09-19modules: only allow symbol_get of EXPORT_SYMBOL_GPL modulesChristoph Hellwig1-2/+13
2023-09-02rcu-tasks: Add trc_inspect_reader() checks for exiting critical sectionPaul E. McKenney1-9/+9
2023-09-02rcu-tasks: Wait for trc_read_check_handler() IPIsPaul E. McKenney1-0/+14
2023-09-02rcu-tasks: Fix IPI failure handling in trc_wait_for_one_readerNeeraj Upadhyay1-1/+3
2023-09-02rcu: Prevent expedited GP from enabling tick on offline CPUPaul E. McKenney1-1/+4
2023-09-02module: Expose module_init_layout_section()James Morse1-1/+1
2023-08-30cgroup/cpuset: Free DL BW in case can_attach() failsDietmar Eggemann2-19/+49
2023-08-30sched/deadline: Create DL BW alloc, free & check overflow interfaceDietmar Eggemann3-16/+43
2023-08-30cgroup/cpuset: Iterate only if DEADLINE tasks are presentJuri Lelli1-0/+3
2023-08-30sched/cpuset: Keep track of SCHED_DEADLINE task in cpusetsJuri Lelli3-0/+42
2023-08-30sched/cpuset: Bring back cpuset_mutexJuri Lelli2-47/+53