index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-28
arm64: entry: convert el1_sync to C
Mark Rutland
3
-71
/
+102
2019-10-28
arm64: remove __exception annotations
James Morse
3
-10
/
+7
2019-10-28
arm64: Silence clang warning on mismatched value/register sizes
Catalin Marinas
1
-1
/
+1
2019-10-25
arm64: compat: Workaround Neoverse-N1 #1542419 for compat user-space
James Morse
1
-0
/
+11
2019-10-25
arm64: Fake the IminLine size on systems affected by Neoverse-N1 #1542419
James Morse
1
-1
/
+7
2019-10-25
arm64: errata: Hide CTR_EL0.DIC on systems affected by Neoverse-N1 #1542419
James Morse
2
-1
/
+34
2019-10-25
arm64: psci: Reduce the waiting time for cpu_psci_cpu_kill()
Yunfeng Ye
1
-6
/
+9
2019-10-25
arm64: cpufeature: Fix typos in comment
Shaokun Zhang
1
-1
/
+1
2019-10-21
arm64: Retrieve stolen time as paravirtualized guest
Steven Price
2
-0
/
+143
2019-10-21
arm/arm64: Make use of the SMCCC 1.1 wrapper
Steven Price
1
-52
/
+29
2019-10-18
arm64: Add ARM64_WORKAROUND_1319367 for all A57 and A72 versions
Marc Zyngier
1
-3
/
+10
2019-10-18
arm64: Use pr_warn instead of pr_warning
Kefeng Wang
2
-10
/
+9
2019-10-17
Merge branch 'errata/tx2-219' into for-next/fixes
Will Deacon
2
-0
/
+40
2019-10-16
arm64: tags: Preserve tags for addresses translated via TTBR1
Will Deacon
1
-2
/
+2
2019-10-16
arm64: entry.S: Do not preempt from IRQ before all cpufeatures are enabled
Julien Thierry
2
-1
/
+19
2019-10-15
arm64: Relax ICC_PMR_EL1 accesses when ICC_CTLR_EL1.PMHE is clear
Marc Zyngier
1
-2
/
+4
2019-10-14
arm64: hibernate: check pgd table allocation
Pavel Tatashin
1
-1
/
+8
2019-10-14
arm64: cpufeature: Treat ID_AA64ZFR0_EL1 as RAZ when SVE is not enabled
Julien Grall
1
-5
/
+10
2019-10-14
firmware: arm_sdei: use common SMCCC_CONDUIT_*
Mark Rutland
1
-1
/
+2
2019-10-14
arm64: errata: use arm_smccc_1_1_get_conduit()
Mark Rutland
1
-25
/
+12
2019-10-10
seccomp: simplify secure_computing()
Christian Brauner
1
-1
/
+1
2019-10-08
arm64: armv8_deprecated: Checking return value for memory allocation
Yunfeng Ye
1
-0
/
+5
2019-10-08
arm64: Avoid Cavium TX2 erratum 219 when switching TTBR
Marc Zyngier
2
-0
/
+7
2019-10-08
arm64: Enable workaround for Cavium TX2 erratum 219 when running SMT
Marc Zyngier
1
-0
/
+33
2019-10-07
arm64: vdso32: Rename COMPATCC to CC_COMPAT
Will Deacon
1
-13
/
+13
2019-10-07
arm64: vdso32: Pass '--target' option to clang via VDSO_CAFLAGS
Will Deacon
1
-1
/
+5
2019-10-07
arm64: vdso32: Don't use KBUILD_CPPFLAGS unconditionally
Will Deacon
1
-4
/
+2
2019-10-07
arm64: vdso32: Move definition of COMPATCC into vdso32/Makefile
Will Deacon
1
-0
/
+6
2019-10-07
arm64: vdso32: Remove jump label config option in Makefile
Vincenzo Frascino
1
-3
/
+0
2019-10-07
arm64: vdso32: Detect binutils support for dmb ishld
Vincenzo Frascino
1
-0
/
+9
2019-10-07
arm64: vdso: Remove stale files from old assembly implementation
Vincenzo Frascino
1
-0
/
+0
2019-10-07
arm64: vdso32: Fix broken compat vDSO build warnings
Vincenzo Frascino
1
-2
/
+0
2019-10-04
arm64: ftrace: Ensure synchronisation in PLT setup for Neoverse-N1 #1542419
James Morse
1
-3
/
+9
2019-10-04
arm64: Fix incorrect irqflag restore for priority masking for compat
James Morse
1
-0
/
+1
2019-10-04
arm64: cpufeature: Effectively expose FRINT capability to userspace
Julien Grall
1
-0
/
+1
2019-10-01
arm64/sve: Fix wrong free for task->thread.sve_state
Masayoshi Mizuma
1
-17
/
+15
2019-10-01
arm64: errata: Update stale comment
Thierry Reding
1
-2
/
+2
2019-09-24
arm64, mm: make randomization selected by generic topdown mmap layout
Alexandre Ghiti
1
-8
/
+0
2019-09-16
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
24
-408
/
+399
2019-08-30
Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...
Will Deacon
12
-329
/
+204
2019-08-27
arm64: smp: Treat unknown boot failures as being 'stuck in kernel'
Will Deacon
1
-0
/
+1
2019-08-27
arm64: smp: Don't enter kernel with NULL stack pointer or task struct
Will Deacon
2
-0
/
+9
2019-08-27
arm64: smp: Increase secondary CPU boot timeout value
Will Deacon
1
-1
/
+1
2019-08-23
arm64: kexec_file: add rng-seed support
Hsin-Yi Wang
1
-1
/
+17
2019-08-23
arm64: map FDT as RW for early_init_dt_scan()
Hsin-Yi Wang
2
-5
/
+9
2019-08-21
arm64: entry: Move ct_user_exit before any other exception
James Morse
2
-17
/
+28
2019-08-20
arm64: Change the tagged_addr sysctl control semantics to only prevent the op...
Catalin Marinas
1
-7
/
+10
2019-08-20
arm64: perf_event: Add missing header needed for smp_processor_id()
Raphael Gault
1
-0
/
+1
2019-08-16
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2
-12
/
+24
2019-08-16
arm64: ftrace: Ensure module ftrace trampoline is coherent with I-side
Will Deacon
1
-9
/
+13
[prev]
[next]