aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-02-21block: remove more NULL checks after bdev_get_queue()Gravatar Juhyung Park 1-5/+1
2023-02-06trace/blktrace: fix memory leak with using debugfs_lookup()Gravatar Greg Kroah-Hartman 1-2/+2
2023-02-03blk-cgroup: store a gendisk to throttle in struct task_structGravatar Christoph Hellwig 1-1/+1
2023-01-29Merge tag 'irq_urgent_for_v6.2_rc6' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-2/+6
2023-01-27Merge tag 'trace-v6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 9-15/+39
2023-01-25rv: remove redundant initialization of pointer ptrGravatar Colin Ian King 1-1/+1
2023-01-25tracing/filter: fix kernel-doc warningsGravatar Randy Dunlap 1-4/+4
2023-01-24trace_events_hist: add check for return value of 'create_hist_field'Gravatar Natalia Petrova 1-0/+2
2023-01-24tracing/osnoise: Use built-in RCU list checkingGravatar Chuang Wang 1-3/+2
2023-01-24module: Don't wait for GOING modulesGravatar Petr Pavlu 1-5/+21
2023-01-24tracing: Kconfig: Fix spelling/grammar/punctuationGravatar Randy Dunlap 1-4/+4
2023-01-24tracing: Make sure trace_printk() can output as soon as it can be usedGravatar Steven Rostedt (Google) 3-2/+4
2023-01-24ftrace: Export ftrace_free_filter() to modulesGravatar Mark Rutland 1-1/+22
2023-01-22Merge tag 'sched_urgent_for_v6.2_rc6' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-23/+35
2023-01-21Merge tag 'driver-core-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+2
2023-01-21Merge tag 'kbuild-fixes-v6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+2
2023-01-21prlimit: do_prlimit needs to have a speculation checkGravatar Greg Kroah-Hartman 1-0/+2
2023-01-20Merge tag 'net-6.2-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 5-23/+21
2023-01-19Merge tag 'printk-for-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+2
2023-01-19Merge branch 'rework/console-list-lock' into for-linusGravatar Petr Mladek 1-0/+2
2023-01-18kheaders: explicitly validate existence of cpio commandGravatar Thomas Weißschuh 1-0/+2
2023-01-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 5-23/+21
2023-01-17genirq/msi: Free the fwnode created by msi_create_device_irq_domain()Gravatar Jason Gunthorpe 2-2/+6
2023-01-16kernel/printk/printk.c: Fix W=1 kernel-doc warningGravatar Anuradha Weeraman 1-0/+1
2023-01-16tty: serial: kgdboc: fix mutex locking order for configure_kgdboc()Gravatar John Ogness 1-0/+1
2023-01-16sched/core: Fix NULL pointer access fault in sched_setaffinity() with non-SMP...Gravatar Waiman Long 1-2/+8
2023-01-14Merge tag 'modules-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-15/+6
2023-01-13kallsyms: Fix scheduling with interrupts disabled in self-testGravatar Nicholas Piggin 1-15/+6
2023-01-13bpf: Fix pointer-leak due to insufficient speculative store bypass mitigationGravatar Luis Gerhorst 1-1/+3
2023-01-13sched/fair: Fixes for capacity inversion detectionGravatar Qais Yousef 1-2/+11
2023-01-13sched/uclamp: Fix a uninitialized variable warningsGravatar Qais Yousef 1-19/+16
2023-01-12bpf: hash map, avoid deadlock with suitable hash maskGravatar Tonghao Zhang 1-2/+2
2023-01-12Merge tag 'timers-urgent-2023-01-12' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-10/+10
2023-01-12Merge tag 'sched-urgent-2023-01-12' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-9/+60
2023-01-10Merge tag 'xtensa-20230110' of https://github.com/jcmvbkbc/linux-xtensaGravatar Linus Torvalds 1-1/+6
2023-01-09bpf: remove the do_idr_lock parameter from bpf_prog_free_id()Gravatar Paul Moore 1-14/+6
2023-01-09bpf: restore the ebpf program ID for BPF_AUDIT_UNLOAD and PERF_BPF_EVENT_PROG...Gravatar Paul Moore 2-7/+2
2023-01-09sched/core: Use kfree_rcu() in do_set_cpus_allowed()Gravatar Waiman Long 1-4/+29
2023-01-09sched/core: Fix use-after-free bug in dup_user_cpus_ptr()Gravatar Waiman Long 1-5/+29
2023-01-07sched/core: Fix arch_scale_freq_tick() on tickless systemsGravatar Yair Podemsky 1-1/+3
2023-01-06bpf: Skip task with pid=1 in send_signal_common()Gravatar Hao Sun 1-0/+3
2023-01-06bpf: Skip invalid kfunc call in backtrack_insnGravatar Hao Sun 1-0/+6
2023-01-05Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 4-18/+48
2023-01-03time: Fix various kernel-doc problemsGravatar Randy Dunlap 3-10/+10
2023-01-02kcsan: test: don't put the expect array on the stackGravatar Max Filippov 1-1/+6
2023-01-01Merge tag 'perf_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-37/+17
2023-01-01Merge tag 'locking_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 3-16/+56
2022-12-28bpf: Always use maximal size for copy_array()Gravatar Kees Cook 1-5/+7
2022-12-28bpf: keep a reference to the mm, in case the task is dead.Gravatar Kui-Feng Lee 1-12/+27
2022-12-28bpf: Fix panic due to wrong pageattr of im->imageGravatar Chuang Wang 1-0/+4