summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-09-13memfd: replace ratcheting feature from vm.memfd_noexec with hierarchyAleksa Sarai3-19/+18
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-13workqueue: fix data race with the pwq->stats[] incrementMirsad Goran Todorovac1-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-13audit: fix possible soft lockup in __audit_inode_child()Gaosheng Cui1-0/+2
2023-09-13bpf: Fix check_func_arg_reg_off bug for graph root/nodeKumar Kartikeya Dwivedi1-11/+0
2023-09-13bpf: Fix a bpf_kptr_xchg() issue with local kptrYonghong Song1-10/+15
2023-09-13watchdog/hardlockup: avoid large stack frames in watchdog_hardlockup_check()Douglas Anderson1-7/+2
2023-09-13nmi_backtrace: allow excluding an arbitrary CPUDouglas Anderson1-1/+1
2023-09-13bpf: fix bpf_dynptr_slice() to stop return an ERR_PTR.Kui-Feng Lee1-1/+1
2023-09-13bpf: Fix an error in verifying a field in a unionYafang Shao1-1/+1
2023-09-13bpf: Fix an error around PTR_UNTRUSTEDYafang Shao2-11/+14
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-13sched/fair: remove util_est boostingVincent Guittot1-3/+0
2023-09-13clocksource: Handle negative skews in "skew is too large" messagesPaul E. McKenney1-4/+4
2023-09-13refscale: Fix uninitalized use of wait_queue_head_tWaiman Long1-2/+1
2023-09-06tracing: Zero the pipe cpumask on alloc to avoid spurious -EBUSYBrian Foster1-2/+2
2023-09-06modules: only allow symbol_get of EXPORT_SYMBOL_GPL modulesChristoph Hellwig1-3/+11
2023-09-02kallsyms: Fix kallsyms_selftest failureYonghong Song2-32/+8
2023-09-02lockdep: fix static memory detection even moreHelge Deller1-22/+14
2023-09-02module/decompress: use vmalloc() for zstd decompression workspaceAndrea Righi1-2/+2
2023-09-02module: Expose module_init_layout_section()James Morse1-1/+1
2023-08-26Merge tag 'irq-urgent-2023-08-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+6
2023-08-26genirq: Fix software resend lockup and nested resendJohan Hovold1-1/+6
2023-08-21tracing: Introduce pipe_cpumask to avoid race on trace_pipesZheng Yejian2-7/+50
2023-08-17tracing: Fix memleak due to race between current_tracer and traceZheng Yejian3-2/+12
2023-08-16tracing/synthetic: Allocate one additional element for sizeSven Schnelle1-1/+2
2023-08-16tracing/synthetic: Skip first entry for stack tracesSven Schnelle1-13/+4
2023-08-16tracing/synthetic: Use union instead of castsSven Schnelle2-50/+45
2023-08-16tracing: Fix cpu buffers unavailable due to 'record_disabled' missedZheng Yejian1-0/+6
2023-08-11Merge tag 'pm-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-1/+1
2023-08-07Merge tag 'wq-for-6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+42
2023-08-07PM: hibernate: fix resume_store() return value when hibernation not availableVlastimil Babka1-1/+1
2023-08-03Merge tag 'net-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-19/+33
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-19/+33
2023-07-31bpf, cpumap: Handle skb as well when clean up ptr_ringHou Tao1-4/+10
2023-07-31bpf, cpumap: Make sure kthread is running before map update returnsHou Tao1-10/+11
2023-07-30Merge tag 'probes-fixes-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-5/+17
2023-07-30Merge tag 'locking_urgent_for_v6.5_rc4' of git://git.kernel.org/pub/scm/linux...Linus Torvalds4-76/+155
2023-07-29Merge tag 'trace-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds5-22/+21
2023-07-29kprobes: Prohibit probing on CFI preamble symbolMasami Hiramatsu (Google)1-1/+13
2023-07-28tracing: Fix warning in trace_buffered_event_disable()Zheng Yejian1-10/+4
2023-07-28tracing: Fix kernel-doc warnings in trace_seq.cGaosheng Cui1-0/+1