All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-01 16:37:54 to 2020-09-01 16:51:21 UTC [more...]

[PATCH 4.19 000/125] 4.19.143-rc1 review
 2020-09-01 15:11 UTC  (30+ messages)
` [PATCH 4.19 030/125] omapfb: fix multiple reference count leaks due to pm_runtime_get_sync
` [PATCH 4.19 031/125] PCI: Fix pci_create_slot() reference count leak
` [PATCH 4.19 036/125] HID: quirks: add NOGET quirk for Logitech GROUP
` [PATCH 4.19 037/125] f2fs: fix use-after-free issue
` [PATCH 4.19 049/125] powerpc/spufs: add CONFIG_COREDUMP dependency
` [PATCH 4.19 060/125] ext4: dont BUG on inconsistent journal feature
` [PATCH 4.19 061/125] ext4: handle read only external journal device
` [PATCH 4.19 062/125] jbd2: abort journal if free a async write error metadata buffer
` [PATCH 4.19 066/125] fs: prevent BUG_ON in submit_bh_wbc()
` [PATCH 4.19 067/125] spi: stm32: fix stm32_spi_prepare_mbr in case of odd clk_rate
` [PATCH 4.19 068/125] s390/cio: add cond_resched() in the slow_eval_known_fn() loop
` [PATCH 4.19 069/125] ASoC: wm8994: Avoid attempts to read unreadable registers
` [PATCH 4.19 071/125] scsi: ufs: Fix possible infinite loop in ufshcd_hold
` [PATCH 4.19 072/125] scsi: ufs: Improve interrupt handling for shared interrupts
` [PATCH 4.19 073/125] scsi: ufs: Clean up completed request without interrupt notification
` [PATCH 4.19 075/125] scsi: qla2xxx: Fix null pointer access during disconnect from subsystem
` [PATCH 4.19 085/125] fbcon: prevent user font height or width change from causing potential out-of-bounds access
` [PATCH 4.19 088/125] vt_ioctl: change VT_RESIZEX ioctl to check for error return from vc_resize()
` [PATCH 4.19 091/125] serial: pl011: Dont leak amba_ports entry on driver register error
` [PATCH 4.19 092/125] serial: 8250_exar: Fix number of ports for Commtech PCIe cards
` [PATCH 4.19 093/125] serial: 8250: change lock order in serial8250_do_startup()
` [PATCH 4.19 098/125] usb: host: xhci: fix ep context print mismatch in debugfs
` [PATCH 4.19 100/125] xhci: Always restore EP_SOFT_CLEAR_TOGGLE even if ep reset failed
` [PATCH 4.19 112/125] USB: Ignore UAS for JMicron JMS567 ATA/ATAPI Bridge
` [PATCH 4.19 117/125] USB: cdc-acm: rework notification_buffer resizing
` [PATCH 4.19 121/125] usb: dwc3: gadget: Fix handling ZLP
` [PATCH 4.19 122/125] usb: dwc3: gadget: Handle ZLP for sg requests
` [PATCH 4.19 124/125] HID: hiddev: Fix slab-out-of-bounds write in hiddev_ioctl_usage()
` [PATCH 4.19 125/125] ALSA: usb-audio: Update documentation comment for MS2109 quirk

[PATCH 1/6] mtd: onenand: Simplify with dev_err_probe()
 2020-09-01 14:25 UTC  (4+ messages)
` [PATCH 3/6] mtd: rawnand: gpmi: "
` [PATCH 4/6] mtd: rawnand: marvell: "
` [PATCH 6/6] mtd: rawnand: qcom: "

Various problems for the Xen for XenGT code and guide
 2020-09-01 16:50 UTC  (3+ messages)
` [Intel-gfx] "

[RFC PATCH v7 00/23] Core scheduling v7
 2020-09-01 16:50 UTC  (4+ messages)
` [RFC PATCH v7 17/23] kernel/entry: Add support for core-wide protection of kernel-mode

[PATCH] arm64/kvm: Fix zapping stage2 page table wrongly
 2020-09-01 16:50 UTC  (4+ messages)

[PATCH v11 0/5] support reserving crashkernel above 4G on arm64 kdump
 2020-09-01 16:50 UTC  (5+ messages)
` [PATCH v11 2/5] x86: kdump: move reserve_crashkernel_low() into crash_core.c

[PATCH v2 0/9] IOASID extensions for guest SVA
 2020-09-01 16:56 UTC  (9+ messages)
` [PATCH v2 1/9] docs: Document IO Address Space ID (IOASID) APIs
` [PATCH v2 6/9] iommu/ioasid: Introduce notification APIs

[Intel-gfx] [PATCH 1/4] drm/i915/display: Ignore IGNORE_PSR2_HW_TRACKING for platforms without sel fetch
 2020-09-01 16:49 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [1/4] "

a saner API for allocating DMA addressable pages
 2020-09-01 16:41 UTC  (13+ messages)
` [PATCH 07/28] 53c700: improve non-coherent DMA handling

[PATCH v16 00/20] iommu/arm-smmu + drm/msm: per-process GPU pgtables
 2020-09-01 16:46 UTC  (71+ messages)
` [PATCH v16 01/20] drm/msm: Remove dangling submitqueue references
` [PATCH v16 02/20] drm/msm: Add private interface for adreno-smmu
` [PATCH v16 03/20] drm/msm/gpu: Add dev_to_gpu() helper
` [PATCH v16 04/20] drm/msm: Set adreno_smmu as gpu's drvdata
` [PATCH v16 05/20] drm/msm: Add a context pointer to the submitqueue
` [PATCH v16 06/20] drm/msm: Drop context arg to gpu->submit()
` [PATCH v16 07/20] drm/msm: Set the global virtual address range from the IOMMU domain
` [PATCH v16 08/20] drm/msm: Add support to create a local pagetable
` [PATCH v16 09/20] drm/msm: Add support for private address space instances
` [PATCH v16 10/20] drm/msm/a6xx: Add support for per-instance pagetables
` [PATCH v16 11/20] drm/msm: Show process names in gem_describe
` [PATCH v16 12/20] iommu/arm-smmu: Pass io-pgtable config to implementation specific function
` [PATCH v16 13/20] iommu/arm-smmu: Add support for split pagetables
` [PATCH v16 14/20] iommu/arm-smmu: Prepare for the adreno-smmu implementation
` [PATCH v16 15/20] iommu/arm-smmu: Constify some helpers
` [PATCH v16 16/20] iommu/arm-smmu-qcom: Add implementation for the adreno GPU SMMU
` [PATCH v16 17/20] iommu/arm-smmu: Add a way for implementations to influence SCTLR
` [PATCH v16 18/20] dt-bindings: arm-smmu: Add compatible string for Adreno GPU SMMU
` [PATCH v16 19/20] arm: dts: qcom: sm845: Set the compatible string for the "
` [PATCH v16 20/20] arm: dts: qcom: sc7180: "

[PATCH v4 0/5] NFSD: Add support for the v4.2 READ_PLUS operation
 2020-09-01 16:49 UTC  (6+ messages)
` [PATCH v4 2/5] NFSD: Add READ_PLUS data support

[PATCH 5.4 000/214] 5.4.62-rc1 review
 2020-09-01 15:08 UTC  (35+ messages)
` [PATCH 5.4 003/214] gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPY
` [PATCH 5.4 004/214] net: Fix potential wrong skb->protocol in skb_vlan_untag()
` [PATCH 5.4 005/214] net: nexthop: dont allow empty NHA_GROUP
` [PATCH 5.4 006/214] net: qrtr: fix usage of idr in port assignment to socket
` [PATCH 5.4 008/214] net/smc: Prevent kernel-infoleak in __smc_diag_dump()
` [PATCH 5.4 009/214] tipc: fix uninit skb->data in tipc_nl_compat_dumpit()
` [PATCH 5.4 015/214] ALSA: hda/realtek: Fix pin default on Intel NUC 8 Rugged
` [PATCH 5.4 016/214] ALSA: hda/hdmi: Use force connectivity quirk on another HP desktop
` [PATCH 5.4 019/214] ASoC: tegra: Fix reference count leaks
` [PATCH 5.4 020/214] mfd: intel-lpss: Add Intel Emmitsburg PCH PCI IDs
` [PATCH 5.4 021/214] arm64: dts: qcom: msm8916: Pull down PDM GPIOs during sleep
` [PATCH 5.4 022/214] powerpc/xive: Ignore kmemleak false positives
` [PATCH 5.4 023/214] media: pci: ttpci: av7110: fix possible buffer overflow caused by bad DMA value in debiirq()
` [PATCH 5.4 024/214] blktrace: ensure our debugfs dir exists
` [PATCH 5.4 025/214] scsi: target: tcmu: Fix crash on ARM during cmd completion
` [PATCH 5.4 027/214] iommu/iova: Dont BUG on invalid PFNs
` [PATCH 5.4 028/214] drm/amdkfd: Fix reference count leaks
` [PATCH 5.4 036/214] scsi: target: Fix xcopy sess release leak
` [PATCH 5.4 037/214] selftests/powerpc: Purge extra count_pmc() calls of ebb selftests
` [PATCH 5.4 038/214] f2fs: fix error path in do_recover_data()
` [PATCH 5.4 039/214] omapfb: fix multiple reference count leaks due to pm_runtime_get_sync
` [PATCH 5.4 040/214] PCI: Fix pci_create_slot() reference count leak
` [PATCH 5.4 041/214] ARM: dts: ls1021a: output PPS signal on FIPER2
` [PATCH 5.4 044/214] ALSA: hda: Add support for Loongson 7A1000 controller
` [PATCH 5.4 045/214] cec-api: prevent leaking memory through hole in structure
` [PATCH 5.4 046/214] HID: quirks: add NOGET quirk for Logitech GROUP
` [PATCH 5.4 048/214] drm/nouveau/drm/noveau: fix reference count leak in nouveau_fbcon_open
` [PATCH 5.4 050/214] drm/nouveau: Fix reference count leak in nouveau_connector_detect
` [PATCH 5.4 051/214] locking/lockdep: Fix overflow in presentation of average lock-time
` [PATCH 5.4 052/214] btrfs: file: reserve qgroup space after the hole punch range is locked
` [PATCH 5.4 053/214] btrfs: make btrfs_qgroup_check_reserved_leak take btrfs_inode
` [PATCH 5.4 054/214] scsi: iscsi: Do not put host in iscsi_set_flashnode_param()
` [PATCH 5.4 056/214] ceph: do not access the kiocb after aio requests
` [PATCH 5.4 057/214] scsi: fcoe: Memory leak fix in fcoe_sysfs_fcf_del()

[RFC PATCH 0/7] mm: Make more use of readahead_control
 2020-09-01 16:48 UTC  (4+ messages)

[PATCH v3 0/7] migration: bring improved savevm/loadvm/delvm to QMP
 2020-09-01 16:47 UTC  (4+ messages)
` [PATCH v3 7/7] migration: introduce snapshot-{save, load, delete} QMP commands

[PATCH] watchdog: da9063: wake up parent ahead of reboot
 2020-09-01 16:48 UTC  (2+ messages)

[Bug 209089] USB storage devices appear as SATA devices
 2020-09-01 16:48 UTC 

[PATCH v2 0/6] selftests: arm64: Add floating point selftests
 2020-09-01 15:27 UTC  (4+ messages)

kworker/0:3+pm hogging CPU
 2020-09-01 15:27 UTC  (11+ messages)

[PATCH 0/2] hw/core: Move hw_error() out of cpus.c
 2020-09-01 16:44 UTC  (2+ messages)

[PATCH 01/11] spi: sprd: Release DMA channel also on probe deferral
 2020-09-01 15:27 UTC  (11+ messages)
` [PATCH 02/11] spi: sprd: Simplify with dev_err_probe()
` [PATCH 03/11] spi: atmel: "
` [PATCH 04/11] spi: bcm2835: "
` [PATCH 05/11] spi: cadence-quadspi: "
` [PATCH 06/11] spi: spi-mux: "
` [PATCH 07/11] spi: qcom-qspi: "
` [PATCH 08/11] spi: stm32: "
` [PATCH 09/11] spi: synquacer: "
` [PATCH 10/11] spi: tegra114: "
` [PATCH 11/11] spi: tegra20: "

[PATCH v4 0/7] Make hcd-xhci independent of pci hooks
 2020-09-01 16:42 UTC  (5+ messages)
` [PATCH v4 2/7] usb/hcd-xhci: Move qemu-xhci device to hcd-xhci-pci.c
` [PATCH v4 4/7] usb: hcd-xhci-sysbus: Attach xhci to sysbus device

[PATCH 0/1] block io layer filters api
 2020-09-01 16:35 UTC  (5+ messages)

Boot failure on gru-scarlet-inx with 5.9-rc2
 2020-09-01 16:42 UTC  (7+ messages)

[ovmf test] 153479: regressions - FAIL
 2020-09-01 16:42 UTC 

[PATCH] signal: clean up codestyle
 2020-09-01 16:42 UTC  (4+ messages)

[PATCH yocto-autobuilder-helper] scripts/send-qa-email: Update to dedicated push capable domain
 2020-09-01 16:42 UTC 

[PATCH v36 00/24] Intel SGX foundations
 2020-09-01 16:41 UTC  (3+ messages)
` [PATCH v36 12/24] x86/sgx: Add SGX_IOC_ENCLAVE_CREATE

[master][zeus][PATCH] relocatable.bbclass: Avoid an exception if an empty pkgconfig dir exist
 2020-09-01 16:41 UTC  (4+ messages)
        ` [OE-core] "

[PATCH 0/9] firmware: Add initial support for Arm FF-A
 2020-09-01 16:38 UTC  (4+ messages)
` [PATCH 9/9] firmware: arm_ffa: Setup in-kernel users of FFA partitions

[linux-review:UPDATE-20200828-163247/Mauro-Carvalho-Chehab/Revert-wlcore-Adding-suppoprt-for-IGTK-key-in-wlcore-driver/20200826-135603 1/1] drivers/net/wireless/ti/wlcore/main.c:1095:6: warning: no previous prototype for function 'wl1271_check_aes_cmac_cypher'
 2020-09-01 15:27 UTC 

[PATCH] net: ipv6: fix __rt6_purge_dflt_routers when forwarding is not set on all ifaces
 2020-09-01 16:39 UTC  (5+ messages)

[PATCH] [v2] nvme-pci: check req to prevent crash in nvme_handle_cqe()
 2020-09-01 16:39 UTC  (3+ messages)

[PATCH v2 0/7] Run cross-compilation build tests in the gitlab-CI
 2020-09-01 16:38 UTC  (3+ messages)

RFC: backport of commit a32c1c61212d
 2020-09-01 16:36 UTC  (4+ messages)

[PATCH v4 00/78] drm/vc4: Support BCM2711 Display Pipeline
 2020-09-01  9:45 UTC  (4+ messages)
  ` [PATCH v4 62/78] drm/vc4: hdmi: Adjust HSM clock rate depending on pixel rate

[PATCH] drm/radeon: Reset ASIC if suspend is not managed by platform firmware
 2020-09-01 16:20 UTC  (3+ messages)

[PATCH] drm: Parse Colorimetry data block from EDID
 2020-09-01  7:30 UTC  (5+ messages)

[Intel-gfx] [PATCH v8 00/17] acpi/pwm/i915: Convert pwm-crc and i915 driver's PWM code to use the atomic PWM API
 2020-09-01  8:09 UTC  (7+ messages)
` [Intel-gfx] [PATCH v8 06/17] pwm: lpss: Use pwm_lpss_restore() when restoring state on resume
          `  "

[PATCH v2 0/4] drm/sun4i: Add support for dual-link LVDS on the A20
 2020-09-01 13:23 UTC  (4+ messages)
` [PATCH v2 1/4] drm/of: Change the prototype of drm_of_lvds_get_dual_link_pixel_order


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.