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-12-13
arm64: cpufeature: Rework ptr auth hwcaps using multi_entry_cap_matches
Will Deacon
1
-13
/
+46
2018-12-13
arm64: cpufeature: Reduce number of pointer auth CPU caps from 6 to 4
Will Deacon
2
-7
/
+7
2018-12-13
arm64: ptr auth: Move per-thread keys from thread_info to thread_struct
Will Deacon
3
-7
/
+6
2018-12-13
arm64: add prctl control for resetting ptrauth keys
Kristina Martsenko
2
-0
/
+7
2018-12-13
arm64: perf: strip PAC when unwinding userspace
Mark Rutland
1
-0
/
+7
2018-12-13
arm64: expose user PAC bit positions via ptrace
Mark Rutland
4
-2
/
+18
2018-12-13
arm64: add basic pointer authentication support
Mark Rutland
3
-0
/
+85
2018-12-13
arm64/cpufeature: detect pointer authentication
Mark Rutland
2
-1
/
+19
2018-12-13
arm64: Don't trap host pointer auth use to EL2
Mark Rutland
1
-1
/
+3
2018-12-13
arm64/kvm: consistently handle host HCR_EL2 flags
Mark Rutland
1
-0
/
+1
2018-12-13
arm64: add pointer authentication register bits
Mark Rutland
2
-1
/
+32
2018-12-13
arm64: add comments about EC exception levels
Kristina Martsenko
1
-7
/
+7
2018-12-13
arm64: perf: Treat EXCLUDE_EL* bit definitions as unsigned
Will Deacon
1
-3
/
+3
2018-12-12
Merge branch 'for-next/perf' into aarch64/for-next/core
Will Deacon
1
-10
/
+154
2018-12-12
arm64: enable per-task stack canaries
Ard Biesheuvel
1
-1
/
+2
2018-12-12
arm64: percpu: Fix LSE implementation of value-returning pcpu atomics
Will Deacon
1
-1
/
+1
2018-12-12
arm64: add <asm/asm-prototypes.h>
Mark Rutland
1
-0
/
+26
2018-12-12
arm64: mm: Introduce MAX_USER_VA_BITS definition
Will Deacon
3
-10
/
+8
2018-12-11
arm64: preempt: Fix big-endian when checking preempt count in assembly
Will Deacon
1
-5
/
+3
2018-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-1
/
+4
2018-12-10
Merge branch 'for-next/kexec' into aarch64/for-next/core
Will Deacon
3
-0
/
+126
2018-12-10
Merge branch 'kvm/cortex-a76-erratum-1165522' into aarch64/for-next/core
Will Deacon
4
-4
/
+21
2018-12-10
arm64: smp: Rework early feature mismatched detection
Will Deacon
1
-5
/
+10
2018-12-10
arm64: Kconfig: Re-jig CONFIG options for 52-bit VA
Will Deacon
4
-7
/
+7
2018-12-10
arm64: mm: Allow forcing all userspace addresses to 52-bit
Steve Capper
2
-1
/
+12
2018-12-10
arm64: mm: introduce 52-bit userspace support
Steve Capper
3
-8
/
+15
2018-12-10
arm64: mm: Offset TTBR1 to allow 52-bit PTRS_PER_PGD
Steve Capper
2
-0
/
+33
2018-12-10
arm64: mm: Define arch_get_mmap_end, arch_get_mmap_base
Steve Capper
1
-0
/
+7
2018-12-10
arm64: mm: Introduce DEFAULT_MAP_WINDOW
Steve Capper
2
-3
/
+9
2018-12-10
arm64: kasan: Increase stack size for KASAN_EXTRA
Qian Cai
1
-1
/
+6
2018-12-10
arm64: Fix minor issues with the dcache_by_line_op macro
Will Deacon
1
-12
/
+18
2018-12-10
arm64: KVM: Add synchronization on translation regime change for erratum 1165522
Marc Zyngier
1
-0
/
+8
2018-12-10
arm64: KVM: Force VHE for systems affected by erratum 1165522
Marc Zyngier
2
-1
/
+6
2018-12-10
arm64: Add TCR_EPD{0,1} definitions
Marc Zyngier
1
-0
/
+4
2018-12-10
KVM: arm64: Rework detection of SVE, !VHE systems
Marc Zyngier
1
-3
/
+3
2018-12-10
arm64: add EXPORT_SYMBOL_NOKASAN()
Mark Rutland
1
-0
/
+9
2018-12-07
arm64: cmpxchg: Use "K" instead of "L" for ll/sc immediate constraint
Will Deacon
1
-1
/
+1
2018-12-07
arm64: percpu: Rewrite per-cpu ops to allow use of LSE atomics
Will Deacon
1
-230
/
+160
2018-12-07
arm64: Avoid masking "old" for LSE cmpxchg() implementation
Will Deacon
3
-4
/
+12
2018-12-07
arm64: Avoid redundant type conversions in xchg() and cmpxchg()
Will Deacon
3
-107
/
+108
2018-12-07
arm64: preempt: Provide our own implementation of asm/preempt.h
Will Deacon
3
-2
/
+101
2018-12-06
arm64: crypto: add NEON accelerated XOR implementation
Jackie Liu
2
-1
/
+73
2018-12-06
arm64/neon: add workaround for ambiguous C99 stdint.h types
Jackie Liu
1
-0
/
+39
2018-12-06
arm64: Add support for SB barrier and patch in over DSB; ISB sequences
Will Deacon
6
-3
/
+27
2018-12-06
arm64: capabilities: Batch cpu_enable callbacks
Suzuki K Poulose
1
-0
/
+3
2018-12-06
arm64: kexec_file: allow for loading Image-format kernel
AKASHI Takahiro
1
-0
/
+2
2018-12-06
arm64: kexec_file: load initrd and device-tree
AKASHI Takahiro
1
-0
/
+17
2018-12-06
arm64: cpufeature: add MMFR0 helper functions
AKASHI Takahiro
1
-0
/
+48
2018-12-06
arm64: add image head flag definitions
AKASHI Takahiro
1
-0
/
+59
2018-12-06
arm64: capabilities: Merge duplicate Cavium erratum entries
Suzuki K Poulose
1
-0
/
+1
[prev]
[next]