summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-02-24Merge tag 'printk-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds3-130/+225
2023-02-24Merge tag 'probes-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds5-25/+21
2023-02-23cpufreq: schedutil: make kobj_type structure constantThomas Weißschuh1-1/+1
2023-02-23Merge tag 'trace-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds14-72/+483
2023-02-23Merge tag 'trace-v6.2-rc7-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-32/+10
2023-02-23irqdomain: Add missing NULL pointer check in irq_domain_create_hierarchy()Juergen Gross1-1/+2
2023-02-23Merge branch 'irq/core' into irq/urgentThomas Gleixner6-560/+470
2023-02-22bpf: add missing header file includeLinus Torvalds1-0/+1
2023-02-22swiotlb: mark swiotlb_memblock_alloc() as __initRandy Dunlap1-1/+2
2023-02-22Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds25-674/+3007
2023-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds3-6/+119
2023-02-22uaccess: Add speculation barrier to copy_from_user()Dave Hansen1-2/+0
2023-02-22sysctl: fix proc_dobool() usabilityOndrej Mosnacek1-19/+24
2023-02-21Merge tag 'pm-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds3-13/+9
2023-02-21Merge tag 'seccomp-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2023-02-21Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds19-404/+1012
2023-02-21Merge tag 'cgroup-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-7/+8
2023-02-21Merge tag 'wq-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-71/+209
2023-02-21Merge tag 'irq-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-560/+470
2023-02-21Merge tag 'timers-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-34/+81
2023-02-21block: remove more NULL checks after bdev_get_queue()Juhyung Park1-5/+1
2023-02-21Merge tag 'v6.2' into iommufd.git for-nextJason Gunthorpe38-177/+374
2023-02-21genirq/irqdesc: Make kobj_type structures constantThomas Weißschuh1-2/+2
2023-02-21Merge branch 'rework/buffers-cleanup' into for-linusPetr Mladek2-129/+224
2023-02-21Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds25-366/+689
2023-02-21Merge tag 'perf-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-99/+114
2023-02-21Merge tag 'locking-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-37/+54
2023-02-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski8-178/+795
2023-02-21tracing/eprobe: no need to check for negative ret value for snprintfQuanfa Fu1-8/+4
2023-02-21tracing/probe: add a char type to show the character value of traced argumentsDonglin Peng3-1/+4
2023-02-21tracing/eprobe: Fix to add filter on eprobe description in README fileMasami Hiramatsu (Google)1-1/+1
2023-02-21x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe rangeYang Jihong1-1/+1
2023-02-21x86/kprobes: Fix __recover_optprobed_insn check optimizing logicYang Jihong1-1/+1
2023-02-21kprobes: Fix to handle forcibly unoptimized kprobes on freeing_listMasami Hiramatsu (Google)1-13/+10
2023-02-21Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds2-3/+3
2023-02-21genirq/msi: Take the per-device MSI lock before validating the control structureMarc Zyngier1-3/+6
2023-02-20Merge tag 'fsnotify_for_v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+15
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-12/+12
2023-02-20sched/topology: fix KASAN warning in hop_cmp()Yury Norov1-3/+8
2023-02-20genirq/ipi: Fix NULL pointer deref in irq_data_get_affinity_mask()Sergey Shtylyov1-2/+6
2023-02-19Merge tag 'timers-urgent-2023-02-19' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+29
2023-02-19Merge tag 'irqchip-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner10-198/+539
2023-02-18tracing: Remove unnecessary NULL assignmentWang ShaoBo1-2/+0
2023-02-18tracepoint: Allow livepatch module add trace eventJianlin Lv1-2/+2
2023-02-18tracing: Always use canonical ftrace pathRoss Zwisler5-14/+14
2023-02-18dax/kmem: Fix leak of memory-hotplug resourcesDan Williams1-14/+0
2023-02-18Merge tag 'sched-urgent-2023-02-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-11/+21
2023-02-17bpf: Fix global subprog context argument resolution logicAndrii Nakryiko1-2/+11
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-12/+36
2023-02-16tracing/histogram: Fix stacktrace keyTom Zanussi1-3/+31