All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-03-10 14:09:40 to 2022-03-10 14:26:44 UTC [more...]

[PATCH 4.14 00/31] 4.14.271-rc2 review
 2022-03-10 14:18 UTC  (26+ messages)
` [PATCH 4.14 01/31] x86/speculation: Merge one test in spectre_v2_user_select_mitigation()
` [PATCH 4.14 02/31] x86,bugs: Unconditionally allow spectre_v2=retpoline,amd
` [PATCH 4.14 03/31] x86/speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCE
` [PATCH 4.14 10/31] x86/speculation: Warn about eIBRS + LFENCE + Unprivileged eBPF + SMT
` [PATCH 4.14 11/31] arm/arm64: Provide a wrapper for SMCCC 1.1 calls
` [PATCH 4.14 12/31] arm/arm64: smccc/psci: add arm_smccc_1_1_get_conduit()
` [PATCH 4.14 13/31] ARM: report Spectre v2 status through sysfs
` [PATCH 4.14 14/31] ARM: early traps initialisation
` [PATCH 4.14 15/31] ARM: use LOADADDR() to get load address of sections
` [PATCH 4.14 16/31] ARM: Spectre-BHB workaround
` [PATCH 4.14 17/31] ARM: include unprivileged BPF status in Spectre V2 reporting
` [PATCH 4.14 18/31] ARM: fix build error when BPF_SYSCALL is disabled
` [PATCH 4.14 19/31] ARM: fix co-processor register typo
` [PATCH 4.14 20/31] ARM: Do not use NOCROSSREFS directive with ld.lld
` [PATCH 4.14 21/31] ARM: fix build warning in proc-v7-bugs.c
` [PATCH 4.14 22/31] xen/xenbus: dont let xenbus_grant_ring() remove grants in error case
` [PATCH 4.14 23/31] xen/grant-table: add gnttab_try_end_foreign_access()
` [PATCH 4.14 24/31] xen/blkfront: dont use gnttab_query_foreign_access() for mapped status
` [PATCH 4.14 25/31] xen/netfront: "
` [PATCH 4.14 26/31] xen/scsifront: "
` [PATCH 4.14 27/31] xen/gntalloc: dont use gnttab_query_foreign_access()
` [PATCH 4.14 28/31] xen: remove gnttab_query_foreign_access()
` [PATCH 4.14 29/31] xen/9p: use alloc/free_pages_exact()
` [PATCH 4.14 30/31] xen/gnttab: fix gnttab_end_foreign_access() without page specified
` [PATCH 4.14 31/31] xen/netfront: react properly to failing gnttab_end_foreign_access_ref()

[PATCH iproute2-next 0/3] Extend locked port feature with FDB locked flag (MAC-Auth/MAB)
 2022-03-10 14:26 UTC  (4+ messages)
` [Bridge] "

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-03-10 14:09 UTC  (27+ messages)
` [PATCH v5 01/13] mm/memfd: Introduce MFD_INACCESSIBLE flag
` [PATCH v5 02/13] mm: Introduce memfile_notifier
` [PATCH v5 03/13] mm/shmem: Support memfile_notifier
` [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK
` [PATCH v5 05/13] KVM: Extend the memslot to support fd-based private memory
` [PATCH v5 06/13] KVM: Use kvm_userspace_memory_region_ext
` [PATCH v5 07/13] KVM: Add KVM_EXIT_MEMORY_ERROR exit
` [PATCH v5 08/13] KVM: Use memfile_pfn_ops to obtain pfn for private pages
` [PATCH v5 09/13] KVM: Handle page fault for private memory
` [PATCH v5 10/13] KVM: Register private memslot to memory backing store
` [PATCH v5 11/13] KVM: Zap existing KVM mappings when pages changed in the private fd
` [PATCH v5 12/13] KVM: Expose KVM_MEM_PRIVATE
` [PATCH v5 13/13] memfd_create.2: Describe MFD_INACCESSIBLE flag

RTT-PROBE: lore-subspace-rtt
 2022-03-10 14:26 UTC 

[PATCH 1/2] ARM: fix building NOMMU ARMv4/v5 kernels
 2022-03-10 14:21 UTC  (8+ messages)
` [PATCH 2/2] ARM: remove support for NOMMU ARMv4/v5

[PATCH v2] drm/amdgpu: add workarounds for Raven VCN TMZ issue
 2022-03-10 14:25 UTC  (12+ messages)

[PATCH 2/2] block: remove the per-bio/request write hint
 2022-03-10 14:21 UTC  (4+ messages)
    ` [EXT] "

[PATCH v2 1/2] nvmet-tcp: support specifying the congestion-control
 2022-03-10 14:20 UTC  (6+ messages)

[PATCH 4.9 00/38] 4.9.306-rc2 review
 2022-03-10 14:13 UTC  (39+ messages)
` [PATCH 4.9 01/38] x86/speculation: Add RETPOLINE_AMD support to the inline asm CALL_NOSPEC variant
` [PATCH 4.9 02/38] x86/retpoline: Make CONFIG_RETPOLINE depend on compiler support
` [PATCH 4.9 03/38] x86/retpoline: Remove minimal retpoline support
` [PATCH 4.9 04/38] Documentation: Add section about CPU vulnerabilities for Spectre
` [PATCH 4.9 05/38] Documentation: Add swapgs description to the Spectre v1 documentation
` [PATCH 4.9 06/38] Documentation: refer to config RANDOMIZE_BASE for kernel address-space randomization
` [PATCH 4.9 07/38] x86/speculation: Merge one test in spectre_v2_user_select_mitigation()
` [PATCH 4.9 08/38] x86,bugs: Unconditionally allow spectre_v2=retpoline,amd
` [PATCH 4.9 09/38] x86/speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCE
` [PATCH 4.9 10/38] x86/speculation: Add eIBRS + Retpoline options
` [PATCH 4.9 11/38] Documentation/hw-vuln: Update spectre doc
` [PATCH 4.9 12/38] x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation reporting
` [PATCH 4.9 13/38] x86/speculation: Use generic retpoline by default on AMD
` [PATCH 4.9 14/38] x86/speculation: Update link to AMD speculation whitepaper
` [PATCH 4.9 15/38] x86/speculation: Warn about Spectre v2 LFENCE mitigation
` [PATCH 4.9 16/38] x86/speculation: Warn about eIBRS + LFENCE + Unprivileged eBPF + SMT
` [PATCH 4.9 17/38] arm/arm64: Provide a wrapper for SMCCC 1.1 calls
` [PATCH 4.9 18/38] arm/arm64: smccc/psci: add arm_smccc_1_1_get_conduit()
` [PATCH 4.9 19/38] ARM: report Spectre v2 status through sysfs
` [PATCH 4.9 20/38] ARM: early traps initialisation
` [PATCH 4.9 21/38] ARM: use LOADADDR() to get load address of sections
` [PATCH 4.9 22/38] ARM: Spectre-BHB workaround
` [PATCH 4.9 23/38] ARM: include unprivileged BPF status in Spectre V2 reporting
` [PATCH 4.9 24/38] ARM: fix build error when BPF_SYSCALL is disabled
` [PATCH 4.9 25/38] ARM: fix co-processor register typo
` [PATCH 4.9 26/38] ARM: Do not use NOCROSSREFS directive with ld.lld
` [PATCH 4.9 27/38] x86/build: Fix compiler support check for CONFIG_RETPOLINE
` [PATCH 4.9 28/38] x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINE
` [PATCH 4.9 29/38] ARM: fix build warning in proc-v7-bugs.c
` [PATCH 4.9 30/38] xen/xenbus: dont let xenbus_grant_ring() remove grants in error case
` [PATCH 4.9 31/38] xen/grant-table: add gnttab_try_end_foreign_access()
` [PATCH 4.9 32/38] xen/blkfront: dont use gnttab_query_foreign_access() for mapped status
` [PATCH 4.9 33/38] xen/netfront: "
` [PATCH 4.9 34/38] xen/scsifront: "
` [PATCH 4.9 35/38] xen/gntalloc: dont use gnttab_query_foreign_access()
` [PATCH 4.9 36/38] xen: remove gnttab_query_foreign_access()
` [PATCH 4.9 37/38] xen/gnttab: fix gnttab_end_foreign_access() without page specified
` [PATCH 4.9 38/38] xen/netfront: react properly to failing gnttab_end_foreign_access_ref()

[PATCH] dt-bindings: pinctrl: rt2880: add missing pin groups and functions
 2022-03-10 14:16 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t v3 0/2] Add placement to gem_exec_stress
 2022-03-10 14:23 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for Add placement to gem_exec_stress (rev3)

[PATCH] dt-bindings: arm: Convert QEMU fw-cfg to DT schema
 2022-03-10 14:19 UTC  (3+ messages)

[PATCH V3 00/13] drm: bridge: icn6211: Fix hard-coded panel settings and add I2C support
 2022-03-10 14:23 UTC  (19+ messages)
` [PATCH V3 05/13] drm: bridge: icn6211: Add DSI lane count DT property parsing

[Bridge] [PATCH net-next 0/3] Extend locked port feature with FDB locked flag (MAC-Auth/MAB)
 2022-03-10 14:23 UTC  (4+ messages)
` [Bridge] [PATCH net-next 1/3] net: bridge: add fdb flag to extent locked port feature
` [Bridge] [PATCH net-next 2/3] net: switchdev: add support for offloading of fdb locked flag
` [Bridge] [PATCH net-next 3/3] net: dsa: mv88e6xxx: mac-auth/MAB implementation

[PATCH] EDAC: altera: Add SDRAM ECC check for U-Boot
 2022-03-10 14:19 UTC  (2+ messages)

[PATCH] sched: topology: make cache topology separate from cpu topology
 2022-03-10 14:18 UTC  (3+ messages)

[PATCH v3] vsock: each transport cycles only on its own sockets
 2022-03-10 14:14 UTC  (3+ messages)

[PATCH 1/4] umr: Print errors to stderr
 2022-03-10 14:22 UTC  (3+ messages)
` [PATCH 4/4] umr: Fix unhandled enumeration value in switch

RTT-PROBE: lore-subspace-rtt
 2022-03-10 14:21 UTC 

[PATCH V7] ceph: do not dencrypt the dentry name twice for readdir
 2022-03-10 14:20 UTC  (9+ messages)

[PATCH v7 00/26] virtio pci support VIRTIO_F_RING_RESET
 2022-03-10 14:09 UTC  (12+ messages)
` [PATCH v7 09/26] virtio_ring: split: implement virtqueue_reset_vring_split()

[PATCH] app/testpmd: fix GTP header parsing in csum FWD engine
 2022-03-10 14:20 UTC 

[PATCH 00/17] io_uring passthru over nvme
 2022-03-10 14:19 UTC  (5+ messages)
  ` [PATCH 17/17] nvme: enable non-inline passthru commands

[PATCH v8 0/9] Implement a batched fsync option for core.fsyncObjectFiles
 2022-03-10 14:01 UTC  (10+ messages)
` [PATCH v9 "

[PATCH 0/2] iio: imu: inv_mpu6050: Add support for ICM-20608-D
 2022-03-10 13:58 UTC  (3+ messages)
` [PATCH 2/2] "

[PATCH] perf/arm-ccn: Use platform_get_irq() to get the interrupt
 2022-03-10 14:14 UTC  (7+ messages)
` [PATCH] slimbus: qcom-ngd-ctrl: "

[PATCH 5.16 00/53] 5.16.14-rc2 review
 2022-03-10 14:09 UTC  (54+ messages)
` [PATCH 5.16 01/53] x86/speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCE
` [PATCH 5.16 02/53] x86/speculation: Add eIBRS + Retpoline options
` [PATCH 5.16 03/53] Documentation/hw-vuln: Update spectre doc
` [PATCH 5.16 04/53] x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation reporting
` [PATCH 5.16 05/53] x86/speculation: Use generic retpoline by default on AMD
` [PATCH 5.16 06/53] x86/speculation: Update link to AMD speculation whitepaper
` [PATCH 5.16 07/53] x86/speculation: Warn about Spectre v2 LFENCE mitigation
` [PATCH 5.16 08/53] x86/speculation: Warn about eIBRS + LFENCE + Unprivileged eBPF + SMT
` [PATCH 5.16 09/53] ARM: report Spectre v2 status through sysfs
` [PATCH 5.16 10/53] ARM: early traps initialisation
` [PATCH 5.16 11/53] ARM: use LOADADDR() to get load address of sections
` [PATCH 5.16 12/53] ARM: Spectre-BHB workaround
` [PATCH 5.16 13/53] ARM: include unprivileged BPF status in Spectre V2 reporting
` [PATCH 5.16 14/53] arm64: add ID_AA64ISAR2_EL1 sys register
` [PATCH 5.16 15/53] arm64: cpufeature: add HWCAP for FEAT_AFP
` [PATCH 5.16 16/53] arm64: cpufeature: add HWCAP for FEAT_RPRES
` [PATCH 5.16 17/53] arm64: entry.S: Add ventry overflow sanity checks
` [PATCH 5.16 18/53] arm64: spectre: Rename spectre_v4_patch_fw_mitigation_conduit
` [PATCH 5.16 19/53] KVM: arm64: Allow indirect vectors to be used without SPECTRE_V3A
` [PATCH 5.16 20/53] arm64: entry: Make the trampoline cleanup optional
` [PATCH 5.16 21/53] arm64: entry: Free up another register on kptis tramp_exit path
` [PATCH 5.16 22/53] arm64: entry: Move the trampoline data page before the text page
` [PATCH 5.16 23/53] arm64: entry: Allow tramp_alias to access symbols after the 4K boundary
` [PATCH 5.16 24/53] arm64: entry: Dont assume tramp_vectors is the start of the vectors
` [PATCH 5.16 25/53] arm64: entry: Move trampoline macros out of ifdefd section
` [PATCH 5.16 26/53] arm64: entry: Make the kpti trampolines kpti sequence optional
` [PATCH 5.16 27/53] arm64: entry: Allow the trampoline text to occupy multiple pages
` [PATCH 5.16 28/53] arm64: entry: Add non-kpti __bp_harden_el1_vectors for mitigations
` [PATCH 5.16 29/53] arm64: entry: Add vectors that have the bhb mitigation sequences
` [PATCH 5.16 30/53] arm64: entry: Add macro for reading symbol addresses from the trampoline
` [PATCH 5.16 31/53] arm64: Add percpu vectors for EL1
` [PATCH 5.16 32/53] arm64: proton-pack: Report Spectre-BHB vulnerabilities as part of Spectre-v2
` [PATCH 5.16 33/53] arm64: Mitigate spectre style branch history side channels
` [PATCH 5.16 34/53] KVM: arm64: Allow SMCCC_ARCH_WORKAROUND_3 to be discovered and migrated
` [PATCH 5.16 35/53] arm64: Use the clearbhb instruction in mitigations
` [PATCH 5.16 36/53] arm64: proton-pack: Include unprivileged eBPF status in Spectre v2 mitigation reporting
` [PATCH 5.16 37/53] ARM: fix build error when BPF_SYSCALL is disabled
` [PATCH 5.16 38/53] ARM: fix co-processor register typo
` [PATCH 5.16 39/53] ARM: Do not use NOCROSSREFS directive with ld.lld
` [PATCH 5.16 40/53] arm64: Do not include __READ_ONCE() block in assembly files
` [PATCH 5.16 41/53] ARM: fix build warning in proc-v7-bugs.c
` [PATCH 5.16 42/53] xen/xenbus: dont let xenbus_grant_ring() remove grants in error case
` [PATCH 5.16 43/53] xen/grant-table: add gnttab_try_end_foreign_access()
` [PATCH 5.16 44/53] xen/blkfront: dont use gnttab_query_foreign_access() for mapped status
` [PATCH 5.16 45/53] xen/netfront: "
` [PATCH 5.16 46/53] xen/scsifront: "
` [PATCH 5.16 47/53] xen/gntalloc: dont use gnttab_query_foreign_access()
` [PATCH 5.16 48/53] xen: remove gnttab_query_foreign_access()
` [PATCH 5.16 49/53] xen/9p: use alloc/free_pages_exact()
` [PATCH 5.16 50/53] xen/pvcalls: "
` [PATCH 5.16 51/53] xen/gnttab: fix gnttab_end_foreign_access() without page specified
` [PATCH 5.16 52/53] xen/netfront: react properly to failing gnttab_end_foreign_access_ref()
` [PATCH 5.16 53/53] Revert "ACPI: PM: s2idle: Cancel wakeup before dispatching EC GPE"

[PATCH-for-7.0] softmmu: List CPU types again
 2022-03-10 13:56 UTC  (3+ messages)

[PATCH experiment 00/35] stackless coroutine backend
 2022-03-10 14:10 UTC  (3+ messages)
` [PATCH 05/35] coroutine: small code cleanup in qemu_co_rwlock_wrlock

RTT-PROBE: lore-subspace-rtt
 2022-03-10 14:16 UTC 

[PATCH Review 1/1] drm/amd/pm: use pm mutex to protect ecc info table
 2022-03-10 14:15 UTC  (2+ messages)

[PATCH v3 1/1] virtio: fix feature negotiation for ACCESS_PLATFORM
 2022-03-10 13:50 UTC  (2+ messages)

[LTP] [PATCH v2 00/10] Rewrite sysvipc testing suite using new LTP API
 2022-03-10 14:16 UTC  (3+ messages)
` [LTP] [PATCH v2 01/10] Rewrite mesgq_nstest.c "

[PATCH] tcp: export symbol tcp_set_congestion_control
 2022-03-10 14:11 UTC  (2+ messages)

[xen-4.14-testing test] 168493: FAIL
 2022-03-10 14:12 UTC 

[PATCH 01/15] Convert CONFIG_ARMV7_SECURE_BASE et al to Kconfig
 2022-03-10 14:13 UTC  (6+ messages)
` [PATCH 02/15] arm: sunxi: Remove most SoC-specific config header files

[Buildroot] [PATCH V2] package/lzma-alone: new package
 2022-03-10 14:12 UTC  (3+ messages)

[PATCH 0/7] Add RS485 support to DW UART
 2022-03-10 14:09 UTC  (7+ messages)
` [RFC PATCH 6/7] serial: General support for multipoint addresses

[tpm2] Re: How do I use Microsoft's sim (TSS.MSR) with lib tss2-esys
 2022-03-10 14:11 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-03-10 14:11 UTC 

[PATCH 00/18] tests: introduce testing coverage for TLS with migration
 2022-03-10 13:35 UTC  (9+ messages)
` [PATCH 04/18] tests: print newline after QMP response in qtest logs

[OE-core][PATCH] iptables: do not install /etc/ethertypes
 2022-03-10 14:10 UTC 

[LTP] [PATCH 1/2] KVM test infrastructure
 2022-03-10 14:10 UTC  (3+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.