aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* riscv: fix race when vmap stack overflowJisheng Zhang2022-11-293-0/+32
* riscv: add VMAP_STACK overflow detectionTong Tiangen2021-07-066-1/+163
* riscv: ptrace: add argn syntaxJeff Xie2021-07-052-0/+32
* riscv: mm: fix build errors caused by mk_pmd()Nanyong Sun2021-07-052-5/+2
* riscv: Introduce structure that group all variables regarding kernel mappingAlexandre Ghiti2021-07-058-93/+75
* Merge branch 'riscv-wx-mappings' into for-nextPalmer Dabbelt2021-06-307-94/+102
|\
| * riscv: Map the kernel with correct permissions the first timeAlexandre Ghiti2021-06-305-81/+82
| * riscv: Introduce set_kernel_memory helperAlexandre Ghiti2021-06-301-0/+16
| * riscv: Simplify xip and !xip kernel address conversion macrosAlexandre Ghiti2021-06-112-11/+5
| * riscv: Remove CONFIG_PHYS_RAM_BASE_FIXEDAlexandre Ghiti2021-06-111-6/+0
| * riscv: mm: Fix W+X mappings at bootJisheng Zhang2021-06-011-2/+6
* | riscv: Enable KFENCE for riscv64Liu Shixin2021-06-303-1/+74
* | RISC-V: Use asm-generic for {in,out}{bwlq}Palmer Dabbelt2021-06-301-13/+0
* | riscv: add ASID-based tlbflushing methodsGuo Ren2021-06-303-8/+43
* | riscv: pass the mm_struct to __sbi_tlb_flush_rangeChristoph Hellwig2021-06-301-9/+6
* | riscv: Add mem kernel parameter supportKefeng Wang2021-06-151-3/+25
* | riscv: Only initialize swiotlb when necessaryKefeng Wang2021-06-112-5/+8
* | riscv: fix typo in init.cVitaly Wool2021-06-081-1/+1
* | riscv: Cleanup unused functionsGuo Ren2021-06-081-10/+0
* | riscv: mm: Use better bitmap_zalloc()Kefeng Wang2021-06-081-2/+1
* | riscv: fix build error when CONFIG_SMP is disabledBixuan Cui2021-06-082-5/+5
* | riscv: Use global mappings for kernel pagesGuo Ren2021-05-291-1/+2
* | riscv: TRANSPARENT_HUGEPAGE: depends on MMURandy Dunlap2021-05-291-1/+1
* | riscv: mm: init: Consolidate vars, functionsJisheng Zhang2021-05-292-18/+20
* | riscv: Add __init section marker to some functions againJisheng Zhang2021-05-292-2/+2
* | riscv: kprobes: Remove redundant kprobe_step_ctxJisheng Zhang2021-05-292-38/+9
* | riscv: Turn has_fpu into a static key if FPU=yJisheng Zhang2021-05-254-8/+13
* | riscv: Optimize switch_mm by passing "cpu" to flush_icache_deferred()Jisheng Zhang2021-05-251-3/+4
* | riscv: mm: Drop redundant _sdata and _edata declarationKefeng Wang2021-05-251-7/+1
* | riscv: Move setup_bootmem into paging_initKefeng Wang2021-05-253-3/+2
* | riscv: enable generic PCI resource mappingStanislaw Kardach2021-05-251-0/+2
* | riscv: mm: Remove setup_zero_page()Jisheng Zhang2021-05-251-6/+0
* | riscv: mremap speedup - enable HAVE_MOVE_PUD and HAVE_MOVE_PMDJisheng Zhang2021-05-252-0/+13
* | riscv: mm: add THP support on 64-bitNanyong Sun2021-05-223-0/+164
* | riscv: mm: add param stride for __sbi_tlb_flush_rangeNanyong Sun2021-05-221-5/+5
* | riscv: mm: make pmd_bad() check leaf conditionNanyong Sun2021-05-221-1/+1
* | riscv: mm: add _PAGE_LEAF macroNanyong Sun2021-05-223-6/+8
|/
* Merge tag 'perf_urgent_for_v5.13_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-05-091-21/+26
|\
| * x86/events/amd/iommu: Fix invalid Perf result due to IOMMU PMC power-gatingSuravee Suthikulpanit2021-05-061-21/+26
* | Merge tag 'x86_urgent_for_v5.13_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-0913-120/+131
|\ \
| * | KVM: x86: Consolidate guest enter/exit logic to common helpersSean Christopherson2021-05-053-74/+49
| * | KVM: x86: Defer vtime accounting 'til after IRQ handlingWanpeng Li2021-05-053-6/+15
| * | KVM/VMX: Invoke NMI non-IST entry instead of IST entryLai Jiangshan2021-05-053-7/+34
| * | x86/cpu: Remove write_tsc() and write_rdtscp_aux() wrappersSean Christopherson2021-05-052-5/+1
| * | x86/cpu: Initialize MSR_TSC_AUX if RDTSCP *or* RDPID is supportedSean Christopherson2021-05-051-1/+1
| * | x86/resctrl: Fix init const confusionAndi Kleen2021-05-051-1/+1
| * | x86: Delete UD0, UD1 tracesAlexey Dobriyan2021-05-051-9/+0
| * | x86/smpboot: Remove duplicate includesWan Jiabing2021-05-051-3/+0
| * | x86/cpu: Use alternative to generate the TASK_SIZE_MAX constantLinus Torvalds2021-05-052-20/+36
* | | Merge tag 'riscv-for-linus-5.13-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-085-10/+16
|\ \ \