index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
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-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/a...
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/g...
Linus Torvalds
1
-0
/
+10
2018-02-01
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-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
2018-01-30
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-64
/
+21
2018-01-30
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
36
-109
/
+869
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-15
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
2018-01-15
arm64: fix comment above tcr_compute_pa_size
Kristina Martsenko
1
-1
/
+1
2018-01-15
arm64: fix ID map extension to 52 bits
Kristina Martsenko
1
-3
/
+2
2018-01-14
arm64: cpu_errata: Add Kryo to Falkor 1003 errata
Stephen Boyd
1
-0
/
+2
2018-01-14
arm64: Extend early page table code to allow for larger kernels
Steve Capper
2
-1
/
+47
2018-01-14
arm64: Re-order reserved_ttbr0 in linker script
Steve Capper
2
-6
/
+6
2018-01-14
arm64: sdei: Add trampoline code for remapping the kernel
James Morse
2
-1
/
+8
[next]