summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | virtio: update virtio id table, add transitional idsZhu Lingshan2021-07-031-0/+12
| * | | | | vDPA/ifcvf: implement doorbell mapping for ifcvfZhu Lingshan2021-07-031-0/+16
| * | | | | vDPA/ifcvf: record virtio notify baseZhu Lingshan2021-07-032-0/+6
| * | | | | vdpa_sim_blk: remove duplicate include of linux/blkdev.hWan Jiabing2021-07-031-1/+0
| * | | | | vhost-iotlb: fix vhost_iotlb_del_range() documentationStefano Garzarella2021-07-031-1/+1
| * | | | | virtio_blk: cleanups: remove check obsoleted by CONFIG_LBDAF removalSohaib2021-07-031-7/+0
* | | | | | 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-071-1/+0
| * | | | | | | riscv: Fix PTDUMP output now BPF region moved back to module regionAlexandre Ghiti2021-07-071-2/+2
| * | | | | | | riscv: __asm_copy_to-from_user: Optimize unaligned memory access and pipeline...Akira Tsukamoto2021-07-071-35/+146
| * | | | | | | riscv: add VMAP_STACK overflow detectionTong Tiangen2021-07-066-1/+163
| * | | | | | | riscv: ptrace: add argn syntaxJeff Xie2021-07-062-0/+32
| * | | | | | | riscv: mm: fix build errors caused by mk_pmd()Nanyong Sun2021-07-062-5/+2
| * | | | | | | riscv: Introduce structure that group all variables regarding kernel mappingAlexandre Ghiti2021-07-068-93/+75
| * | | | | | | Merge branch 'riscv-wx-mappings' into for-nextPalmer Dabbelt2021-07-017-94/+102
| |\ \ \ \ \ \ \
| | * | | | | | | riscv: Map the kernel with correct permissions the first timeAlexandre Ghiti2021-07-015-81/+82
| | * | | | | | | riscv: Introduce set_kernel_memory helperAlexandre Ghiti2021-07-011-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-07-013-1/+74
| * | | | | | | | RISC-V: Use asm-generic for {in,out}{bwlq}Palmer Dabbelt2021-07-011-13/+0
| * | | | | | | | riscv: add ASID-based tlbflushing methodsGuo Ren2021-07-013-8/+43
| * | | | | | | | riscv: pass the mm_struct to __sbi_tlb_flush_rangeChristoph Hellwig2021-07-011-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-091-1/+1
| * | | | | | | | riscv: Cleanup unused functionsGuo Ren2021-06-091-10/+0
| * | | | | | | | riscv: mm: Use better bitmap_zalloc()Kefeng Wang2021-06-091-2/+1
| * | | | | | | | riscv: fix build error when CONFIG_SMP is disabledBixuan Cui2021-06-092-5/+5
| * | | | | | | | riscv: Use global mappings for kernel pagesGuo Ren2021-05-301-1/+2
| * | | | | | | | riscv: TRANSPARENT_HUGEPAGE: depends on MMURandy Dunlap2021-05-301-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-264-8/+13
| * | | | | | | | riscv: Optimize switch_mm by passing "cpu" to flush_icache_deferred()Jisheng Zhang2021-05-261-3/+4
| * | | | | | | | riscv: mm: Drop redundant _sdata and _edata declarationKefeng Wang2021-05-261-7/+1
| * | | | | | | | riscv: Move setup_bootmem into paging_initKefeng Wang2021-05-263-3/+2
| * | | | | | | | riscv: enable generic PCI resource mappingStanislaw Kardach2021-05-261-0/+2
| * | | | | | | | riscv: mm: Remove setup_zero_page()Jisheng Zhang2021-05-261-6/+0
| * | | | | | | | riscv: mremap speedup - enable HAVE_MOVE_PUD and HAVE_MOVE_PMDJisheng Zhang2021-05-262-0/+13
| * | | | | | | | riscv: mm: add THP support on 64-bitNanyong Sun2021-05-223-0/+164