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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-01
arm64: Add a helper for PARange to physical shift conversion
Suzuki K Poulose
1
-0
/
+20
2018-10-01
arm64: arch_timer: Add workaround for ARM erratum 1188873
Marc Zyngier
2
-1
/
+4
2018-10-01
arm64: compat: Add CNTFRQ trap handler
Marc Zyngier
1
-0
/
+3
2018-10-01
arm64: compat: Add CNTVCT trap handler
Marc Zyngier
1
-0
/
+3
2018-10-01
arm64: Add decoding macros for CP15_32 and CP15_64 traps
Marc Zyngier
1
-0
/
+52
2018-10-01
kvm: arm64: Add helper for loading the stage2 setting for a VM
Suzuki K Poulose
1
-0
/
+9
2018-10-01
arm64: remove unused asm/compiler.h header file
Ard Biesheuvel
3
-32
/
+0
2018-10-01
arm64: compat: Provide definition for COMPAT_SIGMINSTKSZ
Will Deacon
1
-0
/
+1
2018-09-27
signal/arm64: Add and use arm64_force_sig_ptrace_errno_trap
Eric W. Biederman
1
-0
/
+1
2018-09-27
signal/arm64: Remove arm64_force_sig_info
Eric W. Biederman
1
-1
/
+0
2018-09-27
signal/arm64: Add and use arm64_force_sig_mceerr as appropriate
Eric W. Biederman
1
-0
/
+1
2018-09-27
signal/arm64: Add and use arm64_force_sig_fault where appropriate
Eric W. Biederman
1
-0
/
+1
2018-09-27
signal/arm64: Remove unneeded tsk parameter from arm64_force_sig_info
Eric W. Biederman
1
-2
/
+1
2018-09-27
signal/arm64: Push siginfo generation into arm64_notify_die
Eric W. Biederman
1
-1
/
+2
2018-09-27
arm64/kernel: jump_label: Switch to relative references
Ard Biesheuvel
1
-20
/
+18
2018-09-26
xen: don't include <xen/xen.h> from <asm/io.h> and <asm/dma-mapping.h>
Christoph Hellwig
1
-2
/
+0
2018-09-26
block: remove ARCH_BIOVEC_PHYS_MERGEABLE
Christoph Hellwig
1
-3
/
+0
2018-09-26
xen: provide a prototype for xen_biovec_phys_mergeable in xen.h
Christoph Hellwig
1
-3
/
+0
2018-09-25
Revert "dma-mapping: clear dev->dma_ops in arch_teardown_dma_ops"
Christoph Hellwig
1
-0
/
+5
2018-09-25
arm64: percpu: Initialize ret in the default case
Nathan Chancellor
1
-0
/
+3
2018-09-25
arm64/mm: use fixmap to modify swapper_pg_dir
Jun Yao
1
-6
/
+29
2018-09-25
arm64/mm: Separate boot-time page tables from swapper_pg_dir
Jun Yao
3
-2
/
+6
2018-09-24
block: simplify BIOVEC_PHYS_MERGEABLE
Christoph Hellwig
1
-3
/
+2
2018-09-21
arm64: Kconfig: Remove ARCH_HAS_HOLES_MEMORYMODEL
James Morse
1
-2
/
+0
2018-09-21
arm64/cpufeatures: Emulate MRS instructions by parsing ESR_ELx.ISS
Anshuman Khandual
1
-0
/
+12
2018-09-21
arm64/cpufeatures: Factorize emulate_mrs()
Anshuman Khandual
1
-0
/
+1
2018-09-21
arm64/cpufeatures: Introduce ESR_ELx_SYS64_ISS_RT()
Anshuman Khandual
2
-1
/
+3
2018-09-19
arm64: cpu_errata: Remove ARM64_MISMATCHED_CACHE_LINE_SIZE
Will Deacon
2
-7
/
+5
2018-09-18
arm64: KVM: Enable Common Not Private translations
Vladimir Murzin
2
-0
/
+6
2018-09-18
arm64: mm: Support Common Not Private translations
Vladimir Murzin
4
-3
/
+25
2018-09-17
arm64: sysreg: Clean up instructions for modifying PSTATE fields
Suzuki K Poulose
1
-10
/
+20
2018-09-14
arm64: cpu: Move errata and feature enable callbacks closer to callers
Will Deacon
1
-4
/
+0
2018-09-14
KVM: arm64: Set SCTLR_EL2.DSSBS if SSBD is forcefully disabled and !vhe
Will Deacon
1
-0
/
+11
2018-09-14
arm64: ssbd: Add support for PSTATE.SSBS rather than trapping to EL3
Will Deacon
4
-0
/
+12
2018-09-14
arm64: cpufeature: Detect SSBS and advertise to userspace
Will Deacon
3
-5
/
+15
2018-09-14
arm64: Fix silly typo in comment
Will Deacon
1
-1
/
+1
2018-09-11
arm64: tlb: Rewrite stale comment in asm/tlbflush.h
Will Deacon
1
-25
/
+55
2018-09-11
arm64: tlb: Avoid synchronous TLBIs when freeing page tables
Will Deacon
2
-14
/
+0
2018-09-11
arm64: tlb: Adjust stride and type of TLBI according to mmu_gather
Will Deacon
1
-9
/
+10
2018-09-11
arm64: tlb: Remove redundant !CONFIG_HAVE_RCU_TABLE_FREE code
Will Deacon
1
-9
/
+3
2018-09-11
arm64: tlbflush: Allow stride to be specified for __flush_tlb_range()
Will Deacon
2
-7
/
+10
2018-09-11
arm64: tlb: Justify non-leaf invalidation in flush_tlb_range()
Will Deacon
1
-0
/
+4
2018-09-11
arm64: pgtable: Implement p[mu]d_valid() and check in set_p[mu]d()
Will Deacon
1
-2
/
+8
2018-09-11
arm64: tlb: Add DSB ISHST prior to TLBI in __flush_tlb_[kernel_]pgtable()
Will Deacon
1
-0
/
+2
2018-09-11
arm64: tlb: Use last-level invalidation in flush_tlb_kernel_range()
Will Deacon
1
-1
/
+1
2018-09-11
arm64: jump_label.h: use asm_volatile_goto macro instead of "asm goto"
Miguel Ojeda
1
-2
/
+2
2018-09-10
arm64: uaccess: implement unsafe accessors
Julien Thierry
1
-15
/
+46
2018-09-10
arm64: cpufeature: add feature for CRC32 instructions
Ard Biesheuvel
1
-1
/
+2
2018-09-10
sched/topology, arch/arm64: Rebuild the sched_domain hierarchy when the CPU c...
Morten Rasmussen
1
-0
/
+3
2018-09-08
dma-mapping: clear dev->dma_ops in arch_teardown_dma_ops
Christoph Hellwig
1
-5
/
+0
[prev]
[next]