summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-09-19bpf: Assign bpf_tramp_run_ctx::saved_run_ctx before recursion check.Sebastian Andrzej Siewior2-4/+2
2023-09-19bpf: Invoke __bpf_prog_exit_sleepable_recur() on recursion in kern_sys_bpf().Sebastian Andrzej Siewior1-0/+1
2023-09-19bpf: Remove prog->active check for bpf_lsm and bpf_iterMartin KaFai Lau2-15/+70
2023-09-13tracing: Zero the pipe cpumask on alloc to avoid spurious -EBUSYBrian Foster1-2/+2
2023-09-13bpf: Fix issue in verifying allow_ptr_leaksYafang Shao1-8/+9
2023-09-13cpu/hotplug: Prevent self deadlock on CPU hot-unplugThomas Gleixner1-1/+23
2023-09-13printk: ringbuffer: Fix truncating buffer size min_t castKees Cook1-1/+1
2023-09-13tracing: Fix race issue between cpu buffer write and swapZheng Yejian1-5/+12
2023-09-13tracing: Remove extra space at the end of hwlat_detector/modeMikhail Kobuk1-1/+1
2023-09-13tick/rcu: Fix false positive "softirq work is pending" messagesPaul Gortmaker1-1/+1
2023-09-13cgroup:namespace: Remove unused cgroup_namespaces_init()Lu Jialin1-6/+0
2023-09-13cgroup/cpuset: Inherit parent's load balance state in v2Waiman Long1-3/+30
2023-09-13PCI: Allow drivers to request exclusive config regionsIra Weiny1-5/+8
2023-09-13audit: fix possible soft lockup in __audit_inode_child()Gaosheng Cui1-0/+2
2023-09-13bpf: Fix an error in verifying a field in a unionYafang Shao1-1/+1
2023-09-13bpf: Clear the probe_addr for uprobeYafang Shao2-2/+3
2023-09-13sched/rt: Fix sysctl_sched_rr_timeslice intial valueCyril Hrubis1-1/+1
2023-09-13refscale: Fix uninitalized use of wait_queue_head_tWaiman Long1-2/+1
2023-09-13tracing: Introduce pipe_cpumask to avoid race on trace_pipesZheng Yejian2-7/+50
2023-09-13kprobes: Prohibit probing on CFI preamble symbolMasami Hiramatsu (Google)1-1/+13
2023-09-06modules: only allow symbol_get of EXPORT_SYMBOL_GPL modulesChristoph Hellwig1-3/+11
2023-09-02kallsyms: Fix kallsyms_selftest failureYonghong Song1-10/+7
2023-09-02lockdep: fix static memory detection even moreHelge Deller1-22/+14
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-20/+50
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/+43
2023-08-30sched/cpuset: Bring back cpuset_mutexJuri Lelli2-88/+95
2023-08-30cgroup/cpuset: Rename functions dealing with DEADLINE accountingJuri Lelli1-4/+4
2023-08-30tracing: Fix memleak due to race between current_tracer and traceZheng Yejian3-2/+12
2023-08-30tracing: Fix cpu buffers unavailable due to 'record_disabled' missedZheng Yejian1-0/+6
2023-08-23sched/fair: Remove capacity inversion detectionVincent Guittot2-98/+5
2023-08-23sched/fair: unlink misfit task from cpu overutilizedVincent Guittot1-23/+82
2023-08-23ring-buffer: Do not swap cpu_buffer during resize processChen Lin2-2/+15
2023-08-23dma-remap: use kvmalloc_array/kvfree for larger dma memory remapgaoxu1-2/+2
2023-08-11bpf, cpumap: Make sure kthread is running before map update returnsHou Tao1-10/+11
2023-08-11bpf: Disable preemption in bpf_event_outputJiri Olsa1-1/+5
2023-08-11bpf: Disable preemption in bpf_perf_event_outputJiri Olsa1-4/+7
2023-08-11bpf, cpumap: Handle skb as well when clean up ptr_ringHou Tao1-4/+10
2023-08-11perf: Fix function pointer casePeter Zijlstra1-2/+6
2023-08-08mm: Move mm_cachep initialization to mm_init()Peter Zijlstra1-14/+18
2023-08-08x86/mm: Use mm_alloc() in poking_init()Peter Zijlstra1-5/+0
2023-08-03tracing: Fix trace_event_raw_event_synth() if else statementSteven Rostedt (Google)1-2/+2
2023-08-03locking/rtmutex: Fix task->pi_waiters integrityPeter Zijlstra4-76/+155
2023-08-03tracing: Fix warning in trace_buffered_event_disable()Zheng Yejian1-10/+4
2023-08-03ring-buffer: Fix wrong stat of cpu_buffer->readZheng Yejian1-10/+12
2023-08-03mm: suppress mm fault logging if fatal signal already pendingLinus Torvalds1-0/+4
2023-08-03tracing/probes: Fix to record 0-length data_loc in fetch_store_string*() if f...Masami Hiramatsu (Google)3-12/+14
2023-08-03Revert "tracing: Add "(fault)" name injection to kernel probes"Masami Hiramatsu (Google)3-26/+9