All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-10-25 09:05:52 to 2022-10-25 09:37:08 UTC [more...]

[PATCH hid v11 00/14] Introduce eBPF support for HID devices
 2022-10-25  9:34 UTC  (11+ messages)
` [PATCH hid v11 01/14] HID: Kconfig: split HID support and hid-core compilation
` [PATCH hid v11 02/14] HID: initial BPF implementation
` [PATCH hid v11 03/14] selftests: add tests for the HID-bpf initial implementation
` [PATCH hid v11 04/14] HID: bpf jmp table: simplify the logic of cleaning up programs
` [PATCH hid v11 05/14] HID: bpf: allocate data memory for device_event BPF programs
` [PATCH hid v11 06/14] selftests/hid: add test to change the report size
` [PATCH hid v11 07/14] HID: bpf: introduce hid_hw_request()
` [PATCH hid v11 08/14] selftests/hid: add tests for bpf_hid_hw_request
` [PATCH hid v11 09/14] HID: bpf: allow to change the report descriptor
` [PATCH hid v11 10/14] selftests/hid: add report descriptor fixup tests

[PULL 00/11] Trivial branch for 7.2 patches
 2022-10-25  9:33 UTC  (2+ messages)

[PATCH v2 00/18] Implement work queues for rdma_rxe
 2022-10-25  9:35 UTC  (3+ messages)
` [PATCH for-next v2 18/18] RDMA/rxe: Add parameters to control task type

[airlied:01.01-gsp-rm 87/180] drivers/gpu/drm/nouveau/nvkm/core/firmware.c:213:68: error: passing argument 3 of 'dma_alloc_coherent' from incompatible pointer type
 2022-10-25  9:33 UTC  (2+ messages)

[PATCH] trace: take live traces via telemetry
 2022-10-25  9:34 UTC  (6+ 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] xilinx: common: Remove zynq_board_read_rom_ethaddr()
 2022-10-25  9:32 UTC  (2+ messages)

[PATCH 0/4] KVM: API to block and resume all running vcpus in a vm
 2022-10-25  9:33 UTC  (6+ messages)

[PATCH v2 0/2] add support for CB_RECALL_ANY and the delegation shrinker
 2022-10-25  9:33 UTC  (7+ messages)
` [PATCH v2 1/2] NFSD: add support for sending CB_RECALL_ANY

[PATCH 1/3] timer-uclass: add timer_get_ops() macro
 2022-10-25  9:32 UTC  (3+ messages)
` [PATCH 3/3] timer: xilinx-timer: use timer_conv_64() to fix timer wrap around

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

[PATCH 0/2] Optimize the process of scanning CPU for some functions
 2022-10-25  9:32 UTC  (5+ messages)
` [PATCH 1/2] sched/numa: Stop an exhastive search if an idle core is found
    ` [External] "

[PATCH v5 00/10] introduce Arm FF-A support
 2022-10-25  9:31 UTC  (4+ messages)
` [PATCH v6 "
  ` [PATCH v6 03/10] arm_ffa: introduce Arm FF-A low-level driver

[PATCH v2 0/1] KVM: s390: vsie: clarifications on setting the APCB
 2022-10-25  9:30 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH] nvme-tcp: replace sg_init_marker() with sg_init_table()
 2022-10-25  9:30 UTC  (3+ messages)

[PATCH 1/1] net: stmmac: rk3588: Allow multiple gmac controller
 2022-10-25  9:20 UTC  (4+ messages)

[PATCH] drm/amdgpu: Disable GPU reset on SRIOV before remove pci
 2022-10-25  9:30 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-10-25  9:30 UTC 

[PATCH] btrfs: volumes: Increase bioc pointer check
 2022-10-25  9:29 UTC  (2+ messages)

[PATCH bpf-next v1 1/1] docs: BPF_MAP_TYPE_CPUMAP
 2022-10-25  9:28 UTC  (2+ messages)

[BUG] use-after-free after removing UDC with USB Ethernet gadget
 2022-10-25  9:28 UTC  (3+ messages)

[PATCH] isofs: prevent file time rollover after year 2038
 2022-10-25  9:26 UTC  (5+ messages)

kernel compile message
 2022-10-25  9:29 UTC 

[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 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 v5 0/4] can: ctucanfd: hardware rx timestamps reporting
 2022-10-25  9:25 UTC  (3+ messages)
` [PATCH v5 2/4] can: ctucanfd: add HW timestamps to RX and error CAN frames

[PATCH 00/13] Remove unused microblaze PCIe bus architecture
 2022-10-25  9:22 UTC  (4+ messages)

[PATCH v3] imx: imx8qm: cgtqmx8: switch to binman
 2022-10-25  9:28 UTC  (7+ messages)

[PATCH 1/1] net/mlx5: update debug log level for remote access error syndromes
 2022-10-25  9:22 UTC 

[Intel-gfx] [PATCH] i915/i915_gem_context: Remove debug message in i915_gem_context_create_ioctl
 2022-10-25  9:27 UTC  (2+ messages)

[PATCH v9 02/11] media: uvcvideo: add uvc_ctrl_get_boundary for getting default value
 2022-10-25  9:26 UTC  (2+ messages)

The brief status of Debian riscv porting --2022/10/22
 2022-10-25  9:26 UTC 

[PATCH 0/7] wifi: rtw89: support WoWLAN
 2022-10-25  9:19 UTC  (8+ messages)
` [PATCH 1/7] wifi: rtw89: collect and send RF parameters to firmware for WoWLAN
` [PATCH 2/7] wifi: rtw89: move enable_cpu/disable_cpu into fw_download
` [PATCH 3/7] wifi: rtw89: add function to adjust and restore PLE quota
` [PATCH 4/7] wifi: rtw89: add drop tx packet function
` [PATCH 5/7] wifi: rtw89: add related H2C for WoWLAN mode
` [PATCH 6/7] wifi: rtw89: add WoWLAN function support
` [PATCH 7/7] wifi: rtw89: add WoWLAN pattern match support

[PATCH 0/2] fix fwnode_irq_get_byname() returnvalue
 2022-10-25  9:20 UTC  (6+ messages)
` [PATCH 1/2] drivers: fwnode: fix fwnode_irq_get_byname()

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

[kirkstone] glibc: stable 2.35 branch updates
 2022-10-25  9:25 UTC  (2+ messages)

[PATCH v4 00/11] ASoC: cleanups and improvements for jz4740-i2s
 2022-10-25  9:20 UTC  (11+ messages)
` [PATCH v4 07/11] ASoC: jz4740-i2s: Make the PLL clock name SoC-specific

[paulmck-rcu:rcu/next] BUILD SUCCESS 2b0718d00af148c3cc4a392442d47785c0d7f2cc
 2022-10-25  9:19 UTC 

[RFC mptcp-next] mptcp: add pm listener events
 2022-10-25  9:24 UTC 

Contract Management and Legal Drafting Course from 12th to 23rd December 2022 in Mombasa, Kenya
 2022-10-25  9:23 UTC 

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

[PATCH] ath9k: remove variable sent
 2022-10-25  9:18 UTC  (2+ messages)

About the output interpretation of the wip RV
 2022-10-25  9:18 UTC  (3+ messages)

[PATCH v2 0/2] ext4: fix two bug_on in __es_tree_search
 2022-10-25  9:18 UTC  (5+ messages)
` [PATCH v2 2/2] ext4: fix bug_on in __es_tree_search caused by wrong boot loader inode

amusing SLUB compaction bug when CC_OPTIMIZE_FOR_SIZE
 2022-10-25  9:17 UTC  (12+ messages)

[PATCH] util/log: do not close and reopen log files when flags are turned off
 2022-10-25  9:21 UTC 

[PATCH v4 0/3] Add devicetree support for max6639
 2022-10-25  9:16 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: hwmon: fan: Add fan binding to schema

[RFC v2 00/12] xen/arm: Don't switch TTBR while the MMU is on
 2022-10-25  9:21 UTC  (3+ messages)
` [RFC v2 01/12] xen/arm: Clean-up the memory layout

[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  9:21 UTC  (10+ messages)

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

[PATCH for-4.14-to-4.16 0/2] Backports for XSA-409 fixes
 2022-10-25  9:21 UTC  (3+ messages)
` [PATCH for-4.14-to-4.16 1/2] arm/p2m: Rework p2m_init()
` [PATCH for-4.14-to-4.16 2/2] xen/arm: p2m: Populate pages for GICv2 mapping in p2m_init()

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

[RFC PATCH 0/4] MultiFD zero-copy improvements
 2022-10-25  8:35 UTC  (3+ messages)
` [RFC PATCH 4/4] migration/multifd/zero-copy: Flush only the LRU half of the header array

RTT-PROBE: lore-subspace-rtt
 2022-10-25  9:20 UTC 

[Intel-gfx] [PATCH v5 00/19] drm/i915/vm_bind: Add VM_BIND functionality
 2022-10-25  9:20 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/vm_bind: Add VM_BIND functionality (rev8)

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

[PATCH for-4.13 0/2] Backports for XSA-409 fixes
 2022-10-25  9:19 UTC  (3+ messages)
` [PATCH for-4.13 1/2] arm/p2m: Rework p2m_init()
` [PATCH for-4.13 2/2] xen/arm: p2m: Populate pages for GICv2 mapping in p2m_init()

[PATCH] [next] amdkfd: remove unused kfd_pm4_headers_diq header file
 2022-10-25  9:12 UTC 

[igt-dev] [PATCH i-g-t v2 0/3] Add support for intel_ctx_t in intel_bb
 2022-10-25  9:18 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t v2 2/3] lib/intel_batchbuffer: Add support for custom engine layouts

[PATCH] fs/ceph/super: add mount options "snapdir{mode,uid,gid}"
 2022-10-25  9:10 UTC  (11+ messages)

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

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

[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  (11+ messages)
` [PATCH 01/24] util: Add interval-tree.c
` [PATCH 02/24] accel/tcg: Make page_alloc_target_data allocation constant
` [PATCH 04/24] accel/tcg: Split out PageDesc to internal.h
` [PATCH 06/24] accel/tcg: Move assert_no_pages_locked "
` [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

[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 00/10] Refactor bdrv_try_set_aio_context using transactions
 2022-10-25  8:49 UTC  (6+ messages)
` [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 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] python3-manifest.json: Move urllib to netclient
 2022-10-25  9:13 UTC  (3+ messages)
  ` [OE-core] "

[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

[PATCH v10 0/5] add aspeed-jpeg support for aspeed-video
 2022-10-25  9:02 UTC  (4+ messages)
` [PATCH v10 1/5] media: v4l: Add definition for the Aspeed JPEG format
` [PATCH v10 4/5] media: aspeed: Support aspeed mode to reduce compressed data

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

RTT-PROBE: lore-subspace-rtt
 2022-10-25  9:10 UTC 

[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  (2+ messages)
` [PULL 03/28] docs/devel/qapi-code-gen: Extend example for next commit's change

[PULL v2 00/11] Dump patches
 2022-10-25  7:50 UTC  (3+ messages)
` [PULL v2 09/11] s390x: Add KVM PV dump interface
` [PULL v2 10/11] s390x: pv: Add dump support

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-10-25  9:07 UTC  (6+ 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)


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.