summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* tracing: Zero the pipe cpumask on alloc to avoid spurious -EBUSYBrian Foster2023-09-131-2/+2
* bpf: Fix issue in verifying allow_ptr_leaksYafang Shao2023-09-131-8/+9
* cpu/hotplug: Prevent self deadlock on CPU hot-unplugThomas Gleixner2023-09-131-1/+23
* printk: ringbuffer: Fix truncating buffer size min_t castKees Cook2023-09-131-1/+1
* tracing: Fix race issue between cpu buffer write and swapZheng Yejian2023-09-131-5/+12
* tracing: Remove extra space at the end of hwlat_detector/modeMikhail Kobuk2023-09-131-1/+1
* tick/rcu: Fix false positive "softirq work is pending" messagesPaul Gortmaker2023-09-131-1/+1
* cgroup:namespace: Remove unused cgroup_namespaces_init()Lu Jialin2023-09-131-6/+0
* cgroup/cpuset: Inherit parent's load balance state in v2Waiman Long2023-09-131-3/+30
* PCI: Allow drivers to request exclusive config regionsIra Weiny2023-09-131-5/+8
* audit: fix possible soft lockup in __audit_inode_child()Gaosheng Cui2023-09-131-0/+2
* bpf: Fix an error in verifying a field in a unionYafang Shao2023-09-131-1/+1
* bpf: Clear the probe_addr for uprobeYafang Shao2023-09-132-2/+3
* sched/rt: Fix sysctl_sched_rr_timeslice intial valueCyril Hrubis2023-09-131-1/+1
* refscale: Fix uninitalized use of wait_queue_head_tWaiman Long2023-09-131-2/+1
* tracing: Introduce pipe_cpumask to avoid race on trace_pipesZheng Yejian2023-09-132-7/+50
* kprobes: Prohibit probing on CFI preamble symbolMasami Hiramatsu (Google)2023-09-131-1/+13
* modules: only allow symbol_get of EXPORT_SYMBOL_GPL modulesChristoph Hellwig2023-09-061-3/+11
* kallsyms: Fix kallsyms_selftest failureYonghong Song2023-09-021-10/+7
* lockdep: fix static memory detection even moreHelge Deller2023-09-021-22/+14
* module: Expose module_init_layout_section()James Morse2023-09-021-1/+1
* cgroup/cpuset: Free DL BW in case can_attach() failsDietmar Eggemann2023-08-302-20/+50
* sched/deadline: Create DL BW alloc, free & check overflow interfaceDietmar Eggemann2023-08-303-16/+43
* cgroup/cpuset: Iterate only if DEADLINE tasks are presentJuri Lelli2023-08-301-0/+3
* sched/cpuset: Keep track of SCHED_DEADLINE task in cpusetsJuri Lelli2023-08-303-0/+43
* sched/cpuset: Bring back cpuset_mutexJuri Lelli2023-08-302-88/+95
* cgroup/cpuset: Rename functions dealing with DEADLINE accountingJuri Lelli2023-08-301-4/+4
* tracing: Fix memleak due to race between current_tracer and traceZheng Yejian2023-08-303-2/+12
* tracing: Fix cpu buffers unavailable due to 'record_disabled' missedZheng Yejian2023-08-301-0/+6
* sched/fair: Remove capacity inversion detectionVincent Guittot2023-08-232-98/+5
* sched/fair: unlink misfit task from cpu overutilizedVincent Guittot2023-08-231-23/+82
* ring-buffer: Do not swap cpu_buffer during resize processChen Lin2023-08-232-2/+15
* dma-remap: use kvmalloc_array/kvfree for larger dma memory remapgaoxu2023-08-231-2/+2
* bpf, cpumap: Make sure kthread is running before map update returnsHou Tao2023-08-111-10/+11
* bpf: Disable preemption in bpf_event_outputJiri Olsa2023-08-111-1/+5
* bpf: Disable preemption in bpf_perf_event_outputJiri Olsa2023-08-111-4/+7
* bpf, cpumap: Handle skb as well when clean up ptr_ringHou Tao2023-08-111-4/+10
* perf: Fix function pointer casePeter Zijlstra2023-08-111-2/+6
* mm: Move mm_cachep initialization to mm_init()Peter Zijlstra2023-08-081-14/+18
* x86/mm: Use mm_alloc() in poking_init()Peter Zijlstra2023-08-081-5/+0
* tracing: Fix trace_event_raw_event_synth() if else statementSteven Rostedt (Google)2023-08-031-2/+2
* locking/rtmutex: Fix task->pi_waiters integrityPeter Zijlstra2023-08-034-76/+155
* tracing: Fix warning in trace_buffered_event_disable()Zheng Yejian2023-08-031-10/+4
* ring-buffer: Fix wrong stat of cpu_buffer->readZheng Yejian2023-08-031-10/+12
* mm: suppress mm fault logging if fatal signal already pendingLinus Torvalds2023-08-031-0/+4
* tracing/probes: Fix to record 0-length data_loc in fetch_store_string*() if f...Masami Hiramatsu (Google)2023-08-033-12/+14
* Revert "tracing: Add "(fault)" name injection to kernel probes"Masami Hiramatsu (Google)2023-08-033-26/+9
* tracing: Allow synthetic events to pass around stacktracesSteven Rostedt (Google)2023-08-034-5/+87
* tracing/probes: Fix to avoid double count of the string length on the arrayMasami Hiramatsu (Google)2023-08-031-2/+2
* tracing/probes: Add symstr type for dynamic eventsMasami Hiramatsu (Google)2023-08-034-24/+85