summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-08-28Merge tag 'rcu.2023.08.21a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-08-28Merge tag 'hardening-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-08-28Merge tag 'seccomp-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
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-25kallsyms: Change func signature for cleanup_symbol_name()Yonghong Song
2023-08-25kallsyms: Fix kallsyms_selftest failureYonghong Song
2023-08-21nsproxy: Convert nsproxy.count to refcount_tElena Reshetova
2023-08-21tracing: Introduce pipe_cpumask to avoid race on trace_pipesZheng Yejian
2023-08-17seccomp: Add missing kerndoc notationsKees Cook
2023-08-17tracing: Fix memleak due to race between current_tracer and traceZheng Yejian
2023-08-16Merge branches 'doc.2023.07.14b', 'fixes.2023.08.16a', 'rcu-tasks.2023.07.24a...Paul E. McKenney
2023-08-16rcu: Make the rcu_nocb_poll boot parameter usable via boot configPaul E. McKenney
2023-08-16rcu: Mark __rcu_irq_enter_check_tick() ->rcu_urgent_qs loadPaul E. McKenney
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-14rcutorture: Stop right-shifting torture_random() return valuesPaul E. McKenney
2023-08-14torture: Stop right-shifting torture_random() return valuesPaul E. McKenney
2023-08-14torture: Move stutter_wait() timeouts to hrtimersPaul E. McKenney
2023-08-14torture: Move torture_shuffle() timeouts to hrtimersPaul E. McKenney
2023-08-14torture: Move torture_onoff() timeouts to hrtimersPaul E. McKenney
2023-08-14torture: Make torture_hrtimeout_*() use TASK_IDLEPaul E. McKenney
2023-08-14torture: Add lock_torture writer_fifo module parameterDietmar Eggemann
2023-08-14torture: Add a kthread-creation callback to _torture_create_kthread()Paul E. McKenney
2023-08-14rcu-tasks: Fix boot-time RCU tasks debug-only deadlockPaul E. McKenney
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-31rcu-tasks: Permit use of debug-objects with RCU Tasks flavorsPaul E. McKenney
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
2023-07-28tracing: Fix kernel-doc warnings in trace_events_trigger.cGaosheng Cui
2023-07-28tracing/synthetic: Fix kernel-doc warnings in trace_events_synth.cGaosheng Cui
2023-07-28ring-buffer: Fix kernel-doc warnings in ring_buffer.cGaosheng Cui
2023-07-28ring-buffer: Fix wrong stat of cpu_buffer->readZheng Yejian
2023-07-27perf: Replace strlcpy with strscpyAzeem Shaikh
2023-07-26mm: suppress mm fault logging if fatal signal already pendingLinus Torvalds
2023-07-26tracing/probes: Fix to add NULL check for BTF APIsMasami Hiramatsu (Google)
2023-07-25bpf: Disable preemption in bpf_event_outputJiri Olsa