Age | Commit message (Expand) | Author | Files | Lines |
2018-03-09 | efi/arm64: Check whether x18 is preserved by runtime services calls | Ard Biesheuvel | 1 | -1/+3 |
2018-02-23 | arm64: fix unwind_frame() for filtered out fn for function graph tracing | Pratyush Anand | 1 | -1/+1 |
2018-02-19 | arm64: uaccess: Formalise types for access_ok() | Robin Murphy | 1 | -6/+6 |
2018-02-19 | arm64: Fix compilation error while accessing MPIDR_HWID_BITMASK from .S files | Bhupesh Sharma | 1 | -1/+1 |
2018-02-17 | arm64: cputype: Silence Sparse warnings | Robin Murphy | 1 | -1/+1 |
2018-02-16 | arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tables | Will Deacon | 5 | -48/+51 |
2018-02-11 | Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 7 | -8/+65 |
2018-02-08 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 10 | -107/+204 |
2018-02-07 | kasan: clean up KASAN_SHADOW_SCALE_SHIFT usage | Andrey Konovalov | 2 | -8/+12 |
2018-02-07 | arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support | Marc Zyngier | 1 | -0/+6 |
2018-02-07 | arm/arm64: KVM: Consolidate the PSCI include files | Marc Zyngier | 1 | -27/+0 |
2018-02-07 | arm64: futex: Mask __user pointers prior to dereference | Will Deacon | 1 | -3/+6 |
2018-02-07 | arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_user | Will Deacon | 1 | -7/+22 |
2018-02-07 | arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_user | Will Deacon | 1 | -22/+32 |
2018-02-07 | arm64: uaccess: Prevent speculative use of the current addr_limit | Will Deacon | 1 | -0/+7 |
2018-02-07 | arm64: entry: Ensure branch through syscall table is bounded under speculation | Will Deacon | 1 | -0/+11 |
2018-02-07 | arm64: Use pointer masking to limit uaccess speculation | Robin Murphy | 1 | -3/+23 |
2018-02-07 | arm64: Make USER_DS an inclusive limit | Robin Murphy | 2 | -19/+29 |
2018-02-07 | arm64: Implement array_index_mask_nospec() | Robin Murphy | 1 | -0/+21 |
2018-02-07 | arm64: barrier: Add CSDB macros to control data-value prediction | Will Deacon | 2 | -0/+8 |
2018-02-07 | arm64: assembler: Align phys_to_pte with pte_to_phys | Will Deacon | 1 | -0/+13 |
2018-02-07 | arm64: assembler: Change order of macro arguments in phys_to_ttbr | Will Deacon | 1 | -1/+1 |
2018-02-07 | arm64: kpti: Add ->enable callback to remap swapper using nG mappings | Will Deacon | 1 | -0/+10 |
2018-02-07 | arm64: kpti: Make use of nG dependent on arm64_kernel_unmapped_at_el0() | Will Deacon | 2 | -26/+16 |
2018-02-07 | arm64: Add software workaround for Falkor erratum 1041 | Shanker Donthineni | 1 | -0/+10 |
2018-02-07 | arm64: spinlock: Fix theoretical trylock() A-B-A with LSE atomics | Will Deacon | 1 | -2/+2 |
2018-02-04 | Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+10 |
2018-02-02 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 1 | -1/+0 |
2018-02-01 | Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Radim Krčmář | 5 | -21/+37 |
2018-02-01 | arm64: provide pmdp_establish() helper | Catalin Marinas | 1 | -0/+7 |
2018-01-31 | Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -35/+0 |
2018-01-31 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -64/+0 |
2018-01-31 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 35 | -109/+868 |
2018-01-17 | arm64: mm: Add additional parameter to uaccess_ttbr0_disable | Christoffer Dall | 1 | -4/+4 |
2018-01-16 | arm64: kpti: Fix the interaction between ASID switching and software PAN | Catalin Marinas | 4 | -14/+22 |
2018-01-16 | KVM: arm64: Emulate RAS error registers and set HCR_EL2's TERR & TEA | Dongjiu Geng | 3 | -0/+19 |
2018-01-16 | KVM: arm64: Handle RAS SErrors from EL2 on guest exit | James Morse | 2 | -0/+6 |
2018-01-16 | KVM: arm64: Handle RAS SErrors from EL1 on guest exit | James Morse | 1 | -0/+2 |
2018-01-16 | KVM: arm64: Save/Restore guest DISR_EL1 | James Morse | 2 | -0/+2 |
2018-01-16 | KVM: arm64: Set an impdef ESR for Virtual-SError using VSESR_EL2. | James Morse | 3 | -0/+9 |
2018-01-16 | KVM: arm/arm64: mask/unmask daif around VHE guests | James Morse | 1 | -0/+10 |
2018-01-16 | arm64: kernel: Prepare for a DISR user | James Morse | 5 | -0/+30 |
2018-01-16 | arm64: Unconditionally enable IESB on exception entry/return for firmware-first | James Morse | 1 | -8/+9 |
2018-01-16 | arm64: kernel: Survive corrected RAS errors notified by SError | James Morse | 2 | -0/+67 |
2018-01-16 | arm64: cpufeature: Detect CPU RAS Extentions | Xie XiuQi | 2 | -1/+4 |
2018-01-16 | arm64: sysreg: Move to use definitions for all the SCTLR bits | James Morse | 1 | -2/+63 |
2018-01-16 | arm64: fpsimd: Fix state leakage when migrating after sigreturn | Dave Martin | 1 | -1/+1 |
2018-01-16 | arm64: Correct type for PUD macros | Punit Agrawal | 1 | -3/+3 |
2018-01-16 | signal: unify compat_siginfo_t | Al Viro | 1 | -63/+0 |
2018-01-15 | arm64: Implement thread_struct whitelist for hardened usercopy | Kees Cook | 1 | -0/+10 |