summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2021-07-01Merge branch 'riscv-wx-mappings' into for-nextPalmer Dabbelt7-94/+102
2021-07-01riscv: Map the kernel with correct permissions the first timeAlexandre Ghiti5-81/+82
2021-07-01riscv: Introduce set_kernel_memory helperAlexandre Ghiti1-0/+16
2021-07-01riscv: Enable KFENCE for riscv64Liu Shixin3-1/+74
2021-07-01RISC-V: Use asm-generic for {in,out}{bwlq}Palmer Dabbelt1-13/+0
2021-07-01riscv: add ASID-based tlbflushing methodsGuo Ren3-8/+43
2021-07-01riscv: pass the mm_struct to __sbi_tlb_flush_rangeChristoph Hellwig1-9/+6
2021-06-15riscv: Add mem kernel parameter supportKefeng Wang1-3/+25
2021-06-12riscv: Simplify xip and !xip kernel address conversion macrosAlexandre Ghiti2-11/+5
2021-06-12riscv: Remove CONFIG_PHYS_RAM_BASE_FIXEDAlexandre Ghiti1-6/+0
2021-06-11riscv: Only initialize swiotlb when necessaryKefeng Wang2-5/+8
2021-06-09riscv: fix typo in init.cVitaly Wool1-1/+1
2021-06-09riscv: Cleanup unused functionsGuo Ren1-10/+0
2021-06-09riscv: mm: Use better bitmap_zalloc()Kefeng Wang1-2/+1
2021-06-09riscv: fix build error when CONFIG_SMP is disabledBixuan Cui2-5/+5
2021-06-02riscv: mm: Fix W+X mappings at bootJisheng Zhang1-2/+6
2021-05-30riscv: Use global mappings for kernel pagesGuo Ren1-1/+2
2021-05-30riscv: TRANSPARENT_HUGEPAGE: depends on MMURandy Dunlap1-1/+1
2021-05-29riscv: mm: init: Consolidate vars, functionsJisheng Zhang2-18/+20
2021-05-29riscv: Add __init section marker to some functions againJisheng Zhang2-2/+2
2021-05-29riscv: kprobes: Remove redundant kprobe_step_ctxJisheng Zhang2-38/+9
2021-05-26riscv: Turn has_fpu into a static key if FPU=yJisheng Zhang4-8/+13
2021-05-26riscv: Optimize switch_mm by passing "cpu" to flush_icache_deferred()Jisheng Zhang1-3/+4
2021-05-26riscv: mm: Drop redundant _sdata and _edata declarationKefeng Wang1-7/+1
2021-05-26riscv: Move setup_bootmem into paging_initKefeng Wang3-3/+2
2021-05-26riscv: enable generic PCI resource mappingStanislaw Kardach1-0/+2
2021-05-26riscv: mm: Remove setup_zero_page()Jisheng Zhang1-6/+0
2021-05-26riscv: mremap speedup - enable HAVE_MOVE_PUD and HAVE_MOVE_PMDJisheng Zhang2-0/+13
2021-05-22riscv: mm: add THP support on 64-bitNanyong Sun3-0/+164
2021-05-22riscv: mm: add param stride for __sbi_tlb_flush_rangeNanyong Sun1-5/+5
2021-05-22riscv: mm: make pmd_bad() check leaf conditionNanyong Sun1-1/+1
2021-05-22riscv: mm: add _PAGE_LEAF macroNanyong Sun3-6/+8
2021-05-09Merge tag 'perf_urgent_for_v5.13_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-21/+26
2021-05-09Merge tag 'x86_urgent_for_v5.13_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds13-120/+131
2021-05-08Merge tag 'riscv-for-linus-5.13-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-10/+16
2021-05-08Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds17-196/+28
2021-05-08Merge branch 'master' into nextMichael Ellerman240-1751/+3722
2021-05-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds17-84/+36
2021-05-07Merge tag 'io_uring-5.13-2021-05-07' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+18
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds40-108/+26
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada3-15/+0
2021-05-07arm: print alloc free paths for address in registersManinder Singh3-0/+13
2021-05-07mm: remove xlate_dev_kmem_ptr()David Hildenbrand12-65/+0
2021-05-07drivers/char: remove /dev/kmem for goodDavid Hildenbrand17-17/+0
2021-05-07arch: rearrange headers inclusion order in asm/bitops for m68k, sh and h8300Yury Norov3-9/+10
2021-05-07alpha: csum_partial_copy.c: add function prototypes from <net/checksum.h>Randy Dunlap1-0/+1
2021-05-07alpha: eliminate old-style function definitionsRandy Dunlap1-2/+2
2021-05-07Merge tag 's390-5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds14-77/+101
2021-05-06riscv: remove unused handle_exception symbolRouven Czerwinski1-2/+0
2021-05-06riscv: Consistify protect_kernel_linear_mapping_text_rodata() useGeert Uytterhoeven3-4/+7