summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-03-23kvm: add address to mmu_notifier_retry() args and use new mmu_notifier helpermmu-notifier-rfc-kvmJérôme Glisse8-10/+10
2018-03-23zboot: fix stack protector in compressed boot phaseHuacai Chen7-21/+20
2018-03-15x86/mm: implement free pmd/pte page interfacesToshi Kani1-2/+26
2018-03-15mm/vmalloc: add interfaces to free unmapped page tableToshi Kani2-0/+34
2018-03-15m68k/mm: Stop printing the virtual memory layoutGeert Uytterhoeven1-27/+0
2018-03-14linux/const.h: move UL() macro to include/linux/const.hMasahiro Yamada3-18/+0
2018-03-14xen, mm: allow deferred page initialization for xen pv domainsPavel Tatashin5-12/+31
2018-03-14mm: fix races between swapoff and flush dcacheHuang Ying18-28/+30
2018-03-14mm, powerpc: use vma_kernel_pagesize() in vma_mmu_pagesize()Dan Williams2-10/+1
2018-03-14h8300: remove extraneous __BIG_ENDIAN definitionArnd Bergmann1-1/+0
2018-03-14headers: untangle kmemleak.h from mm.hRandy Dunlap6-4/+3
2018-02-22x86-mm-memory_hotplug-determine-block-size-based-on-the-end-of-boot-memory-v4Pavel Tatashin1-2/+2
2018-02-22x86/mm/memory_hotplug: determine block size based on the end of boot memoryPavel Tatashin1-4/+29
2018-02-22mm/migrate: rename migration reason MR_CMA to MR_CONTIG_RANGEAnshuman Khandual1-1/+1
2018-02-22bug.h: work around GCC PR82365 in BUG()Arnd Bergmann5-5/+24
2018-02-11pids: introduce find_get_task_by_vpid() helperMike Rapoport1-10/+3
2018-02-11Makefile: introduce CONFIG_CC_STACKPROTECTOR_AUTOKees Cook1-1/+7
2018-02-11Makefile: move stack-protector availability out of KconfigKees Cook2-9/+1
2018-02-01Merge remote-tracking branch 'nvdim/libnvdimm-for-next' into mmotm-4.15Michal Hocko13-87/+108
2018-02-01sparc64: NG4 memset 32 bits overflowPavel Tatashin1-13/+13
2018-02-01arch/score/kernel/setup.c: combine two seq_printf() calls into one call in sh...Markus Elfring1-3/+1
2018-02-01kasan-clean-up-kasan_shadow_scale_shift-usage-checkpatch-fixesAndrew Morton1-1/+1
2018-02-01kasan: clean up KASAN_SHADOW_SCALE_SHIFT usageAndrey Konovalov4-13/+22
2018-02-01mm-migrate-remove-reason-argument-from-new_page_t-fixMichal Hocko1-2/+1
2018-02-01fs-elf-drop-map_fixed-usage-from-elf_map-fix-fixMichal Hocko1-1/+1
2018-02-01fs-elf-drop-map_fixed-usage-from-elf_map-checkpatch-fixesAndrew Morton1-2/+2
2018-02-01fs, elf: drop MAP_FIXED usage from elf_mapMichal Hocko1-1/+5
2018-02-01mm-introduce-map_fixed_safe-fixMichael Ellerman4-6/+4
2018-02-01mm: introduce MAP_FIXED_NOREPLACEMichal Hocko5-1/+7
2018-02-01ARM: CMA: avoid double mapping to the CMA area if CONFIG_HIGHMEM=yJoonsoo Kim1-1/+15
2018-02-01mm/thp: remove pmd_huge_split_prepare()Aneesh Kumar K.V5-41/+0
2018-02-01x86/mm: provide pmdp_establish() helperKirill A. Shutemov2-1/+51
2018-02-01sparc64: update pmdp_invalidate() to return old pmd valueNitin Gupta2-6/+19
2018-02-01s390/mm: modify pmdp_invalidate to return old value.Martin Schwidefsky1-2/+2
2018-02-01powerpc/mm: update pmdp_invalidate to return old pmd valueAneesh Kumar K.V2-4/+7
2018-02-01mips: use generic_pmdp_establish as pmdp_establishKirill A. Shutemov1-0/+3
2018-02-01arm64: provide pmdp_establish() helperCatalin Marinas1-0/+7
2018-02-01arm/mm: provide pmdp_establish() helperKirill A. Shutemov1-0/+3
2018-02-01arc: use generic_pmdp_establish as pmdp_establishKirill A. Shutemov1-0/+3
2018-02-01mm: relax deferred struct page requirementsPavel Tatashin3-3/+0
2018-02-01m32r: remove abort()Sudip Mukherjee1-8/+0
2018-01-28Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+0
2018-01-28Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-23/+59
2018-01-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-15/+18
2018-01-28x86/ftrace: Add one more ENDPROC annotationJosh Poimboeuf1-1/+1
2018-01-26x86/mm/64: Tighten up vmalloc_fault() sanity checks on 5-level kernelsAndy Lutomirski1-13/+9
2018-01-26x86/mm/64: Fix vmapped stack syncing on very-large-memory 4-level systemsAndy Lutomirski1-5/+29
2018-01-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-7/+11
2018-01-25perf/x86: Fix perf,x86,cpuhp deadlockPeter Zijlstra1-15/+18
2018-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-1/+1