All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-10-25 08:44:49 to 2022-10-25 09:17:28 UTC [more...]

[PATCH 00/29] tcg: Fix x86 TARGET_TB_PCREL (#1269)
 2022-10-25  9:12 UTC  (9+ messages)
` [PATCH 01/29] accel/tcg: Add restore_state_to_opc to TCGCPUOps
` [PATCH] tests/tcg/nios2: Tweak 10m50-ghrd.ld
` [PATCH 23/29] accel/tcg: Remove restore_state_to_opc function

[PATCH v2 00/32] dmaengine: at_hdmac: Fix concurrency bugs and then convert to virt-dma
 2022-10-25  9:06 UTC  (52+ messages)
` [PATCH v2 01/32] dmaengine: at_hdmac: Fix at_lli struct definition
` [PATCH v2 02/32] dmaengine: at_hdmac: Don't start transactions at tx_submit level
` [PATCH v2 03/32] dmaengine: at_hdmac: Start transfer for cyclic channels in issue_pending
` [PATCH v2 04/32] dmaengine: at_hdmac: Fix premature completion of desc "
` [PATCH v2 05/32] dmaengine: at_hdmac: Do not call the complete callback on device_terminate_all
` [PATCH v2 06/32] dmaengine: at_hdmac: Protect atchan->status with the channel lock
` [PATCH v2 07/32] dmaengine: at_hdmac: Fix concurrency problems by removing atc_complete_all()
` [PATCH v2 08/32] dmaengine: at_hdmac: Fix concurrency over descriptor
` [PATCH v2 09/32] dmaengine: at_hdmac: Free the memset buf without holding the chan lock
` [PATCH v2 10/32] dmaengine: at_hdmac: Fix concurrency over the active list
` [PATCH v2 11/32] dmaengine: at_hdmac: Fix descriptor handling when issuing it to hardware
` [PATCH v2 12/32] dmaengine: at_hdmac: Fix completion of unissued descriptor in case of errors
` [PATCH v2 13/32] dmaengine: at_hdmac: Don't allow CPU to reorder channel enable
` [PATCH v2 14/32] dmaengine: at_hdmac: Fix impossible condition
` [PATCH v2 15/32] dmaengine: at_hdmac: Check return code of dma_async_device_register
` [PATCH v2 16/32] dmaengine: at_hdmac: Do not print messages on console while holding the lock
` [PATCH v2 17/32] dmaengine: at_hdmac: Return dma_cookie_status()'s ret code when txstate is NULL
` [PATCH v2 18/32] dmaengine: at_hdmac: Remove superfluous cast
` [PATCH v2 19/32] dmaengine: at_hdmac: Pass residue by address to avoid unnecessary implicit casts
` [PATCH v2 20/32] dmaengine: at_hdmac: s/atc_get_bytes_left/atc_get_residue
` [PATCH v2 21/32] dmaengine: at_hdmac: Introduce atc_get_llis_residue()
` [PATCH v2 22/32] dmaengine: at_hdmac: Use devm_kzalloc() and struct_size()
` [PATCH v2 23/32] dmaengine: at_hdmac: Use devm_platform_ioremap_resource
` [PATCH v2 24/32] dmaengine: at_hdmac: Use devm_clk_get()
` [PATCH v2 25/32] dmaengine: at_hdmac: Use pm_ptr()
` [PATCH v2 26/32] dmaengine: at_hdmac: Set include entries in alphabetic order
` [PATCH v2 27/32] dmaengine: at_hdmac: Keep register definitions and structures private to at_hdmac.c
` [PATCH v2 28/32] dmaengine: at_hdmac: Use bitfield access macros
` [PATCH v2 29/32] dmaengine: at_hdmac: Rename "dma_common" to "dma_device"
` [PATCH v2 30/32] dmaengine: at_hdmac: Rename "chan_common" to "dma_chan"
` [PATCH v2 31/32] dmaengine: at_hdmac: Remove unused member of at_dma_chan
` [PATCH v2 32/32] dmaengine: at_hdmac: Convert driver to use virt-dma

[PATCH 6.0 00/20] 6.0.4-rc1 review
 2022-10-25  9:08 UTC  (2+ messages)

[PATCH 0/2] fix fwnode_irq_get_byname() returnvalue
 2022-10-25  9:08 UTC  (4+ messages)
` [PATCH 1/2] drivers: fwnode: fix fwnode_irq_get_byname()
` [PATCH 2/2] i2c: i2c-smbus: fwnode_irq_get_byname() return value fix

[LTP] [PATCH] Fix tst_find_backing_dev when no initramfs
 2022-10-25  9:11 UTC  (3+ messages)

[PATCH v3] usb: gadget: uvc: add bulk transfer support
 2022-10-25  9:05 UTC  (2+ messages)
` [PATCH v4] "

[PATCH] net/vhost: support asynchronous data path
 2022-10-25  9:15 UTC  (6+ messages)
` [PATCH v5] "

[PATCH v1 1/2] ASoC: simple-card: Support custom DAI system clock IDs
 2022-10-25  9:14 UTC  (8+ messages)
` [PATCH v1 2/2] dt-bindings: ASoC: simple-card: Add system-clock-id property

[PATCH] blk-mq: Properly init bios from blk_mq_alloc_request_hctx()
 2022-10-25  9:08 UTC  (9+ messages)

[v2 0/1] KVM: s390: VSIE: sort out virtual/physical address in pin_guest_page
 2022-10-25  9:08 UTC  (4+ messages)
` [v2 1/1] "

[PATCH 00/24] accel/tcg: Rewrite user-only vma tracking
 2022-10-25  9:12 UTC  (17+ messages)
` [PATCH 01/24] util: Add interval-tree.c
` [PATCH 02/24] accel/tcg: Make page_alloc_target_data allocation constant
` [PATCH 03/24] accel/tcg: Remove disabled debug in translate-all.c
` [PATCH 04/24] accel/tcg: Split out PageDesc to internal.h
` [PATCH 05/24] accel/tcg: Split out tb-maint.c
` [PATCH 06/24] accel/tcg: Move assert_no_pages_locked to internal.h
` [PATCH 07/24] accel/tcg: Drop cpu_get_tb_cpu_state from TARGET_HAS_PRECISE_SMC
` [PATCH 08/24] accel/tcg: Remove duplicate store to tb->page_addr[]

[PATCH v7 00/12] Migration: Transmit and detect zero pages in the multifd threads
 2022-10-25  9:10 UTC  (3+ messages)
` [PATCH v7 10/12] multifd: Support for zero pages transmission

[Intel-gfx] [PATCH] drm/i915/hwmon: Fix a build error used with clang compiler
 2022-10-25  9:15 UTC  (2+ messages)

[PATCH v3 00/10] Refactor bdrv_try_set_aio_context using transactions
 2022-10-25  8:49 UTC  (11+ messages)
` [PATCH v3 01/10] block.c: assert bs->aio_context is written under BQL and drains
` [PATCH v3 02/10] block: use transactions as a replacement of ->{can_}set_aio_context()
` [PATCH v3 03/10] bdrv_change_aio_context: use hash table instead of list of visited nodes
` [PATCH v3 04/10] blockjob: implement .change_aio_ctx in child_job
` [PATCH v3 05/10] block: implement .change_aio_ctx in child_of_bds
` [PATCH v3 06/10] block-backend: implement .change_aio_ctx in child_root
` [PATCH v3 07/10] block: use the new _change_ API instead of _can_set_ and _set_
` [PATCH v3 08/10] block: remove all unused ->can_set_aio_ctx and ->set_aio_ctx callbacks
` [PATCH v3 09/10] block: rename bdrv_child_try_change_aio_context in bdrv_try_change_aio_context
` [PATCH v3 10/10] block: remove bdrv_try_set_aio_context and replace it with bdrv_try_change_aio_context

[PATCH] python3-manifest.json: Move urllib to netclient
 2022-10-25  9:13 UTC  (3+ messages)
  ` [OE-core] "

[PATCH v2 1/3] kunit: Provide a static key to check if KUnit is actively running tests
 2022-10-25  9:07 UTC  (3+ messages)
` [PATCH v2 3/3] mm: slub: test: Use the kunit_get_current_test() function

[PATCH v3 1/1] vsprintf: protect kernel from panic due to non-canonical pointer dereference
 2022-10-25  9:13 UTC  (6+ messages)

[PATCH] trace: take live traces via telemetry
 2022-10-25  9:12 UTC  (7+ messages)
` [PATCH v3 0/4] Telemetry support for traces
  ` [PATCH v3 1/4] telemetry: support boolean type
  ` [PATCH v3 2/4] telemetry: extend valid command characters
  ` [PATCH v3 3/4] trace: enable trace operations via telemetry
  ` [PATCH v3 4/4] trace: create new directory for each trace dump

[PATCH v2 0/4] staging: rtl8712: clean up dynamic memory management
 2022-10-25  9:12 UTC  (5+ messages)
` [PATCH v2 1/4] Revert "staging: r8712u: Tracking kmemleak false positives."
` [PATCH v2 2/4] staging: rtl8712: check for alloc fail in _r8712_init_recv_priv()
` [PATCH v2 3/4] staging: rtl8712: check for return value of _r8712_init_xmit_priv()
` [PATCH v2 4/4] staging: rtl8712: fix potential memory leak

[SPDK] Re: About SPDK I/OAT Driver
 2022-10-25  9:12 UTC 

[PATCH v1 1/1] device property: Fix documentation for *_match_string() APIs
 2022-10-25  9:06 UTC  (2+ messages)

[PATCH] docs: clarify that credential discards unrecognised attributes
 2022-10-25  9:05 UTC  (3+ messages)
` Thanks

❌ FAIL: Test report for master (6.1.0-rc2, mainline.kernel.org-clang, 337a0a0b)
 2022-10-25  9:10 UTC 

[PATCH v2 0/2] util/log: Always send errors to logfile when daemonized
 2022-10-25  8:52 UTC  (8+ messages)
` [PATCH v2 2/2] "

[PATCH v7 1/8] net/gve/base: introduce base code
 2022-10-25  9:07 UTC  (10+ messages)
` [PATCH v8 0/8] introduce GVE PMD
  ` [PATCH v8 1/8] net/gve/base: introduce base code
  ` [PATCH v8 2/8] net/gve/base: add OS specific implementation
  ` [PATCH v8 3/8] net/gve: add support for device initialization
  ` [PATCH v8 4/8] net/gve: add support for link update
  ` [PATCH v8 5/8] net/gve: add support for MTU setting
  ` [PATCH v8 6/8] net/gve: add support for dev info get and dev configure
  ` [PATCH v8 7/8] net/gve: add support for queue operations
  ` [PATCH v8 8/8] net/gve: add support for Rx/Tx

[Intel-gfx] [PATCH] Revert "drm/i915/uapi: expose GTT alignment"
 2022-10-25  9:08 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[PATCH v6 0/8] introduce GVE PMD
 2022-10-25  9:07 UTC  (8+ messages)
` [PATCH v7 "
  ` [PATCH v7 8/8] net/gve: add support for Rx/Tx

[PULL 00/28] QAPI patches patches for 2022-10-25
 2022-10-25  8:05 UTC  (19+ messages)
` [PULL 03/28] docs/devel/qapi-code-gen: Extend example for next commit's change
` [PULL 04/28] qapi: Start to elide redundant has_FOO in generated C
` [PULL 05/28] qapi tests: Elide "
` [PULL 06/28] qapi acpi: "
` [PULL 07/28] qapi audio: "
` [PULL 08/28] qapi block: "
` [PULL 09/28] qapi chardev: "
` [PULL 10/28] qapi crypto: "
` [PULL 11/28] qapi dump: "
` [PULL 14/28] qapi migration: "
` [PULL 16/28] qapi net: "
` [PULL 17/28] qapi pci: "
` [PULL 18/28] qapi qdev qom: "
` [PULL 19/28] qapi replay: "
` [PULL 21/28] qapi run-state: "
` [PULL 22/28] qapi stats: "
` [PULL 23/28] qapi tpm: "
` [PULL 25/28] qapi ui: "

[PULL v2 00/11] Dump patches
 2022-10-25  7:50 UTC  (4+ messages)
` [PULL v2 02/11] dump: Write ELF section headers right after ELF header
` [PULL v2 09/11] s390x: Add KVM PV dump interface
` [PULL v2 10/11] s390x: pv: Add dump support

[PATCH v10 0/5] add aspeed-jpeg support for aspeed-video
 2022-10-25  9:02 UTC  (17+ messages)
` [PATCH v10 1/5] media: v4l: Add definition for the Aspeed JPEG format
` [PATCH v10 2/5] media: v4l2-ctrls: Reserve controls for ASPEED
` [PATCH v10 3/5] media: Documentation: aspeed-video: Add user documentation for the aspeed-video driver
` [PATCH v10 4/5] media: aspeed: Support aspeed mode to reduce compressed data
` [PATCH v10 5/5] media: aspeed: Extend debug message

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-10-25  9:07 UTC  (8+ messages)
` [PATCH Part2 v6 12/49] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP

[PATCH] drm/amdgpu: Skip access GRBM_CNTL under SRIOV on gfx_v11
 2022-10-25  9:05 UTC 

[PATCH] lib/string.c: Improve strcasecmp speed by not lowering if chars match
 2022-10-25  9:03 UTC  (3+ messages)

Linaro OP-TEE Contribution (LOC) monthly meeting October
 2022-10-25  9:04 UTC 

[PATCH 5.10 000/390] 5.10.150-rc1 review
 2022-10-25  9:02 UTC  (3+ messages)
` [PATCH 5.10 384/390] Revert "drm/amdgpu: move nbio sdma_doorbell_range() into sdma code for vega"

[PATCH net] net: fealnx: fix missing pci_disable_device()
 2022-10-25  9:01 UTC  (3+ messages)

[PATCH v2 0/3] Improve libata support for FUA
 2022-10-25  9:01 UTC  (7+ messages)

[PATCH] RDMA/siw: Fix immediate work request flush to completion queue
 2022-10-25  9:00 UTC 

[PATCH] bpf: Clean up all resources when register_fprobe_ips returns an error
 2022-10-25  9:01 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t v2 0/3] Add support for intel_ctx_t in intel_bb
 2022-10-25  9:00 UTC  (5+ messages)
` [igt-dev] [PATCH i-g-t v2 1/3] lib/intel_batchbuffer: Extend __intel_bb_create to handle context config
` [igt-dev] [PATCH i-g-t v2 3/3] tests/api_intel_bb: Add misplaced_blitter test

[PATCH] test/member: fix incorrect expression
 2022-10-25  9:00 UTC  (2+ messages)
` [PATCH v2] "

[net-next PATCH v3 0/3] Extend action skbedit to RX queue mapping
 2022-10-25  9:00 UTC  (2+ messages)

[PATCH v2 0/2] Introduce flexible array struct helpers
 2022-10-25  8:58 UTC  (5+ messages)
` [PATCH v2 1/2] "
` [PATCH 2/2] xfs: Use flex_cpy() to check extent copying

[Intel-gfx] [PATCH v5 00/19] drm/i915/vm_bind: Add VM_BIND functionality
 2022-10-25  8:57 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/vm_bind: Add VM_BIND functionality (rev8)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "

[PATCH v10 01/14] net/idpf: add support for device start and stop
 2022-10-25  8:57 UTC  (4+ messages)
` [PATCH v11 00/18] add support for idpf PMD in DPDK
  ` [PATCH v11 02/18] net/idpf: add support for device initialization

[PATCH 0/2] clk: renesas: RZ/G2L: Add support for no PM clocks
 2022-10-25  8:55 UTC  (3+ messages)
` [PATCH 1/2] clk: renesas: rzg2l: Don't assume all CPG_MOD clocks support PM

[PATCH] ext4: fix wrong return err in ext4_load_and_init_journal()
 2022-10-25  8:56 UTC  (4+ messages)

[PATCH] wifi: cfg80211: fix memory leak in query_regdb_file()
 2022-10-25  8:54 UTC  (3+ messages)

[PATCH 0/4] staging: rtl8712: clean up dynamic memory management
 2022-10-25  8:54 UTC  (4+ messages)
` [PATCH 2/4] staging: rtl8712: check for alloc fail in _r8712_init_recv_priv()

[igt-dev] [PATCH i-g-t v5 00/12] vm_bind: Add VM_BIND validation support
 2022-10-25  8:53 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for vm_bind: Add VM_BIND validation support (rev9)

[PATCH v1] xfs: fix sb write verify for lazysbcount
 2022-10-25  9:15 UTC  (2+ messages)
` [PATCH v2] "

PROBLEM: Segfault in kconfig
 2022-10-25  8:52 UTC  (4+ messages)

[PATCH 2/2] clk: tegra: support BPMP-FW ABI deny flags
 2022-10-25  8:51 UTC  (2+ messages)

[PATCH v2] thunderbolt: ACPI: Use the helper fwnode_find_reference()
 2022-10-25  8:52 UTC  (2+ messages)

SVSM vTPM specification
 2022-10-25  8:51 UTC  (12+ messages)
    ` [EXTERNAL] "
            ` [EXTERNAL] "

[LTP] [PATCH v2 0/3] Fix fanotify14
 2022-10-25  8:51 UTC  (12+ messages)
` [LTP] [PATCH v2 2/3] Add fanotify_get_supported_init_flags() helper function

[PATCH 0/2] python: misc machine.py improvements
 2022-10-25  8:24 UTC  (3+ messages)
` [PATCH 1/2] python/machine: Add debug logging to key state changes

[PATCH v3] imx: imx8qm: cgtqmx8: switch to binman
 2022-10-25  8:50 UTC  (6+ messages)

[Intel-gfx] mm/huge_memory: do not clobber swp_entry_t during THP split
 2022-10-25  8:50 UTC  (4+ messages)
  `  "

[PATCH v10 0/7] Make ghes_edac a proper module
 2022-10-25  8:48 UTC  (7+ messages)
` [PATCH v10 6/7] apei/ghes: Use xchg_release() for updating new cache slot instead of cmpxchg()
        ` [PATCH] "

[PULL 0/8] Linux user for 7.2 patches
 2022-10-25  7:36 UTC  (2+ messages)
` [PULL 5/8] linux-user: add more compat ioctl definitions

[PATCH] reiserfs: journal: Increase jl pointer check
 2022-10-25  8:47 UTC 

uvc gadget performance issues with skip interrupt impl
 2022-10-25  8:46 UTC  (3+ messages)

[PATCH RFC xtables-addons] build: support for linux 6.1
 2022-10-25  8:46 UTC  (3+ messages)
` [xtables-addons PATCH v1] "

[Regression] CPU stalls and eventually causes a complete system freeze with 6.0.3 due to "video/aperture: Disable and unregister sysfb devices via aperture helpers"
 2022-10-25  8:45 UTC  (9+ messages)

[PATCH v2 1/3] media: uvc_driver: fix missing newline after declarations
 2022-10-25  8:45 UTC  (3+ messages)
` [PATCH v2 2/3] media: uvc_driver: fix assignment inside if condition


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.