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-05-31
arm64: Add 'ssbd' command-line option
Marc Zyngier
1
-16
/
+87
2018-05-31
arm64: Add ARCH_WORKAROUND_2 probing
Marc Zyngier
1
-0
/
+69
2018-05-31
arm64: Add per-cpu infrastructure to call ARCH_WORKAROUND_2
Marc Zyngier
2
-4
/
+9
2018-05-31
arm64: Call ARCH_WORKAROUND_2 on transitions between EL0 and EL1
Marc Zyngier
2
-0
/
+46
2018-05-17
arm64/sve: Write ZCR_EL1 on context switch only if changed
Dave Martin
1
-1
/
+1
2018-05-17
arm64: topology: divorce MC scheduling domain from core_siblings
Jeremy Linton
1
-1
/
+35
2018-05-17
arm64: topology: enable ACPI/PPTT based CPU topology
Jeremy Linton
1
-1
/
+44
2018-05-17
arm64: topology: rename cluster_id
Jeremy Linton
1
-13
/
+13
2018-05-17
arm64: Add support for ACPI based firmware tables
Jeremy Linton
1
-5
/
+10
2018-05-15
arm64: Remove duplicate include
Vincenzo Frascino
3
-5
/
+1
2018-05-15
arm64: remove no-op macro VMLINUX_SYMBOL()
Masahiro Yamada
1
-10
/
+10
2018-05-15
arm64: Increase ARCH_DMA_MINALIGN to 128
Catalin Marinas
1
-7
/
+2
2018-04-26
arm64: fix possible spectre-v1 in ptrace_hbp_get_event()
Mark Rutland
1
-4
/
+10
2018-04-24
arm64: only advance singlestep for user instruction traps
Mark Rutland
1
-1
/
+2
2018-04-24
arm64/kernel: rename module_emit_adrp_veneer->module_emit_veneer_for_adrp
Kim Phillips
2
-2
/
+2
2018-04-24
arm64: ptrace: remove addr_limit manipulation
Mark Rutland
1
-6
/
+0
2018-04-23
arm64: add sentinel to kpti_safe_list
Mark Rutland
1
-0
/
+1
2018-04-18
arm64: signal: don't force known signals to SIGKILL
Mark Rutland
1
-1
/
+1
2018-04-11
arm64: assembler: add macros to conditionally yield the NEON under PREEMPT
Ard Biesheuvel
1
-0
/
+3
2018-04-11
arm64: Move the content of bpi.S to hyp-entry.S
Marc Zyngier
3
-90
/
+2
2018-04-11
arm64: Get rid of __smccc_workaround_1_hvc_*
Marc Zyngier
2
-16
/
+5
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
[next]