summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add linux-next specific files for 20211028next-20211028Stephen Rothwell2021-10-284-0/+16137
* Merge branch 'akpm-current/current'Stephen Rothwell2021-10-28392-2956/+7928
|\
| * shm: extend forced shm destroy to support objects from several IPC nsesAlexander Mikhalitsyn2021-10-284-47/+142
| * ipc: WARN if trying to remove ipc object which is absentAlexander Mikhalitsyn2021-10-281-3/+3
| * ipc/ipc_sysctl.c: remove fallback for !CONFIG_PROC_SYSCTLManfred Spraul2021-10-281-13/+0
| * ipc-check-checkpoint_restore_ns_capable-to-modify-c-r-proc-files-fixAndrew Morton2021-10-281-0/+1
| * ipc: check checkpoint_restore_ns_capable() to modify C/R proc filesMichal Clapinski2021-10-281-6/+22
| * selftests/kselftest/runner/run_one(): Allow running non-executable filesSeongJae Park2021-10-281-10/+18
| * virtio-mem: disallow mapping virtio-mem memory via /dev/memDavid Hildenbrand2021-10-282-1/+4
| * kernel/resource: disallow access to exclusive system RAM regionsDavid Hildenbrand2021-10-282-10/+26
| * kernel/resource: clean up and optimize iomem_is_exclusive()David Hildenbrand2021-10-281-5/+20
| * kcov: replace local_irq_save() with a local_lock_tSebastian Andrzej Siewior2021-10-281-13/+17
| * kcov: avoid enable+disable interrupts if !in_task()Sebastian Andrzej Siewior2021-10-281-3/+3
| * kcov: allocate per-CPU memory on the relevant nodeSebastian Andrzej Siewior2021-10-281-2/+2
| * Documentation/kcov: define `ip' in the exampleSebastian Andrzej Siewior2021-10-281-0/+2
| * Documentation/kcov: include types.h in the exampleSebastian Andrzej Siewior2021-10-281-0/+3
| * sysv: use BUILD_BUG_ON instead of runtime checkPavel Skripkin2021-10-281-4/+2
| * kernel/fork.c: unshare(): use swap() to make code cleanerRan Xiaokai2021-10-281-6/+3
| * seq_file: move seq_escape() to a headerAndy Shevchenko2021-10-282-17/+16
| * signal: remove duplicate include in signal.hYe Guojin2021-10-281-1/+0
| * hfsplus: fix out-of-bounds warnings in __hfsplus_setxattrGustavo A. R. Silva2021-10-284-24/+26
| * hfs/hfsplus: use WARN_ON for sanity checkArnd Bergmann2021-10-282-12/+6
| * nilfs2: remove filenames from file commentsRyusuke Konishi2021-10-2839-39/+39
| * nilfs2: replace snprintf in show functions with sysfs_emitQing Wang2021-10-281-38/+38
| * coda: bump module version to 7.2Jan Harkes2021-10-281-1/+1
| * coda: use vmemdup_user to replace the open codeJing Yangyang2021-10-281-8/+4
| * coda: convert from atomic_t to refcount_t on coda_vm_ops->refcntXiyu Yang2021-10-281-4/+5
| * coda: avoid doing bad things on inode type changes during revalidationJan Harkes2021-10-283-25/+30
| * coda: avoid hidden code duplication in renameJan Harkes2021-10-281-5/+2
| * coda: avoid flagging NULL inodesJan Harkes2021-10-281-0/+3
| * coda: remove err which no one careAlex Shi2021-10-281-2/+1
| * coda: check for async upcall request using local stateJan Harkes2021-10-281-1/+2
| * coda: avoid NULL pointer dereference from a bad inodeJan Harkes2021-10-281-4/+9
| * init/main.c: silence some -Wunused-parameter warningsAndrew Halaney2021-10-281-10/+15
| * init: make unknown command line param message clearerAndrew Halaney2021-10-281-1/+3
| * ramfs: fix mount source show for ramfsyangerkun2021-10-281-4/+7
| * alpha: use is_kernel_text() helperKefeng Wang2021-10-281-3/+1
| * microblaze: use is_kernel_text() helperKefeng Wang2021-10-281-1/+2
| * powerpc/mm: use core_kernel_text() helperKefeng Wang2021-10-281-5/+2
| * extable: use is_kernel_text() helperKefeng Wang2021-10-281-2/+1
| * mm: kasan: use is_kernel() helperKefeng Wang2021-10-281-1/+1
| * sections: provide internal __is_kernel() and __is_kernel_text() helperKefeng Wang2021-10-282-2/+31
| * x86: mm: rename __is_kernel_text() to is_x86_32_kernel_text()Kefeng Wang2021-10-281-9/+5
| * sections: move is_kernel_inittext() into sections.hKefeng Wang2021-10-285-20/+17
| * sections: move and rename core_kernel_data() to is_kernel_core_data()Kefeng Wang2021-10-285-21/+18
| * kallsyms: fix address-checks for kernel related rangeKefeng Wang2021-10-281-3/+3
| * kallsyms: remove arch specific text and data checkKefeng Wang2021-10-283-21/+1
| * ELF: simplify STACK_ALLOC macroAlexey Dobriyan2021-10-281-1/+1
| * ELF: fix overflow in total mapping size calculationAlexey Dobriyan2021-10-281-12/+11
| * binfmt_elf: reintroduce using MAP_FIXED_NOREPLACEKees Cook2021-10-281-9/+22