summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2023-02-05Merge tag 'char-misc-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2023-02-05Merge tag 'perf_urgent_for_v6.2_rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-22/+17
2023-02-03kernel/irq/irqdomain.c: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman-1/+1
2023-02-02Merge tag 'net-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-12/+23
2023-01-31cgroup/cpuset: Fix wrong check in update_parent_subparts_cpumask()Waiman Long-1/+2
2023-01-31perf: Fix perf_event_pmu_context serializationJames Clark-22/+17
2023-01-29Merge tag 'irq_urgent_for_v6.2_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+6
2023-01-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-12/+23
2023-01-27Merge tag 'trace-v6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-15/+39
2023-01-26bpf: Fix the kernel crash caused by bpf_setsockopt().Kui-Feng Lee-1/+0
2023-01-25rv: remove redundant initialization of pointer ptrColin Ian King-1/+1
2023-01-25tracing/filter: fix kernel-doc warningsRandy Dunlap-4/+4
2023-01-24trace_events_hist: add check for return value of 'create_hist_field'Natalia Petrova-0/+2
2023-01-24tracing/osnoise: Use built-in RCU list checkingChuang Wang-3/+2
2023-01-24module: Don't wait for GOING modulesPetr Pavlu-5/+21
2023-01-24tracing: Kconfig: Fix spelling/grammar/punctuationRandy Dunlap-4/+4
2023-01-24tracing: Make sure trace_printk() can output as soon as it can be usedSteven Rostedt (Google)-2/+4
2023-01-24ftrace: Export ftrace_free_filter() to modulesMark Rutland-1/+22
2023-01-22Merge tag 'sched_urgent_for_v6.2_rc6' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-23/+35
2023-01-21Merge tag 'driver-core-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+2
2023-01-21Merge tag 'kbuild-fixes-v6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+2
2023-01-21prlimit: do_prlimit needs to have a speculation checkGreg Kroah-Hartman-0/+2
2023-01-20Merge tag 'net-6.2-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-23/+21
2023-01-20bpf: Add missing btf_put to register_btf_id_dtor_kfuncsJiri Olsa-2/+2
2023-01-19bpf: Fix to preserve reg parent/live fields when copying range infoEduard Zingerman-7/+18
2023-01-19Merge tag 'printk-for-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+2
2023-01-19Merge branch 'rework/console-list-lock' into for-linusPetr Mladek-0/+2
2023-01-18bpf: Fix a possible task gone issue with bpf_send_signal[_thread]() helpersYonghong Song-1/+2
2023-01-18bpf: Fix off-by-one error in bpf_mem_cache_idx()Hou Tao-1/+1
2023-01-18kheaders: explicitly validate existence of cpio commandThomas Weißschuh-0/+2
2023-01-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-23/+21
2023-01-17genirq/msi: Free the fwnode created by msi_create_device_irq_domain()Jason Gunthorpe-2/+6
2023-01-16kernel/printk/printk.c: Fix W=1 kernel-doc warningAnuradha Weeraman-0/+1
2023-01-16tty: serial: kgdboc: fix mutex locking order for configure_kgdboc()John Ogness-0/+1
2023-01-16sched/core: Fix NULL pointer access fault in sched_setaffinity() with non-SMP...Waiman Long-2/+8
2023-01-14Merge tag 'modules-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-15/+6
2023-01-13kallsyms: Fix scheduling with interrupts disabled in self-testNicholas Piggin-15/+6
2023-01-13bpf: Fix pointer-leak due to insufficient speculative store bypass mitigationLuis Gerhorst-1/+3
2023-01-13sched/fair: Fixes for capacity inversion detectionQais Yousef-2/+11
2023-01-13sched/uclamp: Fix a uninitialized variable warningsQais Yousef-19/+16
2023-01-12bpf: hash map, avoid deadlock with suitable hash maskTonghao Zhang-2/+2
2023-01-12Merge tag 'timers-urgent-2023-01-12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-10/+10
2023-01-12Merge tag 'sched-urgent-2023-01-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-9/+60
2023-01-10Merge tag 'xtensa-20230110' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds-1/+6
2023-01-09bpf: remove the do_idr_lock parameter from bpf_prog_free_id()Paul Moore-14/+6
2023-01-09bpf: restore the ebpf program ID for BPF_AUDIT_UNLOAD and PERF_BPF_EVENT_PROG...Paul Moore-7/+2
2023-01-09sched/core: Use kfree_rcu() in do_set_cpus_allowed()Waiman Long-4/+29
2023-01-09sched/core: Fix use-after-free bug in dup_user_cpus_ptr()Waiman Long-5/+29
2023-01-07sched/core: Fix arch_scale_freq_tick() on tickless systemsYair Podemsky-1/+3
2023-01-06bpf: Skip task with pid=1 in send_signal_common()Hao Sun-0/+3