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-06-17
arm64: suspend: Use cpuidle context helpers in cpu_suspend()
Marc Zyngier
1
-1
/
+11
2021-06-17
arm64: Convert cpu_do_idle() to using cpuidle context helpers
Marc Zyngier
1
-32
/
+9
2021-06-15
arm64: head: fix code comments in set_cpu_boot_mode_flag
Dong Aisheng
1
-1
/
+1
2021-06-15
arm64: mm: drop unused __pa(__idmap_text_start)
Dong Aisheng
1
-1
/
+0
2021-06-15
arm64: mm: fix the count comments in compute_indices
Dong Aisheng
1
-1
/
+1
2021-06-15
arm64/mm: Fix ttbr0 values stored in struct thread_info for software-pan
Anshuman Khandual
1
-1
/
+1
2021-06-15
arm64: Conditionally configure PTR_AUTH key of the kernel.
Daniel Kiss
1
-0
/
+2
2021-06-15
arm64: Add ARM64_PTR_AUTH_KERNEL config option
Daniel Kiss
1
-0
/
+2
2021-06-13
ARM: 9095/1: ARM64: Remove arm_pm_restart()
Guenter Roeck
1
-6
/
+1
2021-06-11
arm64: Kill 32-bit applications scheduled on 64-bit-only CPUs
Will Deacon
2
-1
/
+44
2021-06-11
arm64: Allow mismatched 32-bit EL0 support
Will Deacon
1
-13
/
+101
2021-06-11
arm64: cpuinfo: Split AArch32 registers out into a separate struct
Will Deacon
2
-60
/
+67
2021-06-11
arm64: insn: move AARCH64_INSN_SIZE into <asm/insn.h>
Mark Rutland
3
-0
/
+3
2021-06-11
arm64: insn: decouple patching from insn code
Mark Rutland
6
-8
/
+15
2021-06-11
arm64: perf: Simplify EVENT ATTR macro in perf_event.c
Qi Liu
1
-4
/
+1
2021-06-08
arm64: smccc: Support SMCCC v1.3 SVE register saving hint
Mark Brown
1
-0
/
+26
2021-06-07
arm64: idle: don't instrument idle code with KCOV
Mark Rutland
3
-58
/
+71
2021-06-07
arm64: entry: don't instrument entry code with KCOV
Mark Rutland
1
-0
/
+5
2021-06-07
arm64: entry: make NMI entry/exit functions static
Mark Rutland
1
-2
/
+2
2021-06-07
arm64: entry: split SDEI entry
Mark Rutland
2
-45
/
+40
2021-06-07
arm64: entry: split bad stack entry
Mark Rutland
2
-5
/
+12
2021-06-07
arm64: entry: fold el1_inv() into el1h_64_sync_handler()
Mark Rutland
1
-10
/
+1
2021-06-07
arm64: entry: handle all vectors with C
Mark Rutland
3
-125
/
+74
2021-06-07
arm64: entry: template the entry asm functions
Mark Rutland
1
-86
/
+27
2021-06-07
arm64: entry: improve bad_mode()
Mark Rutland
1
-15
/
+16
2021-06-07
arm64: entry: move bad_mode() to entry-common.c
Mark Rutland
2
-25
/
+27
2021-06-07
arm64: entry: consolidate EL1 exception returns
Mark Rutland
1
-4
/
+8
2021-06-07
arm64: entry: organise entry vectors consistently
Mark Rutland
1
-21
/
+21
2021-06-07
arm64: entry: organise entry handlers consistently
Mark Rutland
1
-42
/
+36
2021-06-07
arm64: entry: convert IRQ+FIQ handlers to C
Mark Rutland
2
-97
/
+104
2021-06-07
arm64: entry: add a call_on_irq_stack helper
Mark Rutland
1
-0
/
+36
2021-06-07
arm64: entry: move NMI preempt logic to C
Mark Rutland
2
-11
/
+10
2021-06-07
arm64: entry: move arm64_preempt_schedule_irq to entry-common.c
Mark Rutland
2
-17
/
+20
2021-06-07
arm64: entry: convert SError handlers to C
Mark Rutland
3
-16
/
+38
2021-06-07
arm64: entry: unmask IRQ+FIQ after EL0 handling
Mark Rutland
2
-2
/
+2
2021-06-07
arm64: remove redundant local_daif_mask() in bad_mode()
Mark Rutland
1
-1
/
+0
2021-06-03
kprobes: Do not increment probe miss count in the fault handler
Naveen N. Rao
1
-7
/
+0
2021-06-03
arm64: perf: Add more support on caps under sysfs
Shaokun Zhang
1
-0
/
+33
2021-06-01
arm64: acpi: Map EFI_MEMORY_WT memory as Normal-NC
Will Deacon
1
-5
/
+17
2021-06-01
kprobes: Remove kprobe::fault_handler
Peter Zijlstra
1
-10
/
+0
2021-06-01
arm64: perf: Convert snprintf to sysfs_emit
Tian Tao
1
-1
/
+1
2021-05-27
arm64: scs: Drop unused 'tmp' argument to scs_{load, save} asm macros
Will Deacon
2
-5
/
+5
2021-05-27
arm64: Move instruction encoder/decoder under lib/
Julien Thierry
2
-1459
/
+1
2021-05-27
arm64: Move aarch32 condition check functions
Julien Thierry
3
-99
/
+99
2021-05-27
arm64: Move patching utilities out of instruction encoding/decoding
Julien Thierry
3
-147
/
+152
2021-05-26
arm64: smp: initialize cpu offset earlier
Mark Rutland
4
-16
/
+18
2021-05-26
arm64: smp: unify task and sp setup
Mark Rutland
1
-18
/
+15
2021-05-26
arm64: smp: remove stack from secondary_data
Mark Rutland
3
-6
/
+4
2021-05-26
arm64: smp: remove pointless secondary_data maintenance
Mark Rutland
1
-2
/
+0
2021-05-26
arm64: Check if GMID_EL1.BS is the same on all CPUs
Catalin Marinas
2
-0
/
+24
[prev]
[next]