All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-03-30 12:55:11 to 2021-03-30 13:20:58 UTC [more...]

[PATCH] drm/amdgpu: fix an underflow on non-4KB-page systems
 2021-03-30 13:09 UTC  (18+ messages)

[linux-next:master 3841/8469] drivers/gpu/drm/gud/gud_pipe.c:544 gud_pipe_update() error: we previously assumed 'fb' could be null (see line 536)
 2021-03-30 13:20 UTC  (3+ messages)

cleanup unused or almost unused IOMMU APIs and the FSL PAMU driver v2
 2021-03-30 13:19 UTC  (64+ messages)
` [PATCH 10/18] iommu/fsl_pamu: enable the liodn when attaching a device
` [PATCH 11/18] iommu/fsl_pamu: remove the snoop_id field
` [PATCH 12/18] iommu: remove DOMAIN_ATTR_PAGING
` [PATCH 13/18] iommu: remove DOMAIN_ATTR_GEOMETRY
` [PATCH 14/18] iommu: remove DOMAIN_ATTR_NESTING
` [PATCH 15/18] iommu: remove iommu_set_cmd_line_dma_api and iommu_cmd_line_dma_api
` [PATCH 16/18] iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUE
` [PATCH 17/18] iommu: remove DOMAIN_ATTR_IO_PGTABLE_CFG
` [PATCH 18/18] iommu: remove iommu_domain_{get,set}_attr

[PATCH v3 0/3] ima: kernel build support for loading the kernel module signing key
 2021-03-30 13:16 UTC  (4+ messages)
` [PATCH v3 1/3] keys: cleanup build time module signing keys
` [PATCH v3 2/3] ima: enable signing of modules with build time generated key
` [PATCH v3 3/3] ima: enable loading of build time generated key on .ima keyring

[jirislaby:devel 22/110] drivers/tty/hvc/hvcs.c:1317:12: warning: comparison of distinct pointer types ('typeof (count) *' (aka 'int *') and 'typeof ((16 - hvcsd->chars_in_buffer)) *' (aka 'unsigned int *'))
 2021-03-30 13:18 UTC 

[PATCH -next] serial: 8250_bcm7271: Fix return value check in brcmuart_probe()
 2021-03-30 13:17 UTC  (2+ messages)

[RFC 0/8] virtio: Improve boot time of virtio-scsi-pci and virtio-blk-pci
 2021-03-30 13:15 UTC  (3+ messages)

[PATCH 0/3] selinux: fix changing booleans
 2021-03-30 13:16 UTC  (4+ messages)
` [PATCH 1/3] selinux: fix cond_list corruption when "
` [PATCH 2/3] selinux: simplify duplicate_policydb_cond_list() by using kmemdup()
` [PATCH 3/3] selinux: constify some avtab function arguments

[LTP] [PATCH] syscalls/chdir01: Add umask before mkdir
 2021-03-30 13:17 UTC 

[PATCH] arm64: kvm: handle 52-bit VA regions correctly under nVHE
 2021-03-30 13:15 UTC  (7+ messages)

[PATCH 1/2] drm/amdgpu: fix NULL pointer dereference
 2021-03-30 13:17 UTC  (8+ messages)
` [PATCH 2/2] drm/amdgpu: fix compiler warning

[syzbot] memory leak in radix_tree_insert
 2021-03-30 13:16 UTC 

Unable to boot to kernel built from stable 5.11.y
 2021-03-30 13:16 UTC 

[tip:locking/core] BUILD SUCCESS a51a327f3bcdcb1a37ed9325ad07e1456cd4d426
 2021-03-30 13:15 UTC 

Linux kernel 4.4.264 released
 2021-03-30 13:15 UTC 

[PATCH v2 0/2] KVM: x86: hyper-v: Fix TSC page update after KVM_SET_CLOCK(0) call
 2021-03-30 13:12 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: x86: hyper-v: Properly divide maybe-negative 'hv_clock->system_time' in compute_tsc_page_parameters()

Serious doubts about Gitlab CI
 2021-03-30 13:12 UTC  (16+ messages)

[PATCH v2] ASoC: rt1019: add rt1019 amplifier driver
 2021-03-30 13:12 UTC  (4+ messages)

[PATCH 0/6] Clean up obsolete TODO files
 2021-03-30 13:07 UTC  (4+ messages)
` [PATCH 1/6] mips/sgi-ip27: Delete obsolete TODO file

[PATCH RESEND] mm: Move mem_init_print_info() into mm_init()
 2021-03-30 13:10 UTC  (11+ messages)
` [PATCH v2] "
    ` [OpenRISC] "

[PATCH v4 00/20] Sparse Index: Design, Format, Tests
 2021-03-30 13:11 UTC  (23+ messages)
` [PATCH v5 00/21] "
  ` [PATCH v5 01/21] sparse-index: design doc and format update
  ` [PATCH v5 02/21] t/perf: add performance test for sparse operations
  ` [PATCH v5 03/21] t1092: clean up script quoting
  ` [PATCH v5 04/21] sparse-index: add guard to ensure full index
  ` [PATCH v5 05/21] sparse-index: implement ensure_full_index()
  ` [PATCH v5 06/21] t1092: compare sparse-checkout to sparse-index
  ` [PATCH v5 07/21] test-read-cache: print cache entries with --table
  ` [PATCH v5 08/21] test-tool: don't force full index
  ` [PATCH v5 09/21] unpack-trees: ensure "
  ` [PATCH v5 10/21] sparse-checkout: hold pattern list in index
  ` [PATCH v5 11/21] sparse-index: add 'sdir' index extension
  ` [PATCH v5 12/21] sparse-index: convert from full to sparse
  ` [PATCH v5 13/21] submodule: sparse-index should not collapse links
  ` [PATCH v5 14/21] unpack-trees: allow sparse directories
  ` [PATCH v5 15/21] sparse-index: check index conversion happens
  ` [PATCH v5 16/21] sparse-index: add index.sparse config option
  ` [PATCH v5 17/21] sparse-checkout: toggle sparse index from builtin
  ` [PATCH v5 18/21] sparse-checkout: disable sparse-index
  ` [PATCH v5 19/21] cache-tree: integrate with sparse directory entries
  ` [PATCH v5 20/21] sparse-index: loose integration with cache_tree_verify()
  ` [PATCH v5 21/21] p2000: add sparse-index repos

[PATCH v2 0/6] mips: bmips: fix and improve reboot nodes
 2021-03-30 13:09 UTC  (2+ messages)

[OE-core] [PATCH v4] grub: upgrade 2.04 -> 2.06~rc1
 2021-03-30 13:11 UTC  (3+ messages)

How long should be PCIe card in Warm Reset state?
 2021-03-30 13:10 UTC  (7+ messages)

[RFC PATCH 0/2] usb: typec: Add driver for Microchip sama7g5 tcpc
 2021-03-30 13:08 UTC  (4+ messages)
` [RFC PATCH 1/2] dt-bindings: usb: Add DT bindings "

[PATCH v1] memory: mediatek: add DRAM controller driver
 2021-03-30 13:08 UTC  (5+ messages)
` [PATCH v1 1/4] dt-bindings: memory: Add binding for MediaTek Common DRAM Controller

[RFC v1] hw/smbios: support for type 41 (onboard devices extended information)
 2021-03-30 13:08 UTC  (3+ messages)

[PATCH v4 0/4] Add support for HiSilicon I2C controller
 2021-03-30 13:05 UTC  (5+ messages)
` [PATCH v4 1/4] i2c: core: add managed function for adding i2c adapters
` [PATCH v4 2/4] i2c: core: add api to provide frequency mode strings
` [PATCH v4 3/4] i2c: add support for HiSilicon I2C controller
` [PATCH v4 4/4] MAINTAINERS: Add maintainer for HiSilicon I2C driver

[PATCH v1 0/6] NVIDIA Tegra memory improvements
 2021-03-30 13:08 UTC  (3+ messages)
` [PATCH v1 4/6] dt-bindings: memory: tegra20: mc: Convert to schema

[PATCH v7 0/2] gpu: drm: add driver for ili9361 panel
 2021-03-30 13:08 UTC  (4+ messages)
` [PATCH v7 1/2] dt-bindings: display: add bindings for newhaven,1.8-128160EF
  ` [PATCH v7 1/2] dt-bindings: display: add bindings for newhaven, 1.8-128160EF

SDK build artifacts describing software composition
 2021-03-30 13:09 UTC 

[PATCH V4 05/18] iommu/ioasid: Redefine IOASID set and allocation APIs
 2021-03-30 13:07 UTC  (13+ messages)

[PATCH] persistent-https: add go.mod to fix compile
 2021-03-30 13:07 UTC 

[PATCH] irqchip/gic-v3: Fix IPRIORITYR can't perform byte operations in GIC-600
 2021-03-30 13:06 UTC  (5+ messages)

[PATCH] kernel-doc: better handle '::' sequences
 2021-03-30 13:06 UTC  (11+ messages)

[PATCH net-next v2 0/6] stmmac: Add XDP support
 2021-03-30 13:04 UTC  (3+ messages)

[PATCH for-6.0 0/7] hw/block/nvme: misc fixes
 2021-03-30 11:52 UTC  (9+ messages)
` [PATCH for-6.0 1/7] hw/block/nvme: fix pi constraint check
  ` [PATCH for-6.0 6/7] hw/block/nvme: update dmsrl limit on namespace detachment
  ` [PATCH for-6.0 5/7] hw/block/nvme: fix warning about legacy namespace configuration

[LTP] [PATCH] syscalls/chdir01: Add umask before mkdir
 2021-03-30 13:06 UTC  (2+ messages)

[dpdk-dev] [PATCH v2 0/1] fix coredump when in secondary process
 2021-03-30 13:06 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2 1/1] net/hinic: "
  ` [dpdk-dev] [dpdk-stable] "

ip-nexthop does not support flush by id
 2021-03-30 13:05 UTC  (2+ messages)

Linux kernel 4.14.228 released
 2021-03-30 13:05 UTC 

Linux kernel 4.9.264 released
 2021-03-30 13:05 UTC 

[PATCH 5.10 000/219] 5.10.27-rc2 review
 2021-03-30 13:04 UTC  (2+ messages)

[LTP] [PATCH] syscalls/chdir: bugfix for syscalls/chdir/chdir01.c
 2021-03-30 13:04 UTC  (2+ messages)

[PATCH v2] docs: Add a QEMU Code of Conduct and Conflict Resolution Policy document
 2021-03-30 13:02 UTC  (3+ messages)

[PATCH -next] fs: 9p: fix wrong pointer passed to IS_ERR() and PTR_ERR()
 2021-03-30 13:06 UTC 

[PATCH 0/1] MIPS: fix compilation error
 2021-03-30 12:53 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/1] MIPS: kernel: setup.c: "

[GIT PULL] MIPS fixes for v5.12
 2021-03-30 13:02 UTC 

[PATCH v2] iommu/arm-smmu-v3: Add a check to avoid invalid iotlb sync
 2021-03-30 12:58 UTC 

[PATCH] arm: Enable ptest for optee xtest
 2021-03-30 13:02 UTC 

help needed with raid 6 filesystem with errors
 2021-03-30 13:01 UTC  (3+ messages)

[PATCH -next] media: i2c: ov5648: fix wrong pointer passed to IS_ERR() and PTR_ERR()
 2021-03-30 13:04 UTC 

[kvm-unit-tests PATCH v2 0/8] Testing SSCH, CSCH and HSCH for errors
 2021-03-30 13:01 UTC  (21+ messages)
` [kvm-unit-tests PATCH v2 2/8] s390x: lib: css: SCSW bit definitions
` [kvm-unit-tests PATCH v2 3/8] s390x: css: simplify skipping tests on no device
` [kvm-unit-tests PATCH v2 4/8] s390x: lib: css: separate wait for IRQ and check I/O completion
` [kvm-unit-tests PATCH v2 5/8] s390x: lib: css: add SCSW ctrl expectations to "
` [kvm-unit-tests PATCH v2 6/8] s390x: css: testing ssch error response

kernel ops from commit 6869c46bd960
 2021-03-30 13:01 UTC  (6+ messages)

[PATCH V2 0/1] fix messy code to be printed
 2021-03-30 13:00 UTC  (3+ messages)
` [PATCH V2 1/1] mmc-utils: fix messy code printed

[xen-unstable test] 160537: tolerable FAIL - PUSHED
 2021-03-30 13:01 UTC 

[For v2021.04] [PATCH 0/2] sunxi: last-minute H616 fixes
 2021-03-30 13:01 UTC  (6+ messages)
` [PATCH 1/2] sunxi: H616: Change TF-A load address to beginning of DRAM
` [PATCH 2/2] sunxi: dts: H616: Drop reserved-memory node

[LTP] [PATCH] bugfix for cpio/cpio_tests.sh
 2021-03-30 13:01 UTC 

[PATCH 0/2] drm/ingenic: IPU plane fixes
 2021-03-30 12:59 UTC  (6+ messages)
` [PATCH 1/2] drm/ingenic: Switch IPU plane to type OVERLAY

[PATCH] printk: rename vprintk_func to vprintk
 2021-03-30 12:59 UTC  (3+ messages)

[PATCH -next] USB: gadget: udc: fix wrong pointer passed to IS_ERR() and PTR_ERR()
 2021-03-30 13:01 UTC 

[dm-devel] multipath-tools pull request
 2021-03-30 12:52 UTC 

[GSOC][PATCH] userdiff: add support for Scheme
 2021-03-30 12:56 UTC  (8+ messages)

[PATCH -next] scsi: fnic: remove unnecessary spin_lock_init() and INIT_LIST_HEAD()
 2021-03-30 12:59 UTC 

Patchwork housekeeping for: spi-devel-general
 2021-03-30 12:56 UTC 

[PATCH v2] spi: davinci: Use of_device_get_match_data() helper
 2021-03-30 12:55 UTC  (6+ messages)

[RFC][PATCH] fanotify: allow setting FAN_CREATE in mount mark mask
 2021-03-30 12:55 UTC  (5+ messages)

Linux kernel 4.19.184 released
 2021-03-30 12:55 UTC 

Linux kernel 5.4.109 released
 2021-03-30 12:55 UTC 

[PATCH] nvme: put some AMD PCIE downstream NVME device to simple suspend/resume path
 2021-03-30 12:54 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.