summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | 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-051-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
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-085-37/+80
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'for-5.7/libnvdimm' into libnvdimm-for-nextDan Williams2020-04-021-1/+3
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | libnvdimm: Update persistence domain value for of_pmem and papr_scm deviceAneesh Kumar K.V2020-03-311-1/+3
| * | | | | | | | | | | | | Merge branch 'for-5.7/numa' into libnvdimm-for-nextDan Williams2020-04-023-35/+54
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | libnvdimm/e820: Retrieve and populate correct 'target_node' infoDan Williams2020-02-181-0/+1
| | * | | | | | | | | | | | | x86/NUMA: Provide a range-to-target_node lookup facilityDan Williams2020-02-181-10/+51
| | * | | | | | | | | | | | | x86/mm: Introduce CONFIG_NUMA_KEEP_MEMINFODan Williams2020-02-171-5/+1
| | * | | | | | | | | | | | | powerpc/papr_scm: Switch to numa_map_to_online_node()Dan Williams2020-02-171-20/+1
| * | | | | | | | | | | | | | libnvdimm/region: Introduce NDD_LABELINGDan Williams2020-03-171-1/+1
| * | | | | | | | | | | | | | mm/memremap_pages: Introduce memremap_compat_align()Dan Williams2020-02-202-0/+22
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-04-0816-3514/+3744
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | KVM: VMX: fix crash cleanup when KVM wasn't usedVitaly Kuznetsov2020-04-071-5/+7
| * | | | | | | | | | | | | | KVM: X86: Filter out the broadcast dest for IPI fastpathWanpeng Li2020-04-073-4/+5
| * | | | | | | | | | | | | | Merge tag 'kvm-s390-master-5.7-1' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2020-04-072-1/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | KVM: s390: vsie: Fix possible race when shadowing region 3 tablesDavid Hildenbrand2020-04-071-0/+1
| | * | | | | | | | | | | | | | KVM: s390: vsie: Fix delivery of addressing exceptionsDavid Hildenbrand2020-04-071-0/+1
| | * | | | | | | | | | | | | | KVM: s390: vsie: Fix region 1 ASCE sanity shadow address checksDavid Hildenbrand2020-04-071-1/+5
| * | | | | | | | | | | | | | | KVM: nVMX: don't clear mtf_pending when nested events are blockedOliver Upton2020-04-071-1/+2
| * | | | | | | | | | | | | | | KVM: VMX: Remove unnecessary exception trampoline in vmx_vmenterUros Bizjak2020-04-071-6/+2
| * | | | | | | | | | | | | | | KVM: SVM: Split svm_vcpu_run inline assembly to separate fileUros Bizjak2020-04-033-90/+166
| * | | | | | | | | | | | | | | KVM: SVM: Move SEV code to separate fileJoerg Roedel2020-04-034-1221/+1257
| * | | | | | | | | | | | | | | KVM: SVM: Move AVIC code to separate fileJoerg Roedel2020-04-034-1050/+1091
| * | | | | | | | | | | | | | | KVM: SVM: Move Nested SVM Implementation to nested.cJoerg Roedel2020-04-034-1145/+1216
| * | | | | | | | | | | | | | | kVM SVM: Move SVM related files to own sub-directoryJoerg Roedel2020-04-033-1/+1
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-04-085-14/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | vhost: refine vhost and vringh kconfigJason Wang2020-04-016-16/+0
| | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge tag 'backlight-next-5.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-04-0726-38/+47
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | backlight: corgi: Convert to use GPIO descriptorsLinus Walleij2020-03-252-10/+36
| * | | | | | | | | | | | | | backlight: pwm_bl: Switch to full GPIO descriptorLinus Walleij2020-03-1824-28/+11
| | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-04-0728-42/+109
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | kasan: stackdepot: move filter_irq_stacks() to stackdepot.cAlexander Potapenko2020-04-072-0/+3
| * | | | | | | | | | | | | | compiler: remove CONFIG_OPTIMIZE_INLINING entirelyMasahiro Yamada2020-04-072-2/+0