summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-09-13memfd: replace ratcheting feature from vm.memfd_noexec with hierarchyAleksa Sarai
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-13workqueue: fix data race with the pwq->stats[] incrementMirsad Goran Todorovac
2023-09-13cgroup:namespace: Remove unused cgroup_namespaces_init()Lu Jialin
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-13watchdog/hardlockup: avoid large stack frames in watchdog_hardlockup_check()Douglas Anderson
2023-09-13nmi_backtrace: allow excluding an arbitrary CPUDouglas Anderson
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-13sched/fair: remove util_est boostingVincent Guittot
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-06tracing: Zero the pipe cpumask on alloc to avoid spurious -EBUSYBrian Foster
2023-09-06modules: only allow symbol_get of EXPORT_SYMBOL_GPL modulesChristoph Hellwig
2023-09-02kallsyms: Fix kallsyms_selftest failureYonghong Song
2023-09-02lockdep: fix static memory detection even moreHelge Deller
2023-09-02module/decompress: use vmalloc() for zstd decompression workspaceAndrea Righi
2023-09-02module: Expose module_init_layout_section()James Morse
2023-08-26Merge tag 'irq-urgent-2023-08-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-26genirq: Fix software resend lockup and nested resendJohan Hovold
2023-08-21tracing: Introduce pipe_cpumask to avoid race on trace_pipesZheng Yejian
2023-08-17tracing: Fix memleak due to race between current_tracer and traceZheng Yejian
2023-08-16tracing/synthetic: Allocate one additional element for sizeSven Schnelle
2023-08-16tracing/synthetic: Skip first entry for stack tracesSven Schnelle
2023-08-16tracing/synthetic: Use union instead of castsSven Schnelle
2023-08-16tracing: Fix cpu buffers unavailable due to 'record_disabled' missedZheng Yejian
2023-08-11Merge tag 'pm-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2023-08-07Merge tag 'wq-for-6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-08-07PM: hibernate: fix resume_store() return value when hibernation not availableVlastimil Babka
2023-08-03Merge tag 'net-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-07-31bpf, cpumap: Handle skb as well when clean up ptr_ringHou Tao
2023-07-31bpf, cpumap: Make sure kthread is running before map update returnsHou Tao
2023-07-30Merge tag 'probes-fixes-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-07-30Merge tag 'locking_urgent_for_v6.5_rc4' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2023-07-29Merge tag 'trace-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-07-29kprobes: Prohibit probing on CFI preamble symbolMasami Hiramatsu (Google)
2023-07-28tracing: Fix warning in trace_buffered_event_disable()Zheng Yejian
2023-07-28tracing: Fix kernel-doc warnings in trace_seq.cGaosheng Cui