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

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

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

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

[PATCH v3 00/15] Make ETM register accesses consistent with sysreg.h
 2022-03-04 17:19 UTC  (31+ 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 "

[PULL 00/50] Block layer patches
 2022-03-04 16:47 UTC  (29+ messages)
` [PULL 03/50] block: introduce bdrv_activate
` [PULL 07/50] util/async: replace __thread with QEMU TLS macros
` [PULL 15/50] main loop: macros to mark GS and I/O functions
` [PULL 18/50] IO_CODE and IO_OR_GS_CODE for block I/O API
` [PULL 19/50] block/export/fuse.c: allow writable exports to take RESIZE permission
` [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 22/50] IO_CODE and IO_OR_GS_CODE for block-backend I/O API
` [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 26/50] IO_CODE and IO_OR_GS_CODE for block_int I/O API
` [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 31/50] include/block/blockjob.h: global state API
` [PULL 32/50] assertions for blockjob.h "
` [PULL 34/50] assertions for blockdev.h "
` [PULL 35/50] include/block/snapshot: global state API + assertions
` [PULL 36/50] block/copy-before-write.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 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

[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] usb: rework usb_maxpacket() and remove its third argument
 2022-03-04 17:23 UTC  (3+ messages)

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

[PATCH v3 00/17] ASoC: Intel: AVS - Audio DSP for cAVS
 2022-03-04 17:21 UTC  (12+ 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 17/17] ASoC: Intel: avs: Code loading over HDA

[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 

mmotm 2022-03-03-21-24 uploaded
 2022-03-04 17:17 UTC  (4+ messages)
` mmotm 2022-03-03-21-24 uploaded [drivers/platform/x86/x86-android-tablets.ko]
` mmotm 2022-03-03-21-24 uploaded (sound/soc/intel/boards/)

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  (11+ messages)
` [PATCH v2 net-next 07/14] ipv6: add GRO_IPV6_MAX_SIZE
` [PATCH v2 net-next 08/14] ipv6: Add hop-by-hop header to jumbograms in ip6_output
` [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 

ACPI flow for reserved memory
 2022-03-04 17:14 UTC  (2+ messages)

[PATCH 1/3] asciidoc: update git repository
 2022-03-04 17:14 UTC  (3+ messages)
` [PATCH 2/3] setuptools3.bbclass: clean up
` [PATCH 3/3] pip_install_wheel: "

[PATCH v2] kbuild: Make $(LLVM) more flexible
 2022-03-04 17:08 UTC 

[PATCH v6 00/43] CXl 2.0 emulation Support
 2022-03-04 17:13 UTC  (5+ messages)
` [PATCH v6 27/43] hw/cxl/host: Add support for CXL Fixed Memory Windows

[PATCH] Documentation/locking/locktypes: Fix PREEMPT_RT _bh() description
 2022-03-04 17:13 UTC  (2+ messages)

[PATCH net-next] Revert "net/smc: don't req_notify until all CQEs drained"
 2022-03-04 17:12 UTC  (2+ messages)

[PATCH] cifs: fix handlecache and multiuser
 2022-03-04 17:11 UTC  (3+ messages)

[Buildroot] [git commit] package/go: security bump to 1.17.8
 2022-03-04 17:11 UTC 

[PATCH v4 0/4] MIPS: Modify mem= and memmap= parameter
 2022-03-04 17:11 UTC  (10+ messages)
` [PATCH v4 1/4] MIPS: Refactor early_parse_mem() to fix mem= parameter

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

[PATCH] PCI: dwc: solve returning success but actually failed
 2022-03-04 17:10 UTC  (2+ messages)

[PATCH RFC] x86: Add SGX_IOC_ENCLAVE_AUGMENT_PAGES
 2022-03-04 17:08 UTC  (2+ messages)

Gang submit
 2022-03-04 17:10 UTC  (3+ messages)
` [PATCH 09/10] drm/amdgpu: add gang submit backend

[Buildroot] [PATCH 1/1] package/go: security bump to 1.17.8
 2022-03-04 17:10 UTC  (2+ messages)

[PATCH] ALSA: hda/realtek: Add quirk for Clevo NP70PNJ
 2022-03-04 17:08 UTC 

[PATCH 1/1] mtd: spi-nor: aspeed: set the decoding size to at least 2MB for AST2600
 2022-03-04 17:07 UTC 

[PATCH v4 0/3] Add Chinese translations for KSM documents
 2022-03-04 17:09 UTC  (2+ messages)

[Buildroot] [PATCH] {linux, linux-headers}: bump 4.{4, 9, 14, 19}.x / 5.{4, 10, 15, 16}.x series
 2022-03-04 17:09 UTC 

[PATCH][next] drm/amd/display: Fix Wstringop-overflow warnings in dc_link_dp.c
 2022-03-04 17:08 UTC  (6+ messages)

[PATCH] kconfig: add KCONFIG_ALLCONFIG support for tinyconfig
 2022-03-04 17:06 UTC  (2+ messages)

[PULL 0/6] hw/nvme updates
 2022-03-04 16:47 UTC  (2+ messages)

[PATCH v2 00/20] Support external boost at CS35l41 ASoC driver
 2022-03-04 17:05 UTC  (3+ messages)

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

[PATCH 1/1] ARM: dts: aspeed: bletchley: add sample averaging for ADM1278
 2022-03-04 17:04 UTC  (3+ messages)

[PATCH v1 1/4] powerpc: Cleanup asm-prototypes.c
 2022-03-04 17:04 UTC  (8+ messages)
` [PATCH v1 2/4] powerpc/smp: Declare current_set static
` [PATCH v1 3/4] powerpc/kexec: Declare kexec_paca static
` [PATCH v1 4/4] powerpc: Move C prototypes out of asm-prototypes.h

[PATCH v3 1/4] dt-bindings: interrupt-controller: New binding for Meson-S4 SoCs
 2022-03-04 17:04 UTC  (2+ messages)
` [irqchip: irq/irqchip-next] "

[PATCH v3 4/4] irqchip/meson-gpio: Add support for meson s4 SoCs
 2022-03-04 17:04 UTC  (2+ messages)
` [irqchip: irq/irqchip-next] "

[PATCH v3 2/4] irqchip/meson-gpio: support more than 8 channels gpio irq
 2022-03-04 17:04 UTC  (2+ messages)
` [irqchip: irq/irqchip-next] "

[XEN v9 0/4] xen/arm64: io: Decode ldr/str post-indexing instruction
 2022-03-04 17:04 UTC  (4+ messages)
` [XEN v9 3/4] xen/arm64: io: Handle the abort due to access to stage1 translation table

[PATCH v3 3/4] irqchip/meson-gpio: add select trigger type callback
 2022-03-04 17:04 UTC  (2+ messages)
` [irqchip: irq/irqchip-next] "

[PATCH v3] topology: make core_mask include at least cluster_siblings
 2022-03-04 17:01 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.