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
2021-05-26
arm64: Change the cpuinfo_arm64 member type for some sysregs to u64
Catalin Marinas
1
-1
/
+1
2021-05-26
arm64/sve: Skip flushing Z registers with 128 bit vectors
Mark Brown
2
-4
/
+14
2021-05-26
arm64/sve: Use the sve_flush macros in sve_load_from_fpsimd_state()
Mark Brown
1
-5
/
+4
2021-05-26
arm64/sve: Split _sve_flush macro into separate Z and predicate flushes
Mark Brown
1
-1
/
+2
2021-05-26
arm64: stacktrace: Relax frame record alignment requirement to 8 bytes
Peter Collingbourne
2
-2
/
+2
2021-05-26
arm64: Change the on_*stack functions to take a size argument
Peter Collingbourne
3
-9
/
+11
2021-05-26
arm64: smccc: Add support for SMCCCv1.2 extended input/output registers
Sudeep Holla
2
-0
/
+66
2021-05-25
arm64: Rename arm64-internal cache maintenance functions
Fuad Tabba
13
-31
/
+31
2021-05-25
arm64: sync_icache_aliases to take end parameter instead of size
Fuad Tabba
1
-1
/
+1
2021-05-25
arm64: __clean_dcache_area_poc to take end parameter instead of size
Fuad Tabba
1
-2
/
+3
2021-05-25
arm64: __flush_dcache_area to take end parameter instead of size
Fuad Tabba
6
-23
/
+45
2021-05-25
arm64: __inval_dcache_area to take end parameter instead of size
Fuad Tabba
1
-4
/
+1
2021-05-25
arm64: Fix comments to refer to correct function __flush_icache_range
Fuad Tabba
1
-2
/
+2
2021-05-25
arm64: Downgrade flush_icache_range to invalidate
Fuad Tabba
1
-3
/
+7
2021-05-25
arm64: Apply errata to swsusp_arch_suspend_exit
Fuad Tabba
1
-1
/
+2
2021-05-25
arm64: Implement stack trace termination record
Madhavan T. Venkataraman
4
-16
/
+32
2021-05-12
sched/core: Initialize the idle task with preemption disabled
Valentin Schneider
1
-1
/
+0
2021-05-07
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
9
-58
/
+27
2021-05-06
arm64: kernel: Update the stale comment
Shaokun Zhang
1
-1
/
+1
2021-05-05
arm64: entry: always set GIC_PRIO_PSR_I_SET during entry
Mark Rutland
2
-30
/
+2
2021-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
5
-38
/
+81
2021-04-30
arm64: cpufeatures: use min and max
kernel test robot
1
-2
/
+3
2021-04-30
arm64: stacktrace: restore terminal records
Mark Rutland
2
-7
/
+9
2021-04-30
arm64/vdso: Discard .note.gnu.property sections in vDSO
Bill Wendling
1
-1
/
+7
2021-04-28
Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-181
/
+15
2021-04-27
Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...
Linus Torvalds
7
-13
/
+16
2021-04-26
Merge tag 'pm-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-68
/
+41
2021-04-26
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
22
-161
/
+561
2021-04-26
Merge tag 'x86-entry-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-0
/
+21
2021-04-26
Merge tag 'x86_alternatives_for_v5.13' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-4
/
+9
2021-04-26
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
1
-68
/
+41
2021-04-23
arm64: Show three registers per line
Matthew Wilcox (Oracle)
1
-6
/
+3
2021-04-23
arm64: alternative: simplify passing alt_region
Mark Rutland
1
-2
/
+1
2021-04-23
arm64: vdso32: drop -no-integrated-as flag
Nick Desaulniers
1
-8
/
+0
2021-04-23
Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
9
-54
/
+156
2021-04-16
kasan: remove redundant config option
Walter Wu
1
-1
/
+1
2021-04-15
Merge branch 'for-next/pac-set-get-enabled-keys' into for-next/core
Catalin Marinas
7
-50
/
+192
2021-04-15
Merge branch 'for-next/mte-async-kernel-mode' into for-next/core
Catalin Marinas
3
-2
/
+101
2021-04-15
Merge branches 'for-next/misc', 'for-next/kselftest', 'for-next/xntable', 'fo...
Catalin Marinas
14
-90
/
+226
2021-04-15
arm64/sve: Add compile time checks for SVE hooks in generic functions
Mark Brown
1
-2
/
+3
2021-04-14
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2
-6
/
+10
2021-04-13
arm64/kernel/probes: Use BUG_ON instead of if condition followed by BUG.
zhouchuangao
1
-2
/
+1
2021-04-13
arm64: pac: Optimize kernel entry/exit key installation code paths
Peter Collingbourne
5
-19
/
+23
2021-04-13
arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)
Peter Collingbourne
6
-6
/
+149
2021-04-13
arm64: mte: make the per-task SCTLR_EL1 field usable elsewhere
Peter Collingbourne
2
-39
/
+34
2021-04-13
Merge remote-tracking branch 'arm64/for-next/neon-softirqs-disabled' into kvm...
Marc Zyngier
2
-2
/
+4
2021-04-13
Merge remote-tracking branch 'arm64/for-next/vhe-only' into kvmarm-master/next
Marc Zyngier
4
-14
/
+71
2021-04-13
Merge branch 'kvm-arm64/nvhe-wxn' into kvmarm-master/next
Marc Zyngier
1
-4
/
+1
2021-04-13
Merge branch 'kvm-arm64/nvhe-panic-info' into kvmarm-master/next
Marc Zyngier
1
-2
/
+1
2021-04-13
Merge branch 'kvm-arm64/host-stage2' into kvmarm-master/next
Marc Zyngier
3
-31
/
+77
[prev]
[next]