summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-09Merge tag 'for-5.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-11-09Merge tag 'dma-mapping-5.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2021-11-09Merge tag 'ovl-update-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-11-09Merge tag 'fuse-update-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-11-09Merge tag 'for-linus-5.16-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-11-09Merge tag '9p-for-5.16-rc1' of git://github.com/martinetd/linuxLinus Torvalds
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-09ipc/ipc_sysctl.c: remove fallback for !CONFIG_PROC_SYSCTLManfred Spraul
2021-11-09ipc: check checkpoint_restore_ns_capable() to modify C/R proc filesMichal Clapinski
2021-11-09selftests/kselftest/runner/run_one(): allow running non-executable filesSeongJae Park
2021-11-09virtio-mem: disallow mapping virtio-mem memory via /dev/memDavid Hildenbrand
2021-11-09kernel/resource: disallow access to exclusive system RAM regionsDavid Hildenbrand
2021-11-09kernel/resource: clean up and optimize iomem_is_exclusive()David Hildenbrand
2021-11-09scripts/gdb: handle split debug for vmlinuxDouglas Anderson
2021-11-09kcov: replace local_irq_save() with a local_lock_tSebastian Andrzej Siewior
2021-11-09kcov: avoid enable+disable interrupts if !in_task()Sebastian Andrzej Siewior
2021-11-09kcov: allocate per-CPU memory on the relevant nodeSebastian Andrzej Siewior
2021-11-09Documentation/kcov: define `ip' in the exampleSebastian Andrzej Siewior
2021-11-09Documentation/kcov: include types.h in the exampleSebastian Andrzej Siewior
2021-11-09sysv: use BUILD_BUG_ON instead of runtime checkPavel Skripkin
2021-11-09kernel/fork.c: unshare(): use swap() to make code cleanerRan Xiaokai
2021-11-09seq_file: fix passing wrong private dataMuchun Song
2021-11-09seq_file: move seq_escape() to a headerAndy Shevchenko
2021-11-09signal: remove duplicate include in signal.hYe Guojin
2021-11-09crash_dump: remove duplicate include in crash_dump.hYe Guojin
2021-11-09crash_dump: fix boolreturn.cocci warningChangcheng Deng
2021-11-09hfs/hfsplus: use WARN_ON for sanity checkArnd Bergmann
2021-11-09nilfs2: remove filenames from file commentsRyusuke Konishi
2021-11-09nilfs2: replace snprintf in show functions with sysfs_emitQing Wang
2021-11-09coda: bump module version to 7.2Jan Harkes
2021-11-09coda: use vmemdup_user to replace the open codeJing Yangyang
2021-11-09coda: convert from atomic_t to refcount_t on coda_vm_ops->refcntXiyu Yang
2021-11-09coda: avoid doing bad things on inode type changes during revalidationJan Harkes
2021-11-09coda: avoid hidden code duplication in renameJan Harkes
2021-11-09coda: avoid flagging NULL inodesJan Harkes
2021-11-09coda: remove err which no one careAlex Shi
2021-11-09coda: check for async upcall request using local stateJan Harkes
2021-11-09coda: avoid NULL pointer dereference from a bad inodeJan Harkes
2021-11-09init: make unknown command line param message clearerAndrew Halaney
2021-11-09ramfs: fix mount source show for ramfsyangerkun
2021-11-09alpha: use is_kernel_text() helperKefeng Wang
2021-11-09microblaze: use is_kernel_text() helperKefeng Wang
2021-11-09powerpc/mm: use core_kernel_text() helperKefeng Wang
2021-11-09extable: use is_kernel_text() helperKefeng Wang
2021-11-09mm: kasan: use is_kernel() helperKefeng Wang
2021-11-09sections: provide internal __is_kernel() and __is_kernel_text() helperKefeng Wang
2021-11-09x86: mm: rename __is_kernel_text() to is_x86_32_kernel_text()Kefeng Wang
2021-11-09sections: move is_kernel_inittext() into sections.hKefeng Wang
2021-11-09sections: move and rename core_kernel_data() to is_kernel_core_data()Kefeng Wang
2021-11-09kallsyms: fix address-checks for kernel related rangeKefeng Wang