All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-09-02 16:25:57 to 2021-09-02 16:48:46 UTC [more...]

[PATCH v3 00/28] cxl_test: Enable CXL Topology and UAPI regression tests
 2021-09-02 16:43 UTC  (8+ messages)
` [PATCH v3 11/28] libnvdimm/label: Add a helper for nlabel validation
` [PATCH v3 12/28] libnvdimm/labels: Introduce the concept of multi-range namespace labels
` [PATCH v3 13/28] libnvdimm/label: Define CXL region labels

[PATCH printk v4 0/6] printk: remove safe buffers
 2021-09-02 16:48 UTC  (5+ messages)
` [PATCH printk v4 3/6] "

[PATCH v3 00/29] arm: dts: ls1028a: sync device tree with linux
 2021-09-02 16:45 UTC  (10+ messages)
` [PATCH v3 01/29] armv8: ls1028a: add IOMMU stream ID to vivante node
` [PATCH v3 02/29] arm: dts: ls1028a: remove /memory node
` [PATCH v3 03/29] arm: dts: ls1028a-{rdb, qds}: remove dm-pre-reloc property
` [PATCH v3 04/29] arm: dts: ls1028a: add an empty /soc
` [PATCH v3 05/29] arm: dts: ls1028a: move the clockgen node into /soc
` [PATCH v3 06/29] arm: dts: ls1028a: move I2C controller nodes "
` [PATCH v3 07/29] arm: dts: ls1028a: move the FlexSPI controller node
` [PATCH v3 09/29] arm: dts: ls1028a: move the UART controller nodes into /soc
` [PATCH v3 10/29] arm: dts: ls1028a: move the low-power UART "

[PATCH 1/1] debugfs: use IS_ERR to check for error
 2021-09-02 16:48 UTC  (8+ messages)

[PATCH v4 0/2] refactor sqthread cpu binding logic
 2021-09-02 16:48 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t 00/11] kms: Clean up the supported rotations mess
 2021-09-02 16:45 UTC  (12+ messages)
` [igt-dev] [PATCH i-g-t 01/11] lib/kms: Add igt_plane_has_rotation()
` [igt-dev] [PATCH i-g-t 02/11] tests/kms_rotation_crc: Use igt_plane_has_rotation()
` [igt-dev] [PATCH i-g-t 03/11] tests/kms_plane_scaling: "
` [igt-dev] [PATCH i-g-t 04/11] tests/kms_big_fb: "
` [igt-dev] [PATCH i-g-t 05/11] tests/kms_big_fb: Use igt_has_drm_cap()
` [igt-dev] [PATCH i-g-t 06/11] tests/kms_big_fb: Move batch creation into lower level functions
` [igt-dev] [PATCH i-g-t 07/11] tests/kms_big_fb: Move format/modifier checks lower
` [igt-dev] [PATCH i-g-t 08/11] tests/kms_big_fb: Nuke the stride/format overrides
` [igt-dev] [PATCH i-g-t 09/11] tests/kms_big_fb: Check whether the rotation is supposed in the async flip test
` [igt-dev] [PATCH i-g-t 10/11] tests/kms_plane: Abstract single vs. multiple crsc better
` [igt-dev] [PATCH i-g-t 11/11] tests/kms_plane: Use single colors during extended test

stable-rc/queue/5.10 build: 114 builds: 0 failed, 114 passed, 10 warnings (v5.10.61-104-g67c4228ae810)
 2021-09-02 16:47 UTC 

[PATCH 0/1] hw/arm/aspeed: Add Fuji machine type
 2021-09-02 16:27 UTC  (7+ messages)

[PATCH] KVM: Drop unused kvm_dirty_gfn_harvested()
 2021-09-02 16:46 UTC  (4+ messages)

[PATCH v3] ASoC: atmel: ATMEL drivers don't need HAS_DMA
 2021-09-02 16:44 UTC  (5+ messages)

[LTP] [PATCH 1/1] net/route: Rewrite route-rmmod to new API
 2021-09-02 16:45 UTC  (5+ messages)

[PATCH 0/1] [RESEND] ext4: fix lazy initialization next schedule time computation in more granular unit
 2021-09-02 16:44 UTC  (2+ messages)
` [PATCH 1/1] "

[igt-dev] [PATCH i-g-t] tests/i915/gem_ctx_persistence: modified test_saturated_hostile subtest
 2021-09-02 16:43 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[PATCH v3 00/30] accel: Move has_work() from SysemuCPUOps to AccelOpsClass
 2021-09-02 16:15 UTC  (44+ messages)
` [PATCH v3 01/30] accel/tcg: Restrict cpu_handle_halt() to sysemu
` [PATCH v3 02/30] hw/core: Restrict cpu_has_work() "
` [PATCH v3 03/30] hw/core: Un-inline cpu_has_work()
` [PATCH v3 04/30] sysemu: Introduce AccelOpsClass::has_work()
` [PATCH v3 05/30] accel/kvm: Implement AccelOpsClass::has_work()
` [PATCH v3 06/30] accel/whpx: "
` [PATCH v3 07/30] accel/tcg: Implement AccelOpsClass::has_work() as stub
` [PATCH v3 08/30] target/alpha: Restrict has_work() handler to sysemu and TCG
` [PATCH v3 09/30] target/arm: "
` [PATCH v3 10/30] target/avr: "
` [PATCH v3 11/30] target/cris: "
` [PATCH v3 12/30] target/hexagon: Remove unused has_work() handler
` [PATCH v3 13/30] target/hppa: Restrict has_work() handler to sysemu and TCG
` [PATCH v3 14/30] target/i386: "
` [PATCH v3 15/30] target/m68k: "
` [PATCH v3 16/30] target/microblaze: "
` [PATCH v3 17/30] target/mips: "
` [PATCH v3 18/30] target/nios2: "
` [PATCH v3 19/30] target/openrisc: "
` [PATCH v3 20/30] target/ppc: "
` [PATCH v3 21/30] target/ppc: Introduce PowerPCCPUClass::has_work()
` [PATCH v3 22/30] target/ppc: Simplify has_work() handlers
` [PATCH v3 23/30] target/riscv: Restrict has_work() handler to sysemu and TCG
` [PATCH v3 24/30] target/rx: "

[PATCH v7 00/14] imx8q video decoder/encoder driver
 2021-09-02 16:39 UTC  (3+ messages)

[PATCH v3 0/7] vpl: Introduce a verifying program loader
 2021-09-02 16:42 UTC  (8+ messages)

[PATCH 0/2] sandbox: provide /chosen/boot-hartid property
 2021-09-02 16:41 UTC  (3+ messages)
` [PATCH 1/2] sandbox: correct cpu nodes

[PATCH 0/3] common: Add fdt network helper
 2021-09-02 16:41 UTC  (7+ messages)

[PATCH 1/1] lib/rsa: don't use NULL as key_id
 2021-09-02 16:41 UTC  (2+ messages)

[PATCH] doc: Add documentation about devicetree usage
 2021-09-02 16:41 UTC  (12+ messages)

[PATCH 01/11] drm/i915: Release i915_gem_context from a worker
 2021-09-02 16:41 UTC  (5+ messages)
` [PATCH 07/11] drm/i915: Add i915_gem_context_is_full_ppgtt
  ` [Intel-gfx] "

Doing DMA from peripheral to userland memory
 2021-09-02 16:41 UTC  (2+ messages)

sandbox TPM
 2021-09-02 16:41 UTC  (6+ messages)

[PATCH linux-next] ipv4: Fix NULL deference in fnhe_remove_oldest()
 2021-09-02 16:41 UTC  (3+ messages)

[PATCH][RFC] tree: imx: remove old fit generator script
 2021-09-02 16:41 UTC  (2+ messages)

[PATCH] RFC: Support an EFI-loader bootflow
 2021-09-02 16:40 UTC  (3+ messages)

[PATCH] tools: ROUNDUP() related adjustments
 2021-09-02 16:40 UTC  (3+ messages)

[PATCH v2 1/5] powerpc/signal64: Access function descriptor with user access block
 2021-09-02 16:05 UTC  (5+ messages)
` [PATCH v2 3/5] signal: Add unsafe_copy_siginfo_to_user()

[dpdk-dev] [RFC] devbind: conform to PEP 8 recommended style
 2021-09-02 16:04 UTC  (5+ messages)

[PATCH] iwlwifi: bump FW API to 66 for AX devices
 2021-09-02 16:40 UTC  (2+ messages)
`  "

[PATCH] x86/PCI: sta2x11: switch from 'pci_' to 'dma_' API
 2021-09-02 16:40 UTC  (2+ messages)

[PATCH Part1 v5 00/38] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-09-02 16:40 UTC  (3+ messages)
` [PATCH Part1 v5 35/38] x86/sev: Register SNP guest request platform device

[Bug 214289] New: amdgpu Msg issuing pre-check failed and SMU may be not in the right state!
 2021-09-02 16:39 UTC  (3+ messages)
` [Bug 214289] "

[PATCH] iwlwifi Add support for ax201 in Samsung Galaxy Book Flex2 Alpha
 2021-09-02 16:39 UTC  (2+ messages)

Linux stable GitHub mirror stale
 2021-09-02 16:37 UTC  (3+ messages)

[PATCH] fs/ntfs3: Change how module init/info messages are displayed
 2021-09-02 16:37 UTC  (2+ messages)

[PATCH v2] wcn36xx: handle connection loss indication
 2021-09-02 16:37 UTC  (2+ messages)

[PATCH v2] tests/xenstore: link in librt if necessary
 2021-09-02 16:36 UTC  (3+ messages)

[PATCH v2] KVM: VMX: Enable Notify VM exit
 2021-09-02 16:36 UTC  (9+ messages)

[PATCH 4.4 00/10] 4.4.283-rc1 review
 2021-09-02 16:35 UTC  (2+ messages)

[GIT PULL] overlayfs update for 5.15
 2021-09-02 16:35 UTC  (2+ messages)

[PATCH 0/2] coresight: tmc: Add support to configure AXI burst size
 2021-09-02 16:32 UTC  (9+ messages)
` [PATCH 1/2] dt-bindings: coresight: Add burst size for TMC
` [PATCH 2/2] coresight: tmc: Configure AXI write burst size

[PATCH 0/9] remove dead shell code
 2021-09-02 16:34 UTC  (3+ messages)
` [PATCH 3/9] git-sh-setup: remove unused git_pager() function

[PATCH net] ionic: fix double use of queue-lock
 2021-09-02 16:34 UTC 

[PATCH 1/3] libsepol/cil: Don't destroy optionals whose parent will be destroyed
 2021-09-02 16:33 UTC  (3+ messages)

[PATCH v6, 00/15] Using component framework to support multi hardware decode
 2021-09-02 16:30 UTC  (5+ messages)

[dpdk-dev] [PATCH] doc: add release milestones definition
 2021-09-02 16:33 UTC  (3+ messages)
` [dpdk-dev] [PATCH v8] "

[PATCH net-next v4] skb_expand_head() adjust skb->truesize incorrectly
 2021-09-02 16:32 UTC  (4+ messages)
` [PATCH net-next v5] "

[PATCH 0/3] Allow access to confidential computing secret area in SEV guests
 2021-09-02 16:31 UTC  (8+ messages)

Landlock news #1
 2021-09-02 16:13 UTC  (2+ messages)

[RFC PATCH net-next 0/3] Make the PHY library stop being so greedy when binding the generic PHY driver
 2021-09-02 16:31 UTC  (6+ messages)

[PATCH v1 0/2] Ulf reported an issue[1] with fw_devlink. This series tries to fix that issue
 2021-09-02 16:31 UTC  (5+ messages)

[PATCH] fs/ntfs3: Remove GPL boilerplates from decompress lib files
 2021-09-02 16:31 UTC  (2+ messages)

[PATCH v2 00/35] acpi: refactor error prone build_header() and packed structures usage in ACPI tables
 2021-09-02 16:07 UTC  (3+ messages)
` [PATCH v2 32/35] acpi: arm/virt: build_gtdt: use acpi_init_table()/acpi_table_composed() instead of build_header()

[PATCH] hw/ssi: imx_spi: Improve chip select handling
 2021-09-02 16:09 UTC  (3+ messages)

[RFC PATCH 0/2] Add the stateless AV1 uAPI and the VIVPU virtual driver to showcase it
 2021-09-02 16:05 UTC  (3+ messages)
` [RFC PATCH 2/2] media: vivpu: add virtual VPU driver

[PATCH 0/3] iommu/amd: Fix unable to handle page fault due to AVIC
 2021-09-02 16:13 UTC  (5+ messages)

[PATCH v2 rdma-core] irdma: Add ice and irdma to kernel-boot rules
 2021-09-02 16:13 UTC  (5+ messages)

[PATCH V4 00/13] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-09-02 16:14 UTC  (7+ messages)
` [PATCH V4 08/13] hyperv/vmbus: Initialize VMbus ring buffer for Isolation VM

[PATCH] binder: make sure fd closes complete
 2021-09-02 16:11 UTC  (4+ messages)

[PATCH 0/5] btrfs: qgroup: address the performance penalty for subvolume dropping
 2021-09-02 16:28 UTC  (4+ messages)
` [PATCH 1/5] btrfs: sysfs: introduce qgroup global attribute groups

[dpdk-dev] [PATCH] doc: announce change in vfio dma mapping
 2021-09-02 16:13 UTC  (9+ messages)

[diagnostic TDR mode patches] unify our solution opinions/suggestions in one thread
 2021-09-02 16:11 UTC  (8+ messages)

[PATCH 4.9 00/16] 4.9.282-rc1 review
 2021-09-02 16:10 UTC  (2+ messages)

[PATCH] mpt3sas: Call cpu_relax() before calling udelay()
 2021-09-02 16:12 UTC  (2+ messages)

[PATCH v2 0/3] Convert name-prefix doc to json-schema
 2021-09-02 16:22 UTC  (5+ messages)
` [PATCH v2 1/3] ASoC: Add json-schema documentation for sound-name-prefix

[dpdk-dev] [PATCH 0/5] A means to negotiate support for Rx meta information
 2021-09-02 16:14 UTC  (3+ messages)
` [dpdk-dev] [PATCH 1/5] ethdev: add API "

[RFC] io_uring: fix possible poll event lost in multi shot mode
 2021-09-02 16:11 UTC  (2+ messages)

audit.rules being really processed sequentially?
 2021-09-02 16:21 UTC  (2+ messages)

✅ PASS: Test report for kernel 5.13.13 (stable-queue, b80430d7)
 2021-09-02 16:14 UTC 

slub: BUG: Invalid wait context
 2021-09-02 16:22 UTC 

[PATCH] scsi: sd: do not call device_add() on scsi_disk with uninitialized gendisk ->queue
 2021-09-02 16:24 UTC 

[RESEND v2] tracing/gpu: Add imported size to gpu_mem_imported tracepoint
 2021-09-02 16:29 UTC  (2+ messages)

[PATCH] PM / suspend: move userspace freeze before disk sync
 2021-09-02 16:28 UTC  (3+ messages)

[PATCH 1/3] libsepol/cil: Properly check parse tree when printing error messages
 2021-09-02 16:28 UTC  (3+ messages)

[LTP] [PATCH] controllers/memcg: document non-hierarchical on v5.11
 2021-09-02 16:28 UTC  (3+ messages)

[PATCH rdma-core] irdma: Restore full memory barrier for doorbell optimization
 2021-09-02 16:27 UTC  (6+ messages)

[PATCH] python: Import specific modules from setools for less deps
 2021-09-02 16:27 UTC  (3+ messages)

[PATCH net] wireguard: remove peer cache in netns_pre_exit
 2021-09-02 16:26 UTC  (3+ messages)

[PATCH] fs/ntfs3: Remove unnecessary condition checking from ntfs_file_read_iter
 2021-09-02 16:26 UTC  (2+ messages)

masquerading AFTER first packet
 2021-09-02 16:26 UTC  (2+ messages)

[dpdk-dev] [PATCH v3 11/11] app/testpmd: add option to display extended statistics
 2021-09-02 16:08 UTC  (3+ messages)
` [dpdk-dev] [PATCH v4] "

[PATCH 0/2] net: Remove the ipx network layer header files
 2021-09-02 16:08 UTC  (6+ messages)
` [PATCH 1/2] net: Remove net/ipx.h and uapi/linux/ipx.h "

[PATCH 01/11] drm/i915: Release i915_gem_context from a worker
 2021-09-02 16:20 UTC  (4+ messages)
` [Intel-gfx] "

[PATCH v6 0/5] hw/arm/virt: Introduce cpu topology support
 2021-09-02 15:56 UTC  (2+ messages)

[PATCH v1 1/1] Documentation: ACPI: Align the SSDT overlays file with the code
 2021-09-02 16:09 UTC  (2+ messages)

[Intel-gfx] [PATCH V3 0/8] drm/i915/gt: Initialize unused MOCS entries to L3_WB
 2021-09-02 16:06 UTC  (5+ messages)
` [Intel-gfx] [PATCH V3 2/8] drm/i915/gt: Add support of mocs auxiliary registers programming

[GIT PULL] erofs updates for 5.15-rc1
 2021-09-02 16:18 UTC  (2+ messages)

[PATCH 4.14 00/23] 4.14.246-rc1 review
 2021-09-02 16:08 UTC  (2+ messages)

[PATCH v5] libata: Add ATA_HORKAGE_NO_NCQ_ON_AMD for Samsung 860 and 870 SSD
 2021-09-02 16:07 UTC  (2+ messages)

[PATCH] drm/amd/amdgpu: Increase HWIP_MAX_INSTANCE to 10
 2021-09-02 16:16 UTC  (2+ messages)

[PATCH 0/2]: ARM: Enable THREAD_INFO_IN_TASK
 2021-09-02 16:18 UTC  (4+ messages)

[PATCH v4 0/3] virtio-mem: disallow mapping virtio-mem memory via /dev/mem
 2021-09-02 16:09 UTC  (5+ messages)
` [PATCH v4 1/3] kernel/resource: clean up and optimize iomem_is_exclusive()
` [PATCH v4 2/3] kernel/resource: disallow access to exclusive system RAM regions
` [PATCH v4 3/3] virtio-mem: disallow mapping virtio-mem memory via /dev/mem

[PATCH 1/2] drm/amd/pm: Fix a bug communicating with the SMU (v5)
 2021-09-02 16:17 UTC  (2+ messages)
` [PATCH 2/2] drm/amd/pm: Fix a bug in semaphore double-lock

[Intel-gfx] [PATCH v2 0/8] Drop frontbuffer rendering support from Skylake and newer
 2021-09-02 16:09 UTC  (3+ messages)
` [Intel-gfx] [PATCH v2 6/8] drm/i915/display: Prepare DRRS for frontbuffer rendering drop


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.