index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
arm64: mm: Fix initialisation of DMA zones on non-NUMA systems
Will Deacon
2019-12-04
1
-14
/
+11
*
arm64: Kconfig: add a choice for endianness
Anders Roxell
2019-11-14
1
-1
/
+17
*
arm64: Kconfig: make CMDLINE_FORCE depend on CMDLINE
Anders Roxell
2019-11-11
1
-0
/
+1
*
-
-
-
-
-
-
-
-
-
-
-
.
Merge branches 'for-next/elf-hwcap-docs', 'for-next/smccc-conduit-cleanup', '...
Catalin Marinas
2019-11-08
22
-108
/
+189
|
\
\
\
\
\
\
\
|
|
|
|
|
|
|
*
arm64: kaslr: Check command line before looking for a seed
Mark Brown
2019-11-08
1
-5
/
+6
|
|
|
|
|
|
|
*
arm64: kaslr: Announce KASLR status on boot
Mark Brown
2019-11-08
1
-3
/
+38
|
|
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
|
|
|
|
|
*
arm64: kpti: Add NVIDIA's Carmel core to the KPTI whitelist
Rich Wiley
2019-11-06
1
-0
/
+1
|
|
|
|
|
|
*
arm64: mm: Remove MAX_USER_VA_BITS definition
Bhupesh Sharma
2019-11-06
3
-8
/
+2
|
|
|
|
|
|
*
arm64: mm: simplify the page end calculation in __create_pgd_mapping()
Masahiro Yamada
2019-11-06
1
-3
/
+2
|
|
|
|
|
|
*
arm64: print additional fault message when executing non-exec memory
Xiang Zheng
2019-10-29
1
-0
/
+2
|
|
|
|
|
|
*
arm64: psci: Reduce the waiting time for cpu_psci_cpu_kill()
Yunfeng Ye
2019-10-25
1
-6
/
+9
|
|
|
|
|
|
*
arm64: pgtable: Correct typo in comment
Mark Brown
2019-10-25
1
-1
/
+1
|
|
|
|
|
|
*
arm64: cpufeature: Fix typos in comment
Shaokun Zhang
2019-10-25
1
-1
/
+1
|
|
|
|
|
|
*
arm64/mm: Poison initmem while freeing with free_reserved_area()
Anshuman Khandual
2019-10-16
1
-1
/
+1
|
|
|
|
|
|
*
arm64: use generic free_initrd_mem()
Mike Rapoport
2019-10-16
1
-12
/
+0
|
|
|
|
|
|
*
arm64: simplify syscall wrapper ifdeffery
Mark Rutland
2019-10-14
1
-6
/
+0
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
|
|
|
*
arm64: mm: implement arch_faults_on_old_pte() on arm64
Jia He
2019-10-18
1
-0
/
+14
|
|
|
|
|
*
arm64: cpufeature: introduce helper cpu_has_hw_af()
Jia He
2019-10-18
1
-0
/
+14
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
|
*
arm64: Relax ICC_PMR_EL1 accesses when ICC_CTLR_EL1.PMHE is clear
Marc Zyngier
2019-10-15
6
-16
/
+31
|
|
|
_
|
/
|
|
/
|
|
|
|
|
*
arm64: mm: reserve CMA and crashkernel in ZONE_DMA32
Nicolas Saenz Julienne
2019-11-07
1
-2
/
+2
|
|
|
*
dma/direct: turn ARCH_ZONE_DMA_BITS into a variable
Nicolas Saenz Julienne
2019-11-01
2
-4
/
+7
|
|
|
*
arm64: Make arm64_dma32_phys_limit static
Catalin Marinas
2019-10-28
1
-1
/
+1
|
|
|
*
arm64: mm: Fix unused variable warning in zone_sizes_init
Nathan Chancellor
2019-10-16
1
-1
/
+1
|
|
|
*
arm64: use both ZONE_DMA and ZONE_DMA32
Nicolas Saenz Julienne
2019-10-14
3
-15
/
+45
|
|
|
*
arm64: rename variables used to calculate ZONE_DMA32's size
Nicolas Saenz Julienne
2019-10-14
1
-15
/
+15
|
|
|
*
arm64: mm: use arm64_dma_phys_limit instead of calling max_zone_dma_phys()
Nicolas Saenz Julienne
2019-10-14
1
-1
/
+1
|
|
|
/
|
|
/
|
|
|
*
firmware: arm_sdei: use common SMCCC_CONDUIT_*
Mark Rutland
2019-10-14
1
-1
/
+2
|
|
*
arm64: errata: use arm_smccc_1_1_get_conduit()
Mark Rutland
2019-10-14
1
-25
/
+12
|
|
/
*
|
Merge branch 'for-next/perf' into for-next/core
Catalin Marinas
2019-11-08
1
-125
/
+66
|
\
\
|
*
|
arm64: perf: Simplify the ARMv8 PMUv3 event attributes
Shaokun Zhang
2019-11-01
1
-125
/
+66
*
|
|
Merge branch 'arm64/ftrace-with-regs' of git://git.kernel.org/pub/scm/linux/k...
Catalin Marinas
2019-11-07
11
-65
/
+307
|
\
\
\
|
*
|
|
arm64: ftrace: minimize ifdeffery
Mark Rutland
2019-11-06
1
-10
/
+8
|
*
|
|
arm64: implement ftrace with regs
Torsten Duwe
2019-11-06
8
-25
/
+252
|
*
|
|
arm64: asm-offsets: add S_FP
Mark Rutland
2019-11-06
1
-0
/
+1
|
*
|
|
arm64: insn: add encoder for MOV (register)
Mark Rutland
2019-11-06
2
-0
/
+16
|
*
|
|
arm64: module/ftrace: intialize PLT at load time
Mark Rutland
2019-11-06
2
-52
/
+35
|
*
|
|
arm64: module: rework special section handling
Mark Rutland
2019-11-06
1
-9
/
+26
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'for-next/entry-s-to-c' into for-next/core
Catalin Marinas
2019-10-28
14
-358
/
+417
|
\
\
\
|
*
|
|
arm64: entry-common: don't touch daif before bp-hardening
James Morse
2019-10-28
3
-38
/
+30
|
*
|
|
arm64: Remove asmlinkage from updated functions
James Morse
2019-10-28
5
-38
/
+32
|
*
|
|
arm64: entry: convert el0_sync to C
Mark Rutland
2019-10-28
3
-211
/
+227
|
*
|
|
arm64: entry: convert el1_sync to C
Mark Rutland
2019-10-28
3
-71
/
+102
|
*
|
|
arm64: add local_daif_inherit()
Mark Rutland
2019-10-28
1
-0
/
+16
|
*
|
|
arm64: Add prototypes for functions called by entry.S
James Morse
2019-10-28
1
-0
/
+22
|
*
|
|
arm64: remove __exception annotations
James Morse
2019-10-28
6
-39
/
+26
|
|
/
/
*
|
|
Merge branch 'kvm-arm64/erratum-1319367' of git://git.kernel.org/pub/scm/linu...
Catalin Marinas
2019-10-28
6
-12
/
+120
|
\
\
\
|
*
|
|
arm64: Enable and document ARM errata 1319367 and 1319537
Marc Zyngier
2019-10-26
1
-0
/
+10
|
*
|
|
arm64: KVM: Prevent speculative S1 PTW when restoring vcpu context
Marc Zyngier
2019-10-26
2
-2
/
+64
|
*
|
|
arm64: KVM: Disable EL1 PTW when invalidating S2 TLBs
Marc Zyngier
2019-10-26
1
-0
/
+23
|
*
|
|
arm64: KVM: Reorder system register restoration and stage-2 activation
Marc Zyngier
2019-10-26
1
-6
/
+11
[next]