summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* selftests/kselftest/runner/run_one(): allow running non-executable filesSeongJae Park2021-11-091-10/+18
* virtio-mem: disallow mapping virtio-mem memory via /dev/memDavid Hildenbrand2021-11-092-1/+4
* kernel/resource: disallow access to exclusive system RAM regionsDavid Hildenbrand2021-11-092-10/+26
* kernel/resource: clean up and optimize iomem_is_exclusive()David Hildenbrand2021-11-091-5/+20
* scripts/gdb: handle split debug for vmlinuxDouglas Anderson2021-11-091-1/+2
* kcov: replace local_irq_save() with a local_lock_tSebastian Andrzej Siewior2021-11-091-13/+17
* kcov: avoid enable+disable interrupts if !in_task()Sebastian Andrzej Siewior2021-11-091-3/+3
* kcov: allocate per-CPU memory on the relevant nodeSebastian Andrzej Siewior2021-11-091-2/+2
* Documentation/kcov: define `ip' in the exampleSebastian Andrzej Siewior2021-11-091-0/+2
* Documentation/kcov: include types.h in the exampleSebastian Andrzej Siewior2021-11-091-0/+3
* sysv: use BUILD_BUG_ON instead of runtime checkPavel Skripkin2021-11-091-4/+2
* kernel/fork.c: unshare(): use swap() to make code cleanerRan Xiaokai2021-11-091-6/+3
* seq_file: fix passing wrong private dataMuchun Song2021-11-091-1/+1
* seq_file: move seq_escape() to a headerAndy Shevchenko2021-11-092-17/+16
* signal: remove duplicate include in signal.hYe Guojin2021-11-091-1/+0
* crash_dump: remove duplicate include in crash_dump.hYe Guojin2021-11-091-2/+0
* crash_dump: fix boolreturn.cocci warningChangcheng Deng2021-11-091-1/+1
* hfs/hfsplus: use WARN_ON for sanity checkArnd Bergmann2021-11-092-12/+6
* nilfs2: remove filenames from file commentsRyusuke Konishi2021-11-0939-39/+39
* nilfs2: replace snprintf in show functions with sysfs_emitQing Wang2021-11-091-38/+38
* coda: bump module version to 7.2Jan Harkes2021-11-091-1/+1
* coda: use vmemdup_user to replace the open codeJing Yangyang2021-11-091-8/+4
* coda: convert from atomic_t to refcount_t on coda_vm_ops->refcntXiyu Yang2021-11-091-4/+5
* coda: avoid doing bad things on inode type changes during revalidationJan Harkes2021-11-093-25/+30
* coda: avoid hidden code duplication in renameJan Harkes2021-11-091-5/+2
* coda: avoid flagging NULL inodesJan Harkes2021-11-091-0/+3
* coda: remove err which no one careAlex Shi2021-11-091-2/+1
* coda: check for async upcall request using local stateJan Harkes2021-11-091-1/+2
* coda: avoid NULL pointer dereference from a bad inodeJan Harkes2021-11-091-4/+9
* init: make unknown command line param message clearerAndrew Halaney2021-11-091-1/+3
* ramfs: fix mount source show for ramfsyangerkun2021-11-091-4/+7
* alpha: use is_kernel_text() helperKefeng Wang2021-11-091-3/+1
* microblaze: use is_kernel_text() helperKefeng Wang2021-11-091-1/+2
* powerpc/mm: use core_kernel_text() helperKefeng Wang2021-11-091-5/+2
* extable: use is_kernel_text() helperKefeng Wang2021-11-091-2/+1
* mm: kasan: use is_kernel() helperKefeng Wang2021-11-091-1/+1
* sections: provide internal __is_kernel() and __is_kernel_text() helperKefeng Wang2021-11-092-2/+31
* x86: mm: rename __is_kernel_text() to is_x86_32_kernel_text()Kefeng Wang2021-11-091-9/+5
* sections: move is_kernel_inittext() into sections.hKefeng Wang2021-11-095-20/+17
* sections: move and rename core_kernel_data() to is_kernel_core_data()Kefeng Wang2021-11-095-21/+18
* kallsyms: fix address-checks for kernel related rangeKefeng Wang2021-11-091-3/+3
* kallsyms: remove arch specific text and data checkKefeng Wang2021-11-093-21/+1
* ELF: simplify STACK_ALLOC macroAlexey Dobriyan2021-11-091-1/+1
* binfmt_elf: reintroduce using MAP_FIXED_NOREPLACEKees Cook2021-11-091-9/+22
* checkpatch: get default codespell dictionary path from package locationPeter Ujfalusi2021-11-091-4/+28
* checkpatch: improve EXPORT_SYMBOL test for EXPORT_SYMBOL_NS usesJoe Perches2021-11-091-0/+1
* const_structs.checkpatch: add a few sound ops structsRikard Falkeborn2021-11-091-0/+4
* mm/scatterlist: replace the !preemptible warning in sg_miter_stop()Thomas Gleixner2021-11-091-7/+4
* lib: uninline simple_strntoull() as wellAlexey Dobriyan2021-11-091-2/+1
* include/linux/string_helpers.h: add linux/string.h for strlen()Lucas De Marchi2021-11-091-0/+1