All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-06-15 13:25:42 to 2021-06-15 13:38:42 UTC [more...]

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

Allow mdev drivers to directly create the vfio_device (v3)
 2021-06-15 13:35 UTC  (7+ 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] "
` [Intel-gfx] [PATCH 03/10] driver core: Flow the return code from ->probe() through to sysfs bind

[PATCH v10 00/12] Restricted DMA
 2021-06-15 13:38 UTC  (71+ messages)
` [Intel-gfx] "
` [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
  ` [Intel-gfx] "
` [PATCH v10 12/12] of: Add plumbing for "
  ` [Intel-gfx] "

[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: "

[dm-devel] switch the block layer to use kmap_local_page v2
 2021-06-15 13:24 UTC  (52+ 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 03/18] mm: use kmap_local_page in memzero_page
  ` [dm-devel] "
` [PATCH 04/18] MIPS: don't include <linux/genhd.h> in <asm/mach-rc32434/rb.h>
  ` [dm-devel] "
` [PATCH 05/18] bvec: fix the include guards for bvec.h
  ` [dm-devel] "
` [PATCH 06/18] bvec: add a bvec_kmap_local helper
  ` [dm-devel] "
` [PATCH 07/18] bvec: add memcpy_{from, to}_bvec and memzero_bvec helper
  ` [dm-devel] "
  ` [PATCH 07/18] bvec: add memcpy_{from,to}_bvec "
` [PATCH 08/18] block: use memzero_page in zero_fill_bio
  ` [dm-devel] "
` [PATCH 09/18] rbd: use memzero_bvec
  ` [dm-devel] "
` [PATCH 10/18] dm-writecache: use bvec_kmap_local instead of bvec_kmap_irq
  ` [dm-devel] "
` [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] "
` [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
  `  "
` [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 v2 1/2] mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *
 2021-06-15 11:08 UTC 

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

[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  (5+ messages)
` [PATCH 1/2] doc: avoid using the gender of other people
` [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 "

[PATCH] regulator: mt6315: Fix checking return value of devm_regmap_init_spmi_ext
 2021-06-15 13:29 UTC 

[PATCH v2] ASoC: codecs: wcd938x: remove incorrect module interdependency
 2021-06-15 13:28 UTC  (2+ messages)

[PATCH v6 0/4] Add support for ECDSA-signed kernel modules
 2021-06-15 13:29 UTC  (6+ messages)
` [PATCH v6 4/4] certs: Adjustment due to 'Check whether openssl tool is available'

[PATCH 0/8] [GSOC][RFC] cat-file: reuse ref-filter logic
 2021-06-15 13:29 UTC  (11+ messages)
` [PATCH v2 0/9] "
  ` [PATCH v2 1/9] [GSOC] ref-filter: add obj-type check in grab contents
  ` [PATCH v2 2/9] [GSOC] ref-filter: add %(raw) atom
  ` [PATCH v2 3/9] [GSOC] ref-filter: use non-const ref_format in *_atom_parser()
  ` [PATCH v2 4/9] [GSOC] ref-filter: add %(rest) atom
  ` [PATCH v2 5/9] [GSOC] ref-filter: teach get_object() return useful value
  ` [PATCH v2 6/9] [GSOC] ref-filter: introduce free_array_item_internal() function
  ` [PATCH v2 7/9] [GSOC] cat-file: reuse ref-filter logic
  ` [PATCH v2 8/9] [GSOC] cat-file: reuse err buf in batch_objet_write()
  ` [PATCH v2 9/9] [GSOC] cat-file: re-implement --textconv, --filters options

[PATCH v2] cec: add Deck Control wake-up handling tests
 2021-06-15 13:29 UTC  (3+ messages)

[LTP] [PATCH v4 1/3] Add Coccinelle helper scripts for reference
 2021-06-15 13:29 UTC  (3+ messages)
` [LTP] [PATCH v4 3/3] API: Remove TST_ERR usage from rtnetlink/netdevice

[PATCH 0/3] riscv: optimized mem* functions
 2021-06-15 13:28 UTC  (6+ messages)
` [PATCH 1/3] riscv: optimized memcpy

[PATCH] mfd: 88pm860x-core: Remove unneeded variable:"ret"
 2021-06-15 13:26 UTC 

[PATCH v2] tty: Fix out-of-bound vmalloc access in imageblit
 2021-06-15 13:28 UTC  (2+ messages)

[PATCH net-next] net: ti: add pp skb recycling support
 2021-06-15 13:27 UTC 

[PATCH -next] ASoC: dwc: dwc-i2s: Use devm_platform_get_and_ioremap_resource()
 2021-06-15 13:29 UTC  (2+ messages)

[PATCH v1 00/10] NVIDIA Tegra ARM32 device-tree improvements for 5.14
 2021-06-15 13:26 UTC  (11+ messages)
` [PATCH v1 03/10] ARM: tegra: acer-a500: Bump thermal trips by 10C


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.