index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-19
KVM: arm64: Introduce VHE-specific kvm_vcpu_run
Christoffer Dall
2
-1
/
+10
2018-03-19
KVM: arm64: Improve debug register save/restore flow
Christoffer Dall
1
-8
/
+2
2018-03-19
KVM: arm/arm64: Introduce vcpu_el1_is_32bit
Christoffer Dall
1
-1
/
+6
2018-03-19
KVM: arm/arm64: Add kvm_vcpu_load_sysregs and kvm_vcpu_put_sysregs
Christoffer Dall
1
-0
/
+3
2018-03-19
KVM: arm/arm64: Get rid of vcpu->arch.irq_lines
Christoffer Dall
2
-10
/
+2
2018-03-19
KVM: arm64: Move HCR_INT_OVERRIDE to default HCR_EL2 guest flag
Shih-Wei Li
1
-2
/
+2
2018-03-19
KVM: arm64: Avoid storing the vcpu pointer on the stack
Christoffer Dall
2
-0
/
+30
2018-03-09
arm64: signal: Ensure si_code is valid for all fault signals
Dave Martin
1
-14
/
+0
2018-03-09
arm64: Add support for new control bits CTR_EL0.DIC and CTR_EL0.IDC
Shanker Donthineni
3
-1
/
+10
2018-03-09
arm64/kernel: enable A53 erratum #8434319 handling at runtime
Ard Biesheuvel
1
-1
/
+2
2018-03-09
arm64/errata: add REVIDR handling to framework
Ard Biesheuvel
1
-0
/
+4
2018-03-09
arm64/kernel: don't ban ADRP to work around Cortex-A53 erratum #843419
Ard Biesheuvel
1
-0
/
+2
2018-03-09
efi/arm64: Check whether x18 is preserved by runtime services calls
Ard Biesheuvel
1
-1
/
+3
2018-03-06
arm64: kaslr: Set TCR_EL1.NFD1 when CONFIG_RANDOMIZE_BASE=y
Will Deacon
1
-0
/
+1
2018-03-06
arm64: Revert L1_CACHE_SHIFT back to 6 (64-byte cache line size)
Catalin Marinas
2
-3
/
+46
2018-03-06
arm64: Move show_unhandled_signals_ratelimited into traps.c
Will Deacon
1
-11
/
+0
2018-03-06
arm64: Introduce arm64_force_sig_info and hook up in arm64_notify_die
Will Deacon
1
-0
/
+2
2018-03-06
arm64: signal: Make force_signal_inject more robust
Will Deacon
1
-4
/
+2
2018-02-26
arm64: KVM: Move CPU ID reg trap setup off the world switch path
Dave Martin
1
-0
/
+8
2018-02-26
arm64/kvm: Prohibit guest LOR accesses
Mark Rutland
2
-1
/
+9
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-10
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/arm64/linux
Linus Torvalds
10
-107
/
+204
2018-02-06
kasan: clean up KASAN_SHADOW_SCALE_SHIFT usage
Andrey Konovalov
2
-8
/
+12
2018-02-06
arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support
Marc Zyngier
1
-0
/
+6
2018-02-06
arm/arm64: KVM: Consolidate the PSCI include files
Marc Zyngier
1
-27
/
+0
2018-02-06
arm64: futex: Mask __user pointers prior to dereference
Will Deacon
1
-3
/
+6
2018-02-06
arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_user
Will Deacon
1
-7
/
+22
2018-02-06
arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_user
Will Deacon
1
-22
/
+32
2018-02-06
arm64: uaccess: Prevent speculative use of the current addr_limit
Will Deacon
1
-0
/
+7
2018-02-06
arm64: entry: Ensure branch through syscall table is bounded under speculation
Will Deacon
1
-0
/
+11
2018-02-06
arm64: Use pointer masking to limit uaccess speculation
Robin Murphy
1
-3
/
+23
2018-02-06
arm64: Make USER_DS an inclusive limit
Robin Murphy
2
-19
/
+29
2018-02-06
arm64: Implement array_index_mask_nospec()
Robin Murphy
1
-0
/
+21
2018-02-06
arm64: barrier: Add CSDB macros to control data-value prediction
Will Deacon
2
-0
/
+8
2018-02-06
arm64: assembler: Align phys_to_pte with pte_to_phys
Will Deacon
1
-0
/
+13
2018-02-06
arm64: assembler: Change order of macro arguments in phys_to_ttbr
Will Deacon
1
-1
/
+1
2018-02-06
arm64: kpti: Add ->enable callback to remap swapper using nG mappings
Will Deacon
1
-0
/
+10
2018-02-06
arm64: kpti: Make use of nG dependent on arm64_kernel_unmapped_at_el0()
Will Deacon
2
-26
/
+16
2018-02-06
arm64: Add software workaround for Falkor erratum 1041
Shanker Donthineni
1
-0
/
+10
2018-02-06
arm64: spinlock: Fix theoretical trylock() A-B-A with LSE atomics
Will Deacon
1
-2
/
+2
2018-02-03
Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
1
-0
/
+10
2018-02-01
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
Linus Torvalds
1
-1
/
+0
2018-02-01
Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Radim Krčmář
5
-21
/
+37
2018-01-31
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
[prev]
[next]