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
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-11
arm64: capabilities: Rework EL2 vector hardening entry
Marc Zyngier
1
-9
/
+11
2018-04-11
arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardening
Shanker Donthineni
2
-55
/
+19
2018-04-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
8
-64
/
+292
2018-04-05
Merge tag 'devicetree-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+1
2018-04-04
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
19
-441
/
+838
2018-04-02
Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2018-04-02
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-1
/
+49
2018-04-02
mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()
Dominik Brodowski
1
-1
/
+1
2018-03-28
arm64: uaccess: Fix omissions from usercopy whitelist
Dave Martin
6
-44
/
+47
2018-03-28
arm64: fpsimd: Split cpu field out from struct fpsimd_state
Dave Martin
4
-28
/
+25
2018-03-28
arm64: Add temporary ERRATA_MIDR_ALL_VERSIONS compatibility macro
Marc Zyngier
1
-2
/
+6
2018-03-28
Revert "arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardening"
Marc Zyngier
2
-19
/
+44
2018-03-27
Revert "arm64: Revert L1_CACHE_SHIFT back to 6 (64-byte cache line size)"
Will Deacon
1
-2
/
+7
2018-03-27
arm64: cpufeature: Avoid warnings due to unused symbols
Will Deacon
2
-8
/
+10
2018-03-26
arm64: Add work around for Arm Cortex-A55 Erratum 1024718
Suzuki K Poulose
1
-1
/
+15
2018-03-26
arm64: Delay enabling hardware DBM feature
Suzuki K Poulose
1
-0
/
+71
2018-03-26
arm64: capabilities: Handle shared entries
Suzuki K Poulose
2
-14
/
+54
2018-03-26
arm64: capabilities: Add support for checks based on a list of MIDRs
Suzuki K Poulose
2
-41
/
+50
2018-03-26
arm64: Add helpers for checking CPU MIDR against a range
Suzuki K Poulose
1
-11
/
+5
2018-03-26
arm64: capabilities: Clean up midr range helpers
Suzuki K Poulose
1
-48
/
+60
2018-03-26
arm64: capabilities: Change scope of VHE to Boot CPU feature
Suzuki K Poulose
2
-40
/
+3
2018-03-26
arm64: capabilities: Add support for features enabled early
Suzuki K Poulose
1
-13
/
+44
2018-03-26
arm64: capabilities: Restrict KPTI detection to boot-time CPUs
Suzuki K Poulose
1
-5
/
+11
2018-03-26
arm64: capabilities: Introduce weak features based on local CPU
Suzuki K Poulose
1
-1
/
+1
2018-03-26
arm64: capabilities: Group handling of features and errata workarounds
Suzuki K Poulose
1
-31
/
+42
2018-03-26
arm64: capabilities: Allow features based on local CPU scope
Suzuki K Poulose
1
-6
/
+11
2018-03-26
arm64: capabilities: Split the processing of errata work arounds
Suzuki K Poulose
1
-2
/
+4
2018-03-26
arm64: capabilities: Prepare for grouping features and errata work arounds
Suzuki K Poulose
1
-40
/
+18
2018-03-26
arm64: capabilities: Filter the entries based on a given mask
Suzuki K Poulose
1
-11
/
+22
2018-03-26
arm64: capabilities: Unify the verification
Suzuki K Poulose
1
-33
/
+58
2018-03-26
arm64: capabilities: Add flags to handle the conflicts on late CPU
Suzuki K Poulose
2
-21
/
+21
2018-03-26
arm64: capabilities: Prepare for fine grained capabilities
Suzuki K Poulose
2
-25
/
+25
2018-03-26
arm64: capabilities: Move errata processing code
Suzuki K Poulose
2
-36
/
+40
2018-03-26
arm64: capabilities: Move errata work around check on boot CPU
Suzuki K Poulose
2
-6
/
+6
2018-03-26
arm64: capabilities: Update prototype for enable call back
Dave Martin
4
-51
/
+53
2018-03-20
arm64: fpsimd: Fix bad si_code for undiagnosed SIGFPE
Dave Martin
1
-12
/
+15
2018-03-19
arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardening
Shanker Donthineni
2
-44
/
+19
2018-03-19
arm64: Expose Arm v8.4 features
Suzuki K Poulose
2
-0
/
+11
2018-03-19
arm64: fix undefined reference to 'printk'
Arnd Bergmann
2
-3
/
+3
2018-03-19
arm64: Enable ARM64_HARDEN_EL2_VECTORS on Cortex-A57 and A72
Marc Zyngier
1
-0
/
+12
2018-03-19
arm64: Make BP hardening slot counter available
Marc Zyngier
2
-6
/
+6
2018-03-19
arm64: KVM: Allow far branches from vector slots to the main vectors
Marc Zyngier
1
-0
/
+21
2018-03-19
arm64: KVM: Reserve 4 additional instructions in the BPI template
Marc Zyngier
1
-24
/
+15
2018-03-19
arm64: KVM: Move BP hardening vectors into .hyp.text section
Marc Zyngier
2
-3
/
+7
2018-03-19
arm64: insn: Allow ADD/SUB (immediate) with LSL #12
Marc Zyngier
1
-2
/
+16
2018-03-19
arm64; insn: Add encoder for the EXTR instruction
Marc Zyngier
1
-0
/
+32
2018-03-19
arm64: cpufeatures: Drop the ARM64_HYP_OFFSET_LOW feature flag
Marc Zyngier
1
-19
/
+0
2018-03-19
arm64: insn: Add encoder for bitwise operations using literals
Marc Zyngier
1
-0
/
+136
2018-03-19
arm64: insn: Add N immediate encoding
Marc Zyngier
1
-0
/
+4
2018-03-19
arm64: alternatives: Add dynamic patching feature
Marc Zyngier
1
-11
/
+32
[next]