summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-11-09kallsyms: remove arch specific text and data checkKefeng Wang
2021-11-09ELF: simplify STACK_ALLOC macroAlexey Dobriyan
2021-11-09binfmt_elf: reintroduce using MAP_FIXED_NOREPLACEKees Cook
2021-11-09checkpatch: get default codespell dictionary path from package locationPeter Ujfalusi
2021-11-09checkpatch: improve EXPORT_SYMBOL test for EXPORT_SYMBOL_NS usesJoe Perches
2021-11-09const_structs.checkpatch: add a few sound ops structsRikard Falkeborn
2021-11-09mm/scatterlist: replace the !preemptible warning in sg_miter_stop()Thomas Gleixner
2021-11-09lib: uninline simple_strntoull() as wellAlexey Dobriyan
2021-11-09include/linux/string_helpers.h: add linux/string.h for strlen()Lucas De Marchi
2021-11-09lib, stackdepot: add helper to print stack entries into bufferImran Khan
2021-11-09lib, stackdepot: add helper to print stack entriesImran Khan
2021-11-09lib, stackdepot: check stackdepot handle before accessing slabsImran Khan
2021-11-09MAINTAINERS: rectify entry for ALLWINNER HARDWARE SPINLOCK SUPPORTLukas Bulwahn
2021-11-09MAINTAINERS: rectify entry for INTEL KEEM BAY DRM DRIVERLukas Bulwahn
2021-11-09MAINTAINERS: rectify entry for HIKEY960 ONBOARD USB GPIO HUB DRIVERLukas Bulwahn
2021-11-09MAINTAINERS: rectify entry for ARM/TOSHIBA VISCONTI ARCHITECTURELukas Bulwahn
2021-11-09MAINTAINERS: add "exec & binfmt" section with myself and EricKees Cook
2021-11-09mailmap: update email address for Colin KingColin Ian King
2021-11-09linux/container_of.h: switch to static_assertRasmus Villemoes
2021-11-09kernel.h: split out instruction pointer accessorsStephen Rothwell
2021-11-09include/linux/generic-radix-tree.h: replace kernel.h with the necessary inclu...Andy Shevchenko
2021-11-09include/linux/radix-tree.h: replace kernel.h with the necessary inclusionsAndy Shevchenko
2021-11-09include/linux/sbitmap.h: replace kernel.h with the necessary inclusionsAndy Shevchenko
2021-11-09include/linux/delay.h: replace kernel.h with the necessary inclusionsAndy Shevchenko
2021-11-09include/media/media-entity.h: replace kernel.h with the necessary inclusionsAndy Shevchenko
2021-11-09include/linux/plist.h: replace kernel.h with the necessary inclusionsAndy Shevchenko
2021-11-09include/linux/llist.h: replace kernel.h with the necessary inclusionsAndy Shevchenko
2021-11-09include/linux/list.h: replace kernel.h with the necessary inclusionsAndy Shevchenko
2021-11-09include/kunit/test.h: replace kernel.h with the necessary inclusionsAndy Shevchenko
2021-11-09kernel.h: split out container_of() and typeof_member() macrosAndy Shevchenko
2021-11-09kernel.h: drop unneeded <linux/kernel.h> inclusion from other headersAndy Shevchenko
2021-11-09proc: allow pid_revalidate() during LOOKUP_RCUStephen Brennan
2021-11-09virtio-mem: kdump mode to sanitize /proc/vmcore accessDavid Hildenbrand
2021-11-09virtio-mem: factor out hotplug specifics from virtio_mem_remove() into virtio...David Hildenbrand
2021-11-09virtio-mem: factor out hotplug specifics from virtio_mem_probe() into virtio_...David Hildenbrand
2021-11-09virtio-mem: factor out hotplug specifics from virtio_mem_init() into virtio_m...David Hildenbrand
2021-11-09proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacksDavid Hildenbrand
2021-11-09proc/vmcore: let pfn_is_ram() return a boolDavid Hildenbrand
2021-11-09x86/xen: print a warning when HVMOP_get_mem_type failsDavid Hildenbrand
2021-11-09x86/xen: simplify xen_oldmem_pfn_is_ram()David Hildenbrand
2021-11-09x86/xen: update xen_oldmem_pfn_is_ram() documentationDavid Hildenbrand
2021-11-09procfs: do not list TID 0 in /proc/<pid>/taskFlorian Weimer
2021-11-09mm,hugetlb: remove mlock ulimit for SHM_HUGETLBzhangyiru