index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
arm64: stacktrace: restore terminal records
Mark Rutland
2021-04-30
2
-7
/
+9
*
arm64/vdso: Discard .note.gnu.property sections in vDSO
Bill Wendling
2021-04-30
1
-1
/
+7
*
arm64: Show three registers per line
Matthew Wilcox (Oracle)
2021-04-23
1
-6
/
+3
*
arm64: alternative: simplify passing alt_region
Mark Rutland
2021-04-23
1
-2
/
+1
*
arm64: vdso32: drop -no-integrated-as flag
Nick Desaulniers
2021-04-23
1
-8
/
+0
*
Merge branch 'for-next/pac-set-get-enabled-keys' into for-next/core
Catalin Marinas
2021-04-15
7
-50
/
+192
|
\
|
*
arm64: pac: Optimize kernel entry/exit key installation code paths
Peter Collingbourne
2021-04-13
5
-19
/
+23
|
*
arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)
Peter Collingbourne
2021-04-13
6
-6
/
+149
|
*
arm64: mte: make the per-task SCTLR_EL1 field usable elsewhere
Peter Collingbourne
2021-04-13
2
-39
/
+34
*
|
Merge branch 'for-next/mte-async-kernel-mode' into for-next/core
Catalin Marinas
2021-04-15
3
-2
/
+101
|
\
|
|
*
arm64: mte: Report async tag faults before suspend
Vincenzo Frascino
2021-04-11
2
-0
/
+19
|
*
arm64: mte: Enable async tag check fault
Vincenzo Frascino
2021-04-11
2
-0
/
+42
|
*
arm64: mte: Conditionally compile mte_enable_kernel_*()
Vincenzo Frascino
2021-04-11
1
-0
/
+4
|
*
arm64: mte: Enable TCO in functions that can read beyond buffer limits
Vincenzo Frascino
2021-04-11
1
-0
/
+22
|
*
arm64: mte: Add asynchronous mode support
Vincenzo Frascino
2021-04-11
1
-2
/
+14
|
|
|
\
|
\
|
\
|
\
|
\
|
\
|
\
|
\
|
\
|
\
|
\
|
\
|
\
*
-
-
-
-
-
-
-
-
-
-
-
-
-
.
\
Merge branches 'for-next/misc', 'for-next/kselftest', 'for-next/xntable', 'fo...
Catalin Marinas
2021-04-15
14
-90
/
+226
|
\
\
\
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
*
arm64: fpsimd: run kernel mode NEON with softirqs disabled
Ard Biesheuvel
2021-04-12
2
-2
/
+4
|
|
|
_
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
|
|
|
|
|
|
|
*
arm64: perf: Remove redundant initialization in perf_event.c
Qi Liu
2021-04-01
1
-3
/
+2
|
|
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
|
|
|
|
|
*
arm64: Get rid of CONFIG_ARM64_VHE
Marc Zyngier
2021-04-08
2
-6
/
+0
|
|
|
|
|
|
*
arm64: Cope with CPUs stuck in VHE mode
Marc Zyngier
2021-04-08
3
-8
/
+52
|
|
|
|
|
|
*
arm64: cpufeature: Allow early filtering of feature override
Marc Zyngier
2021-04-08
2
-0
/
+19
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
|
|
|
*
arm64: kaslr: support randomized module area with KASAN_VMALLOC
Lecopzer Chen
2021-03-29
2
-15
/
+19
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
|
*
arm64: Support execute-only permissions with Enhanced PAN
Vladimir Murzin
2021-03-26
1
-0
/
+12
|
|
|
_
|
/
|
|
/
|
|
|
|
|
*
arm64: irq: allow FIQs to be handled
Mark Rutland
2021-03-24
2
-9
/
+37
|
|
|
*
arm64: Always keep DAIF.[IF] in sync
Hector Martin
2021-03-24
3
-6
/
+9
|
|
|
*
arm64: entry: factor irq triage logic into macros
Marc Zyngier
2021-03-24
1
-37
/
+43
|
|
|
*
arm64: irq: rework root IRQ handler registration
Mark Rutland
2021-03-24
1
-4
/
+8
|
|
|
*
arm64: don't use GENERIC_IRQ_MULTI_HANDLER
Marc Zyngier
2021-03-24
1
-0
/
+11
|
|
|
/
|
|
/
|
|
|
*
arm64: compat: Poison the compat sigpage
Will Deacon
2021-03-24
1
-3
/
+6
|
|
*
arm64: compat: Allow signal page to be remapped
Will Deacon
2021-03-24
1
-0
/
+9
|
|
*
arm64: vdso: Remove redundant calls to flush_dcache_page()
Will Deacon
2021-03-24
1
-2
/
+0
|
|
*
arm64: vdso: Use GFP_KERNEL for allocating compat vdso and signal pages
Will Deacon
2021-03-24
1
-2
/
+2
|
|
/
*
|
arm64/sve: Add compile time checks for SVE hooks in generic functions
Mark Brown
2021-04-15
1
-2
/
+3
*
|
arm64/kernel/probes: Use BUG_ON instead of if condition followed by BUG.
zhouchuangao
2021-04-13
1
-2
/
+1
*
|
arm64/sve: Remove redundant system_supports_sve() tests
Mark Brown
2021-04-13
1
-4
/
+4
*
|
arm64: Add __init section marker to some functions
Jisheng Zhang
2021-04-08
1
-2
/
+2
*
|
arm64/sve: Rework SVE access trap to convert state in registers
Mark Brown
2021-04-08
2
-9
/
+22
*
|
arm64: stacktrace: Move start_backtrace() out of the header
Mark Brown
2021-03-28
1
-0
/
+24
*
|
arm64: entry: remove test_irqs_unmasked macro
Mark Rutland
2021-03-25
1
-14
/
+0
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-03-14
1
-0
/
+3
|
\
|
*
KVM: arm64: Don't access PMSELR_EL0/PMUSERENR_EL0 when no PMU is available
Marc Zyngier
2021-03-06
1
-0
/
+3
*
|
arm64: mm: use a 48-bit ID map when possible on 52-bit VA builds
Ard Biesheuvel
2021-03-11
1
-1
/
+1
*
|
arm64: perf: Fix 64-bit event counter read truncation
Rob Herring
2021-03-10
1
-1
/
+1
*
|
arm64/mm: Fix __enable_mmu() for new TGRAN range values
James Morse
2021-03-10
1
-2
/
+4
*
|
arm64: Drop support for CMDLINE_EXTEND
Will Deacon
2021-03-08
1
-4
/
+1
*
|
arm64: cpufeatures: Fix handling of CONFIG_CMDLINE for idreg overrides
Will Deacon
2021-03-08
1
-19
/
+25
*
|
Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-02-27
1
-1
/
+1
|
\
\
|
*
|
arch: setup PF_IO_WORKER threads like PF_KTHREAD
Jens Axboe
2021-02-22
1
-1
/
+1
*
|
|
Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-02-26
1
-12
/
+0
|
\
\
\
|
*
|
|
arm64, numa: Change the numa init functions name to be generic
Atish Patra
2021-01-15
1
-12
/
+0
[next]