summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-09coda: avoid hidden code duplication in renameJan Harkes1-5/+2
2021-11-09coda: avoid flagging NULL inodesJan Harkes1-0/+3
2021-11-09coda: remove err which no one careAlex Shi1-2/+1
2021-11-09coda: check for async upcall request using local stateJan Harkes1-1/+2
2021-11-09coda: avoid NULL pointer dereference from a bad inodeJan Harkes1-4/+9
2021-11-09init: make unknown command line param message clearerAndrew Halaney1-1/+3
2021-11-09ramfs: fix mount source show for ramfsyangerkun1-4/+7
2021-11-09alpha: use is_kernel_text() helperKefeng Wang1-3/+1
2021-11-09microblaze: use is_kernel_text() helperKefeng Wang1-1/+2
2021-11-09powerpc/mm: use core_kernel_text() helperKefeng Wang1-5/+2
2021-11-09extable: use is_kernel_text() helperKefeng Wang1-2/+1
2021-11-09mm: kasan: use is_kernel() helperKefeng Wang1-1/+1
2021-11-09sections: provide internal __is_kernel() and __is_kernel_text() helperKefeng Wang2-2/+31
2021-11-09x86: mm: rename __is_kernel_text() to is_x86_32_kernel_text()Kefeng Wang1-9/+5
2021-11-09sections: move is_kernel_inittext() into sections.hKefeng Wang5-20/+17
2021-11-09sections: move and rename core_kernel_data() to is_kernel_core_data()Kefeng Wang5-21/+18
2021-11-09kallsyms: fix address-checks for kernel related rangeKefeng Wang1-3/+3
2021-11-09kallsyms: remove arch specific text and data checkKefeng Wang3-21/+1
2021-11-09ELF: simplify STACK_ALLOC macroAlexey Dobriyan1-1/+1
2021-11-09binfmt_elf: reintroduce using MAP_FIXED_NOREPLACEKees Cook1-9/+22
2021-11-09checkpatch: get default codespell dictionary path from package locationPeter Ujfalusi1-4/+28
2021-11-09checkpatch: improve EXPORT_SYMBOL test for EXPORT_SYMBOL_NS usesJoe Perches1-0/+1
2021-11-09const_structs.checkpatch: add a few sound ops structsRikard Falkeborn1-0/+4
2021-11-09mm/scatterlist: replace the !preemptible warning in sg_miter_stop()Thomas Gleixner1-7/+4
2021-11-09lib: uninline simple_strntoull() as wellAlexey Dobriyan1-2/+1
2021-11-09include/linux/string_helpers.h: add linux/string.h for strlen()Lucas De Marchi1-0/+1
2021-11-09lib, stackdepot: add helper to print stack entries into bufferImran Khan7-31/+37
2021-11-09lib, stackdepot: add helper to print stack entriesImran Khan4-21/+27
2021-11-09lib, stackdepot: check stackdepot handle before accessing slabsImran Khan1-0/+3
2021-11-09MAINTAINERS: rectify entry for ALLWINNER HARDWARE SPINLOCK SUPPORTLukas Bulwahn1-1/+1
2021-11-09MAINTAINERS: rectify entry for INTEL KEEM BAY DRM DRIVERLukas Bulwahn1-1/+1
2021-11-09MAINTAINERS: rectify entry for HIKEY960 ONBOARD USB GPIO HUB DRIVERLukas Bulwahn1-1/+0
2021-11-09MAINTAINERS: rectify entry for ARM/TOSHIBA VISCONTI ARCHITECTURELukas Bulwahn1-1/+1
2021-11-09MAINTAINERS: add "exec & binfmt" section with myself and EricKees Cook1-0/+14
2021-11-09mailmap: update email address for Colin KingColin Ian King1-0/+2
2021-11-09linux/container_of.h: switch to static_assertRasmus Villemoes1-6/+6
2021-11-09kernel.h: split out instruction pointer accessorsStephen Rothwell3-4/+10
2021-11-09include/linux/generic-radix-tree.h: replace kernel.h with the necessary inclu...Andy Shevchenko1-1/+2
2021-11-09include/linux/radix-tree.h: replace kernel.h with the necessary inclusionsAndy Shevchenko1-1/+3
2021-11-09include/linux/sbitmap.h: replace kernel.h with the necessary inclusionsAndy Shevchenko1-1/+10
2021-11-09include/linux/delay.h: replace kernel.h with the necessary inclusionsAndy Shevchenko5-1/+11
2021-11-09include/media/media-entity.h: replace kernel.h with the necessary inclusionsAndy Shevchenko1-1/+2
2021-11-09include/linux/plist.h: replace kernel.h with the necessary inclusionsAndy Shevchenko1-1/+4
2021-11-09include/linux/llist.h: replace kernel.h with the necessary inclusionsAndy Shevchenko1-1/+3
2021-11-09include/linux/list.h: replace kernel.h with the necessary inclusionsAndy Shevchenko1-1/+3
2021-11-09include/kunit/test.h: replace kernel.h with the necessary inclusionsAndy Shevchenko1-2/+11
2021-11-09kernel.h: split out container_of() and typeof_member() macrosAndy Shevchenko2-32/+41
2021-11-09kernel.h: drop unneeded <linux/kernel.h> inclusion from other headersAndy Shevchenko4-3/+1
2021-11-09proc: allow pid_revalidate() during LOOKUP_RCUStephen Brennan1-8/+10
2021-11-09virtio-mem: kdump mode to sanitize /proc/vmcore accessDavid Hildenbrand1-12/+124