index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2025-07-08
arm64: debug: remove debug exception registration infrastructure
Ada Couprie Diaz
-32
/
+2
2025-07-08
arm64: debug: split bkpt32 exception entry
Ada Couprie Diaz
-13
/
+16
2025-07-08
arm64: debug: split brk64 exception entry
Ada Couprie Diaz
-33
/
+37
2025-07-08
arm64: debug: split hardware watchpoint exception entry
Ada Couprie Diaz
-12
/
+36
2025-07-08
arm64: debug: split single stepping exception entry
Ada Couprie Diaz
-47
/
+71
2025-07-08
arm64: debug: refactor reinstall_suspended_bps()
Ada Couprie Diaz
-14
/
+13
2025-07-08
arm64: debug: split hardware breakpoint exception entry
Ada Couprie Diaz
-10
/
+34
2025-07-08
arm64: entry: Add entry and exit functions for debug exceptions
Ada Couprie Diaz
-0
/
+22
2025-07-08
arm64: debug: remove break/step handler registration infrastructure
Ada Couprie Diaz
-63
/
+0
2025-07-08
arm64: debug: call step handlers statically
Ada Couprie Diaz
-47
/
+10
2025-07-08
arm64: debug: call software breakpoint handlers statically
Ada Couprie Diaz
-111
/
+62
2025-07-08
arm64: refactor aarch32_break_handler()
Ada Couprie Diaz
-6
/
+6
2025-07-08
arm64: debug: clean up single_step_handler logic
Ada Couprie Diaz
-6
/
+4
2025-07-04
arm64: poe: Handle spurious Overlay faults
Kevin Brodsky
-0
/
+5
2025-07-04
arm64: Filter out SME hwcaps when FEAT_SME isn't implemented
Mark Brown
-25
/
+32
2025-07-04
arm64: move smp_send_stop() cpu mask off stack
Arnd Bergmann
-1
/
+1
2025-07-04
arm64: Unconditionally select CONFIG_JUMP_LABEL
Marc Zyngier
-2
/
+1
2025-07-04
arm64: efi: Fix KASAN false positive for EFI runtime stack
Breno Leitao
-3
/
+8
2025-07-04
arm64/watchdog_hld: Add a cpufreq notifier for update watchdog thresh
Yicong Yang
-0
/
+58
2025-07-03
arm64/debug: Drop redundant DBG_MDSCR_* macros
Anshuman Khandual
-13
/
+13
2025-07-02
arm64/hwcaps: Add MTE_STORE_ONLY hwcaps
Yeoreum Yun
-0
/
+2
2025-07-02
arm64/kernel: Support store-only mte tag check
Yeoreum Yun
-2
/
+15
2025-07-02
arm64/cpufeature: Add MTE_STORE_ONLY feature
Yeoreum Yun
-0
/
+8
2025-07-02
arm64: Report address tag when FEAT_MTE_TAGGED_FAR is supported
Yeoreum Yun
-0
/
+2
2025-07-02
arm64/cpufeature: Add FEAT_MTE_TAGGED_FAR feature
Yeoreum Yun
-0
/
+8
2025-07-01
arm64: Implement HAVE_LIVEPATCH
Song Liu
-0
/
+4
2025-07-01
ACPI: Suppress misleading SPCR console message when SPCR table is absent
Li Chen
-3
/
+7
2025-07-01
arm64: pi: use 'targets' instead of extra-y in Makefile
Masahiro Yamada
-1
/
+1
2025-06-30
arm64: Add BBM Level 2 cpu feature
MikoĊaj Lenczewski
-0
/
+38
2025-06-30
arm64: cpufeature: Introduce MATCH_ALL_EARLY_CPUS capability type
Catalin Marinas
-11
/
+49
2025-06-20
arm64: stacktrace: Implement arch_stack_walk_reliable()
Song Liu
-10
/
+43
2025-06-20
arm64: stacktrace: Check kretprobe_find_ret_addr() return value
Mark Rutland
-0
/
+2
2025-06-20
arm64/module: Use text-poke API for late relocations.
Dylan Hatch
-44
/
+57
2025-06-12
arm64/ptrace: Fix stack-out-of-bounds read in regs_get_kernel_stack_nth()
Tengda Wu
-1
/
+1
2025-06-12
arm64/gcs: Don't call gcs_free() during flush_gcs()
Mark Brown
-1
/
+3
2025-06-07
Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
-1
/
+1
2025-06-07
arch: use always-$(KBUILD_BUILTIN) for vmlinux.lds
Masahiro Yamada
-1
/
+1
2025-06-05
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
-4
/
+30
2025-06-02
arm64: Add override for MPAM
Xi Ruoyao
-4
/
+13
2025-06-02
arm64: Work around convergence issue with LLD linker
Ard Biesheuvel
-0
/
+11
2025-06-02
arm64: Disable LLD linker ASSERT()s for the time being
Ard Biesheuvel
-0
/
+6
2025-05-31
Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-6
/
+6
2025-05-30
Merge tag 'efi-next-for-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-3
/
+3
2025-05-29
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-6
/
+42
2025-05-28
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
-554
/
+525
2025-05-27
Merge branch 'for-next/sme-fixes' into for-next/core
Will Deacon
-404
/
+376
2025-05-27
Merge branch 'for-next/mm' into for-next/core
Will Deacon
-61
/
+58
2025-05-27
Merge branch 'for-next/misc' into for-next/core
Will Deacon
-59
/
+58
2025-05-27
Merge branch 'for-next/fixes' into for-next/core
Will Deacon
-1
/
+10
2025-05-27
Merge branch 'for-next/entry' into for-next/core
Will Deacon
-1
/
+3
[prev]
[next]