summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm/mremap: convert huge PUD move to separate helperAneesh Kumar K.V2021-07-081-7/+73
* selftest/mremap_test: avoid crash with static buildAneesh Kumar K.V2021-07-081-2/+3
* selftest/mremap_test: update the test to handle pagesize other than 4KAneesh Kumar K.V2021-07-081-52/+61
* mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V2021-07-0813-18/+25
* mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V2021-07-0822-36/+46
* kdump: use vmlinux_build_id to simplifyStephen Boyd2021-07-084-56/+10
* buildid: fix kernel-doc notationStephen Boyd2021-07-081-1/+1
* buildid: mark some arguments constStephen Boyd2021-07-081-4/+4
* scripts/decode_stacktrace.sh: indicate 'auto' can be used for base pathStephen Boyd2021-07-081-1/+1
* scripts/decode_stacktrace.sh: silence stderr messages from addr2line/nmStephen Boyd2021-07-081-3/+3
* scripts/decode_stacktrace.sh: support debuginfodStephen Boyd2021-07-081-11/+70
* x86/dumpstack: use %pSb/%pBb for backtrace printingStephen Boyd2021-07-081-1/+1
* arm64: stacktrace: use %pSb for backtrace printingStephen Boyd2021-07-081-1/+1
* module: add printk formats to add module build ID to stacktracesStephen Boyd2021-07-086-29/+166
* dump_stack: add vmlinux build ID to stack tracesStephen Boyd2021-07-084-2/+28
* buildid: stash away kernels build ID on initStephen Boyd2021-07-083-0/+20
* buildid: add API to parse build ID out of bufferStephen Boyd2021-07-082-13/+38
* buildid: only consider GNU notes for build ID parsingStephen Boyd2021-07-081-0/+1
* x86: convert to setup_initial_init_mm()Kefeng Wang2021-07-081-4/+1
* sh: convert to setup_initial_init_mm()Kefeng Wang2021-07-081-4/+1
* s390: convert to setup_initial_init_mm()Kefeng Wang2021-07-081-4/+1
* riscv: convert to setup_initial_init_mm()Kefeng Wang2021-07-081-4/+1
* powerpc: convert to setup_initial_init_mm()Kefeng Wang2021-07-081-4/+1
* openrisc: convert to setup_initial_init_mm()Kefeng Wang2021-07-081-4/+1
* nios2: convert to setup_initial_init_mm()Kefeng Wang2021-07-081-4/+1
* nds32: convert to setup_initial_init_mm()Kefeng Wang2021-07-081-4/+1
* m68k: convert to setup_initial_init_mm()Kefeng Wang2021-07-082-8/+2
* h8300: convert to setup_initial_init_mm()Kefeng Wang2021-07-081-4/+1
* csky: convert to setup_initial_init_mm()Kefeng Wang2021-07-081-4/+1
* arm64: convert to setup_initial_init_mm()Kefeng Wang2021-07-081-4/+1
* arm: convert to setup_initial_init_mm()Kefeng Wang2021-07-081-4/+1
* arc: convert to setup_initial_init_mm()Kefeng Wang2021-07-081-4/+1
* mm: add setup_initial_init_mm() helperKefeng Wang2021-07-082-0/+12
* mm: fix spelling mistakes in header filesZhen Lei2021-07-088-16/+16
* secretmem: test: add basic selftest for memfd_secret(2)Mike Rapoport2021-07-084-1/+316
* arch, mm: wire up memfd_secret system call where relevantMike Rapoport2021-07-087-1/+15
* PM: hibernate: disable when there are active secretmem usersMike Rapoport2021-07-083-1/+25
* mm: introduce memfd_secret system call to create "secret" memory areasMike Rapoport2021-07-088-1/+309
* set_memory: allow querying whether set_direct_map_*() is actually enabledMike Rapoport2021-07-088-16/+43
* riscv/Kconfig: make direct map manipulation options depend on MMUMike Rapoport2021-07-081-2/+2
* mmap: make mlock_future_check() globalMike Rapoport2021-07-082-3/+5
* mm/slub: use stackdepot to save stack trace in objectsOliver Glitta2021-07-082-30/+50
* hexagon: select ARCH_WANT_LD_ORPHAN_WARNNathan Chancellor2021-07-081-0/+1
* hexagon: use common DISCARDS macroNathan Chancellor2021-07-081-6/+1
* hexagon: handle {,SOFT}IRQENTRY_TEXT in linker scriptNathan Chancellor2021-07-081-0/+2
* lib: fix spelling mistakes in header filesZhen Lei2021-07-087-13/+13
* lib: fix spelling mistakesZhen Lei2021-07-0819-23/+23
* lib/test: fix spelling mistakesZhen Lei2021-07-085-7/+7
* Merge tag 'modules-for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-07-071-3/+3
|\
| * module: correctly exit module_kallsyms_on_each_symbol when fn() != 0Jon Mediero2021-05-261-1/+2