summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* RISC-V: Add supported for ordered booting method using HSMAtish Patra2020-03-316-3/+121
* RISC-V: Add SBI HSM extension definitionsAtish Patra2020-03-311-0/+14
* RISC-V: Export SBI error to linux error mapping functionAtish Patra2020-03-312-1/+4
* RISC-V: Add cpu_ops and modify default booting methodAtish Patra2020-03-315-21/+147
* RISC-V: Move relocate and few other functions out of __initAtish Patra2020-03-312-72/+86
* RISC-V: Implement new SBI v0.2 extensionsAtish Patra2020-03-313-4/+270
* RISC-V: Introduce a new config for SBI v0.1Atish Patra2020-03-313-23/+118
* RISC-V: Add SBI v0.2 extension definitionsAtish Patra2020-03-311-0/+21
* RISC-V: Add basic support for SBI v0.2Atish Patra2020-03-313-73/+314
* RISC-V: Mark existing SBI as 0.1 SBI.Atish Patra2020-03-311-19/+22
* riscv: Use macro definition instead of magic numberZong Li2020-03-261-1/+1
* riscv: Add support to dump the kernel page tablesZong Li2020-03-265-0/+340
* riscv: patch code by fixmap mappingZong Li2020-03-261-9/+4
* riscv: introduce interfaces to patch kernel codeZong Li2020-03-264-1/+137
* riscv: add macro to get instruction lengthZong Li2020-03-262-1/+10
* riscv: add STRICT_KERNEL_RWX supportZong Li2020-03-263-0/+53
* riscv: add alignment for text, rodata and data sectionsZong Li2020-03-262-1/+17
* riscv: move exception table immediately after RO_DATAZong Li2020-03-261-2/+4
* riscv: add ARCH_SUPPORTS_DEBUG_PAGEALLOC supportZong Li2020-03-262-0/+16
* riscv: add ARCH_HAS_SET_DIRECT_MAP supportZong Li2020-03-263-0/+28
* riscv: add ARCH_HAS_SET_MEMORY supportZong Li2020-03-264-1/+176
* RISC-V: Move all address space definition macros to one placeAtish Patra2020-03-061-37/+41
* riscv: Use p*d_leaf macros to define p*d_hugeAlexandre Ghiti2020-03-051-4/+2
* RISC-V: Stop using LOCAL for the uaccess fixupsPalmer Dabbelt2020-03-031-4/+2
* RISC-V: Inline the assembly register save/restore macrosPalmer Dabbelt2020-03-031-82/+61
* RISC-V: Stop relying on GCC's register allocator's hueristicsPalmer Dabbelt2020-03-033-7/+10
* RISC-V: Stop putting .sbss in .sdataPalmer Dabbelt2020-03-031-1/+0
* riscv: force hart_lottery to put in .sdata sectionZong Li2020-03-031-2/+6
* riscv: Delete CONFIG_SYSFS_SYSCALL from defconfigsDeepa Dinamani2020-03-032-0/+2
* riscv: Use flush_icache_mm for flush_icache_user_rangeGuo Ren2020-03-031-1/+1
* Linux 5.6-rc4v5.6-rc4Linus Torvalds2020-03-011-1/+1
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-012-7/+7
|\
| * ext4: potential crash on allocation error in ext4_alloc_flex_bg_array()Dan Carpenter2020-02-291-3/+3
| * jbd2: fix data races at struct journal_headQian Cai2020-02-291-4/+4
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-03-0122-107/+171
|\ \
| * | KVM: VMX: check descriptor table exits on instruction emulationOliver Upton2020-03-011-0/+15
| * | Merge tag 'kvmarm-fixes-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-02-2815-77/+84
| |\ \
| | * | arm64: Ask the compiler to __always_inline functions used by KVM at HYPJames Morse2020-02-224-8/+8
| | * | KVM: arm64: Define our own swab32() to avoid a uapi static inlineJames Morse2020-02-222-2/+9
| | * | KVM: arm64: Ask the compiler to __always_inline functions used at HYPJames Morse2020-02-225-28/+29
| | * | kvm: arm/arm64: Fold VHE entry/exit work into kvm_vcpu_run_vhe()Mark Rutland2020-02-174-39/+37
| | * | KVM: arm/arm64: Fix up includes for trace.hJeremy Cline2020-02-051-0/+1
| * | | kvm: x86: Limit the number of "kvm: disabled by bios" messagesErwan Velu2020-02-281-2/+2
| * | | KVM: x86: avoid useless copy of cpufreq policyPaolo Bonzini2020-02-281-5/+5
| * | | KVM: allow disabling -WerrorPaolo Bonzini2020-02-282-1/+14
| * | | KVM: x86: allow compiling as non-module with W=1Valdis Klētnieks2020-02-282-0/+4
| * | | KVM: Pre-allocate 1 cpumask variable per cpu for both pv tlb and pv ipisWanpeng Li2020-02-281-12/+21
| * | | KVM: Introduce pv check helpersWanpeng Li2020-02-281-10/+24
| * | | KVM: let declaration of kvm_get_running_vcpus match implementationChristian Borntraeger2020-02-281-1/+1
| * | | KVM: SVM: allocate AVIC data structures based on kvm_amd module parameterPaolo Bonzini2020-02-281-1/+2