aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-04-05static_call: Don't make __static_call_return0 staticGravatar Christophe Leroy 3-542/+545
2022-04-03Merge tag 'trace-v5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Gravatar Linus Torvalds 2-88/+10
2022-04-03Merge tag 'core-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-65/+1
2022-04-03Merge tag 'dma-mapping-5.18-1' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 2-4/+8
2022-04-02watch_queue: Free the page array when watch_queue is dismantledGravatar Eric Dumazet 1-0/+1
2022-04-02tracing: mark user_events as BROKENGravatar Steven Rostedt (Google) 2-0/+6
2022-04-02tracing: Move user_events.h temporarily out of include/uapiGravatar Steven Rostedt (Google) 1-0/+5
2022-04-02ftrace: Make ftrace_graph_is_dead() a static branchGravatar Christophe Leroy 1-14/+3
2022-04-02tracing: Set user_events to BROKENGravatar Steven Rostedt (Google) 1-0/+1
2022-04-02tracing/user_events: Remove eBPF interfacesGravatar Beau Belgrave 1-72/+1
2022-04-02tracing/user_events: Hold event_mutex during dyn_event_addGravatar Beau Belgrave 1-2/+6
2022-04-01dma-mapping: move pgprot_decrypted out of dma_pgprotGravatar Christoph Hellwig 2-4/+8
2022-03-31Merge tag 'net-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 5-27/+112
2022-03-31Revert "signal, x86: Delay calling signals in atomic on RT enabled kernels"Gravatar Thomas Gleixner 3-65/+1
2022-03-29Merge tag 'dma-mapping-5.18' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 6-96/+36
2022-03-28kprobes: Use rethook for kretprobe if possibleGravatar Masami Hiramatsu 3-22/+107
2022-03-28bpf: Fix maximum permitted number of arguments checkGravatar Yuntao Wang 1-1/+1
2022-03-28fprobe: Fix sparse warning for acccessing __rcu ftrace_hashGravatar Masami Hiramatsu 1-1/+1
2022-03-28fprobe: Fix smatch type mismatch warningGravatar Masami Hiramatsu 1-3/+3
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 10-66/+82
2022-03-28Merge tag 'kgdb-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Gravatar Linus Torvalds 1-1/+1
2022-03-28Merge tag 'livepatching-for-5.18' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+9
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+2
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2022-03-28Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Gravatar Linus Torvalds 1-4/+8
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 6-63/+102
2022-03-26Merge tag 'trace-v5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Gravatar Linus Torvalds 1-2/+7
2022-03-26Revert "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Gravatar Linus Torvalds 1-15/+8
2022-03-25Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-7/+14
2022-03-25Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 2-3/+25
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-1/+0
2022-03-24kasan, vmalloc: only tag normal vmalloc allocationsGravatar Andrey Konovalov 1-4/+8
2022-03-24kasan, vmalloc: add vmalloc tagging for HW_TAGSGravatar Andrey Konovalov 1-2/+2
2022-03-24kasan, arm64: reset pointer tags of vmapped stacksGravatar Andrey Konovalov 1-5/+6
2022-03-24kasan, fork: reset pointer tags of vmapped stacksGravatar Andrey Konovalov 1-0/+2
2022-03-24Merge tag 'xfs-5.18-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-0/+1
2022-03-24Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 6-100/+97
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 40-1191/+3148
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+1
2022-03-24Merge tag 'prlimit-tasklist_lock-for-v5.18' of git://git.kernel.org/pub/scm/l...Gravatar Linus Torvalds 2-60/+71
2022-03-24kdb: Fix the putarea helper functionGravatar Daniel Thompson 1-1/+1
2022-03-23kernel/resource: fix kfree() of bootmem memory againGravatar Miaohe Lin 1-33/+8
2022-03-23kcov: properly handle subsequent mmap callsGravatar Aleksandr Nogikh 1-19/+15
2022-03-23kcov: split ioctl handling into locked and unlocked partsGravatar Aleksandr Nogikh 1-31/+37
2022-03-23panic: move panic_print before kmsg dumpersGravatar Guilherme G. Piccoli 1-4/+9
2022-03-23panic: add option to dump all CPUs backtraces in panic_printGravatar Guilherme G. Piccoli 1-0/+4
2022-03-23taskstats: remove unneeded dead assignmentGravatar Lukas Bulwahn 1-2/+3
2022-03-23panic: unset panic_on_warn inside panic()Gravatar Tiezhu Yang 1-9/+11
2022-03-23cgroup: use irqsave in cgroup_rstat_flush_locked().Gravatar Sebastian Andrzej Siewior 1-2/+11
2022-03-23kernel/ksysfs.c: use helper macro __ATTR_RWGravatar Miaohe Lin 1-2/+1