All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-03-04 16:44:35 to 2022-03-04 17:22:52 UTC [more...]

[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  (19+ messages)
` [PATCH v3 03/17] ASoC: Intel: Introduce AVS driver
` [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 13/17] ASoC: Intel: avs: Dynamic firmware resources management
` [PATCH v3 14/17] ASoC: Intel: avs: General code loading flow
` [PATCH v3 17/17] ASoC: Intel: avs: Code loading over HDA

[PATCH v2 00/17] media: rkisp1: Misc bug fixes and cleanups
 2022-03-04 17:19 UTC  (23+ 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] docs: fix 'make htmldocs' warning in perf
 2022-03-04 17:22 UTC  (2+ messages)

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

[PULL 00/50] Block layer patches
 2022-03-04 16:47 UTC  (37+ messages)
` [PULL 01/50] crypto: perform permission checks under BQL
` [PULL 02/50] crypto: distinguish between main loop and I/O in block_crypto_amend_options_generic_luks
` [PULL 03/50] block: introduce bdrv_activate
` [PULL 04/50] block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_op_invalidate_cache
` [PULL 05/50] block: move BQL logic of bdrv_co_invalidate_cache in bdrv_activate
` [PULL 06/50] tls: add macros for coroutine-safe TLS variables
` [PULL 07/50] util/async: replace __thread with QEMU TLS macros
` [PULL 08/50] rcu: use coroutine "
` [PULL 09/50] cpus: use coroutine TLS macros for iothread_locked
` [PULL 10/50] os-posix: Add os_set_daemonize()
` [PULL 11/50] qsd: Add pre-init argument parsing pass
` [PULL 12/50] qsd: Add --daemonize
` [PULL 13/50] iotests/185: Add post-READY quit tests
` [PULL 14/50] main-loop.h: introduce qemu_in_main_thread()
` [PULL 15/50] main loop: macros to mark GS and I/O functions
` [PULL 16/50] include/block/block: split header into I/O and global state API
` [PULL 17/50] assertions for block "
` [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 29/50] GS and IO CODE macros for blockjob_int.h
` [PULL 32/50] assertions for blockjob.h global state API
` [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 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 49/50] block/amend: Always call .bdrv_amend_clean()

[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

[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 v2] kbuild: Make $(LLVM) more flexible
 2022-03-04 17:08 UTC 

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

[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  (2+ messages)

[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)

[PATCH 1/1] ARM: dts: aspeed: bletchley: add sample averaging for ADM1278
 2022-03-04 17:04 UTC  (4+ 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  (2+ messages)

[PATCH v2] mm/page_alloc: call check_new_pages() while zone spinlock is not held
 2022-03-04 17:02 UTC 

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

[OE-core] [PATCH 1/3] layer.conf: Filter docs dependencies for efficiency
 2022-03-04 17:00 UTC 

Permanent disconnect when AP changes frequency
 2022-03-04 16:59 UTC 

[PATCH] arm64: dts: qcom: sc7280: Configure cts sleep pinctrl to bias-disable for sc7280-idp
 2022-03-04 16:57 UTC  (3+ messages)

[PATCH 1/1] vhost: Protect the virtqueue from being cleared whilst still in use
 2022-03-04 16:56 UTC  (12+ messages)

[PATCH] classes: add setuptools3_legacy
 2022-03-04 16:56 UTC  (5+ messages)
` [OE-core] "

[PATCH 0/2] swiotlb: rework fix info leak with DMA_FROM_DEVICE
 2022-03-04 16:55 UTC  (6+ messages)
` [PATCH 1/2] Revert "swiotlb: fix info leak with DMA_FROM_DEVICE"

[PATCH v5 0/2] remoteproc sysfs fixes/improvements
 2022-03-04 16:53 UTC  (7+ messages)
` [PATCH v5 1/2] remoteproc: Introduce sysfs_read_only flag
      ` [EXTERNAL] "

[PATCH v2 0/2] nfsuuid and udev examples
 2022-03-04 16:54 UTC  (19+ messages)
` [PATCH v2 1/2] nfsuuid: a tool to create and persist nfs4 client uniquifiers
                    ` [PATCH] nfs.man: document requirements for NFS mounts in a container

[GIT PULL] RISC-V Fixes for 5.17-rc7
 2022-03-04 16:54 UTC  (2+ messages)

[linux-linus test] 168394: tolerable FAIL - PUSHED
 2022-03-04 16:53 UTC 

[Virtio-fs] [virtiofsd] Issue opened: Can't run unprivileged any more due to setgroups
 2022-03-04 16:53 UTC 

[RFC 00/10] Introduce In Field Scan driver
 2022-03-04 16:51 UTC  (4+ messages)
` [RFC 08/10] platform/x86/intel/ifs: Add IFS sysfs interface

[PATCH] mm/page_alloc: call check_new_pages() while zone spinlock is not held
 2022-03-04 16:50 UTC  (4+ messages)

[PATCH iproute2-next v2] ss: display advertised TCP receive window and out-of-order counter
 2022-03-04 16:50 UTC  (2+ messages)

Regression: memory corruption on Atmel SAMA5D31
 2022-03-04 16:48 UTC  (10+ messages)

[PATCH net-next] ptp: ocp: Add serial port information to the debug summary
 2022-03-04 16:50 UTC  (6+ messages)
` [PATCH net-next 1/2] ptp: ocp: add nvmem interface for accessing eeprom

回复: Re: [PATCH v20 3/5] usb: misc: Add onboard_usb_hub driver
 2022-03-04 16:47 UTC  (9+ messages)
    ` 回复: "

[PATCH v16 0/4] MIPS: JZ4780 and CI20 HDMI
 2022-03-04 16:47 UTC  (12+ messages)
` [PATCH v16 1/4] drm/bridge: dw-hdmi: introduce dw_hdmi_enable_poll()
      ` [Letux-kernel] "

kselftest/next build: 8 builds: 0 failed, 8 passed (v5.17-rc5-22-gf6d344cd5fa6)
 2022-03-04 16:47 UTC 

[PATCH 00/12] nbd: enable use of TLS on non-TCP transports and other TLS improvements
 2022-03-04 16:45 UTC  (5+ messages)
` [PATCH 08/12] tests/qemu-iotests: introduce filter for qemu-nbd export list
` [PATCH 09/12] tests/qemu-iotests: convert NBD TLS test to use standard filters

[PATCH V2] irqchip/gic-v3: Workaround Marvell erratum 38545 when reading IAR
 2022-03-04 16:44 UTC  (5+ messages)
  ` [EXT] "

[meta-arago][dunfell][PATCH] optee-examples: update to 3.12.0
 2022-03-04 16:45 UTC 

[PATCH v2 0/5] slab cleanups
 2022-03-04 16:45 UTC  (6+ messages)

[PATCH v2 0/2] Add PCIE device IDs for Intel DFL cards
 2022-03-04 16:45 UTC  (4+ messages)
` [PATCH v2 1/2] Documentation: fpga: dfl: add PCI Identification documentation


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.