index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-26
arm64: capabilities: Allow features based on local CPU scope
Suzuki K Poulose
1
-6
/
+11
2018-03-26
arm64: capabilities: Split the processing of errata work arounds
Suzuki K Poulose
1
-2
/
+4
2018-03-26
arm64: capabilities: Prepare for grouping features and errata work arounds
Suzuki K Poulose
1
-40
/
+18
2018-03-26
arm64: capabilities: Filter the entries based on a given mask
Suzuki K Poulose
1
-11
/
+22
2018-03-26
arm64: capabilities: Unify the verification
Suzuki K Poulose
1
-33
/
+58
2018-03-26
arm64: capabilities: Add flags to handle the conflicts on late CPU
Suzuki K Poulose
2
-21
/
+21
2018-03-26
arm64: capabilities: Prepare for fine grained capabilities
Suzuki K Poulose
2
-25
/
+25
2018-03-26
arm64: capabilities: Move errata processing code
Suzuki K Poulose
2
-36
/
+40
2018-03-26
arm64: capabilities: Move errata work around check on boot CPU
Suzuki K Poulose
2
-6
/
+6
2018-03-26
arm64: capabilities: Update prototype for enable call back
Dave Martin
4
-51
/
+53
2018-03-20
arm64: fpsimd: Fix bad si_code for undiagnosed SIGFPE
Dave Martin
1
-11
/
+14
2018-03-19
arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardening
Shanker Donthineni
2
-44
/
+19
2018-03-19
arm64: Expose Arm v8.4 features
Suzuki K Poulose
2
-0
/
+11
2018-03-19
arm64: fix undefined reference to 'printk'
Arnd Bergmann
2
-3
/
+3
2018-03-19
arm64: Enable ARM64_HARDEN_EL2_VECTORS on Cortex-A57 and A72
Marc Zyngier
1
-0
/
+12
2018-03-19
arm64: Make BP hardening slot counter available
Marc Zyngier
2
-6
/
+6
2018-03-19
arm64: KVM: Allow far branches from vector slots to the main vectors
Marc Zyngier
1
-0
/
+21
2018-03-19
arm64: KVM: Reserve 4 additional instructions in the BPI template
Marc Zyngier
1
-24
/
+15
2018-03-19
arm64: KVM: Move BP hardening vectors into .hyp.text section
Marc Zyngier
2
-3
/
+7
2018-03-19
arm64: insn: Allow ADD/SUB (immediate) with LSL #12
Marc Zyngier
1
-2
/
+16
2018-03-19
arm64; insn: Add encoder for the EXTR instruction
Marc Zyngier
1
-0
/
+32
2018-03-19
arm64: cpufeatures: Drop the ARM64_HYP_OFFSET_LOW feature flag
Marc Zyngier
1
-19
/
+0
2018-03-19
arm64: insn: Add encoder for bitwise operations using literals
Marc Zyngier
1
-0
/
+136
2018-03-19
arm64: insn: Add N immediate encoding
Marc Zyngier
1
-0
/
+4
2018-03-19
arm64: alternatives: Add dynamic patching feature
Marc Zyngier
1
-11
/
+32
2018-03-19
KVM: arm64: Avoid storing the vcpu pointer on the stack
Christoffer Dall
1
-0
/
+1
2018-03-09
arm64: Relax ARM_SMCCC_ARCH_WORKAROUND_1 discovery
Marc Zyngier
1
-2
/
+2
2018-03-09
arm64: signal: Ensure si_code is valid for all fault signals
Dave Martin
1
-1
/
+1
2018-03-09
arm64: Add support for new control bits CTR_EL0.DIC and CTR_EL0.IDC
Shanker Donthineni
1
-6
/
+30
2018-03-09
arm64/kernel: enable A53 erratum #8434319 handling at runtime
Ard Biesheuvel
3
-1
/
+12
2018-03-09
arm64/errata: add REVIDR handling to framework
Ard Biesheuvel
1
-3
/
+18
2018-03-09
arm64/kernel: don't ban ADRP to work around Cortex-A53 erratum #843419
Ard Biesheuvel
4
-12
/
+124
2018-03-09
efi/arm64: Check whether x18 is preserved by runtime services calls
Ard Biesheuvel
3
-1
/
+49
2018-03-08
arm64/kernel: kaslr: reduce module randomization range to 4 GB
Ard Biesheuvel
2
-11
/
+16
2018-03-08
arm64: module: don't BUG when exceeding preallocated PLT count
Ard Biesheuvel
2
-1
/
+4
2018-03-06
arm64/debug: Fix registers on sleeping tasks
Douglas Anderson
1
-5
/
+16
2018-03-06
arm64: Revert L1_CACHE_SHIFT back to 6 (64-byte cache line size)
Catalin Marinas
1
-7
/
+2
2018-03-06
arm64: Use arm64_force_sig_info instead of force_sig_info
Will Deacon
3
-9
/
+5
2018-03-06
arm64: Move show_unhandled_signals_ratelimited into traps.c
Will Deacon
1
-0
/
+7
2018-03-06
arm64: signal: Call arm64_notify_segfault when failing to deliver signal
Will Deacon
2
-15
/
+5
2018-03-06
arm64: signal: Don't print anything directly in force_signal_inject
Will Deacon
1
-7
/
+0
2018-03-06
arm64: Introduce arm64_force_sig_info and hook up in arm64_notify_die
Will Deacon
1
-1
/
+27
2018-03-06
arm64: signal: Force SIGKILL for unknown signals in force_signal_inject
Will Deacon
1
-0
/
+6
2018-03-06
arm64: signal: Make force_signal_inject more robust
Will Deacon
3
-15
/
+15
2018-03-05
arm64/efi: Make strrchr() available to the EFI namespace
Rob Herring
1
-0
/
+1
2018-03-05
arm64: cpufeature: Remove redundant "feature" in reports
Kees Cook
1
-1
/
+1
2018-03-05
arm64: cpufeature: Relocate PAN emulation report
Kees Cook
1
-3
/
+3
2018-03-05
arm64/kernel: kaslr: drop special Image placement logic
Ard Biesheuvel
1
-15
/
+0
2018-03-05
arm64: Mirror arm for unimplemented compat syscalls
Michael Weiser
1
-1
/
+20
2018-02-26
arm64/kvm: Prohibit guest LOR accesses
Mark Rutland
1
-0
/
+7
[prev]
[next]