summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds298-8298/+8500
2022-03-25Merge tag 'for-5.18/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds27-361/+685
2022-03-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds106-2875/+2870
2022-03-25Merge tag 'ceph-for-5.18-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds20-376/+577
2022-03-25Merge tag 'xfs-5.18-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds27-211/+344
2022-03-25Merge tag 'dax-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvd...Linus Torvalds2-1/+3
2022-03-25Merge tag 'cxl-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds32-1225/+3725
2022-03-25Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1466-33826/+487487
2022-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds34-303/+311
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-36565/+120737
2022-03-24Merge tag 'vfio-v5.18-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds40-358/+3558
2022-03-24Merge tag 'hyperv-next-signed-20220322' of git://git.kernel.org/pub/scm/linux...Linus Torvalds8-27/+42
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds143-2516/+6279
2022-03-24Merge tag 'tomoyo-pr-20220322' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1Linus Torvalds1-2/+2
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds66-111/+111
2022-03-24Merge tag 'prlimit-tasklist_lock-for-v5.18' of git://git.kernel.org/pub/scm/l...Linus Torvalds4-63/+72
2022-03-24Merge tag 'fs.rt.v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds1-2/+18
2022-03-24Merge tag 'fs.v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner...Linus Torvalds1-70/+78
2022-03-24Revert "ubsan, kcsan: Don't combine sanitizer with kcov on clang"Marco Elver2-23/+0
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. Piccoli2-4/+13
2022-03-24panic: add option to dump all CPUs backtraces in panic_printGuilherme G. Piccoli3-0/+6
2022-03-24docs: sysctl/kernel: add missing bit to panic_printGuilherme G. Piccoli1-0/+1
2022-03-24taskstats: remove unneeded dead assignmentLukas Bulwahn1-2/+3
2022-03-24kasan: no need to unset panic_on_warn in end_report()Tiezhu Yang1-9/+1
2022-03-24ubsan: no need to unset panic_on_warn in ubsan_epilogue()Tiezhu Yang1-9/+1
2022-03-24panic: unset panic_on_warn inside panic()Tiezhu Yang1-9/+11
2022-03-24docs: kdump: add scp example to write out the dump fileTiezhu Yang1-0/+4
2022-03-24docs: kdump: update description about sysfs file system supportTiezhu Yang1-3/+3
2022-03-24arm64: mm: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdefJisheng Zhang1-6/+3
2022-03-24x86/setup: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdefJisheng Zhang1-7/+3
2022-03-24riscv: mm: init: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdefJisheng Zhang1-4/+2
2022-03-24kexec: make crashk_res, crashk_low_res and crash_notes symbols always visibleJisheng Zhang1-6/+6
2022-03-24cgroup: use irqsave in cgroup_rstat_flush_locked().Sebastian Andrzej Siewior1-2/+11
2022-03-24fat: use pointer to simple type in put_user()Helge Deller1-1/+1
2022-03-24minix: fix bug when opening a file with O_DIRECTQinghua Jin1-1/+2
2022-03-24fs/pipe.c: local vars have to match types of proper pipe_inode_info fieldsAndrei Vagin1-2/+2
2022-03-24fs/pipe: use kvcalloc to allocate a pipe_buffer arrayAndrei Vagin1-5/+4
2022-03-24init/main.c: return 1 from handled __setup() functionsRandy Dunlap1-2/+4
2022-03-24init.h: improve __setup and early_param documentationRandy Dunlap1-2/+9
2022-03-24init: use ktime_us_delta() to make initcall_debug log more preciseMark-PK Tsai1-6/+2
2022-03-24checkpatch: use python3 to find codespell dictionarySagar Patel1-2/+2
2022-03-24checkpatch: add early_param exception to blank line after struct/function testJoe Perches1-1/+1
2022-03-24checkpatch: add --fix option for some TRAILING_STATEMENTSJoe Perches1-2/+16
2022-03-24checkpatch: prefer MODULE_LICENSE("GPL") over MODULE_LICENSE("GPL v2")Joe Perches1-0/+7
2022-03-24lib: bitmap: fix many kernel-doc warningsRandy Dunlap1-7/+17
2022-03-24lib/Kconfig.debug: add ARCH dependency for FUNCTION_ALIGN optionFeng Tang1-1/+2
2022-03-24bitfield: add explicit inclusions to the exampleAndy Shevchenko1-0/+3