summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-03-29kprobes: Use rethook for kretprobe if possibleMasami Hiramatsu3-22/+107
2022-03-29bpf: Fix maximum permitted number of arguments checkYuntao Wang1-1/+1
2022-03-29fprobe: Fix sparse warning for acccessing __rcu ftrace_hashMasami Hiramatsu1-1/+1
2022-03-29fprobe: Fix smatch type mismatch warningMasami Hiramatsu1-3/+3
2022-03-29Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds10-66/+82
2022-03-29Merge tag 'kgdb-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds1-1/+1
2022-03-29Merge tag 'livepatching-for-5.18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+9
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2022-03-28Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Linus Torvalds1-4/+8
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-63/+102
2022-03-27Merge tag 'trace-v5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds1-2/+7
2022-03-26Revert "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Linus Torvalds1-15/+8
2022-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-7/+14
2022-03-25Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-3/+25
2022-03-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2022-03-25kasan, vmalloc: only tag normal vmalloc allocationsAndrey Konovalov1-4/+8
2022-03-25kasan, vmalloc: add vmalloc tagging for HW_TAGSAndrey Konovalov1-2/+2
2022-03-25kasan, arm64: reset pointer tags of vmapped stacksAndrey Konovalov1-5/+6
2022-03-25kasan, fork: reset pointer tags of vmapped stacksAndrey Konovalov1-0/+2
2022-03-25Merge tag 'xfs-5.18-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+1
2022-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-100/+97
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds40-1191/+3148
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2022-03-24Merge tag 'prlimit-tasklist_lock-for-v5.18' of git://git.kernel.org/pub/scm/l...Linus Torvalds2-60/+71
2022-03-24kdb: Fix the putarea helper functionDaniel Thompson1-1/+1
2022-03-24kernel/resource: fix kfree() of bootmem memory againMiaohe Lin1-33/+8
2022-03-24kcov: properly handle subsequent mmap callsAleksandr Nogikh1-19/+15
2022-03-24kcov: split ioctl handling into locked and unlocked partsAleksandr Nogikh1-31/+37
2022-03-24panic: move panic_print before kmsg dumpersGuilherme G. Piccoli1-4/+9
2022-03-24panic: add option to dump all CPUs backtraces in panic_printGuilherme G. Piccoli1-0/+4
2022-03-24taskstats: remove unneeded dead assignmentLukas Bulwahn1-2/+3
2022-03-24panic: unset panic_on_warn inside panic()Tiezhu Yang1-9/+11
2022-03-24cgroup: use irqsave in cgroup_rstat_flush_locked().Sebastian Andrzej Siewior1-2/+11
2022-03-24kernel/ksysfs.c: use helper macro __ATTR_RWMiaohe Lin1-2/+1
2022-03-24Merge tag 'arm-soc-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds1-2/+0
2022-03-24Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-33/+0
2022-03-23Merge branch 'for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds4-9/+10
2022-03-23Merge branch 'for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-38/+20
2022-03-23Merge tag 'trace-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds10-25/+1896
2022-03-23Merge tag 'printk-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-14/+125
2022-03-23tracing: Have trace event string test handle zero length stringsSteven Rostedt (Google)1-2/+7
2022-03-23Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2-11/+4
2022-03-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-8/+19
2022-03-23NUMA balancing: optimize page placement for memory tiering systemHuang Ying2-5/+18
2022-03-23cma: factor out minimum alignment requirementDavid Hildenbrand1-3/+1
2022-03-23Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds52-812/+1260
2022-03-22Merge tag 'locking-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-31/+76
2022-03-22Merge branch 'kvm/kvm-sls-fix'Peter Zijlstra1-0/+1
2022-03-22Merge tag 'perf-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+3