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-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-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: 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
2018-01-14
arm64: mmu: add the entry trampolines start/end section markers into sections.h
James Morse
1
-0
/
+1
2018-01-13
arm64: kernel: Add arch-specific SDEI entry code and CPU masking
James Morse
2
-2
/
+48
2018-01-13
arm64: uaccess: Add PAN helper
James Morse
1
-0
/
+12
2018-01-13
arm64: Add vmap_stack header file
James Morse
1
-0
/
+28
2018-01-13
firmware: arm_sdei: Add driver for Software Delegated Exceptions
James Morse
1
-0
/
+8
2018-01-13
arm64: alternatives: use tpidr_el2 on VHE hosts
James Morse
3
-2
/
+19
2018-01-13
KVM: arm64: Change hyp_panic()s dependency on tpidr_el2
James Morse
1
-0
/
+2
2018-01-12
signal: Remove _sys_private and _overrun_incr from struct compat_siginfo
Eric W. Biederman
1
-1
/
+0
2018-01-12
signal/arm64: Document conflicts with SI_USER and SIGFPE,SIGTRAP,SIGBUS
Eric W. Biederman
1
-0
/
+21
2018-01-12
Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git...
Catalin Marinas
1
-0
/
+129
2018-01-10
dma-mapping: move dma_mark_clean to dma-direct.h
Christoph Hellwig
1
-4
/
+0
2018-01-10
dma-mapping: move swiotlb arch helpers to a new header
Christoph Hellwig
1
-22
/
+0
2018-01-10
arm64: don't override dma_max_pfn
Christoph Hellwig
1
-9
/
+0
2018-01-09
Construct init thread stack in the linker script rather than by union
David Howells
1
-2
/
+0
2018-01-08
arm64: cputype: Add MIDR values for Cavium ThunderX2 CPUs
Jayachandran C
1
-0
/
+3
2018-01-08
arm64: Implement branch predictor hardening for Falkor
Shanker Donthineni
2
-1
/
+4
2018-01-08
arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75
Will Deacon
1
-0
/
+4
2018-01-08
arm64: KVM: Use per-CPU vector when BP hardening is enabled
Marc Zyngier
1
-0
/
+38
2018-01-08
arm64: Add skeleton to harden the branch predictor against aliasing attacks
Will Deacon
3
-1
/
+40
2018-01-08
arm64: Move post_ttbr_update_workaround to C code
Marc Zyngier
1
-13
/
+0
2018-01-08
arm64: Take into account ID_AA64PFR0_EL1.CSV3
Will Deacon
1
-0
/
+1
2018-01-05
arm64: v8.4: Support for new floating point multiplication instructions
Dongjiu Geng
2
-0
/
+2
2018-01-02
perf: ARM DynamIQ Shared Unit PMU support
Suzuki K Poulose
1
-0
/
+129
2017-12-22
Merge branch 'for-next/52-bit-pa' into for-next/core
Catalin Marinas
8
-22
/
+143
2017-12-22
arm64: allow ID map to be extended to 52 bits
Kristina Martsenko
3
-3
/
+16
[next]