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
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-17
arm64: entry: cleanup sp_el0 manipulation
Mark Rutland
1
-10
/
+7
2020-01-17
arm64: entry: cleanup el0 svc handler naming
Mark Rutland
2
-4
/
+4
2020-01-17
arm64: entry: mark all entry code as notrace
Mark Rutland
1
-2
/
+2
2020-01-17
arm64: Add KRYO{3,4}XX CPU cores to spectre-v2 safe list
Sai Prakash Ranjan
1
-0
/
+2
2020-01-16
arm64: kernel: avoid x18 in __cpu_soft_restart
Ard Biesheuvel
1
-2
/
+2
2020-01-16
arm64: Workaround for Cortex-A55 erratum 1530923
Steven Price
1
-1
/
+5
2020-01-16
arm64: Rename WORKAROUND_1319367 to SPECULATIVE_AT_NVHE
Steven Price
1
-1
/
+1
2020-01-16
arm64: Rename WORKAROUND_1165522 to SPECULATIVE_AT_VHE
Steven Price
1
-4
/
+13
2020-01-15
arm64: Use register field helper in kaslr_requires_kpti()
Will Deacon
1
-3
/
+3
2020-01-15
arm64: Simplify early check for broken TX1 when KASLR is enabled
Will Deacon
1
-11
/
+4
2020-01-15
arm64: Use a variable to store non-global mappings decision
Mark Brown
2
-3
/
+59
2020-01-15
arm64: Factor out checks for KASLR in KPTI code into separate function
Mark Brown
1
-1
/
+1
2020-01-15
arm64: Add initial support for E0PD
Mark Brown
1
-0
/
+22
2020-01-15
arm64: Move the LSE gas support detection to Kconfig
Catalin Marinas
1
-2
/
+2
2020-01-15
arm64: Introduce ID_ISAR6 CPU register
Anshuman Khandual
2
-0
/
+17
2020-01-15
arm64: cpufeature: Export matrix and other features to userspace
Steven Price
2
-0
/
+26
2020-01-14
arm64: nofpsmid: Handle TIF_FOREIGN_FPSTATE flag cleanly
Suzuki K Poulose
1
-3
/
+27
2020-01-14
arm64: signal: nofpsimd: Handle fp/simd context for signal frames
Suzuki K Poulose
2
-4
/
+6
2020-01-14
arm64: ptrace: nofpsimd: Fail FP/SIMD regset operations
Suzuki K Poulose
1
-0
/
+21
2020-01-14
arm64: cpufeature: Set the FP/SIMD compat HWCAP bits properly
Suzuki K Poulose
1
-3
/
+34
2020-01-14
arm64: cpufeature: Fix the type of no FP/SIMD capability
Suzuki K Poulose
1
-1
/
+1
2020-01-14
arm64: Introduce system_capabilities_finalized() marker
Suzuki K Poulose
2
-18
/
+10
2020-01-14
arch/arm64/setup: Drop dummy_con initialization
Arvind Sankar
1
-3
/
+0
2020-01-13
arm64: kernel: Correct annotation of end of el0_sync
Mark Brown
1
-1
/
+4
2020-01-10
Revert "arm64: kexec: make dtb_mem always enabled"
Will Deacon
1
-1
/
+5
2020-01-08
arm64: armv8_deprecated: update the comments of armv8_deprecated_init()
Hanjun Guo
1
-1
/
+2
2020-01-08
arm64: kpti: Add Broadcom Brahma-B53 core to the KPTI whitelist
Florian Fainelli
1
-0
/
+1
2020-01-08
Return ENODEV when the selected speculation misfeature is unsupported
Anthony Steinhauser
1
-2
/
+2
2020-01-08
arm64: kexec_file: add crash dump support
AKASHI Takahiro
2
-8
/
+102
2020-01-08
arm64: hibernate: add trans_pgd public functions
Pavel Tatashin
1
-33
/
+60
2020-01-08
arm64: hibernate: add PUD_SECT_RDONLY
Pavel Tatashin
1
-1
/
+1
2020-01-08
arm64: hibernate: rename dst to page in create_safe_exec_page
Pavel Tatashin
1
-6
/
+6
2020-01-08
arm64: hibernate: remove gotos as they are not needed
Pavel Tatashin
1
-32
/
+17
2020-01-08
arm64: hibernate: use get_safe_page directly
Pavel Tatashin
1
-10
/
+7
2020-01-08
arm64: hibernate: pass the allocated pgdp to ttbr0
Pavel Tatashin
1
-1
/
+1
2020-01-08
arm64: kexec: make dtb_mem always enabled
Pavel Tatashin
1
-5
/
+1
2020-01-08
arm64: kexec: remove unnecessary debug prints
Pavel Tatashin
1
-12
/
+0
2020-01-07
arm64: Implement copy_thread_tls
Amanieu d'Antras
1
-5
/
+5
2019-12-25
Merge tag 'v5.5-rc3' into sched/core, to pick up fixes
Ingo Molnar
6
-7
/
+29
2019-12-20
arm64: cpu_errata: Add Hisilicon TSV110 to spectre-v2 safe list
Wei Li
1
-0
/
+1
2019-12-08
sched/rt, arm64: Use CONFIG_PREEMPTION
Thomas Gleixner
2
-1
/
+4
2019-12-06
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
5
-7
/
+28
2019-12-06
arm64: entry: refine comment of stack overflow check
Heyi Guo
1
-1
/
+2
2019-12-06
arm64: ftrace: fix ifdeffery
Mark Rutland
1
-2
/
+1
2019-12-06
arm64: KVM: Invoke compute_layout() before alternatives are applied
Sebastian Andrzej Siewior
1
-0
/
+4
2019-12-04
arm64: insn: consistently handle exit text
Mark Rutland
2
-4
/
+21
2019-11-30
Merge tag 'seccomp-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
1
-1
/
+1
2019-11-26
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-5
/
+5
2019-11-25
Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk
Linus Torvalds
2
-10
/
+9
2019-11-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-52
/
+172
[prev]
[next]