All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-03-10 14:20:47 to 2022-03-10 14:35:28 UTC [more...]

[PATCH 5.10 00/58] 5.10.105-rc2 review
 2022-03-10 14:18 UTC  (19+ messages)
` [PATCH 5.10 01/58] x86,bugs: Unconditionally allow spectre_v2=retpoline,amd
` [PATCH 5.10 02/58] x86/speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCE
` [PATCH 5.10 04/58] Documentation/hw-vuln: Update spectre doc
` [PATCH 5.10 05/58] x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation reporting
` [PATCH 5.10 07/58] x86/speculation: Update link to AMD speculation whitepaper
` [PATCH 5.10 08/58] x86/speculation: Warn about Spectre v2 LFENCE mitigation
` [PATCH 5.10 09/58] x86/speculation: Warn about eIBRS + LFENCE + Unprivileged eBPF + SMT
` [PATCH 5.10 11/58] ARM: early traps initialisation
` [PATCH 5.10 12/58] ARM: use LOADADDR() to get load address of sections
` [PATCH 5.10 14/58] ARM: include unprivileged BPF status in Spectre V2 reporting
` [PATCH 5.10 15/58] arm64: cputype: Add CPU implementor & types for the Apple M1 cores
` [PATCH 5.10 17/58] arm64: Add Cortex-X2 CPU part definition
` [PATCH 5.10 18/58] arm64: Add Cortex-A510 "
` [PATCH 5.10 24/58] arm64: spectre: Rename spectre_v4_patch_fw_mitigation_conduit
` [PATCH 5.10 26/58] arm64: entry: Free up another register on kptis tramp_exit path
` [PATCH 5.10 28/58] arm64: entry: Allow tramp_alias to access symbols after the 4K boundary
` [PATCH 5.10 29/58] arm64: entry: Dont assume tramp_vectors is the start of the vectors
` [PATCH 5.10 34/58] arm64: entry: Add vectors that have the bhb mitigation sequences

[PATCH 5.15 00/58] 5.15.28-rc2 review
 2022-03-10 14:19 UTC  (2+ messages)
` [PATCH 5.15 18/58] arm64: Add Cortex-X2 CPU part definition

[PATCH v3 00/12] Partial bundles
 2022-03-10 14:24 UTC  (6+ messages)
` [PATCH v4 00/13] "
  ` [PATCH v4 04/13] pack-objects: use rev.filter when possible

[PATCH 1/2] ns16550: reject IRQ above nr_irqs
 2022-03-10 14:34 UTC  (2+ messages)
` [PATCH 2/2] ns16550: Add support for Intel LPSS UART

[PATCH v9 00/27] Readdir improvements
 2022-03-10 14:31 UTC  (17+ messages)
` [PATCH v9 01/27] NFS: Return valid errors from nfs2/3_decode_dirent()
  ` [PATCH v9 02/27] NFS: constify nfs_server_capable() and nfs_have_writebacks()
    ` [PATCH v9 03/27] NFS: Trace lookup revalidation failure
      ` [PATCH v9 04/27] NFS: Initialise the readdir verifier as best we can in nfs_opendir()
        ` [PATCH v9 05/27] NFS: Use kzalloc() to avoid initialising the nfs_open_dir_context
          ` [PATCH v9 06/27] NFS: Calculate page offsets algorithmically
            ` [PATCH v9 07/27] NFS: Store the change attribute in the directory page cache
              ` [PATCH v9 08/27] NFS: Don't re-read the entire page cache to find the next cookie
                ` [PATCH v9 09/27] NFS: Don't advance the page pointer unless the page is full
                  ` [PATCH v9 10/27] NFS: Adjust the amount of readahead performed by NFS readdir
                    ` [PATCH v9 11/27] NFS: If the cookie verifier changes, we must invalidate the page cache
                      ` [PATCH v9 12/27] NFS: Simplify nfs_readdir_xdr_to_array()
                        ` [PATCH v9 13/27] NFS: Reduce use of uncached readdir
                          ` [PATCH v9 14/27] NFS: Improve heuristic for readdirplus
                              ` [PATCH] NFS: Trigger "ls -l" readdir heuristic sooner

[PATCH 0/3] makedumpfile: harden parsing of old prink buffer
 2022-03-10 14:33 UTC  (4+ messages)
` [PATCH 3/3] makedumpfile: use cycle detection when parsing the prink log_buf

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

[PATCH 0/6] media: i2c: ov5670: OF support, runtime_pm, regulators
 2022-03-10 14:29 UTC  (3+ messages)
` [PATCH 1/6] media: dt-bindings: i2c: Document ov5670

[PATCH v1 0/4] arm64: mvebu: Support for Marvell 98DX2530 (and variants)
 2022-03-10 14:26 UTC  (4+ messages)
` [PATCH v1 3/4] arm64: dts: marvell: Add Armada 98DX2530 SoC and RD-AC5X board

[PATCH 1/6] dt-bindings: iio: adc: ti,ads1015: Add missing ADS1115 compatible string
 2022-03-10 14:25 UTC  (3+ messages)
` [PATCH 4/6] iio: adc: ti-ads1015: Deduplicate channel macros

[PATCH 4.19 00/33] 4.19.234-rc2 review
 2022-03-10 14:19 UTC  (30+ messages)
` [PATCH 4.19 01/33] x86/speculation: Merge one test in spectre_v2_user_select_mitigation()
` [PATCH 4.19 02/33] x86,bugs: Unconditionally allow spectre_v2=retpoline,amd
` [PATCH 4.19 03/33] x86/speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCE
` [PATCH 4.19 04/33] x86/speculation: Add eIBRS + Retpoline options
` [PATCH 4.19 05/33] Documentation/hw-vuln: Update spectre doc
` [PATCH 4.19 06/33] x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation reporting
` [PATCH 4.19 07/33] x86/speculation: Use generic retpoline by default on AMD
` [PATCH 4.19 08/33] x86/speculation: Update link to AMD speculation whitepaper
` [PATCH 4.19 10/33] x86/speculation: Warn about eIBRS + LFENCE + Unprivileged eBPF + SMT
` [PATCH 4.19 13/33] ARM: report Spectre v2 status through sysfs
` [PATCH 4.19 14/33] ARM: early traps initialisation
` [PATCH 4.19 15/33] ARM: use LOADADDR() to get load address of sections
` [PATCH 4.19 16/33] ARM: Spectre-BHB workaround
` [PATCH 4.19 17/33] ARM: include unprivileged BPF status in Spectre V2 reporting
` [PATCH 4.19 18/33] ARM: fix build error when BPF_SYSCALL is disabled
` [PATCH 4.19 19/33] kbuild: add CONFIG_LD_IS_LLD
` [PATCH 4.19 20/33] ARM: fix co-processor register typo
` [PATCH 4.19 21/33] ARM: Do not use NOCROSSREFS directive with ld.lld
` [PATCH 4.19 22/33] ARM: fix build warning in proc-v7-bugs.c
` [PATCH 4.19 23/33] xen/xenbus: dont let xenbus_grant_ring() remove grants in error case
` [PATCH 4.19 24/33] xen/grant-table: add gnttab_try_end_foreign_access()
` [PATCH 4.19 25/33] xen/blkfront: dont use gnttab_query_foreign_access() for mapped status
` [PATCH 4.19 26/33] xen/netfront: "
` [PATCH 4.19 27/33] xen/scsifront: "
` [PATCH 4.19 28/33] xen/gntalloc: dont use gnttab_query_foreign_access()
` [PATCH 4.19 30/33] xen/9p: use alloc/free_pages_exact()
` [PATCH 4.19 31/33] xen/pvcalls: "
` [PATCH 4.19 32/33] xen/gnttab: fix gnttab_end_foreign_access() without page specified
` [PATCH 4.19 33/33] xen/netfront: react properly to failing gnttab_end_foreign_access_ref()

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

[PATCH -next] i2c: designware: Add helper to remove redundancy
 2022-03-10 14:22 UTC 

[PATCH net-next 0/29] pull-request: can-next 2022-03-10
 2022-03-10 14:29 UTC  (30+ messages)
` [PATCH net-next 01/29] can: isotp: add local echo tx processing for consecutive frames
` [PATCH net-next 02/29] can: isotp: set default value for N_As to 50 micro seconds
` [PATCH net-next 03/29] can: isotp: set max PDU size to 64 kByte
` [PATCH net-next 04/29] vxcan: remove sk reference in peer skb
` [PATCH net-next 05/29] vxcan: enable local echo for sent CAN frames
` [PATCH net-next 06/29] can: etas_es58x: es58x_fd_rx_event_msg(): initialize rx_event_msg before calling es58x_check_msg_len()
` [PATCH net-next 07/29] dt-bindings: can: renesas,rcar-canfd: Document r8a779a0 support
` [PATCH net-next 08/29] can: rcar_canfd: Add support for r8a779a0 SoC
` [PATCH net-next 09/29] can: gs_usb: use consistent one space indention
` [PATCH net-next 10/29] can: gs_usb: fix checkpatch warning
` [PATCH net-next 11/29] can: gs_usb: sort include files alphabetically
` [PATCH net-next 12/29] can: gs_usb: GS_CAN_FLAG_OVERFLOW: make use of BIT()
` [PATCH net-next 13/29] can: gs_usb: rewrap error messages
` [PATCH net-next 14/29] can: gs_usb: rewrap usb_control_msg() and usb_fill_bulk_urb()
` [PATCH net-next 15/29] can: gs_usb: gs_make_candev(): call SET_NETDEV_DEV() after handling all bt_const->feature
` [PATCH net-next 16/29] can: gs_usb: add HW timestamp mode bit
` [PATCH net-next 17/29] can: gs_usb: update GS_CAN_FEATURE_IDENTIFY documentation
` [PATCH net-next 18/29] can: gs_usb: document the USER_ID feature
` [PATCH net-next 19/29] can: gs_usb: document the PAD_PKTS_TO_MAX_PKT_SIZE feature
` [PATCH net-next 20/29] can: gs_usb: gs_usb_probe(): introduce udev and make use of it
` [PATCH net-next 21/29] can: gs_usb: support up to 3 channels per device
` [PATCH net-next 22/29] can: gs_usb: use union and FLEX_ARRAY for data in struct gs_host_frame
` [PATCH net-next 23/29] can: gs_usb: add CAN-FD support
` [PATCH net-next 24/29] can: gs_usb: add usb quirk for NXP LPC546xx controllers
` [PATCH net-next 25/29] can: gs_usb: add quirk for CANtact Pro overlapping GS_USB_BREQ value
` [PATCH net-next 26/29] can: gs_usb: activate quirks for CANtact Pro unconditionally
` [PATCH net-next 27/29] can: gs_usb: add extended bt_const feature
` [PATCH net-next 28/29] can: gs_usb: add VID/PID for CES CANext FD devices
` [PATCH net-next 29/29] can: gs_usb: add VID/PID for ABE CAN Debugger devices

[PATCH v2 0/4] drm/bridge: ti-sn65dsi86: Support non-eDP DisplayPort connectors
 2022-03-10 14:33 UTC  (4+ messages)
` [PATCH v2 3/4] drm/bridge: ti-sn65dsi86: Support DisplayPort (non-eDP) mode

[v4 0/5] enhanced edid driver compatibility
 2022-03-10 14:32 UTC  (4+ messages)
` [v4 5/5] drm/edid: check for HF-SCDB block

[lttng-dev] shm leak in traced application?
 2022-03-10 14:31 UTC  (9+ messages)
` [lttng-dev] 回复: 回复: "
  ` [lttng-dev] 回复: "
      ` [lttng-dev] 回复: "
          ` [lttng-dev] 回复:回复: "
            ` [lttng-dev] 回复: "

[PATCH v3 0/7] fetch: add repair: full refetch without negotiation (was: "refiltering")
 2022-03-10 14:29 UTC  (5+ messages)
    ` [PATCH v3 0/7] fetch: add repair: full refetch without negotiation

[PATCH 00/23] Builtin FSMonitor Part 3
 2022-03-10 14:28 UTC  (7+ messages)
` [PATCH v2 00/27] "
  ` [PATCH v2 25/27] t/lib-unicode-nfc-nfd: helper prereqs for testing unicode nfc/nfd

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

[PATCH 4.14 00/31] 4.14.271-rc2 review
 2022-03-10 14:18 UTC  (32+ 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 04/31] x86/speculation: Add eIBRS + Retpoline options
` [PATCH 4.14 05/31] Documentation/hw-vuln: Update spectre doc
` [PATCH 4.14 06/31] x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation reporting
` [PATCH 4.14 07/31] x86/speculation: Use generic retpoline by default on AMD
` [PATCH 4.14 08/31] x86/speculation: Update link to AMD speculation whitepaper
` [PATCH 4.14 09/31] x86/speculation: Warn about Spectre v2 LFENCE mitigation
` [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()

[syzbot] INFO: task hung in port100_probe
 2022-03-10 14:22 UTC 

[PATCH v2 0/4] Patches and bugfixes for overlayfs
 2022-03-10 14:28 UTC  (2+ messages)

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-03-10 14:09 UTC  (7+ messages)
` [PATCH v5 02/13] mm: Introduce memfile_notifier
` [PATCH v5 03/13] mm/shmem: Support memfile_notifier
` [PATCH v5 05/13] KVM: Extend the memslot to support fd-based private memory
` [PATCH v5 09/13] KVM: Handle page fault for "
` [PATCH v5 11/13] KVM: Zap existing KVM mappings when pages changed in the private fd
` [PATCH v5 13/13] memfd_create.2: Describe MFD_INACCESSIBLE flag

[PATCH] riscv: ftrace: no need to acquire text_mutex when executed in stop_machine
 2022-03-10 14:27 UTC  (2+ messages)

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

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  (34+ messages)
` [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 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 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:05 UTC 

[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  (11+ messages)
` [PATCH V3 05/13] drm: bridge: icn6211: Add DSI lane count DT property parsing

[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  (2+ messages)

[PATCH v3] vsock: each transport cycles only on its own sockets
 2022-03-10 14:14 UTC  (2+ 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 00/26] virtio pci support VIRTIO_F_RING_RESET
 2022-03-10 14:09 UTC  (10+ 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 


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.