aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2023-09-14Merge tag 'v6.4.16' into v6.4/standard/basev6.4/standard/xilinx-zynqmpv6.4/standard/x86v6.4/standard/tiny/x86v6.4/standard/tiny/common-pcv6.4/standard/tiny/basev6.4/standard/ti-am335xv6.4/standard/qemuppcv6.4/standard/qemuarm64v6.4/standard/nxp-ls20xxv6.4/standard/edgerouterv6.4/standard/beaglebonev6.4/standard/bcm-2xxx-rpiv6.4/standard/baseBruce Ashfield
2023-09-13tracing: Zero the pipe cpumask on alloc to avoid spurious -EBUSYBrian Foster
2023-09-13bpf: Fix issue in verifying allow_ptr_leaksYafang Shao
2023-09-13cpu/hotplug: Prevent self deadlock on CPU hot-unplugThomas Gleixner
2023-09-13printk: ringbuffer: Fix truncating buffer size min_t castKees Cook
2023-09-13tracing: Fix race issue between cpu buffer write and swapZheng Yejian
2023-09-13tracing: Remove extra space at the end of hwlat_detector/modeMikhail Kobuk
2023-09-13tick/rcu: Fix false positive "softirq work is pending" messagesPaul Gortmaker
2023-09-13cgroup/cpuset: Inherit parent's load balance state in v2Waiman Long
2023-09-13audit: fix possible soft lockup in __audit_inode_child()Gaosheng Cui
2023-09-13bpf: Fix check_func_arg_reg_off bug for graph root/nodeKumar Kartikeya Dwivedi
2023-09-13bpf: Fix a bpf_kptr_xchg() issue with local kptrYonghong Song
2023-09-13bpf: fix bpf_dynptr_slice() to stop return an ERR_PTR.Kui-Feng Lee
2023-09-13bpf: Fix an error in verifying a field in a unionYafang Shao
2023-09-13bpf: Fix an error around PTR_UNTRUSTEDYafang Shao
2023-09-13bpf: Clear the probe_addr for uprobeYafang Shao
2023-09-13sched/rt: Fix sysctl_sched_rr_timeslice intial valueCyril Hrubis
2023-09-13clocksource: Handle negative skews in "skew is too large" messagesPaul E. McKenney
2023-09-13refscale: Fix uninitalized use of wait_queue_head_tWaiman Long
2023-09-13tracing: Introduce pipe_cpumask to avoid race on trace_pipesZheng Yejian
2023-09-13kprobes: Prohibit probing on CFI preamble symbolMasami Hiramatsu (Google)
2023-09-08Merge tag 'v6.4.15' into v6.4/standard/baseBruce Ashfield
2023-09-06modules: only allow symbol_get of EXPORT_SYMBOL_GPL modulesChristoph Hellwig
2023-09-04Merge tag 'v6.4.14' into v6.4/standard/baseBruce Ashfield
2023-09-02kallsyms: Fix kallsyms_selftest failureYonghong Song
2023-09-02lockdep: fix static memory detection even moreHelge Deller
2023-09-02module: Expose module_init_layout_section()James Morse
2023-09-02module/decompress: use vmalloc() for zstd decompression workspaceAndrea Righi
2023-08-30Merge tag 'v6.4.13' into v6.4/standard/baseBruce Ashfield
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-30tracing: Fix memleak due to race between current_tracer and traceZheng Yejian
2023-08-30tracing/synthetic: Allocate one additional element for sizeSven Schnelle
2023-08-30tracing/synthetic: Skip first entry for stack tracesSven Schnelle
2023-08-30tracing/synthetic: Use union instead of castsSven Schnelle
2023-08-30tracing: Fix cpu buffers unavailable due to 'record_disabled' missedZheng Yejian
2023-08-27Merge tag 'v6.4.12' into v6.4/standard/baseBruce Ashfield
2023-08-23ring-buffer: Do not swap cpu_buffer during resize processChen Lin
2023-08-23dma-remap: use kvmalloc_array/kvfree for larger dma memory remapgaoxu
2023-08-21tick/rcu: fix false positive "softirq work is pending" messages on RTPaul Gortmaker
2023-08-20kernel/sched: Fix double free on invalid isolcpus/nohz_full paramsAdrian Cinal
2023-08-16kernel/sched: Fix uninitialized read in nohz_full/isolcpus setupAdrian Cinal
2023-08-14Merge tag 'v6.4.10' into v6.4/standard/baseBruce Ashfield
2023-08-11bpf: Disable preemption in bpf_event_outputJiri Olsa
2023-08-11bpf: Disable preemption in bpf_perf_event_outputJiri Olsa
2023-08-11bpf, cpumap: Handle skb as well when clean up ptr_ringHou Tao