All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-05 16:58:45 to 2023-05-05 17:52:41 UTC [more...]

[PATCH v6 00/14] x86: Trenchboot secure dynamic launch Linux kernel support
 2023-05-05 17:47 UTC  (16+ messages)
` [PATCH v6 02/14] Documentation/x86: Secure Launch kernel documentation
` [PATCH v6 04/14] x86: Secure Launch Resource Table header file
` [PATCH v6 05/14] x86: Secure Launch main "
` [PATCH v6 07/14] x86: Secure Launch kernel early boot stub

[PATCH 0/3] media: camss: Link CAMSS power domain on MSM8996
 2023-05-05 17:51 UTC  (5+ messages)
` [PATCH 1/3] media: dt-bindings: media: camss: qcom,msm8996-camss: Add CAMSS power domain and power-domain-names
` [PATCH 2/3] arm64: dts: qcom: msm8996: Add CAMSS power domain and power-domain-names to CAMSS

[PATCH 1/1] nfs08.sh: Skip on vfat
 2023-05-05 17:45 UTC  (3+ messages)
  ` [LTP] "

[GIT PULL] ACPI fix for v6.4-rc1
 2023-05-05 17:50 UTC 

[GIT PULL] Thermal control fixes for v6.4-rc1
 2023-05-05 17:49 UTC 

[Intel-wired-lan] [ixgbe] regression: jumbo frames not working
 2023-05-05 17:50 UTC  (3+ messages)

[PATCH 00/14] rte_pktmbuf_mtod_offset usage
 2023-05-05 17:48 UTC  (15+ messages)
` [PATCH 01/14] gro: use rte_pktmbuf_mtod_offset
` [PATCH 02/14] gso: "
` [PATCH 03/14] testpmd: "
` [PATCH 04/14] test: cryptodev "
` [PATCH 05/14] examples: "
` [PATCH 06/14] net/tap: "
` [PATCH 07/14] net/nfp: "
` [PATCH 08/14] crypto/ipsec_mb: "
` [PATCH 09/14] crypto/qat: "
` [PATCH 10/14] crypto/cnxk: use rte_ptkmbuf_mtod_offset
` [PATCH 11/14] common/cpt: use rte_pktmbuf_mtod_offset
` [PATCH 12/14] crypto/caam_jr: "
` [PATCH 13/14] net/mlx4: "
` [PATCH 14/14] baseband/fpga_5gnr: use rte_pktmbu_mtod_offset

[PATCH v2 3/4] dt-bindings: mmc: fsl-imx-esdhc: remove property "fsl,wp-controller"
 2023-05-05 17:47 UTC  (2+ messages)

[PATCH v2 1/5] hw/display/virtio-gpu-virgl: virtio_gpu_gl -> virtio_gpu_virgl
 2023-05-05 17:47 UTC  (5+ messages)
` [PATCH v2 3/5] hw/display/virtio-gpu-virgl: define callbacks in realize function

[PATCH v10 0/9] Enable IPQ9754 USB
 2023-05-05 17:46 UTC  (4+ messages)
` [PATCH v10 2/9] dt-bindings: phy: qcom,qmp-usb: Add IPQ9574 USB3 PHY

[PATCH v4 17/68] clk: lochnagar: Add a determine_rate hook
 2023-05-05 17:46 UTC  (2+ messages)

[PATCH v4 0/7] x86/resctrl: Miscellaneous resctrl features
 2023-05-05 17:47 UTC  (7+ messages)
` [PATCH v4 1/7] x86/resctrl: Add multiple tasks to the resctrl group at once

[PATCH 0/7] contrib/credential: avoid protocol injection attacks
 2023-05-05 17:46 UTC  (3+ messages)

Yocto Project Community Manager updates
 2023-05-05 17:47 UTC  (2+ messages)
` [OE-core] "

[PATCH v2 00/36] Maple tree mas_{next,prev}_range() and cleanup
 2023-05-05 17:42 UTC  (37+ messages)
` [PATCH v2 01/36] maple_tree: Fix static analyser cppcheck issue
` [PATCH v2 02/36] maple_tree: Clean up mas_parent_enum() and rename to mas_parent_type()
` [PATCH v2 03/36] maple_tree: Avoid unnecessary ascending
` [PATCH v2 04/36] maple_tree: Clean up mas_dfs_postorder()
` [PATCH v2 05/36] maple_tree: Add format option to mt_dump()
` [PATCH v2 06/36] maple_tree: Add debug BUG_ON and WARN_ON variants
` [PATCH v2 07/36] maple_tree: Convert BUG_ON() to MT_BUG_ON()
` [PATCH v2 08/36] maple_tree: Change RCU checks to WARN_ON() instead of BUG_ON()
` [PATCH v2 09/36] maple_tree: Convert debug code to use MT_WARN_ON() and MAS_WARN_ON()
` [PATCH v2 10/36] maple_tree: Use MAS_BUG_ON() when setting a leaf node as a parent
` [PATCH v2 11/36] maple_tree: Use MAS_BUG_ON() in mas_set_height()
` [PATCH v2 12/36] maple_tree: Use MAS_BUG_ON() from mas_topiary_range()
` [PATCH v2 13/36] maple_tree: Use MAS_WR_BUG_ON() in mas_store_prealloc()
` [PATCH v2 14/36] maple_tree: Use MAS_BUG_ON() prior to calling mas_meta_gap()
` [PATCH v2 15/36] maple_tree: Return error on mte_pivots() out of range
` [PATCH v2 16/36] maple_tree: Make test code work without debug enabled
` [PATCH v2 17/36] mm: Update validate_mm() to use vma iterator
` [PATCH v2 18/36] mm: Update vma_iter_store() to use MAS_WARN_ON()
` [PATCH v2 19/36] maple_tree: Add __init and __exit to test module
` [PATCH v2 20/36] maple_tree: Remove unnecessary check from mas_destroy()
` [PATCH v2 21/36] maple_tree: mas_start() reset depth on dead node
` [PATCH v2 22/36] mm/mmap: Change do_vmi_align_munmap() for maple tree iterator changes
` [PATCH v2 23/36] maple_tree: Try harder to keep active node after mas_next()
` [PATCH v2 24/36] maple_tree: Try harder to keep active node with mas_prev()
` [PATCH v2 25/36] maple_tree: Revise limit checks in mas_empty_area{_rev}()
` [PATCH v2 26/36] maple_tree: Fix testing mas_empty_area()
` [PATCH v2 27/36] maple_tree: Introduce mas_next_slot() interface
` [PATCH v2 28/36] maple_tree: Add mas_next_range() and mas_find_range() interfaces
` [PATCH v2 29/36] maple_tree: Relocate mas_rewalk() and mas_rewalk_if_dead()
` [PATCH v2 30/36] maple_tree: Introduce mas_prev_slot() interface
` [PATCH v2 31/36] maple_tree: Add mas_prev_range() and mas_find_range_rev interface
` [PATCH v2 32/36] maple_tree: Clear up index and last setting in single entry tree
` [PATCH v2 33/36] maple_tree: Update testing code for mas_{next,prev,walk}
` [PATCH v2 34/36] mm: Add vma_iter_{next,prev}_range() to vma iterator
` [PATCH v2 35/36] mm: Avoid rewalk in mmap_region
` [PATCH v2 36/36] maple_tree: Add gap to check_alloc_rev_range() testcase

[PATCH] KVM: x86/mmu: Don't create kvm-nx-lpage-re kthread if not itlb_multihit
 2023-05-05 17:44 UTC  (4+ messages)

[f2fs-dev] [Bug 216050] New: fsfs_gc occupies 100% cpu
 2023-05-05 17:44 UTC  (2+ messages)
` [f2fs-dev] [Bug 216050] f2fs_gc "

[PATCH] Hexagon (decode): look for pkts with multiple insns at the same slot
 2023-05-05 17:42 UTC  (2+ messages)

[PATCH v1 0/9] drm/bridge: tc358768: various fixes on PLL calculation and DSI timings
 2023-05-05 17:42 UTC  (16+ messages)
` [PATCH v1 1/9] drm/bridge: tc358768: always enable HS video mode
` [PATCH v1 2/9] drm/bridge: tc358768: fix PLL parameters computation
` [PATCH v1 3/9] drm/bridge: tc358768: fix PLL target frequency
` [PATCH v1 4/9] drm/bridge: tc358768: fix TCLK_ZEROCNT computation
` [PATCH v1 5/9] drm/bridge: tc358768: fix TCLK_TRAILCNT computation

[LTP] [PATCH] testcases:Fix the failure of shell script to get path
 2023-05-05 17:41 UTC  (2+ messages)

[PATCH] t4013: add expected failure for "log --patch --no-patch"
 2023-05-05 17:41 UTC  (14+ messages)
            ` Re* "
              ` [PATCH] diff: fix behaviour of the "-s" option
                ` [PATCH v2] diff: fix interaction between the "-s" option and other options

[PATCH bpf v7 00/13] bpf sockmap fixes
 2023-05-05 17:39 UTC  (5+ messages)
` [PATCH bpf v7 09/13] bpf: sockmap, pull socket helpers out of listen test for general use
` [PATCH bpf v7 10/13] bpf: sockmap, build helper to create connected socket pair

Integrating swtpm(as a software TPM) with OpenBMC on Qemu
 2023-05-05 17:36 UTC  (15+ messages)

Contributing, how it works?
 2023-05-05 17:37 UTC  (2+ messages)
` [OE-core] "

[PATCH 0/2] Supporting same fsid filesystems mounting on btrfs
 2023-05-05 17:37 UTC  (7+ messages)
` [PATCH 1/2] btrfs: Introduce the virtual_fsid feature

[PATCH v2] maple_tree: Make maple state reusable after mas_empty_area()
 2023-05-05 17:36 UTC  (2+ messages)

[libvirt test] 180539: tolerable all pass - PUSHED
 2023-05-05 17:34 UTC 

[PATCH 0/3] Enclosure sysfs refactor
 2023-05-05 17:33 UTC  (5+ messages)
` [PATCH 2/3] misc: enclosure, ses: simplify some get callbacks

[PATCH 0/3] pack-bitmap: boundary-based bitmap traversal
 2023-05-05 17:33 UTC  (10+ messages)
` [PATCH 1/3] revision: support tracking uninteresting commits
` [PATCH v2 0/2] pack-bitmap: boundary-based bitmap traversal
  ` [PATCH v2 1/2] pack-bitmap.c: extract `fill_in_bitmap()`
  ` [PATCH v2 2/2] pack-bitmap.c: use commit boundary during bitmap traversal

[PATCH 0/4] acpi: Add CDAT parsing support to ACPI tables code
 2023-05-05 17:33 UTC  (5+ messages)
` [PATCH 1/4] acpi: tables: Add CDAT table parsing support
` [PATCH 2/4] acpi: Add header struct in CDAT subtables
` [PATCH 3/4] acpi: fix misnamed define for CDAT DSMAS
` [PATCH 4/4] cxl: Add callback to parse the DSMAS subtables from CDAT

[PATCH] make-mod-scripts: preserve libraries when rm_work is used
 2023-05-05 17:32 UTC  (19+ messages)
` [OE-core] "

[RFC PATCH 0/3] Rework locking when rendering mountinfo cgroup paths
 2023-05-05 17:32 UTC  (4+ messages)
` [RFC PATCH 3/3] cgroup: Do not take css_set_lock in cgroup_show_path

[PATCH v6 1/4] tee: optee: system call property
 2023-05-05 17:30 UTC  (12+ messages)
` [PATCH v6 2/4] tee: system session
` [PATCH v6 3/4] tee: optee: support tracking system threads
` [PATCH v6 4/4] firmware: arm_scmi: optee: use optee system invocation

[LTP] [PATCH v1] starvation.c: New case for sched starvation
 2023-05-05 17:31 UTC  (2+ messages)

[RFC PATCH v1 0/9] Hypervisor-Enforced Kernel Integrity
 2023-05-05 17:31 UTC  (9+ messages)
` [PATCH v1 2/9] KVM: x86/mmu: Add support for prewrite page tracking
` [PATCH v1 4/9] KVM: x86: Add new hypercall to set EPT permissions

[PATCH v2] usage: clarify --recurse-submodules as a boolean
 2023-05-05 17:30 UTC  (3+ messages)

[PATCH] powerpc: dts: turris1x.dts: Fix PCIe MEM size for pci2 node
 2023-05-05 17:28 UTC 

[virtio-comment] [PATCH v13 00/10] Introduce device group and device management
 2023-05-05 17:26 UTC  (13+ messages)
` [virtio-comment] [PATCH v13 04/10] admin: introduce virtio admin virtqueues
  ` [virtio-dev] "
    ` [virtio-comment] "
` [virtio-comment] [PATCH v13 05/10] pci: add admin vq registers to virtio over pci
  ` [virtio-dev] "
    ` [virtio-comment] "
` [virtio-comment] [PATCH v13 08/10] admin: command list discovery
  ` [virtio-dev] "
    ` [virtio-comment] "
` [virtio-comment] [PATCH v13 10/10] ccw: document more reserved features
  ` [virtio-dev] "
    ` [virtio-comment] "

tpm_sis IRQ storm on ThinkStation P360 Tiny
 2023-05-05 17:25 UTC  (4+ messages)

[PATCH v3] perf: arm_cspmu: Separate Arm and vendor module
 2023-05-05 17:24 UTC  (3+ messages)

[PATCH v2 0/5] Add Renesas PMIC RAA215300 and built-in RTC support
 2023-05-05 17:25 UTC  (6+ messages)
` [PATCH v2 1/5] dt-bindings: mfd: Add Renesas RAA215300 PMIC bindings
` [PATCH v2 2/5] mfd: Add Renesas PMIC RAA215300 driver
` [PATCH v2 3/5] rtc: isl1208: Add support for the built-in RTC on the PMIC RAA215300
` [PATCH v2 4/5] mfd: Add Renesas PMIC RAA215300 RTC driver
` [PATCH v2 5/5] arm64: dts: renesas: rzg2l-smarc-som: Enable PMIC and built-in RTC

[PATCH v2] sequencer: beautify subject of reverts of reverts
 2023-05-05 17:25 UTC  (4+ messages)

[PATCH v2 0/9] drm/msm/dpu: simplify QoS/CDP programming
 2023-05-05 17:24 UTC  (19+ messages)
` [PATCH v2 1/9] drm/msm/dpu: fix SSPP register definitions
  ` [Freedreno] "
` [PATCH v2 2/9] drm/msm/dpu: simplify CDP programming
  ` [Freedreno] "
` [PATCH v2 3/9] drm/msm/dpu: fix the condition for (not) applying QoS to CURSOR SSPP
  ` [Freedreno] "
` [PATCH v2 4/9] drm/msm/dpu: rearrange QoS setting code
  ` [Freedreno] "
` [PATCH v2 5/9] drm/msm/dpu: drop DPU_PLANE_QOS_VBLANK_CTRL
  ` [Freedreno] "
` [PATCH v2 6/9] drm/msm/dpu: simplify qos_ctrl handling
  ` [Freedreno] "
` [PATCH v2 7/9] drm/msm/dpu: drop DPU_PLANE_QOS_PANIC_CTRL
  ` [Freedreno] "
` [PATCH v2 8/9] drm/msm/dpu: remove struct dpu_hw_pipe_qos_cfg
  ` [Freedreno] "
` [PATCH v2 9/9] drm/msm/dpu: use common helper for WB and SSPP QoS setup
  ` [Freedreno] "

[PATCH v2] generic/728: Add a test for xattr ctime updates
 2023-05-05 17:24 UTC 

[PATCH -next 0/2] lsm: Change inode_setattr() to take struct
 2023-05-05 17:22 UTC  (3+ messages)
` [PATCH -next 1/2] fs: Change notify_change() to take struct path argument
  ` [PATCH -next 1/2] "

[PATCH V4 00/11] vfio/pci: Support dynamic allocation of MSI-X interrupts
 2023-05-05 17:21 UTC  (6+ messages)
` [PATCH V4 10/11] vfio/pci: Support dynamic MSI-X

[PATCH] powerpc: isa-bridge: Fix ISA mmapping when "ranges" is not present
 2023-05-05 17:18 UTC  (2+ messages)

Added double quotes to variables of three `rm` commands
 2023-05-05 17:19 UTC 

kdump issue seen on certain platforms with active E810 connection and intel_iommu=on
 2023-05-05 17:20 UTC 

[PATCH] regmap: don't check for alignment when using reg_shift
 2023-05-05 17:19 UTC  (6+ messages)

[Intel-gfx] [PATCH 0/5] drm/i915: Fix audio/infroframes on g4x
 2023-05-05 17:17 UTC  (6+ messages)
` [Intel-gfx] [PATCH 5/5] drm/i915: Pick one HDMI port for infoframe/audio transmission "

[PATCH v4 04/68] clk: Introduce clk_hw_determine_rate_no_reparent()
 2023-05-05 17:15 UTC  (4+ messages)

[GIT PULL] Please pull u-boot-mpc8xx
 2023-05-05 17:16 UTC 

[PATCH v4 0/7] Add EPYC-Genoa model and update previous EPYC Models
 2023-05-05 17:15 UTC  (3+ messages)

[PATCH] usb: dwc2: Fix some error handling paths
 2023-05-05 17:15 UTC 

Please pull u-boot-video
 2023-05-05 17:14 UTC  (2+ messages)

[PATCH 00/18] remoteproc: Convert to platform remove callback returning void
 2023-05-05 17:13 UTC  (4+ messages)
` [PATCH 06/18] remoteproc: mtk_scp: "

[GIT PULL] please pull fsl-qoirq-2023-5-5
 2023-05-05 17:14 UTC  (2+ messages)

[PATCH v2 0/2] Add F(x)tec Pro1X (QX1050) DTS
 2023-05-05 17:12 UTC  (3+ messages)
` [PATCH v2 1/2] arm64: dts: qcom: Add Fxtec "
` [PATCH v2 2/2] dt-bindings: arm: qcom: Add Fxtec Pro1X

[PATCH v3] migrate_pages: Avoid blocking for IO in MIGRATE_SYNC_LIGHT
 2023-05-05 17:11 UTC  (4+ messages)

[PATCH 33/34] maple_tree: Add testing for mas_{prev,next}_range()
 2023-05-05 17:11 UTC  (3+ messages)

[Intel-xe] [PATCH 0/7] Convert xe_mmio to struct xe_reg
 2023-05-05 17:08 UTC  (14+ messages)
` [Intel-xe] [PATCH 2/7] drm/xe/guc: Handle RCU_MODE as masked from definition
` [Intel-xe] [PATCH 3/7] drm/xe: Use media base for GMD_ID access
` [Intel-xe] [PATCH 5/7] fixup! drm/xe/display: Implement display support
` [Intel-xe] [PATCH 6/7] drm/xe: Rename reg field to addr
` [Intel-xe] [PATCH 7/7] drm/xe: Fix indent in xe_hw_engine_print_state()

[PATCH RFC 0/3] siw on tunnel devices
 2023-05-05 17:09 UTC  (4+ messages)
` [PATCH RFC 1/3] net/tun: Ensure tun devices have a MAC address

NFS mount fail
 2023-05-05 17:06 UTC  (4+ messages)

[PATCH net] net: skb_partial_csum_set() fix against transport header magic value
 2023-05-05 17:06 UTC 

[PATCH v2 0/4] stm32mp15: update remoteproc to support SCMI Device tree
 2023-05-05 17:03 UTC  (4+ messages)
` [PATCH v2 2/4] remoteproc: stm32: Allow hold boot management by the SCMI reset controller

[GIT PULL] perf tools changes for v6.4
 2023-05-05 17:04 UTC  (12+ messages)
` BPF skels in perf .Re: "
                  ` [PATCH RFC/RFT] perf bpf skels: Stop using vmlinux.h generated from BTF, use subset of used structs + CO-RE. was "

[RFC] Plane color pipeline KMS uAPI
 2023-05-05 17:01 UTC  (5+ messages)

[PATCH] Hexagon (target/hexagon/*.py): raise exception on reg parsing error
 2023-05-05 16:58 UTC  (2+ messages)

[Intel-gfx] [PATCH v3 0/6] Improvements to uc firmare management
 2023-05-05 16:58 UTC  (3+ messages)
` [Intel-gfx] [PATCH v3 4/6] drm/i915/uc: Enhancements to firmware table validation


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.