index
:
pub/scm/linux/kernel/git/modules/linux.git
master
mcgrof's fork of linux.git
Modules Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
/
asm
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-23
arm64: rsi: Add support for checking whether an MMIO is protected
Suzuki K Poulose
3
-0
/
+31
2024-10-23
arm64: realm: Query IPA size from the RMM
Steven Price
1
-0
/
+4
2024-10-23
arm64: Detect if in a realm and set RIPAS RAM
Suzuki K Poulose
1
-0
/
+66
2024-10-23
arm64: rsi: Add RSI definitions
Suzuki K Poulose
2
-0
/
+332
2024-10-22
arm64: preserve pt_regs::stackframe during exec*()
Mark Rutland
1
-14
/
+34
2024-10-21
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
4
-2
/
+13
2024-10-17
arm64: Support AT_HWCAP3
Mark Brown
2
-2
/
+7
2024-10-17
arm64: stacktrace: unwind exception boundaries
Mark Rutland
2
-3
/
+36
2024-10-17
arm64: stacktrace: split unwind_consume_stack()
Mark Rutland
1
-29
/
+39
2024-10-17
arm64: use a common struct frame_record
Mark Rutland
3
-4
/
+21
2024-10-17
arm64: pt_regs: swap 'unused' and 'pmr' fields
Mark Rutland
1
-3
/
+3
2024-10-17
arm64: pt_regs: rename "pmr_save" -> "pmr"
Mark Rutland
3
-4
/
+4
2024-10-17
arm64: pt_regs: remove stale big-endian layout
Mark Rutland
1
-6
/
+2
2024-10-17
arm64: pt_regs: assert pt_regs is a multiple of 16 bytes
Mark Rutland
1
-2
/
+4
2024-10-17
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-5
/
+3
2024-10-17
arm64: mops: Handle MOPS exceptions from EL1
Kristina Martsenko
2
-0
/
+2
2024-10-17
arm64: probes: Disable kprobes/uprobes on MOPS instructions
Kristina Martsenko
1
-0
/
+1
2024-10-17
KVM: arm64: Shave a few bytes from the EL2 idmap code
Marc Zyngier
1
-0
/
+1
2024-10-16
arm64: head: Drop SWAPPER_TABLE_SHIFT
Gavin Shan
1
-1
/
+0
2024-10-16
arm64: cpufeature: add POE to cpucap_is_possible()
Joey Gouly
2
-2
/
+3
2024-10-16
hugetlb: arm64: add mte support
Yang Shi
3
-1
/
+77
2024-10-16
arm64/mm: Change pgattr_change_is_safe() arguments as pteval_t
Anshuman Khandual
1
-1
/
+1
2024-10-16
arm64: optimize flush tlb kernel range
Kefeng Wang
1
-7
/
+9
2024-10-16
arm64: tlbflush: add __flush_tlb_range_limit_excess()
Kefeng Wang
1
-9
/
+18
2024-10-16
vdso: Introduce vdso/page.h
Vincenzo Frascino
1
-4
/
+1
2024-10-15
arm64: insn: Simulate nop instruction for better uprobe performance
Liao Chang
1
-0
/
+5
2024-10-15
arm64: asm-offsets: remove VMA_VM_*
Mark Rutland
1
-7
/
+0
2024-10-15
arm64: probes: Remove probe_opcode_t
Mark Rutland
1
-1
/
+0
2024-10-15
arm64: probes: Cleanup kprobes endianness conversions
Mark Rutland
1
-2
/
+2
2024-10-15
arm64: probes: Move kprobes-specific fields
Mark Rutland
1
-5
/
+3
2024-10-15
vdso: Remove timekeeper argument of __arch_update_vsyscall()
Thomas Weißschuh
1
-2
/
+1
2024-10-15
ftrace: Consolidate ftrace_regs accessor functions for archs using pt_regs
Steven Rostedt
1
-0
/
+1
2024-10-10
ftrace: Make ftrace_regs abstract from direct use
Steven Rostedt
1
-9
/
+11
2024-10-09
arm64: probes: Fix uprobes for big-endian kernels
Mark Rutland
1
-5
/
+3
2024-10-08
KVM: arm64: nv: Punt stage-2 recycling to a vCPU request
Oliver Upton
2
-0
/
+9
2024-10-08
KVM: arm64: nv: Do not block when unmapping stage-2 if disallowed
Oliver Upton
2
-2
/
+3
2024-10-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-12
/
+13
2024-10-04
arm64/signal: Set up and restore the GCS context for signal handlers
Mark Brown
1
-0
/
+1
2024-10-04
arm64/gcs: Implement shadow stack prctl() interface
Mark Brown
2
-0
/
+23
2024-10-04
arm64/gcs: Ensure that new threads have a GCS
Mark Brown
2
-0
/
+18
2024-10-04
arm64/gcs: Context switch GCS state for EL0
Mark Brown
2
-0
/
+30
2024-10-04
arm64/traps: Handle GCS exceptions
Mark Brown
2
-1
/
+29
2024-10-04
arm64/hwcap: Add hwcap for GCS
Mark Brown
1
-0
/
+1
2024-10-04
arm64/mm: Map pages for guarded control stack
Mark Brown
1
-0
/
+9
2024-10-04
arm64/mm: Allocate PIE slots for EL0 guarded control stack
Mark Brown
1
-2
/
+12
2024-10-04
arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
Mark Brown
1
-0
/
+6
2024-10-04
arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1
Mark Brown
1
-0
/
+30
2024-10-04
arm64/gcs: Provide put_user_gcs()
Mark Brown
1
-0
/
+18
2024-10-04
arm64/gcs: Add manual encodings of GCS instructions
Mark Brown
2
-0
/
+73
2024-10-04
arm64/sysreg: Add definitions for architected GCS caps
Mark Brown
1
-0
/
+20
[prev]
[next]