summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-02-12Merge tag 'trace-v6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-02-12tracing: Fix TASK_COMM_LEN in trace event format fileYafang Shao
2023-02-11Merge tag 'locking-urgent-2023-02-11' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2023-02-07Merge tag 'trace-v6.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-02-06cpuset: Call set_cpus_allowed_ptr() with appropriate mask for taskWill Deacon
2023-02-06cgroup/cpuset: Don't filter offline CPUs in cpuset_cpus_allowed() for top cpu...Waiman Long
2023-02-06rtmutex: Ensure that the top waiter is always woken upWander Lairson Costa
2023-02-05Merge tag 'char-misc-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-02-05Merge tag 'perf_urgent_for_v6.2_rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-02-03kernel/irq/irqdomain.c: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-02-02Merge tag 'net-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-02-02tracing: Fix poll() and select() do not work on per_cpu trace_pipe and trace_...Shiju Jose
2023-01-31cgroup/cpuset: Fix wrong check in update_parent_subparts_cpumask()Waiman Long
2023-01-31perf: Fix perf_event_pmu_context serializationJames Clark
2023-01-29Merge tag 'irq_urgent_for_v6.2_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-01-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-01-27Merge tag 'trace-v6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-01-26bpf: Fix the kernel crash caused by bpf_setsockopt().Kui-Feng Lee
2023-01-25rv: remove redundant initialization of pointer ptrColin Ian King
2023-01-25tracing/filter: fix kernel-doc warningsRandy Dunlap
2023-01-24trace_events_hist: add check for return value of 'create_hist_field'Natalia Petrova
2023-01-24tracing/osnoise: Use built-in RCU list checkingChuang Wang
2023-01-24module: Don't wait for GOING modulesPetr Pavlu
2023-01-24tracing: Kconfig: Fix spelling/grammar/punctuationRandy Dunlap
2023-01-24tracing: Make sure trace_printk() can output as soon as it can be usedSteven Rostedt (Google)
2023-01-24ftrace: Export ftrace_free_filter() to modulesMark Rutland
2023-01-22Merge tag 'sched_urgent_for_v6.2_rc6' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2023-01-21Merge tag 'driver-core-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-01-21Merge tag 'kbuild-fixes-v6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-01-21prlimit: do_prlimit needs to have a speculation checkGreg Kroah-Hartman
2023-01-20Merge tag 'net-6.2-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2023-01-20bpf: Add missing btf_put to register_btf_id_dtor_kfuncsJiri Olsa
2023-01-19bpf: Fix to preserve reg parent/live fields when copying range infoEduard Zingerman
2023-01-19Merge tag 'printk-for-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-01-19Merge branch 'rework/console-list-lock' into for-linusPetr Mladek
2023-01-18bpf: Fix a possible task gone issue with bpf_send_signal[_thread]() helpersYonghong Song
2023-01-18bpf: Fix off-by-one error in bpf_mem_cache_idx()Hou Tao
2023-01-18kheaders: explicitly validate existence of cpio commandThomas Weißschuh
2023-01-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-01-17genirq/msi: Free the fwnode created by msi_create_device_irq_domain()Jason Gunthorpe
2023-01-16kernel/printk/printk.c: Fix W=1 kernel-doc warningAnuradha Weeraman
2023-01-16tty: serial: kgdboc: fix mutex locking order for configure_kgdboc()John Ogness
2023-01-16sched/core: Fix NULL pointer access fault in sched_setaffinity() with non-SMP...Waiman Long
2023-01-14Merge tag 'modules-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-01-13kallsyms: Fix scheduling with interrupts disabled in self-testNicholas Piggin
2023-01-13bpf: Fix pointer-leak due to insufficient speculative store bypass mitigationLuis Gerhorst
2023-01-13sched/fair: Fixes for capacity inversion detectionQais Yousef
2023-01-13sched/uclamp: Fix a uninitialized variable warningsQais Yousef
2023-01-12bpf: hash map, avoid deadlock with suitable hash maskTonghao Zhang
2023-01-12Merge tag 'timers-urgent-2023-01-12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds