All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-03-04 17:14:20 to 2022-03-04 17:36:25 UTC [more...]

RTT-PROBE: lore-subspace-rtt
 2022-03-04 17:36 UTC 

cleanup swiotlb initialization v4
 2022-03-04 17:36 UTC  (11+ messages)
` [PATCH 11/12] swiotlb: merge swiotlb-xen initialization into swiotlb

[PATCH bpf-next v2 00/28] Introduce eBPF support for HID devices
 2022-03-04 17:28 UTC  (29+ messages)
` [PATCH bpf-next v2 01/28] bpf: add new is_sys_admin_prog_type() helper
` [PATCH bpf-next v2 02/28] bpf: introduce hid program type
` [PATCH bpf-next v2 03/28] HID: hook up with bpf
` [PATCH bpf-next v2 04/28] libbpf: add HID program type and API
` [PATCH bpf-next v2 05/28] selftests/bpf: add tests for the HID-bpf initial implementation
` [PATCH bpf-next v2 06/28] samples/bpf: add new hid_mouse example
` [PATCH bpf-next v2 07/28] bpf/hid: add a new attach type to change the report descriptor
` [PATCH bpf-next v2 08/28] HID: allow to change the report descriptor from an eBPF program
` [PATCH bpf-next v2 09/28] libbpf: add new attach type BPF_HID_RDESC_FIXUP
` [PATCH bpf-next v2 10/28] selftests/bpf: add report descriptor fixup tests
` [PATCH bpf-next v2 11/28] samples/bpf: add a report descriptor fixup
` [PATCH bpf-next v2 12/28] bpf/hid: add hid_{get|set}_data helpers
` [PATCH bpf-next v2 13/28] HID: bpf: implement hid_bpf_get|set_data
` [PATCH bpf-next v2 14/28] selftests/bpf: add tests for hid_{get|set}_data helpers
` [PATCH bpf-next v2 15/28] bpf/hid: add new BPF type to trigger commands from userspace
` [PATCH bpf-next v2 16/28] libbpf: add new attach type BPF_HID_USER_EVENT
` [PATCH bpf-next v2 17/28] selftests/bpf: add test for user call of HID bpf programs
` [PATCH bpf-next v2 18/28] selftests/bpf: hid: rely on uhid event to know if a test device is ready
` [PATCH bpf-next v2 19/28] bpf/hid: add bpf_hid_raw_request helper function
` [PATCH bpf-next v2 20/28] HID: add implementation of bpf_hid_raw_request
` [PATCH bpf-next v2 21/28] selftests/bpf: add tests for bpf_hid_hw_request
` [PATCH bpf-next v2 22/28] bpf/verifier: prevent non GPL programs to be loaded against HID
` [PATCH bpf-next v2 23/28] HID: bpf: compute only the required buffer size for the device
` [PATCH bpf-next v2 24/28] HID: bpf: only call hid_bpf_raw_event() if a ctx is available
` [PATCH bpf-next v2 25/28] bpf/hid: Add a flag to add the program at the beginning of the list
` [PATCH bpf-next v2 26/28] libbpf: add handling for BPF_F_INSERT_HEAD in HID programs
` [PATCH bpf-next v2 27/28] selftests/bpf: Add a test for BPF_F_INSERT_HEAD
` [PATCH bpf-next v2 28/28] samples/bpf: fix bpf_program__attach_hid() api change

[PATCH v3 0/5] tests/tcg/ppc64le: fix the build of TCG tests with Clang
 2022-03-04 16:54 UTC  (3+ messages)
` [PATCH v3 1/5] tests/tcg/ppc64le: use inline asm instead of __builtin_mtfsf
` [PATCH v3 3/5] tests/tcg/ppc64le: drop __int128 usage in bcdsub

[PATCH v2] rdma: Fix res_print_uint()
 2022-03-04 17:33 UTC  (3+ messages)
` [PATCH v3] rdma: Fix res_print_uint() and add res_print_u64()

[PATCH] net: bcmgenet: Return not supported if we don't have a WoL IRQ
 2022-03-04 17:33 UTC  (12+ messages)

[PATCH v3 00/17] ASoC: Intel: AVS - Audio DSP for cAVS
 2022-03-04 17:33 UTC  (16+ messages)
` [PATCH v3 04/17] ASoC: Intel: avs: Inter process communication
` [PATCH v3 06/17] ASoC: Intel: avs: Add pipeline management requests
` [PATCH v3 07/17] ASoC: Intel: avs: Add module "
` [PATCH v3 08/17] ASoC: Intel: avs: Add power "
` [PATCH v3 09/17] ASoC: Intel: avs: Add ROM requests

[PULL 00/50] Block layer patches
 2022-03-04 16:47 UTC  (21+ messages)
` [PULL 20/50] include/sysemu/block-backend: split header into I/O and global state (GS) API
` [PULL 21/50] block/block-backend.c: assertions for block-backend
` [PULL 23/50] block.c: assertions to the block layer permissions API
` [PULL 24/50] include/block/block_int: split header into I/O and global state API
` [PULL 25/50] assertions for block_int "
` [PULL 27/50] block: introduce assert_bdrv_graph_writable
` [PULL 28/50] include/block/blockjob_int.h: split header into I/O and GS API
` [PULL 29/50] GS and IO CODE macros for blockjob_int.h
` [PULL 30/50] block.c: add assertions to static functions
` [PULL 31/50] include/block/blockjob.h: global state API
` [PULL 33/50] include/sysemu/blockdev.h: "
` [PULL 38/50] block_int-common.h: split function pointers in BlockDriver
` [PULL 40/50] block_int-common.h: split function pointers in BdrvChildClass
` [PULL 41/50] block_int-common.h: assertions in the callers of BdrvChildClass function pointers
` [PULL 42/50] block-backend-common.h: split function pointers in BlockDevOps
` [PULL 44/50] job.h: assertions in the callers of JobDriver function pointers
` [PULL 45/50] block: Make bdrv_refresh_limits() non-recursive
` [PULL 47/50] iotests/graph-changes-while-io: New test
` [PULL 49/50] block/amend: Always call .bdrv_amend_clean()
` [PULL 50/50] block/amend: Keep strong reference to BDS

mmotm 2022-03-03-21-24 uploaded
 2022-03-04 17:32 UTC  (4+ messages)
` mmotm 2022-03-03-21-24 uploaded (sound/soc/intel/boards/)
` mmotm 2022-03-03-21-24 uploaded (security/apparmor/policy_unpack.o)

[PATCH] usb: dwc3: Add support for usb3-phy PHY configuration
 2022-03-04 17:33 UTC  (4+ messages)

[PATCH] usb: rework usb_maxpacket() and remove its third argument
 2022-03-04 17:32 UTC  (4+ messages)

[PATCH v2 1/1] device property: Allow error pointer to be passed to fwnode APIs
 2022-03-04 17:32 UTC 

[RFC] ethdev: introduce protocol type based header split
 2022-03-04 17:32 UTC  (4+ messages)

[GIT PULL] Generic phy updates for v5.18-rc1
 2022-03-04 17:31 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-03-04 17:31 UTC 

[PATCH] drm/i915/gtt: reduce overzealous alignment constraints for GGTT
 2022-03-04 17:25 UTC  (2+ messages)
` [Intel-gfx] "

[Intel-gfx] [CI 1/2] drm/i915/fbdev: fixup setting screen_size
 2022-03-04 17:28 UTC  (5+ messages)
` [Intel-gfx] [CI 2/2] drm/i915: limit the async bind to bind_async_flags

[PATCH] PM: runtime: Have devm_pm_runtime_enable() handle pm_runtime_dont_use_autosuspend()
 2022-03-04 17:30 UTC  (3+ messages)

[PATCH v3 00/15] Make ETM register accesses consistent with sysreg.h
 2022-03-04 17:19 UTC  (32+ messages)
` [PATCH v3 01/15] coresight: etm4x: Cleanup TRCIDR0 register accesses
` [PATCH v3 02/15] coresight: etm4x: Cleanup TRCIDR2 "
` [PATCH v3 03/15] coresight: etm4x: Cleanup TRCIDR3 "
` [PATCH v3 04/15] coresight: etm4x: Cleanup TRCIDR4 "
` [PATCH v3 05/15] coresight: etm4x: Cleanup TRCIDR5 "
` [PATCH v3 06/15] coresight: etm4x: Cleanup TRCCONFIGR "
` [PATCH v3 07/15] coresight: etm4x: Cleanup TRCEVENTCTL1R "
` [PATCH v3 08/15] coresight: etm4x: Cleanup TRCSTALLCTLR "
` [PATCH v3 09/15] coresight: etm4x: Cleanup TRCVICTLR "
` [PATCH v3 10/15] coresight: etm3x: Cleanup ETMTECR1 "
` [PATCH v3 11/15] coresight: etm4x: Cleanup TRCACATRn "
` [PATCH v3 12/15] coresight: etm4x: Cleanup TRCSSCCRn and TRCSSCSRn "
` [PATCH v3 13/15] coresight: etm4x: Cleanup TRCSSPCICRn "
` [PATCH v3 14/15] coresight: etm4x: Cleanup TRCBBCTLR "
` [PATCH v3 15/15] coresight: etm4x: Cleanup TRCRSCTLRn "

[PATCH 0/2] Fix the rkisp1 userspace API for later IP versions
 2022-03-04 17:21 UTC  (3+ messages)

[PATCH 00/12] nbd: enable use of TLS on non-TCP transports and other TLS improvements
 2022-03-04 16:51 UTC  (3+ messages)
` [PATCH 12/12] tests/qemu-iotests: validate NBD TLS with UNIX sockets and PSK

[PATCH 0/5] SLUB debugfs improvements based on stackdepot
 2022-03-04 17:25 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-03-04 17:26 UTC 

[PATCH v2 00/17] media: rkisp1: Misc bug fixes and cleanups
 2022-03-04 17:19 UTC  (36+ messages)
` [PATCH v2 01/17] media: rkisp1: capture: Initialize entity before video device
` [PATCH v2 02/17] media: rkisp1: capture: Fix and simplify (un)registration
` [PATCH v2 03/17] media: rkisp1: isp: "
` [PATCH v2 04/17] media: rkisp1: resizer: "
` [PATCH v2 05/17] media: rkisp1: params: "
` [PATCH v2 06/17] media: rkisp1: stats: Simplify (un)registration
` [PATCH v2 07/17] media: rkisp1: Simplify rkisp1_entities_register() error path
` [PATCH v2 08/17] media: rkisp1: regs: Don't use BIT() macro for multi-bit register fields
` [PATCH v2 09/17] media: rkisp1: regs: Rename CCL, ICCL and IRCL registers with VI_ prefix
` [PATCH v2 10/17] media: rkisp1: Swap value and address arguments to rkisp1_write()
` [PATCH v2 11/17] media: rkisp1: resizer: Simplify register access
` [PATCH v2 12/17] media: rkisp1: Move debugfs code to a separate file
` [PATCH v2 13/17] media: rkisp1: Compile debugfs support conditionally
` [PATCH v2 14/17] media: rkisp1: debug: Collect input status by sampling ISP_FLAGS_SHD
` [PATCH v2 15/17] media: rkisp1: debug: Add debugfs files to dump core and ISP registers
` [PATCH v2 16/17] media: rkisp1: debug: Move resizer register dump to debugfs
` [PATCH v2 17/17] media: rkisp1: capture: Bypass the main device for handling querycap

[PATCH mmotm] mm: delete __ClearPageWaiters()
 2022-03-04 17:25 UTC  (4+ messages)

[Buildroot] [PATCH 1/1] docs/manual: remove override in conditional
 2022-03-04 17:24 UTC 

[Intel-gfx] [PATCH 0/8] Some more bits for small BAR enabling
 2022-03-04 17:23 UTC  (18+ messages)
`  "
` [Intel-gfx] [PATCH 1/8] drm/i915/lmem: don't treat small BAR as an error
  `  "
` [Intel-gfx] [PATCH 2/8] drm/i915/stolen: "
  `  "
` [Intel-gfx] [PATCH 3/8] drm/i915: add i915_gem_object_create_region_at()
  `  "
` [Intel-gfx] [PATCH 4/8] drm/i915/buddy: tweak CONTIGUOUS rounding
  `  "
` [Intel-gfx] [PATCH 5/8] drm/i915/ttm: wire up the object offset
  `  "
` [Intel-gfx] [PATCH 6/8] drm/i915/display: Check mappable aperture when pinning preallocated vma
  `  "
` [PATCH 7/8] drm/i915: fixup the initial fb base on DG1
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 8/8] drm/i915: fixup the initial fb on DG2
  `  "

[PATCH] Bluetooth: btrtl: Fix incorrect bin loading by MODULE_FIRMWARE
 2022-03-04 17:24 UTC  (2+ messages)

[PATCH for-next] Revert "IB/mlx5: Don't return errors from poll_cq"
 2022-03-04 17:24 UTC  (4+ messages)

[PATCH] Bluetooth: btusb: Add another Realtek 8761BU
 2022-03-04 17:22 UTC  (2+ messages)

[PATCH] docs: fix 'make htmldocs' warning in perf
 2022-03-04 17:22 UTC  (2+ messages)

[PATCH v2 1/2] dt-bindings: bluetooth: broadcom: add BCM43430A0 & BCM43430A1
 2022-03-04 17:21 UTC  (3+ messages)
` [PATCH v2 2/2] Bluetooth: hci_bcm: "

RTT-PROBE: lore-subspace-rtt
 2022-03-04 17:21 UTC 

[PATCH] drm/nouveau/bios: Rename prom_init() and friends functions
 2022-03-04 17:20 UTC 

[PATCH] net/bluetooth: use memset avoid memory leaks
 2022-03-04 17:20 UTC  (2+ messages)

[PATCH 0/5] gpiolib: Handle immutable irq_chip structures
 2022-03-04 17:19 UTC  (5+ messages)

[PATCH] Documentation/process: Add Researcher Guidelines
 2022-03-04 17:20 UTC  (5+ messages)

[PATCH 0/2] *** Fix reformat_objdump.awk ***
 2022-03-04 17:20 UTC  (3+ messages)
` [PATCH v2 "

[PATCH v2] python3-importlib-metadata: upgrade 4.10.1 -> 4.11.2
 2022-03-04 17:19 UTC 

[PATCH] bmap-tools: remove redundant python3native inherit
 2022-03-04 17:20 UTC 

[PATCH 00/17] arm: semihosting: Cleanups and new features
 2022-03-04 17:19 UTC  (4+ messages)

[PATCH] mm: madvise: MADV_DONTNEED_LOCKED
 2022-03-04 17:19 UTC 

Permanent disconnect when AP changes frequency
 2022-03-04 17:18 UTC 

[PATCH bpf-next] bpf/selftests: Allow vmtest.sh to build statically linked test_progs
 2022-03-04 17:18 UTC  (3+ messages)

[PATCH v2 net-next 00/14] tcp: BIG TCP implementation
 2022-03-04 17:16 UTC  (7+ messages)
` [PATCH v2 net-next 07/14] ipv6: add GRO_IPV6_MAX_SIZE
` [PATCH v2 net-next 14/14] mlx5: support BIG TCP packets

Two more btrfs fixes for 5.16.x
 2022-03-04 17:12 UTC 

[PATCH v2 1/5] dmaengine: dw-edma: fix dw_edma_probe() can't be call globally
 2022-03-04 17:16 UTC  (4+ messages)
` [PATCH v2 3/5] dmaengine: dw-edma: add flags at struct dw_edma_chip

RTT-PROBE: lore-subspace-rtt
 2022-03-04 17:16 UTC 

[GIT PULL] soundwire updates for v5.18-rc1
 2022-03-04 17:15 UTC 


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.