All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-06-15 13:31:00 to 2021-06-15 13:43:51 UTC [more...]

Allow mdev drivers to directly create the vfio_device (v3)
 2021-06-15 13:35 UTC  (19+ messages)
` [Intel-gfx] "
` [PATCH 01/10] driver core: Pull required checks into driver_probe_device()
  ` [Intel-gfx] "
` [PATCH 02/10] driver core: Better distinguish probe errors in really_probe
  ` [Intel-gfx] "
` [PATCH 03/10] driver core: Flow the return code from ->probe() through to sysfs bind
  ` [Intel-gfx] "
` [PATCH 04/10] driver core: Don't return EPROBE_DEFER to userspace during "
  ` [Intel-gfx] "
` [PATCH 05/10] driver core: Export device_driver_attach()
  ` [Intel-gfx] "
` [PATCH 06/10] vfio/mdev: Remove CONFIG_VFIO_MDEV_DEVICE
  ` [Intel-gfx] "
` [PATCH 07/10] vfio/mdev: Allow the mdev_parent_ops to specify the device driver to bind
  ` [Intel-gfx] "
` [PATCH 08/10] vfio/mtty: Convert to use vfio_register_group_dev()
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 09/10] vfio/mdpy: "

[PATCH] arm64: mm: Pass origial fault address to handle_mm_fault()
 2021-06-15 12:06 UTC  (2+ messages)

[PULL 00/33] Misc patches for 2021-06-15
 2021-06-15 13:38 UTC  (4+ messages)
` [PULL 01/33] vnc: avoid deprecation warnings for SASL on OS X
` [PULL 08/33] esp: allow non-DMA callback in esp_transfer_data() initial transfer
` [PULL 09/33] esp: handle non-DMA transfers from the target one byte at a time

[PATCH V2] rsi: fix AP mode with WPA failure due to encrypted EAPOL
 2021-06-15 13:42 UTC  (2+ messages)

[PATCH v2 1/2] mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *
 2021-06-15 11:08 UTC  (3+ messages)
` [PATCH v2 2/2] mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *

[PATCH v10 00/12] Restricted DMA
 2021-06-15 13:42 UTC  (50+ messages)
` [PATCH v10 01/12] swiotlb: Refactor swiotlb init functions
    ` [Intel-gfx] "
` [PATCH v10 02/12] swiotlb: Refactor swiotlb_create_debugfs
    ` [Intel-gfx] "
` [PATCH v10 03/12] swiotlb: Set dev->dma_io_tlb_mem to the swiotlb pool used
    ` [Intel-gfx] "
` [PATCH v10 04/12] swiotlb: Update is_swiotlb_buffer to add a struct device argument
    ` [Intel-gfx] "
` [PATCH v10 05/12] swiotlb: Update is_swiotlb_active "
    ` [Intel-gfx] "
` [PATCH v10 06/12] swiotlb: Use is_dev_swiotlb_force for swiotlb data bouncing
    ` [Intel-gfx] "
` [PATCH v10 07/12] swiotlb: Move alloc_size to swiotlb_find_slots
    ` [Intel-gfx] "
` [PATCH v10 08/12] swiotlb: Refactor swiotlb_tbl_unmap_single
    ` [Intel-gfx] "
` [PATCH v10 09/12] swiotlb: Add restricted DMA pool initialization
    ` [Intel-gfx] "
` [PATCH v10 10/12] swiotlb: Add restricted DMA alloc/free support
    ` [Intel-gfx] "
` [PATCH v10 11/12] dt-bindings: of: Add restricted DMA pool
` [PATCH v10 12/12] of: Add plumbing for "

[PATCH][next] net: pcs: xpcs: Fix a less than zero u16 comparision error
 2021-06-15 13:42 UTC  (2+ messages)

[PATCH] libertas: use DEVICE_ATTR_RW macro
 2021-06-15 13:41 UTC  (2+ messages)

[PATCH v3 00/11] powerpc/64: fast interrupt exits
 2021-06-15 13:39 UTC  (3+ messages)
` [PATCH v3 03/11] powerpc/64s: avoid reloading (H)SRR registers if they are still valid

[PATCH] cw1200: Revert unnecessary patches that fix unreal use-after-free bugs
 2021-06-15 13:41 UTC  (2+ messages)

[PATCH] net: wireless/realtek: Fix spelling of 'download'
 2021-06-15 13:41 UTC  (2+ messages)
` rtlwifi: "

[PATCH v4 0/2] powerpc/64: Option to use ELF V2 ABI for big-endian
 2021-06-15 13:41 UTC  (7+ messages)
` [PATCH v4 1/2] module: add elf_check_module_arch for module specific elf arch checks

[PATCH] riscv: dts: fu740: fix cache-controller interrupts
 2021-06-15 11:54 UTC  (2+ messages)

[PATCH] powerpc: Fix initrd corruption with relative jump labels
 2021-06-15 13:40 UTC  (2+ messages)

[PATCH] riscv: fix memmove and optimise memcpy when misalign
 2021-06-15 13:40 UTC  (5+ messages)

[PATCH v2 00/13] KVM: arm64: Fixed features for protected VMs
 2021-06-15 13:39 UTC  (28+ messages)
` [PATCH v2 01/13] KVM: arm64: Remove trailing whitespace in comments
` [PATCH v2 02/13] KVM: arm64: MDCR_EL2 is a 64-bit register
` [PATCH v2 03/13] KVM: arm64: Fix names of config register fields
` [PATCH v2 04/13] KVM: arm64: Refactor sys_regs.h,c for nVHE reuse
` [PATCH v2 05/13] KVM: arm64: Restore mdcr_el2 from vcpu
` [PATCH v2 06/13] KVM: arm64: Add feature register flag definitions
` [PATCH v2 07/13] KVM: arm64: Add config register bit definitions
` [PATCH v2 08/13] KVM: arm64: Guest exit handlers for nVHE hyp
` [PATCH v2 09/13] KVM: arm64: Add trap handlers for protected VMs
` [PATCH v2 10/13] KVM: arm64: Move sanitized copies of CPU features
` [PATCH v2 11/13] KVM: arm64: Trap access to pVM restricted features
` [PATCH v2 12/13] KVM: arm64: Handle protected guests at 32 bits
` [PATCH v2 13/13] KVM: arm64: Check vcpu features at pVM creation

Testing with Github Actions
 2021-06-15 13:35 UTC 

[dpdk-dev] mbuf next field belongs in the first cacheline
 2021-06-15 13:40 UTC  (3+ messages)

[PATCH] rtlwifi: Remove redundant assignments to ul_enc_algo
 2021-06-15 13:40 UTC  (2+ messages)

[PATCH 1/1] io_uring: fix link timeout refs
 2021-06-15 13:39 UTC  (3+ messages)

[dm-devel] switch the block layer to use kmap_local_page v2
 2021-06-15 13:24 UTC  (31+ messages)
` [dm-devel] [PATCH 01/18] mm: add a kunmap_local_dirty helper
` [dm-devel] [PATCH 02/18] mm: use kunmap_local_dirty in memcpy_to_page
` [PATCH 06/18] bvec: add a bvec_kmap_local helper
` [PATCH 07/18] bvec: add memcpy_{from, to}_bvec and memzero_bvec helper
` [PATCH 08/18] block: use memzero_page in zero_fill_bio
` [PATCH 09/18] rbd: use memzero_bvec
` [PATCH 10/18] dm-writecache: use bvec_kmap_local instead of bvec_kmap_irq
` [PATCH 11/18] ps3disk: use memcpy_{from,to}_bvec
  ` [dm-devel] "
` [PATCH 12/18] block: remove bvec_kmap_irq and bvec_kunmap_irq
  ` [dm-devel] "
` [PATCH 13/18] block: rewrite bio_copy_data_iter to use bvec_kmap_local and memcpy_to_bvec
  ` [dm-devel] "
` [PATCH 14/18] block: use memcpy_to_bvec in copy_to_high_bio_irq
  ` [dm-devel] "
` [PATCH 15/18] block: use memcpy_from_bvec in bio_copy_kern_endio_read
  ` [dm-devel] "
` [PATCH 16/18] block: use memcpy_from_bvec in __blk_queue_bounce
  ` [dm-devel] "
` [PATCH 17/18] block: use bvec_kmap_local in t10_pi_type1_{prepare, complete}
  ` [dm-devel] "
  ` [PATCH 17/18] block: use bvec_kmap_local in t10_pi_type1_{prepare,complete}
` [PATCH 18/18] block: use bvec_kmap_local in bio_integrity_process
  ` [dm-devel] "

[PATCH] rtlwifi: rtl8723ae: remove redundant initialization of variable rtstatus
 2021-06-15 13:39 UTC  (2+ messages)

[PATCH net] qmi_wwan: Clone the skb when in pass-through mode
 2021-06-15 13:39 UTC  (8+ messages)

wintun interface sometimes can't start after wireguard-windows service dies
 2021-06-14 20:03 UTC 

[PATCH 10/11] net: ti: wl1251: Fix missing function name in comments
 2021-06-15 13:39 UTC  (2+ messages)
` [10/11] "

[PATCH net-next] cw1200: add missing MODULE_DEVICE_TABLE
 2021-06-15 13:38 UTC  (2+ messages)

[PATCH v2 00/18] modules: add metadata database
 2021-06-15 13:35 UTC  (10+ messages)
` [PATCH v2 03/18] modules: add qemu-modinfo utility

[PATCH v9 00/14] Restricted DMA
 2021-06-15 13:30 UTC  (7+ messages)
  ` [Intel-gfx] "

[PATCH v2] usb: gadget: eem: fix echo command packet response issue
 2021-06-15 13:38 UTC  (2+ messages)

[PATCH 1/1] rtlwifi: btcoex: 21a 2ant: Delete several duplicate condition branch codes
 2021-06-15 13:38 UTC  (2+ messages)

[PATCH -next] io_uring: Remove unneeded if-null-free check
 2021-06-15 13:37 UTC  (2+ messages)

[PATCH] rsi: Assign beacon rate settings to the correct rate_info descriptor field
 2021-06-15 13:37 UTC  (2+ messages)

[PATCH v5 0/8] tee: Improve support for kexec and kdump
 2021-06-15 13:37 UTC  (3+ messages)

[PATCH 0/4] btrfs: shrink delalloc fixes
 2021-06-15 13:37 UTC  (4+ messages)
` [PATCH 3/4] fs: add a filemap_fdatawrite_wbc helper

[GIT PULL FOR v5.14] Various fixes
 2021-06-15 13:37 UTC 

[PATCH] rsi: Add support for changing beacon interval
 2021-06-15 13:37 UTC  (2+ messages)

[PATCH] PCI: endpoint: Add custom notifier support
 2021-06-15 13:37 UTC 

[PATCH] rtlwifi: 8821a: btcoexist: add comments to explain why if-else branches are identical
 2021-06-15 13:36 UTC  (2+ messages)

[PATCH] net: wireless: zydas: Prefer pr_err over printk error msg
 2021-06-15 13:37 UTC  (2+ messages)
` zd1211rw: "

[PATCH] media: Fix Media Controller API config checks
 2021-06-15 13:36 UTC  (3+ messages)

[jimc:dd-diet-6c2 35/36] aarch64-linux-ld: warning: orphan section `.eh_frame' from `lib/dynamic_debug.o' being placed in section `.eh_frame'
 2021-06-15 13:37 UTC 

[PATCH v4 1/3] tty: serial: Add UART driver for Cortina-Access platform
 2021-06-15 13:36 UTC  (4+ messages)
  ` [PATCH v4 2/3] dt-bindings: serial: Convert Cortina-Access UART to json-schema

[PATCH] rt2x00: do not set timestamp for injected frames
 2021-06-15 13:36 UTC  (2+ messages)

[PATCH] printk: Move EXPORT_SYMBOL() closer to vprintk definition
 2021-06-15 13:36 UTC  (3+ messages)

[Intel-gfx] [PATCH v4 00/12] i915 TTM sync accelerated migration and clear
 2021-06-15 13:36 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for i915 TTM sync accelerated migration and clear (rev3)

[PATCH 0/4] Use singular "they" when appropriate
 2021-06-15 13:36 UTC  (9+ messages)
` [PATCH v2 "

[PATCH v2] wl1251: Fix possible buffer overflow in wl1251_cmd_scan
 2021-06-15 13:36 UTC  (2+ messages)

[PATCH][next][V2] io_uring: Fix incorrect sizeof operator for copy_from_user call
 2021-06-15 13:35 UTC  (2+ messages)

[PATCH] wilc1000: Fix clock name binding
 2021-06-15 13:35 UTC  (2+ messages)

[PATCH] wireless: Simplify expression
 2021-06-15 13:34 UTC  (2+ messages)
` rndis_wlan: simplify is_associated()

Suggestions on how to debug kernel crashes where printk and gdb both does not work
 2021-06-15 13:34 UTC  (10+ messages)

[PATCH v2] ipw2x00: Minor documentation update
 2021-06-15 13:35 UTC  (2+ messages)

[ovmf test] 162837: regressions - FAIL
 2021-06-15 13:34 UTC 

[PATCH net-next 0/3] net: wwan: Add RPMSG WWAN CTRL driver
 2021-06-15 13:32 UTC  (4+ messages)
` [PATCH net-next 1/3] rpmsg: core: Add driver_data for rpmsg_device_id
` [PATCH net-next 2/3] net: wwan: Add RPMSG WWAN CTRL driver
` [PATCH net-next 3/3] net: wwan: Allow WWAN drivers to provide blocking tx and poll function

[PATCH v9 0/5] KVM statistics data fd-based binary interface
 2021-06-15 13:34 UTC  (7+ messages)

[RESEND] [PATCHv4 1/2] uapi: fuse: Add FUSE_SECURITY_CTX
 2021-06-15 13:32 UTC  (5+ messages)
      ` [Virtio-fs] "

[PATCH -next] ASoC: hisilicon: Use devm_platform_get_and_ioremap_resource()
 2021-06-15 13:35 UTC  (2+ messages)

[PATCH 0/2] Avoid gender pronouns
 2021-06-15 13:31 UTC  (3+ messages)
` [PATCH 2/2] comments: avoid using the gender of our users

[XEN PATCH] libs/foreignmemory: Fix osdep_xenforeignmemory_map prototype
 2021-06-15 13:31 UTC  (3+ messages)
  ` PING "

[PATCH] mwifiex: protect against divide by zero in mwifiex_set_ibss_params
 2021-06-15 13:31 UTC  (2+ messages)

[PATCH] net: usb: fix possible use-after-free in smsc75xx_bind
 2021-06-15 13:31 UTC  (4+ messages)

[PATCH] drm/i915/ttm: Fix memory leaks
 2021-06-15 13:31 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "


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.