summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | KVM: arm64: Don't use has_vhe() for CHOOSE_HYP_SYM()Marc Zyngier2020-07-071-1/+19
| | |/ / / / / / / / /
| | * | | | | | | | | KVM: arm64: Lift instrumentation restrictions on VHEDavid Brazdil2020-07-051-8/+0
| | * | | | | | | | | KVM: arm64: Remove __hyp_text macro, use build rules insteadDavid Brazdil2020-07-0517-147/+132
| | * | | | | | | | | KVM: arm64: Compile remaining hyp/ files for both VHE/nVHEDavid Brazdil2020-07-054-44/+7
| | * | | | | | | | | KVM: arm64: Duplicate hyp/timer-sr.c for VHE/nVHEDavid Brazdil2020-07-057-9/+19
| | * | | | | | | | | KVM: arm64: Split hyp/sysreg-sr.c to VHE/nVHEDavid Brazdil2020-07-0512-164/+191
| | * | | | | | | | | KVM: arm64: Split hyp/debug-sr.c to VHE/nVHEDavid Brazdil2020-07-057-74/+118
| | * | | | | | | | | KVM: arm64: Split hyp/switch.c to VHE/nVHEDavid Brazdil2020-07-0513-952/+1048
| | * | | | | | | | | KVM: arm64: Duplicate hyp/tlb.c for VHE/nVHEDavid Brazdil2020-07-056-100/+177
| | * | | | | | | | | KVM: arm64: Move hyp-init.S to nVHEAndrew Scull2020-07-055-8/+10
| | * | | | | | | | | KVM: arm64: Build hyp-entry.S separately for VHE/nVHEDavid Brazdil2020-07-058-17/+48
| | * | | | | | | | | KVM: arm64: Handle calls to prefixed hyp functionsAndrew Scull2020-07-053-3/+59
| | * | | | | | | | | KVM: arm64: Use build-time defines in has_vhe()David Brazdil2020-07-051-3/+10
| | * | | | | | | | | KVM: arm64: Add build rules for separate VHE/nVHE object filesDavid Brazdil2020-07-054-3/+72
| | * | | | | | | | | KVM: arm64: Move __smccc_workaround_1_smc to .rodataDavid Brazdil2020-07-053-16/+33
| | * | | | | | | | | KVM: arm64: Fix symbol dependency in __hyp_call_panic_nvheDavid Brazdil2020-07-051-1/+1
| * | | | | | | | | | KVM: x86: Don't attempt to load PDPTRs when 64-bit mode is enabledSean Christopherson2020-08-091-12/+12
* | | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-1266-348/+146
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | mm/gup: remove task_struct pointer for all gup codePeter Xu2020-08-125-9/+9
| * | | | | | | | | | | mm: clean up the last pieces of page fault accountingsPeter Xu2020-08-122-9/+0
| * | | | | | | | | | | mm/xtensa: use general page fault accountingPeter Xu2020-08-121-11/+4
| * | | | | | | | | | | mm/x86: use general page fault accountingPeter Xu2020-08-121-15/+2
| * | | | | | | | | | | mm/sparc64: use general page fault accountingPeter Xu2020-08-121-10/+1
| * | | | | | | | | | | mm/sparc32: use general page fault accountingPeter Xu2020-08-121-10/+1
| * | | | | | | | | | | mm/sh: use general page fault accountingPeter Xu2020-08-121-10/+1
| * | | | | | | | | | | mm/s390: use general page fault accountingPeter Xu2020-08-121-15/+1
| * | | | | | | | | | | mm/riscv: use general page fault accountingPeter Xu2020-08-121-15/+1
| * | | | | | | | | | | mm/powerpc: use general page fault accountingPeter Xu2020-08-121-8/+3
| * | | | | | | | | | | mm/parisc: use general page fault accountingPeter Xu2020-08-121-5/+3
| * | | | | | | | | | | mm/openrisc: use general page fault accountingPeter Xu2020-08-121-5/+4
| * | | | | | | | | | | mm/nios2: use general page fault accountingPeter Xu2020-08-121-10/+4
| * | | | | | | | | | | mm/nds32: use general page fault accountingPeter Xu2020-08-121-16/+3
| * | | | | | | | | | | mm/mips: use general page fault accountingPeter Xu2020-08-121-11/+3
| * | | | | | | | | | | mm/microblaze: use general page fault accountingPeter Xu2020-08-121-5/+4
| * | | | | | | | | | | mm/m68k: use general page fault accountingPeter Xu2020-08-121-10/+4
| * | | | | | | | | | | mm/ia64: use general page fault accountingPeter Xu2020-08-121-5/+4
| * | | | | | | | | | | mm/hexagon: use general page fault accountingPeter Xu2020-08-121-5/+4
| * | | | | | | | | | | mm/csky: use general page fault accountingPeter Xu2020-08-121-11/+1
| * | | | | | | | | | | mm/arm64: use general page fault accountingPeter Xu2020-08-121-23/+6
| * | | | | | | | | | | mm/arm: use general page fault accountingPeter Xu2020-08-121-19/+6
| * | | | | | | | | | | mm/arc: use general page fault accountingPeter Xu2020-08-121-15/+3
| * | | | | | | | | | | mm/alpha: use general page fault accountingPeter Xu2020-08-121-5/+3
| * | | | | | | | | | | mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-1224-25/+26
| * | | | | | | | | | | alpha: fix annotation of io{read,write}{16,32}be()Luc Van Oostenryck2020-08-121-4/+4
| * | | | | | | | | | | uaccess: add force_uaccess_{begin,end} helpersChristoph Hellwig2020-08-125-29/+25
| * | | | | | | | | | | uaccess: remove segment_eqChristoph Hellwig2020-08-1222-28/+23
| * | | | | | | | | | | riscv: include <asm/pgtable.h> in <asm/uaccess.h>Christoph Hellwig2020-08-121-0/+2
| * | | | | | | | | | | nds32: use uaccess_kernel in show_regsChristoph Hellwig2020-08-121-1/+1
| * | | | | | | | | | | syscalls: use uaccess_kernel in addr_limit_user_checkChristoph Hellwig2020-08-121-0/+2
| * | | | | | | | | | | sparc: drop unused MAX_PHYSADDR_BITSArvind Sankar2020-08-121-1/+0