summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add linux-next specific files for 20210709next-20210709Stephen Rothwell2021-07-094-0/+4691
* Merge branch 'akpm/master'Stephen Rothwell2021-07-09137-438/+1465
|\
| * powerpc/mm: enable HAVE_MOVE_PMD supportAneesh Kumar K.V2021-07-091-0/+2
| * powerpc/book3s64/mm: update flush_tlb_range to flush page walk cacheAneesh Kumar K.V2021-07-093-18/+36
| * mm/mremap: allow arch runtime overrideAneesh Kumar K.V2021-07-092-1/+20
| * mm/mremap: hold the rmap lock in write mode when moving page table entries.Aneesh Kumar K.V2021-07-091-2/+2
| * mm/mremap: use pmd/pud_poplulate to update page table entriesAneesh Kumar K.V2021-07-091-4/+3
| * mm/mremap: don't enable optimized PUD move if page table levels is 2Aneesh Kumar K.V2021-07-091-1/+1
| * mm/mremap: fix build failure with clang-10Aneesh Kumar K.V2021-07-091-1/+2
| * mm/mremap: convert huge PUD move to separate helperAneesh Kumar K.V2021-07-091-7/+72
| * selftest/mremap_test: avoid crash with static buildAneesh Kumar K.V2021-07-091-2/+3
| * selftest/mremap_test: update the test to handle pagesize other than 4KAneesh Kumar K.V2021-07-091-52/+61
| * mm-rename-p4d_page_vaddr-to-p4d_pgtable-and-make-it-return-pud_t-fixAneesh Kumar K.V2021-07-091-1/+1
| * mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V2021-07-0913-18/+25
| * mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t * fixStephen Rothwell2021-07-091-1/+1
| * mm-rename-pud_page_vaddr-to-pud_pgtable-and-make-it-return-pmd_t-fix-2Aneesh Kumar K.V2021-07-091-1/+1
| * mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V2021-07-0922-35/+45
| * kdump: use vmlinux_build_id to simplifyStephen Boyd2021-07-094-56/+10
| * buildid: fix kernel-doc notationStephen Boyd2021-07-091-1/+1
| * buildid: mark some arguments constStephen Boyd2021-07-091-4/+4
| * scripts/decode_stacktrace.sh: indicate 'auto' can be used for base pathStephen Boyd2021-07-091-1/+1
| * scripts/decode_stacktrace.sh: silence stderr messages from addr2line/nmStephen Boyd2021-07-091-3/+3
| * scripts/decode_stacktrace.sh: support debuginfodStephen Boyd2021-07-091-11/+70
| * x86/dumpstack: use %pSb/%pBb for backtrace printingStephen Boyd2021-07-091-1/+1
| * arm64: stacktrace: use %pSb for backtrace printingStephen Boyd2021-07-091-1/+1
| * module: fix build error when CONFIG_SYSFS is disabledBixuan Cui2021-07-091-5/+7
| * module-add-printk-formats-to-add-module-build-id-to-stacktraces-fix-fixAndrew Morton2021-07-091-3/+4
| * buildid: fix build when CONFIG_MODULES is not setRandy Dunlap2021-07-091-0/+2
| * module-add-printk-formats-to-add-module-build-id-to-stacktraces-fixAndrew Morton2021-07-092-1/+3
| * module: add printk formats to add module build ID to stacktracesStephen Boyd2021-07-096-25/+154
| * dump_stack: add vmlinux build ID to stack tracesStephen Boyd2021-07-094-2/+28
| * buildid-stash-away-kernels-build-id-on-init-fixStephen Boyd2021-07-091-0/+1
| * buildid: stash away kernels build ID on initStephen Boyd2021-07-093-0/+19
| * buildid: add API to parse build ID out of bufferStephen Boyd2021-07-092-13/+38
| * buildid: only consider GNU notes for build ID parsingStephen Boyd2021-07-091-0/+1
| * x86: convert to setup_initial_init_mm()Kefeng Wang2021-07-091-4/+1
| * sh: convert to setup_initial_init_mm()Kefeng Wang2021-07-091-4/+1
| * s390: convert to setup_initial_init_mm()Kefeng Wang2021-07-091-4/+1
| * riscv: convert to setup_initial_init_mm()Kefeng Wang2021-07-091-4/+1
| * powerpc: convert to setup_initial_init_mm()Kefeng Wang2021-07-091-4/+1
| * openrisc: convert to setup_initial_init_mm()Kefeng Wang2021-07-091-4/+1
| * nios2: convert to setup_initial_init_mm()Kefeng Wang2021-07-091-4/+1
| * nds32: convert to setup_initial_init_mm()Kefeng Wang2021-07-091-4/+1
| * m68k: convert to setup_initial_init_mm()Kefeng Wang2021-07-092-8/+2
| * h8300: convert to setup_initial_init_mm()Kefeng Wang2021-07-091-4/+1
| * csky: convert to setup_initial_init_mm()Kefeng Wang2021-07-091-4/+1
| * arm64: convert to setup_initial_init_mm()Kefeng Wang2021-07-091-4/+1
| * arm: convert to setup_initial_init_mm()Kefeng Wang2021-07-091-4/+1
| * arc: convert to setup_initial_init_mm()Kefeng Wang2021-07-091-4/+1
| * mm: add setup_initial_init_mm() helperKefeng Wang2021-07-092-0/+12