index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-10-01
perf: arm-cmn: Fix unsigned comparison to less than zero
Will Deacon
1
-1
/
+1
2020-10-01
arm64: dbm: Invalidate local TLB when setting TCR_EL1.HD
Will Deacon
1
-0
/
+1
2020-10-01
arm64: mm: Make flush_tlb_fix_spurious_fault() a no-op
Will Deacon
2
-1
/
+11
2020-09-29
arm64: Add support for PR_SPEC_DISABLE_NOEXEC prctl() option
Will Deacon
2
-4
/
+40
2020-09-29
arm64: Pull in task_stack_page() to Spectre-v4 mitigation code
Will Deacon
1
-0
/
+1
2020-09-29
KVM: arm64: Allow patching EL2 vectors even with KASLR is not enabled
Will Deacon
6
-58
/
+36
2020-09-29
arm64: Get rid of arm64_ssbd_state
Marc Zyngier
2
-16
/
+0
2020-09-29
KVM: arm64: Convert ARCH_WORKAROUND_2 to arm64_get_spectre_v4_state()
Marc Zyngier
3
-14
/
+30
2020-09-29
KVM: arm64: Get rid of kvm_arm_have_ssbd()
Marc Zyngier
1
-23
/
+0
2020-09-29
KVM: arm64: Simplify handling of ARCH_WORKAROUND_2
Marc Zyngier
14
-163
/
+41
2020-09-29
arm64: Rewrite Spectre-v4 mitigation code
Will Deacon
9
-352
/
+401
2020-09-29
arm64: Move SSBD prctl() handler alongside other spectre mitigation code
Will Deacon
3
-130
/
+119
2020-09-29
arm64: Rename ARM64_SSBD to ARM64_SPECTRE_V4
Will Deacon
3
-3
/
+3
2020-09-29
arm64: Treat SSBS as a non-strict system feature
Will Deacon
1
-3
/
+3
2020-09-29
arm64: Group start_thread() functions together
Will Deacon
1
-12
/
+12
2020-09-29
KVM: arm64: Set CSV2 for guests on hardware unaffected by Spectre-v2
Marc Zyngier
1
-0
/
+3
2020-09-29
arm64: Rewrite Spectre-v2 mitigation code
Will Deacon
8
-264
/
+327
2020-09-29
arm64: Introduce separate file for spectre mitigations and reporting
Will Deacon
3
-7
/
+33
2020-09-29
arm64: Rename ARM64_HARDEN_BRANCH_PREDICTOR to ARM64_SPECTRE_V2
Will Deacon
4
-17
/
+16
2020-09-29
KVM: arm64: Simplify install_bp_hardening_cb()
Will Deacon
1
-20
/
+7
2020-09-29
KVM: arm64: Replace CONFIG_KVM_INDIRECT_VECTORS with CONFIG_RANDOMIZE_BASE
Will Deacon
6
-9
/
+6
2020-09-29
arm64: Remove Spectre-related CONFIG_* options
Will Deacon
11
-80
/
+4
2020-09-29
arm64: Run ARCH_WORKAROUND_2 enabling code on all CPUs
Marc Zyngier
1
-0
/
+7
2020-09-29
arm64: mte: Fix typo in memory tagging ABI documentation
Will Deacon
1
-1
/
+1
2020-09-28
arm64: cpufeature: Export symbol read_sanitised_ftr_reg()
Jean-Philippe Brucker
1
-0
/
+1
2020-09-28
arm64: mm: Pin down ASIDs for sharing mm with devices
Jean-Philippe Brucker
3
-7
/
+112
2020-09-28
firmware: arm_sdei: Remove _sdei_event_unregister()
Gavin Shan
1
-12
/
+6
2020-09-28
firmware: arm_sdei: Remove _sdei_event_register()
Gavin Shan
1
-49
/
+28
2020-09-28
firmware: arm_sdei: Introduce sdei_do_local_call()
Gavin Shan
1
-16
/
+25
2020-09-28
firmware: arm_sdei: Cleanup on cross call function
Gavin Shan
1
-5
/
+9
2020-09-28
firmware: arm_sdei: Remove while loop in sdei_event_unregister()
Gavin Shan
1
-15
/
+14
2020-09-28
firmware: arm_sdei: Remove while loop in sdei_event_register()
Gavin Shan
1
-27
/
+25
2020-09-28
firmware: arm_sdei: Remove redundant error message in sdei_probe()
Gavin Shan
1
-2
/
+0
2020-09-28
firmware: arm_sdei: Remove duplicate check in sdei_get_conduit()
Gavin Shan
1
-1
/
+1
2020-09-28
firmware: arm_sdei: Unregister driver on error in sdei_init()
Gavin Shan
1
-3
/
+6
2020-09-28
firmware: arm_sdei: Avoid nested statements in sdei_init()
Gavin Shan
1
-11
/
+12
2020-09-28
firmware: arm_sdei: Retrieve event number from event instance
Gavin Shan
1
-1
/
+1
2020-09-28
firmware: arm_sdei: Common block for failing path in sdei_event_create()
Gavin Shan
1
-14
/
+16
2020-09-28
firmware: arm_sdei: Remove sdei_is_err()
Gavin Shan
1
-23
/
+3
2020-09-28
arm_pmu: arm64: Use NMIs for PMU
Julien Thierry
1
-8
/
+63
2020-09-28
arm_pmu: Introduce pmu_irq_ops
Julien Thierry
1
-16
/
+74
2020-09-28
KVM: arm64: pmu: Make overflow handler NMI safe
Julien Thierry
2
-1
/
+26
2020-09-28
arm64: perf: Defer irq_work to IPI_IRQ_WORK
Julien Thierry
1
-9
/
+5
2020-09-28
arm64: perf: Remove PMU locking
Julien Thierry
1
-28
/
+0
2020-09-28
arm64: perf: Avoid PMXEV* indirection
Mark Rutland
1
-14
/
+85
2020-09-28
arm64: perf: Add missing ISB in armv8pmu_enable_counter()
Alexandru Elisei
1
-0
/
+5
2020-09-28
perf: Add Arm CMN-600 PMU driver
Robin Murphy
5
-0
/
+1715