summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-07-099-15/+64
|\
| * crypto: hisilicon/sec - fix the process of disabling sva prefetchingKai Ye2021-06-281-0/+3
| * crypto: sl3516 - Add dependency on ARCH_GEMINIGeert Uytterhoeven2021-06-281-2/+2
| * crypto: sl3516 - Typo s/Stormlink/Storlink/Geert Uytterhoeven2021-06-283-3/+3
| * crypto: drbg - self test for HMAC(SHA-512)Stephan Müller2021-06-282-1/+53
| * crypto: omap - Drop obsolete PageSlab checkHerbert Xu2021-06-281-2/+1
| * crypto: scatterwalk - Remove obsolete PageSlab checkHerbert Xu2021-06-281-6/+1
| * crypto: qat - ratelimit invalid ioctl message and print the invalid cmdColin Ian King2021-06-281-1/+1
* | Merge tag 'riscv-for-linus-5.14-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-07-0937-360/+901
|\ \
| * | riscv: xip: Fix duplicate included asm/pgtable.hJiapeng Chong2021-07-061-1/+0
| * | riscv: Fix PTDUMP output now BPF region moved back to module regionAlexandre Ghiti2021-07-061-2/+2
| * | riscv: __asm_copy_to-from_user: Optimize unaligned memory access and pipeline...Akira Tsukamoto2021-07-061-35/+146
| * | 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: 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 'powerpc-5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-07-097-19/+22
|\ \ \ \
| * | | | powerpc/preempt: Don't touch the idle task's preempt_count during hotplugValentin Schneider2021-07-082-6/+0
| * | | | powerpc/64e: Fix system call illegal mtmsrd instructionNicholas Piggin2021-07-061-1/+5