All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-18 22:26:11 to 2023-08-19 01:14:02 UTC [more...]

[PATCH] iommu: Remove the device_lock_assert() from __iommu_probe_device()
 2023-08-18 22:47 UTC  (4+ messages)

[V9 0/9] Enable Wifi RFI interference mitigation feature support
 2023-08-18 22:49 UTC  (5+ messages)
` [V9 1/9] drivers core: Add support for Wifi band RF mitigations

[PATCH v9 1/9] virtio: Add shared memory capability
 2023-08-19  1:12 UTC  (8+ messages)
` [PATCH v9 3/9] virtio-gpu: hostmem
` [PATCH v9 4/9] virtio-gpu: blob prep
` [PATCH v9 5/9] gfxstream + rutabaga prep: added need defintions, fields, and options
` [PATCH v9 6/9] gfxstream + rutabaga: add initial support for gfxstream
` [PATCH v9 7/9] gfxstream + rutabaga: meson support
` [PATCH v9 8/9] gfxstream + rutabaga: enable rutabaga
` [PATCH v9 9/9] docs/system: add basic virtio-gpu documentation

[RFC PATCH v1 0/1] tracing/kprobe: Add multi-probe support for 'perf_kprobe' PMU
 2023-08-19  1:11 UTC  (5+ messages)
` [RFC PATCH v1 1/1] "

[PATCH] dt-bindings: pinctrl: Drop 'phandle' properties
 2023-08-19  1:09 UTC  (2+ messages)

[PATCH] dt-bindings: pinctrl: aspeed: Allow only defined pin mux node properties
 2023-08-19  1:09 UTC  (4+ messages)

[PATCH] dt-bindings: pinctrl: renesas,rza2: Use 'additionalProperties' for child nodes
 2023-08-19  1:09 UTC 

[PATCH v2 00/18] crypto: Provide clmul.h and host accel
 2023-08-19  1:02 UTC  (19+ messages)
` [PATCH v2 01/18] crypto: Add generic 8-bit carry-less multiply routines
` [PATCH v2 02/18] target/arm: Use clmul_8* routines
` [PATCH v2 03/18] target/s390x: "
` [PATCH v2 04/18] target/ppc: "
` [PATCH v2 05/18] crypto: Add generic 16-bit carry-less multiply routines
` [PATCH v2 06/18] target/arm: Use clmul_16* routines
` [PATCH v2 07/18] target/s390x: "
` [PATCH v2 08/18] target/ppc: "
` [PATCH v2 09/18] crypto: Add generic 32-bit carry-less multiply routines
` [PATCH v2 10/18] target/arm: Use clmul_32* routines
` [PATCH v2 11/18] target/s390x: "
` [PATCH v2 12/18] target/ppc: "
` [PATCH v2 13/18] crypto: Add generic 64-bit carry-less multiply routine
` [PATCH v2 14/18] target/arm: Use clmul_64
` [PATCH v2 15/18] target/s390x: "
` [PATCH v2 16/18] target/ppc: "
` [PATCH v2 17/18] host/include/i386: Implement clmul.h
` [PATCH v2 18/18] host/include/aarch64: "

[PATCH v32 0/6] Implement IOCTL to get and optionally clear info about PTEs
 2023-08-19  1:04 UTC  (3+ messages)
` [PATCH v32 2/6] fs/proc/task_mmu: "

[Intel-gfx] [PATCH 0/6] drm/i915/color: cleanups and refactoring
 2023-08-19  1:04 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[PATCH bpf-next 00/15] Add support for local percpu kptr
 2023-08-19  1:01 UTC  (8+ messages)
` [PATCH bpf-next 02/15] bpf: Add BPF_KPTR_PERCPU_REF as a field type
` [PATCH bpf-next 03/15] bpf: Add alloc/xchg/direct_access support for local percpu kptr
` [PATCH bpf-next 04/15] bpf: Add bpf_this_cpu_ptr/bpf_per_cpu_ptr support for allocated percpu obj

[PATCH 1/2] wifi: mwifiex: cleanup adapter data
 2023-08-19  0:58 UTC  (2+ messages)

[PATCH v1 net] net: Allow larger buffer than peer address for SO_PEERNAME
 2023-08-19  0:55 UTC 

[PATCH net-next v4 2/2] net: stmmac: Tx coe sw fallback
 2023-08-19  0:53 UTC  (3+ messages)

[PATCH v2 0/2] maple_tree: mas_wr_append() fix ups
 2023-08-19  0:43 UTC  (3+ messages)
` [PATCH v2 1/2] maple_tree: Disable mas_wr_append() when other readers are possible
` [PATCH v2 2/2] maple_tree: Clean up mas_wr_append()

[PATCH v4 0/3] Support dwc3 runtime suspend during bus suspend
 2023-08-19  0:42 UTC  (5+ messages)
` [PATCH v4 2/3] dt-bindings: usb: snps,dwc3: Add runtime-suspend-on-usb-suspend property

[PATCH v2 0/3] Q40 IDE fixes
 2023-08-19  0:40 UTC  (10+ messages)
` [PATCH v2 2/3] ata: pata_falcon: add data_swab option to byte-swap disk data
` [PATCH v2 3/3] m68k/atari: change Falcon IDE platform device to id 0

[XEN][PATCH v9 00/19] dynamic node programming using overlay dtbo
 2023-08-19  0:28 UTC  (20+ messages)
` [XEN][PATCH v9 01/19] common/device_tree: handle memory allocation failure in __unflatten_device_tree()
` [XEN][PATCH v9 02/19] common/device_tree.c: unflatten_device_tree() propagate errors
` [XEN][PATCH v9 03/19] xen/arm/device: Remove __init from function type
` [XEN][PATCH v9 04/19] common/device_tree: Export __unflatten_device_tree()
` [XEN][PATCH v9 05/19] xen/arm: Add CONFIG_OVERLAY_DTB
` [XEN][PATCH v9 06/19] libfdt: Keep fdt functions after init for CONFIG_OVERLAY_DTB
` [XEN][PATCH v9 07/19] libfdt: overlay: change overlay_get_target()
` [XEN][PATCH v9 08/19] xen/device-tree: Add device_tree_find_node_by_path() to find nodes in device tree
` [XEN][PATCH v9 09/19] xen/iommu: Move spin_lock from iommu_dt_device_is_assigned to caller
` [XEN][PATCH v9 10/19] xen/iommu: protect iommu_add_dt_device() with dtdevs_lock
` [XEN][PATCH v9 11/19] xen/iommu: Introduce iommu_remove_dt_device()
` [XEN][PATCH v9 12/19] xen/smmu: Add remove_device callback for smmu_iommu ops
` [XEN][PATCH v9 13/19] asm/smp.h: Fix circular dependency for device_tree.h and rwlock.h
` [XEN][PATCH v9 14/19] common/device_tree: Add rwlock for dt_host
` [XEN][PATCH v9 15/19] xen/arm: Implement device tree node removal functionalities
` [XEN][PATCH v9 16/19] xen/arm: Implement device tree node addition functionalities
` [XEN][PATCH v9 17/19] tools/libs/ctrl: Implement new xc interfaces for dt overlay
` [XEN][PATCH v9 18/19] tools/libs/light: Implement new libxl functions for device tree overlay ops
` [XEN][PATCH v9 19/19] tools/xl: Add new xl command overlay for device tree overlay support

[f2fs-dev] circular locking dependency warning in f2fs
 2023-08-19  0:35 UTC  (9+ messages)

[PATCHv2 net-next] IPv4: add extack info for IPv4 address add/delete
 2023-08-19  0:33 UTC  (2+ messages)

[PATCH] docs/misra: document gcc-specific behavior with shifting signed integers
 2023-08-19  0:33 UTC 

[PATCH] f2fs: avoid false alarm of circular locking
 2023-08-19  0:30 UTC  (2+ messages)
` [f2fs-dev] "

[PATCHv7 net-next 0/2] ipv6: update route when delete source address
 2023-08-19  0:31 UTC  (5+ messages)
` [PATCHv7 net-next 1/2] ipv6: do not match device when remove source route
` [PATCHv7 net-next 2/2] selftests: fib_test: add a test case for IPv6 source address delete

[EXT] Quick Reply Extension Testing
 2023-08-19  0:30 UTC  (4+ messages)

[PATCH net v3 0/2] net: Fix return value check for fixed_phy_register()
 2023-08-19  0:28 UTC  (3+ messages)
` [PATCH net v3 2/2] net: bcmgenet: "

[PATCH net-next v3 0/3] net: Return PTR_ERR() for fixed_phy_register()
 2023-08-19  0:27 UTC  (3+ messages)
` [PATCH net-next v3 2/3] net: bcmgenet: "

[PATCH 1/2] drivers/mtd/nvmxip: Rework the read accessor to support 32bit systems
 2023-08-19  0:23 UTC  (2+ messages)

[PATCH v2 net-next 0/3] netem: use a seeded PRNG for loss and corruption events
 2023-08-19  0:17 UTC  (2+ messages)

[PATCH] mfd: core: Un-constify mfd_cell.of_reg
 2023-08-19  0:11 UTC  (3+ messages)

[PATCH] gitsm: tolerate git-lfs in submodules
 2023-08-19  0:10 UTC 

[PATCH net-next v2] net: dm9051: Use PTR_ERR_OR_ZERO() to simplify code
 2023-08-19  0:10 UTC  (2+ messages)

[PATCH net-next] sky2: Remove redundant NULL check for debugfs_create_dir
 2023-08-19  0:10 UTC  (2+ messages)

dwc3: unusual handling of setup requests with wLength == 0
 2023-08-19  0:06 UTC  (8+ messages)

[PATCH -perfbook 1/2] qqz.sty: Work around orphaned section heading
 2023-08-19  0:06 UTC  (2+ messages)
` [PATCH -perfbook 2/2] Use \raggedbottom for ebook-size builds

[PATCH net-next v5 00/15][pull request] Introduce Intel IDPF driver
 2023-08-19  0:01 UTC  (5+ messages)
` [PATCH net-next v5 14/15] idpf: add ethtool callbacks

[PATCH v2 0/5] fix interactions with "-w" and "--exit-code"
 2023-08-18 23:59 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/5] diff: move the fallback "--exit-code" code down
  ` [PATCH v3 2/5] diff: mode-only change should be noticed by "--patch -w --exit-code"
  ` [PATCH v3 3/5] diff: teach "--stat -w --exit-code" to notice differences
  ` [PATCH v3 4/5] t4040: remove test that succeeded for a wrong reason
  ` [PATCH v3 5/5] diff: the -w option breaks --exit-code for --raw and other output modes

[PATCH] tpm: Don't make vendor check required for probe
 2023-08-18 23:57 UTC  (5+ messages)

[PATCH RFC v3 0/2] Q40 IDE fixes
 2023-08-18 23:53 UTC  (8+ messages)
` [PATCH RFC v3 2/2] m68k/q40: add data_swab option for pata_falcon to byte-swap disk data

[PATCH v3 0/2] Q40 IDE fixes
 2023-08-18 23:49 UTC  (3+ messages)
` [PATCH v3 1/2] ata: pata_falcon: fix IO base selection for Q40
` [PATCH v3 2/2] ata: pata_falcon: add data_swab option to byte-swap disk data

[PATCH v3 00/12] Remove unnecessary USBx dr_mode configuration
 2023-08-18 23:47 UTC  (7+ messages)
` [PATCH v3 09/12] usb: cdns3: Handle otg mode as peripheral

[Buildroot] [PATCH] package/qemu: force the host compiler to look at HOST_DIR first
 2023-08-18 23:46 UTC 

[PATCH] treewide: drop CONFIG_EMBEDDED
 2023-08-18 23:44 UTC  (8+ messages)

[f2fs-dev] [Bug 216050] New: fsfs_gc occupies 100% cpu
 2023-08-18 23:40 UTC  (2+ messages)
` [f2fs-dev] [Bug 216050] f2fs_gc "

[PATCH v2 0/3] "update-index --show-index-version"
 2023-08-18 23:37 UTC  (4+ messages)
` [PATCH v2 1/3] update-index doc: v4 is OK with JGit and libgit2
` [PATCH v2 2/3] update-index: add --show-index-version
` [PATCH v2 3/3] test-tool: retire "index-version"

[PATCH] x86: Use __fpu_invalidate_fpregs_state() in exec
 2023-08-18 23:35 UTC  (2+ messages)

[PATCH] x86/sev: Make early_set_memory_decrypted() calls page aligned
 2023-08-18 23:34 UTC 

Community Manager update - August 2023
 2023-08-18 23:34 UTC  (2+ messages)

[PATCH v2 00/15] Introduce /dev/mshv drivers
 2023-08-18 23:30 UTC  (19+ messages)
` [PATCH v2 05/15] hyperv: Move hv_connection_id to hyperv-tlfs
` [PATCH v2 06/15] hyperv-tlfs: Introduce hv_status_to_string and hv_status_to_errno
` [PATCH v2 08/15] Drivers: hv: Introduce per-cpu event ring tail
` [PATCH v2 09/15] Drivers: hv: Introduce hv_output_arg_exists in hv_common.c
` [PATCH v2 12/15] Documentation: Reserve ioctl number for mshv driver
` [PATCH v2 14/15] asm-generic: hyperv: Use mshv headers conditionally. Add asm-generic/hyperv-defs.h

[BUG] Git 2.42.0-rc2 t1092.57 script error
 2023-08-18 23:25 UTC  (2+ messages)

[RFC PATCH 0/5] replace build code for unit tests
 2023-08-18 23:26 UTC  (11+ messages)
` [PATCH v5 00/10] expand list of optional libraries
  ` [PATCH v5 04/10] app/test: build using per-file dependency matrix

[Buildroot] [PATCH 0/2] util-linux 2.39.2
 2023-08-18 23:24 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] Revert "package/util-linux: add missing autoreconf"

[RFC PATCH 00/11] New KVM ioctl to link a gmem inode to a new gmem file
 2023-08-18 23:20 UTC  (3+ messages)
` [RFC PATCH 02/11] KVM: guest_mem: Add ioctl KVM_LINK_GUEST_MEMFD

[PATCH v4 00/28] Add support for QMC HDLC, framer infrastruture and PEF2256 framer (v4)
 2023-08-18 23:18 UTC  (5+ messages)
` [PATCH v4 27/28] ASoC: codecs: Add support for the framer codec

[RFC PATCH -next] ima: Make tpm hash configurable
 2023-08-18 23:17 UTC  (4+ messages)

[PATCH net-next 0/4] net: ethernet: mtk_eth_soc: improve support for MT7988
 2023-08-18 23:16 UTC  (10+ messages)
` [PATCH net-next 1/4] net: ethernet: mtk_eth_soc: fix register definitions "
` [PATCH net-next 2/4] net: ethernet: mtk_eth_soc: add reset bits "
` [PATCH net-next 3/4] net: ethernet: mtk_eth_soc: add support for in-SoC SRAM
` [PATCH net-next 4/4] net: ethernet: mtk_eth_soc: support 36-bit DMA addressing on MT7988

[PATCH 0/8] KVM: gmem: Adding hooks for SEV and TDX
 2023-08-18 23:14 UTC  (8+ messages)
` [PATCH 3/8] KVM: gmem: Fix kvm_gmem_issue_arch_invalidate()
` [PATCH 4/8] KVM: gmem: protect kvm_mmu_invalidate_end()

[xen-unstable-smoke test] 182388: tolerable all pass - PUSHED
 2023-08-18 23:13 UTC 

[PATCH v2 1/2] mm/thp: fix "mm: thp: kill __transhuge_page_enabled()"
 2023-08-18 23:10 UTC  (5+ messages)
` [PATCH v2 2/2] smaps: set THPeligible if file mapping supports large folios

[PATCH v1 1/1] asm-generic: Fix spelling of architecture
 2023-08-18 23:08 UTC  (3+ messages)

[PATCH RESEND v3 00/17] EDAC/mc/synopsys: Various fixes and cleanups
 2023-08-18 23:06 UTC  (3+ messages)

Deadlock due to EPT_VIOLATION
 2023-08-18 23:06 UTC  (12+ messages)

[PATCH] tee: amdtee: add support for use of cma region
 2023-08-18 23:04 UTC  (3+ messages)

[RFC PATCH v11 28/29] KVM: selftests: Add basic selftest for guest_memfd()
 2023-08-18 23:03 UTC  (13+ messages)

[PATCH] parisc: Use generic mmap top-down layout and brk randomization
 2023-08-18 23:01 UTC 

[PATCH v5 00/17] Imagination Technologies PowerVR DRM driver
 2023-08-18 22:59 UTC  (4+ messages)
` [PATCH v5 08/17] drm/imagination: Add GEM and VM related code

[PATCH 06/12] arch: Declare screen_info in <asm/screen_info.h>
 2023-08-18 14:18 UTC  (3+ messages)
` [06/12] "

beaglebone: root=PARTUUID=${uuid} not expanding in extlinux.conf
 2023-08-18 22:56 UTC 

Patchwork summary for: spi-devel-general
 2023-08-18 22:50 UTC 

[PATCH 1/3] ata: libata: Introduce ata_qc_has_cdl()
 2023-08-18 22:45 UTC  (4+ messages)
` [PATCH 3/3] scsi: pm80xx: Set RETFIS when requested by libsas

[Intel-xe] [PATCH v2 00/15] Add Lunar Lake support
 2023-08-18 22:44 UTC  (2+ messages)
` [Intel-xe] ✓ CI.BAT: success for Add Lunar Lake support (rev2)

[PATCH v7 0/6] Add cs42l43 PC focused SoundWire CODEC
 2023-08-18 22:39 UTC  (2+ messages)
` (subset) "

[net Patch] octeontx2-af: SDP: fix receive link config
 2023-08-18 22:40 UTC  (2+ messages)

[PATCH v2 net-next] pds_core: remove redundant pci_clear_master()
 2023-08-18 22:40 UTC  (2+ messages)

[OE-core][mickledore 00/18] Patch review
 2023-08-18 22:36 UTC  (2+ messages)

[PATCH v2] workingset: ensure memcg is valid for recency check
 2023-08-18 22:29 UTC  (14+ messages)

[PATCH net-next 0/3][pull request] virtchnl: fix fake 1-elem arrays
 2023-08-18 22:30 UTC  (2+ messages)

[pull request][net-next 00/15] mlx5 updates 2023-08-16
 2023-08-18 22:28 UTC  (3+ messages)
` [net-next 14/15] net/mlx5: Convert PCI error values to generic errnos

[RFC PATCH v4 00/10] KVM: guest_memfd(), X86: Common base for SNP and TDX (was KVM: guest memory: Misc enhancement)
 2023-08-18 22:27 UTC  (5+ messages)
` [RFC PATCH v4 07/10] KVM: x86: Add gmem hook for initializing private memory

[PATCH 00/14] remove use of term abort
 2023-08-18 22:26 UTC  (4+ messages)
` [PATCH v2 00/13] Replace us "
  ` [PATCH v2 07/13] net/netvsc: replace abort with cancel


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.