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-08-03
arm64/cpufeature: Optionally disable MTE via command-line
Yee Lee
2
-0
/
+5
2021-08-03
arm64: stacktrace: avoid tracing arch_stack_walk()
Mark Rutland
1
-1
/
+1
2021-08-03
arm64: fix the doc of RANDOMIZE_MODULE_REGION_FULL
Barry Song
1
-1
/
+3
2021-08-03
arm64: fix compat syscall return truncation
Mark Rutland
3
-8
/
+6
2021-08-02
arm64: kasan: mte: remove redundant mte_report_once logic
Mark Rutland
1
-12
/
+0
2021-08-02
arm64: kasan: mte: use a constant kernel GCR_EL1 value
Mark Rutland
3
-35
/
+2
2021-08-02
arm64/sve: Make fpsimd_bind_task_to_cpu() static
Mark Brown
1
-1
/
+3
2021-08-02
arm64: unnecessary end 'return;' in void functions
Jason Wang
1
-2
/
+0
2021-07-30
arm64: SSBS/DIT: print SSBS and DIT bit when printing PSTATE
Lingyan Huang
1
-3
/
+7
2021-07-30
arm64: cpufeature: Use defined macro instead of magic numbers
Shaokun Zhang
1
-1
/
+1
2021-07-28
arm64: avoid double ISB on kernel entry
Peter Collingbourne
1
-2
/
+13
2021-07-28
arm64: mte: optimize GCR_EL1 modification on kernel entry/exit
Peter Collingbourne
1
-8
/
+4
2021-07-28
arm64: mte: introduce a per-CPU tag checking mode preference
Peter Collingbourne
1
-2
/
+63
2021-07-28
arm64: move preemption disablement to prctl handlers
Peter Collingbourne
3
-22
/
+17
2021-07-28
arm64: mte: change ASYNC and SYNC TCF settings into bitfields
Peter Collingbourne
1
-42
/
+28
2021-07-28
arm64: mte: rename gcr_user_excl to mte_ctrl
Peter Collingbourne
3
-9
/
+11
2021-07-27
arm64: mte: avoid TFSRE0_EL1 related operations unless in async mode
Peter Collingbourne
1
-9
/
+19
2021-07-23
signal: Verify the alignment and size of siginfo_t
Eric W. Biederman
2
-0
/
+4
2021-07-23
arm64: Add compile-time asserts for siginfo_t offsets
Marco Elver
2
-0
/
+74
2021-07-21
arm64: smccc: Save lr before calling __arm_smccc_sve_check()
Jean-Philippe Brucker
1
-3
/
+6
2021-07-15
arm64: entry: fix KCOV suppression
Mark Rutland
1
-1
/
+1
2021-07-15
arm64: entry: add missing noinstr
Mark Rutland
1
-1
/
+1
2021-07-15
arm64: mte: fix restoration of GCR_EL1 from suspend
Mark Rutland
1
-13
/
+2
2021-07-12
arm64: Add missing header <asm/smp.h> in two files
Carlos Bilbao
1
-0
/
+1
2021-07-08
arm64: stacktrace: use %pSb for backtrace printing
Stephen Boyd
1
-1
/
+1
2021-07-08
arm64: convert to setup_initial_init_mm()
Kefeng Wang
1
-4
/
+1
2021-07-08
set_memory: allow querying whether set_direct_map_*() is actually enabled
Mike Rapoport
1
-0
/
+1
2021-07-06
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-6
/
+1
2021-07-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+1
2021-07-01
kernel.h: split out panic and oops helpers
Andy Shevchenko
1
-0
/
+1
2021-06-28
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-5
/
+15
2021-06-28
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
41
-2354
/
+1209
2021-06-28
Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-2
/
+1
2021-06-24
Merge branch 'for-next/sve' into for-next/core
Will Deacon
2
-9
/
+19
2021-06-24
Merge branch 'for-next/smccc' into for-next/core
Will Deacon
2
-0
/
+92
2021-06-24
Merge branch 'for-next/ptrauth' into for-next/core
Will Deacon
1
-0
/
+4
2021-06-24
Merge branch 'for-next/perf' into for-next/core
Will Deacon
1
-5
/
+35
2021-06-24
Merge branch 'for-next/mm' into for-next/core
Will Deacon
3
-9
/
+20
2021-06-24
Merge branch 'for-next/misc' into for-next/core
Will Deacon
1
-1
/
+1
2021-06-24
Merge branch 'for-next/insn' into for-next/core
Will Deacon
10
-1709
/
+267
2021-06-24
Merge branch 'for-next/entry' into for-next/core
Will Deacon
7
-421
/
+388
2021-06-24
Merge branch 'for-next/cpuidle' into for-next/core
Will Deacon
2
-33
/
+20
2021-06-24
Merge branch 'for-next/cpufeature' into for-next/core
Will Deacon
4
-75
/
+237
2021-06-24
Merge branch 'for-next/caches' into for-next/core
Will Deacon
13
-45
/
+66
2021-06-22
Merge branch kvm-arm64/mmu/mte into kvmarm-master/next
Marc Zyngier
2
-5
/
+15
2021-06-22
KVM: arm64: Save/restore MTE registers
Steven Price
1
-0
/
+2
2021-06-22
arm64: Restrict undef hook for cpufeature registers
Raphael Gault
1
-2
/
+2
2021-06-22
arm64: mte: Sync tags for pages where PTE is untagged
Steven Price
1
-5
/
+13
2021-06-18
sched: Introduce task_is_running()
Peter Zijlstra
1
-1
/
+1
2021-06-17
arm64: smp: Bump debugging information print down to KERN_DEBUG
Lee Jones
1
-1
/
+1
[prev]
[next]