Show patches with: Submitter = James Morse       |    Archived = No       |   37 patches
Patch Series A/R/T S/W/F Date Submitter Delegate State
[1/3] firmware: arm_sdei: Put the SDEI table after using it firmare: arm_sdei: Extras for v5.8 - - - --- 2020-05-19 James Morse Mainlined
[1/3] KVM: arm64: Ask the compiler to __always_inline functions used at HYP KVM: arm64: Ask the compiler to __always_inline functions used by KVM at HYP - - - --- 2020-02-20 James Morse Mainlined
[1/4] firmware: arm_sdei: fix double-lock on hibernate with shared events firmware: arm_sdei: cleanup locking issues - - - --- 2020-02-21 James Morse Mainlined
[1/5] KVM: arm64: Drop the target_table[] indirection KVM: arm64: Remove the target table - - - --- 2020-06-22 James Morse Mainlined
[2/3] firmware: arm_sdei: remove unused interfaces firmare: arm_sdei: Extras for v5.8 - - - --- 2020-05-19 James Morse Mainlined
[2/3] KVM: arm64: define our own swab32() to avoid a uapi static inline KVM: arm64: Ask the compiler to __always_inline functions used by KVM at HYP - - - --- 2020-02-20 James Morse Mainlined
[2/4] firmware: arm_sdei: fix possible double-lock on hibernate error path firmware: arm_sdei: cleanup locking issues - - - --- 2020-02-21 James Morse Mainlined
[2/5] KVM: arm64: Tolerate an empty target_table list KVM: arm64: Remove the target table - - - --- 2020-06-22 James Morse Mainlined
[3/3] arm64: Ask the compiler to __always_inline functions used by KVM at HYP KVM: arm64: Ask the compiler to __always_inline functions used by KVM at HYP 1 - - --- 2020-02-20 James Morse Mainlined
[3/3] firmware: arm_sdei: Document the motivation behind these set_fs() calls firmare: arm_sdei: Extras for v5.8 - - - --- 2020-05-19 James Morse Mainlined
[3/4] firmware: arm_sdei: Use cpus_read_lock() to avoid races with cpuhp firmware: arm_sdei: cleanup locking issues - - - --- 2020-02-21 James Morse Mainlined
[3/5] KVM: arm64: Move ACTLR_EL1 emulation to the sys_reg_descs array KVM: arm64: Remove the target table - - - --- 2020-06-22 James Morse Mainlined
[4/4] firmware: arm_sdei: clean up sdei_event_create() firmware: arm_sdei: cleanup locking issues - - - --- 2020-02-21 James Morse Mainlined
[4/5] KVM: arm64: Remove target_table from exit handlers KVM: arm64: Remove the target table - - - --- 2020-06-22 James Morse Mainlined
[5/5] KVM: arm64: Remove the target table KVM: arm64: Remove the target table - - - --- 2020-06-22 James Morse Mainlined
[v2,1/3] mm/memory-failure: Add memory_failure_queue_kick() ACPI / APEI: Kick the memory_failure() queue for synchronous errors 1 - 1 --- 2020-05-01 James Morse Mainlined
[v2,1/7] arm64: remove __exception annotations arm64: Convert entry.S synchronous exception handling to C 2 - - --- 2019-10-25 James Morse Mainlined
[v2,2/3] ACPI / APEI: Kick the memory_failure() queue for synchronous errors ACPI / APEI: Kick the memory_failure() queue for synchronous errors - - 1 --- 2020-05-01 James Morse Mainlined
[v2,2/7] arm64: Add prototypes for functions called by entry.S arm64: Convert entry.S synchronous exception handling to C 1 - - --- 2019-10-25 James Morse Mainlined
[v2,3/3] arm64: acpi: Make apei_claim_sea() synchronise with APEI's irq work ACPI / APEI: Kick the memory_failure() queue for synchronous errors 1 - 1 --- 2020-05-01 James Morse Mainlined
[v2,3/7] arm64: add local_daif_inherit() arm64: Convert entry.S synchronous exception handling to C - - - --- 2019-10-25 James Morse Mainlined
[v2,4/7] arm64: entry: convert el1_sync to C arm64: Convert entry.S synchronous exception handling to C - 1 - --- 2019-10-25 James Morse Mainlined
[v2,5/7] arm64: entry: convert el0_sync to C arm64: Convert entry.S synchronous exception handling to C - 1 - --- 2019-10-25 James Morse Mainlined
[v2,6/7] arm64: Remove asmlinkage from updated functions arm64: Convert entry.S synchronous exception handling to C 1 - - --- 2019-10-25 James Morse Mainlined
[v2,7/7] arm64: entry-common: don't touch daif before bp-hardening arm64: Convert entry.S synchronous exception handling to C - 1 - --- 2019-10-25 James Morse Mainlined
[v2] arm64: entry: Move ct_user_exit before any other exception [v2] arm64: entry: Move ct_user_exit before any other exception - - - --- 2019-08-20 James Morse Mainlined
[v2] arm64: entry.S: Do not preempt from IRQ before all cpufeatures are enabled [v2] arm64: entry.S: Do not preempt from IRQ before all cpufeatures are enabled - - - --- 2019-10-15 James Morse Mainlined
[v3,1/2] KVM: arm64: Re-mask SError after the one instruction window KVM: arm64: Skip more of the SError vaxorcism - - - --- 2019-06-18 James Morse Mainlined
[v3,1/6] arm64: assembler: Switch ESB-instruction with a vanilla nop if !ARM64_HAS_RAS KVM: arm64: Account host/guest SError more precisely (Neoverse-N1 #1349291) - - - --- 2019-06-18 James Morse Mainlined
[v3,2/2] KVM: arm64: Skip more of the SError vaxorcism KVM: arm64: Skip more of the SError vaxorcism - - - --- 2019-06-18 James Morse Mainlined
[v3,2/6] KVM: arm64: Abstract the size of the HYP vectors pre-amble KVM: arm64: Account host/guest SError more precisely (Neoverse-N1 #1349291) - 1 - --- 2019-06-18 James Morse Mainlined
[v3,3/6] KVM: arm64: Make indirect vectors preamble behaviour symmetric KVM: arm64: Account host/guest SError more precisely (Neoverse-N1 #1349291) - - - --- 2019-06-18 James Morse Mainlined
[v3,4/6] KVM: arm64: Consume pending SError as early as possible KVM: arm64: Account host/guest SError more precisely (Neoverse-N1 #1349291) - - - --- 2019-06-18 James Morse Mainlined
[v3,5/6] KVM: arm64: Defer guest entry when an asynchronous exception is pending KVM: arm64: Account host/guest SError more precisely (Neoverse-N1 #1349291) - - - --- 2019-06-18 James Morse Mainlined
[v3,6/6] arm64: Update silicon-errata.txt for Neoverse-N1 #1349291 KVM: arm64: Account host/guest SError more precisely (Neoverse-N1 #1349291) - - - --- 2019-06-18 James Morse Mainlined
arm64: Fix incorrect irqflag restore for priority masking for compat arm64: Fix incorrect irqflag restore for priority masking for compat - - - --- 2019-10-03 James Morse Mainlined
arm64: KVM: Device mappings should be execute-never arm64: KVM: Device mappings should be execute-never - - - --- 2019-08-27 James Morse Mainlined