Show patches with: Submitter = Laurent Dufour       |    Archived = No       |   152 patches
« 1 2 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v12,01/31] mm: introduce CONFIG_SPECULATIVE_PAGE_FAULT Speculative page faults - - 1 - --- 2019-04-16 Laurent Dufour Not Applicable
[v12,02/31] x86/mm: define ARCH_SUPPORTS_SPECULATIVE_PAGE_FAULT Speculative page faults - - 1 - 2-- 2019-04-16 Laurent Dufour Not Applicable
[v12,03/31] powerpc/mm: set ARCH_SUPPORTS_SPECULATIVE_PAGE_FAULT Speculative page faults - - 1 - 2-- 2019-04-16 Laurent Dufour Not Applicable
[v12,04/31] arm64/mm: define ARCH_SUPPORTS_SPECULATIVE_PAGE_FAULT Speculative page faults - - 1 - 11- 2019-04-16 Laurent Dufour Not Applicable
[v12,05/31] mm: prepare for FAULT_FLAG_SPECULATIVE Speculative page faults - - 1 - 11- 2019-04-16 Laurent Dufour Not Applicable
[v12,06/31] mm: introduce pte_spinlock for FAULT_FLAG_SPECULATIVE Speculative page faults - - 1 - 2-- 2019-04-16 Laurent Dufour Not Applicable
[v12,07/31] mm: make pte_unmap_same compatible with SPF Speculative page faults 1 - 1 - 11- 2019-04-16 Laurent Dufour Not Applicable
[v12,08/31] mm: introduce INIT_VMA() Speculative page faults - - - - 2-- 2019-04-16 Laurent Dufour Not Applicable
[v12,09/31] mm: VMA sequence count Speculative page faults - - 1 - 11- 2019-04-16 Laurent Dufour Not Applicable
[v12,10/31] mm: protect VMA modifications using VMA sequence count Speculative page faults - - 1 - --1 2019-04-16 Laurent Dufour Not Applicable
[v12,11/31] mm: protect mremap() against SPF hanlder Speculative page faults - - 1 - --1 2019-04-16 Laurent Dufour Not Applicable
[v12,12/31] mm: protect SPF handler against anon_vma changes Speculative page faults - - 1 - --1 2019-04-16 Laurent Dufour Not Applicable
[v12,13/31] mm: cache some VMA fields in the vm_fault structure Speculative page faults - - 1 - --1 2019-04-16 Laurent Dufour Not Applicable
[v12,14/31] mm/migrate: Pass vm_fault pointer to migrate_misplaced_page() Speculative page faults 1 - 1 - --1 2019-04-16 Laurent Dufour Not Applicable
[v12,15/31] mm: introduce __lru_cache_add_active_or_unevictable Speculative page faults 1 - 1 - --1 2019-04-16 Laurent Dufour Not Applicable
[v12,16/31] mm: introduce __vm_normal_page() Speculative page faults - - 1 - --1 2019-04-16 Laurent Dufour Not Applicable
[v12,17/31] mm: introduce __page_add_new_anon_rmap() Speculative page faults - - 1 - --1 2019-04-16 Laurent Dufour Not Applicable
[v12,18/31] mm: protect against PTE changes done by dup_mmap() Speculative page faults - - 1 - --1 2019-04-16 Laurent Dufour Not Applicable
[v12,19/31] mm: protect the RB tree with a sequence lock Speculative page faults - - 1 - --1 2019-04-16 Laurent Dufour Not Applicable
[v12,20/31] mm: introduce vma reference counter Speculative page faults - - 1 - --1 2019-04-16 Laurent Dufour Not Applicable
[v12,21/31] mm: Introduce find_vma_rcu() Speculative page faults - - 1 - --- 2019-04-16 Laurent Dufour Not Applicable
[v12,22/31] mm: provide speculative fault infrastructure Speculative page faults - - - - --1 2019-04-16 Laurent Dufour Not Applicable
[v12,23/31] mm: don't do swap readahead during speculative page fault Speculative page faults - - 1 - --1 2019-04-16 Laurent Dufour Not Applicable
[v12,24/31] mm: adding speculative page fault failure trace events Speculative page faults - - - - --1 2019-04-16 Laurent Dufour Not Applicable
[v12,25/31] perf: add a speculative page fault sw event Speculative page faults 1 - - - --1 2019-04-16 Laurent Dufour Not Applicable
[v12,26/31] perf tools: add support for the SPF perf event Speculative page faults 1 - - - --1 2019-04-16 Laurent Dufour Not Applicable
[v12,27/31] mm: add speculative page fault vmstats Speculative page faults - - - - --1 2019-04-16 Laurent Dufour Not Applicable
[v12,28/31] x86/mm: add speculative pagefault handling Speculative page faults - - - - --1 2019-04-16 Laurent Dufour Not Applicable
[v12,29/31] powerpc/mm: add speculative page fault Speculative page faults - - - - --1 2019-04-16 Laurent Dufour Not Applicable
[v12,30/31] arm64/mm: add speculative page fault Speculative page faults - - - - --1 2019-04-16 Laurent Dufour Not Applicable
[v12,31/31] mm: Add a speculative page fault switch in sysctl Speculative page faults - - - - --1 2019-04-16 Laurent Dufour Not Applicable
powerpc/mm: Comment arch_unmap() powerpc/mm: Comment arch_unmap() - - - - 6-- 2019-04-23 Laurent Dufour Changes Requested
[1/3] powerpc/mm: Initialize the HPTE encoding values powerpc/mm: Conditionally call H_BLOCK_REMOVE - - - - 2-- 2019-08-30 Laurent Dufour Changes Requested
[2/3] powperc/mm: read TLB Block Invalidate Characteristics powerpc/mm: Conditionally call H_BLOCK_REMOVE - - - - 11- 2019-08-30 Laurent Dufour Changes Requested
[3/3] powerpc/mm: call H_BLOCK_REMOVE when supported powerpc/mm: Conditionally call H_BLOCK_REMOVE - - - - 6-- 2019-08-30 Laurent Dufour Changes Requested
[v2,1/2] powperc/mm: read TLB Block Invalidate Characteristics powerpc/mm: Conditionally call H_BLOCK_REMOVE - - - - 11- 2019-09-16 Laurent Dufour Superseded
[v2,2/2] powerpc/mm: call H_BLOCK_REMOVE when supported powerpc/mm: Conditionally call H_BLOCK_REMOVE - - - - 6-- 2019-09-16 Laurent Dufour Superseded
[v3,1/2] powperc/mm: read TLB Block Invalidate Characteristics powerpc/mm: Conditionally call H_BLOCK_REMOVE - 1 - - 11- 2019-09-20 Laurent Dufour Accepted
[v3,2/2] powerpc/mm: call H_BLOCK_REMOVE when supported powerpc/mm: Conditionally call H_BLOCK_REMOVE - 1 - - 33- 2019-09-20 Laurent Dufour Accepted
powerpc/pseries: Remove confusing warning message. powerpc/pseries: Remove confusing warning message. - 1 - - --1 2019-10-01 Laurent Dufour Accepted
[1/2] KVM: PPC: Book3S HV: check caller of H_SVM_* Hcalls Fix SVM hang at startup - - 1 - 3-- 2020-03-20 Laurent Dufour Not Applicable
[2/2] KVM: PPC: Book3S HV: H_SVM_INIT_START must call UV_RETURN Fix SVM hang at startup - - 1 1 52- 2020-03-20 Laurent Dufour Not Applicable
KVM: PPC: Book3S HV: read ibm,secure-memory nodes KVM: PPC: Book3S HV: read ibm,secure-memory nodes - - - - 61- 2020-04-16 Laurent Dufour Not Applicable
KVM: PPC: Book3S HV: relax check on H_SVM_INIT_ABORT KVM: PPC: Book3S HV: relax check on H_SVM_INIT_ABORT - 1 - - 52- 2020-05-20 Laurent Dufour Not Applicable
[v2] KVM: PPC: Book3S HV: relax check on H_SVM_INIT_ABORT [v2] KVM: PPC: Book3S HV: relax check on H_SVM_INIT_ABORT - 1 2 - 52- 2020-05-20 Laurent Dufour Not Applicable
[1/2] KVM: PPC: Book3S HV: move kvmppc_svm_page_out up Rework secure memslot dropping - - - - --- 2020-07-03 Laurent Dufour Not Applicable
[2/2] KVM: PPC: Book3S HV: rework secure mem slot dropping Rework secure memslot dropping - - - - --- 2020-07-03 Laurent Dufour Not Applicable
[v2,1/2] KVM: PPC: Book3S HV: move kvmppc_svm_page_out up Rework secure memslot dropping - - 1 - --- 2020-07-21 Laurent Dufour Not Applicable
[v2,2/2] KVM: PPC: Book3S HV: rework secure mem slot dropping Rework secure memslot dropping - - 1 - --- 2020-07-21 Laurent Dufour Not Applicable
KVM: PPC: Book3S HV: rework secure mem slot dropping KVM: PPC: Book3S HV: rework secure mem slot dropping - - 1 - --- 2020-07-24 Laurent Dufour Handled Elsewhere
powerpc/drmem: Don't compute the NUMA node for each LMB powerpc/drmem: Don't compute the NUMA node for each LMB - - - - 34- 2020-08-05 Laurent Dufour Superseded
mm: check for memory's node later during boot mm: check for memory's node later during boot - 1 - - 16- 2020-09-02 Laurent Dufour Not Applicable
powerpc/vdso: Fix VDSO unmap check powerpc/vdso: Fix VDSO unmap check - 1 - - 52- 2020-11-03 Laurent Dufour Changes Requested
powerpc/hotplug: assign hot added LMB to the right node powerpc/hotplug: assign hot added LMB to the right node - - - - --1 2020-12-03 Laurent Dufour Not Applicable
powerpc/memhotplug: quieting some DLPAR operations powerpc/memhotplug: quieting some DLPAR operations - - - - --- 2020-12-11 Laurent Dufour Accepted
powerpc/pseries: export LPAR security flavor in lparcfg powerpc/pseries: export LPAR security flavor in lparcfg - - - - 7-- 2021-03-04 Laurent Dufour Superseded
[v2] powerpc/pseries: export LPAR security flavor in lparcfg [v2] powerpc/pseries: export LPAR security flavor in lparcfg - - - - 61- 2021-03-05 Laurent Dufour Accepted
cxl: don't manipulate the mm.mm_users field directly cxl: don't manipulate the mm.mm_users field directly 2 - - - 7-- 2021-03-10 Laurent Dufour Accepted
pseries: prevent free CPU ids to be reused on another node pseries: prevent free CPU ids to be reused on another node - - - - 52- 2021-03-18 Laurent Dufour Superseded
[v2] pseries: prevent free CPU ids to be reused on another node [v2] pseries: prevent free CPU ids to be reused on another node - - - - 7-- 2021-03-25 Laurent Dufour Superseded
[v3] pseries: prevent free CPU ids to be reused on another node [v3] pseries: prevent free CPU ids to be reused on another node - - - - 7-- 2021-04-06 Laurent Dufour Changes Requested
[v4] pseries: prevent free CPU ids to be reused on another node [v4] pseries: prevent free CPU ids to be reused on another node - - 1 - 7-- 2021-04-07 Laurent Dufour Superseded
pseries/drmem: update LMBs after LPM pseries/drmem: update LMBs after LPM - - - - 7-- 2021-04-27 Laurent Dufour Superseded
pseries/drmem: update LMBs after LPM pseries/drmem: update LMBs after LPM - - - - 7-- 2021-04-27 Laurent Dufour Superseded
[v3] pseries/drmem: update LMBs after LPM [v3] pseries/drmem: update LMBs after LPM - - - - 7-- 2021-04-28 Laurent Dufour Superseded
[v5] pseries: prevent free CPU ids to be reused on another node [v5] pseries: prevent free CPU ids to be reused on another node - - 1 - 61- 2021-04-29 Laurent Dufour Accepted
ppc64/numa: consider the max numa node for migratable LPAR ppc64/numa: consider the max numa node for migratable LPAR - - 1 - 61- 2021-04-29 Laurent Dufour Superseded
[v4] pseries/drmem: update LMBs after LPM [v4] pseries/drmem: update LMBs after LPM - - - - 7-- 2021-05-04 Laurent Dufour Superseded
[v2] ppc64/numa: consider the max numa node for migratable LPAR [v2] ppc64/numa: consider the max numa node for migratable LPAR - 1 1 - 61- 2021-05-11 Laurent Dufour Accepted
[v5] pseries/drmem: update LMBs after LPM [v5] pseries/drmem: update LMBs after LPM - - 1 - 7-- 2021-05-17 Laurent Dufour Accepted
powerpc/pseries: Fix update of LPAR security flavor after LPM powerpc/pseries: Fix update of LPAR security flavor after LPM - 1 - - 5-- 2021-08-05 Laurent Dufour Accepted
[1/2] powerpc/watchdog: prevent printk and send IPI while holding the wd lock powerpc prevents deadlock in the watchdog path - - - - --- 2021-10-26 Laurent Dufour Superseded
[2/2] powerpc/watchdog: ensure watchdog data accesses are protected powerpc prevents deadlock in the watchdog path - - - - 4-1 2021-10-26 Laurent Dufour Superseded
powerpc/pseries: read the lpar name from the firmware powerpc/pseries: read the lpar name from the firmware - - - - 5-- 2021-12-01 Laurent Dufour Superseded
[v2] powerpc/pseries: read the lpar name from the firmware [v2] powerpc/pseries: read the lpar name from the firmware - - - - 5-- 2021-12-01 Laurent Dufour Superseded
[v3] powerpc/pseries: read the lpar name from the firmware [v3] powerpc/pseries: read the lpar name from the firmware - - - - 5-- 2021-12-03 Laurent Dufour Superseded
[v4] powerpc/pseries: read the lpar name from the firmware [v4] powerpc/pseries: read the lpar name from the firmware - - - - 5-- 2021-12-07 Laurent Dufour Superseded
[v5] powerpc/pseries: read the lpar name from the firmware [v5] powerpc/pseries: read the lpar name from the firmware - - 2 - 5-- 2022-01-06 Laurent Dufour Accepted
powerpc/rtas: Keep MSR RI set when calling RTAS powerpc/rtas: Keep MSR RI set when calling RTAS - - 1 - 5-- 2022-03-17 Laurent Dufour Superseded
[v2] powerpc/rtas: Keep MSR[RI] set when calling RTAS [v2] powerpc/rtas: Keep MSR[RI] set when calling RTAS - - 1 - 5-- 2022-04-01 Laurent Dufour Changes Requested
[v3] powerpc/rtas: Keep MSR[RI] set when calling RTAS [v3] powerpc/rtas: Keep MSR[RI] set when calling RTAS - - - - --- 2022-05-04 Laurent Dufour Accepted
powerpc/64s: Don't read H_BLOCK_REMOVE characteristics in radix mode powerpc/64s: Don't read H_BLOCK_REMOVE characteristics in radix mode - - - - 5-- 2022-05-20 Laurent Dufour Superseded
[v2] powerpc/64s: Don't read H_BLOCK_REMOVE characteristics in radix mode [v2] powerpc/64s: Don't read H_BLOCK_REMOVE characteristics in radix mode - - - - 5-- 2022-05-23 Laurent Dufour Accepted
[1/2] powerpc/mobility: Wait for memory transfer to complete Disabling NMI watchdog during LPM's memory transfer - - - - --- 2022-06-01 Laurent Dufour Superseded
[2/2] powerpc/mobility: disabling hard lockup watchdog during LPM Disabling NMI watchdog during LPM's memory transfer - - - - 5-- 2022-06-01 Laurent Dufour Superseded
[v2,1/4] powerpc/mobility: Wait for memory transfer to complete Extending NMI watchdog during LPM - - 1 - --- 2022-06-14 Laurent Dufour Superseded
[v2,2/4] watchdog: export watchdog_mutex and lockup_detector_reconfigure Extending NMI watchdog during LPM - - - - --- 2022-06-14 Laurent Dufour Superseded
[v2,3/4] powerpc/watchdog: introduce a LPM factor Extending NMI watchdog during LPM - - - - --- 2022-06-14 Laurent Dufour Superseded
[v2,4/4] pseries/mobility: Set NMI watchdog factor during LPM Extending NMI watchdog during LPM - - - - 3-2 2022-06-14 Laurent Dufour Superseded
[v3,1/4] powerpc/mobility: wait for memory transfer to complete Extending NMI watchdog during LPM - - 2 - --- 2022-06-27 Laurent Dufour Superseded
[v3,2/4] watchdog: export lockup_detector_reconfigure Extending NMI watchdog during LPM - - - - --- 2022-06-27 Laurent Dufour Superseded
[v3,3/4] powerpc/watchdog: introduce a NMI watchdog's factor Extending NMI watchdog during LPM - - 1 - --- 2022-06-27 Laurent Dufour Superseded
[v3,4/4] pseries/mobility: set NMI watchdog factor during LPM Extending NMI watchdog during LPM - - 1 - 5-- 2022-06-27 Laurent Dufour Superseded
[v4,1/4] powerpc/mobility: wait for memory transfer to complete Extending NMI watchdog during LPM - - 2 - --- 2022-07-12 Laurent Dufour Superseded
[v4,2/4] watchdog: export lockup_detector_reconfigure Extending NMI watchdog during LPM - - - - --- 2022-07-12 Laurent Dufour Superseded
[v4,3/4] powerpc/watchdog: introduce a NMI watchdog's factor Extending NMI watchdog during LPM - - 1 - --- 2022-07-12 Laurent Dufour Superseded
[v4,4/4] pseries/mobility: set NMI watchdog factor during LPM Extending NMI watchdog during LPM - - 1 - 5-- 2022-07-12 Laurent Dufour Superseded
[v5,1/4] powerpc/mobility: wait for memory transfer to complete Extending NMI watchdog during LPM - - 2 - --- 2022-07-13 Laurent Dufour Accepted
[v5,2/4] watchdog: export lockup_detector_reconfigure Extending NMI watchdog during LPM - - - - --- 2022-07-13 Laurent Dufour Accepted
[v5,3/4] powerpc/watchdog: introduce a NMI watchdog's factor Extending NMI watchdog during LPM - - 1 - --- 2022-07-13 Laurent Dufour Accepted
« 1 2 »