summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-09-23tracing: Have option files inc the trace array ref countSteven Rostedt (Google)1-1/+22
2023-09-23tracing: Have current_trace inc the trace array ref countSteven Rostedt (Google)1-1/+2
2023-09-23tracing: Increase trace array ref count on enable and filter filesSteven Rostedt (Google)3-2/+33
2023-09-23tracing/synthetic: Print out u64 values properlyTero Kristo1-1/+1
2023-09-23tracing: Have event inject files inc the trace array ref countSteven Rostedt (Google)1-1/+2
2023-09-23tracing: Have tracing_max_latency inc the trace array ref countSteven Rostedt (Google)1-5/+10
2023-09-23panic: Reenable preemption in WARN slowpathLukas Wunner1-0/+1
2023-09-23PM: hibernate: Fix the exclusive get block device in test_resume modeChen Yu1-6/+6
2023-09-23printk: Rename abandon_console_lock_in_panic() to other_cpu_in_panic()John Ogness2-7/+10
2023-09-23printk: Consolidate console deferred printingJohn Ogness2-14/+30
2023-09-23printk: Do not take console lock for console_flush_on_panic()John Ogness1-9/+19
2023-09-23printk: Keep non-panic-CPUs out of console lockJohn Ogness1-19/+26
2023-09-23printk: Reduce console_unblank() usage in unsafe scenariosJohn Ogness1-0/+28
2023-09-23bpf: Consider non-owning refs to refcounted nodes RCU protectedDave Marchevsky1-1/+12
2023-09-23scftorture: Forgive memory-allocation failure if KASANPaul E. McKenney1-2/+4
2023-09-23rcuscale: Move rcu_scale_writer() schedule_timeout_uninterruptible() to _idle()Zqiang1-1/+1
2023-09-23kernel/fork: beware of __put_task_struct() calling contextWander Lairson Costa1-0/+8
2023-09-19bpf: fix bpf_probe_read_kernel prototype mismatchArnd Bergmann2-19/+2
2023-09-19bpf: bpf_sk_storage: Fix the missing uncharge in sk_omem_allocMartin KaFai Lau1-1/+1
2023-09-19bpf: bpf_sk_storage: Fix invalid wait context lockdep reportMartin KaFai Lau1-33/+14
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-19netfilter: nf_tables: Audit log rule resetPhil Sutter1-0/+1
2023-09-19netfilter: nf_tables: Audit log setelem resetPhil Sutter1-0/+1
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