All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-03 16:36:14 to 2020-09-03 17:14:35 UTC [more...]

[PATCH v12 00/14] mtd: spi-nor: add xSPI Octal DTR support
 2020-09-03 17:13 UTC  (21+ messages)
` [PATCH v12 01/14] mtd: spi-nor: core: add spi_nor_{read,write}_reg() helpers
` [PATCH v12 02/14] mtd: spi-nor: core: add spi_nor_controller_ops_erase helper
` [PATCH v12 03/14] mtd: spi-nor: add support for DTR protocol
` [PATCH v12 04/14] mtd: spi-nor: sfdp: get command opcode extension type from BFPT
` [PATCH v12 05/14] mtd: spi-nor: sfdp: parse xSPI Profile 1.0 table
` [PATCH v12 06/14] mtd: spi-nor: core: use dummy cycle and address width info from SFDP
` [PATCH v12 07/14] mtd: spi-nor: core: do 2 byte reads for SR and FSR in DTR mode
` [PATCH v12 08/14] mtd: spi-nor: core: enable octal DTR mode when possible
` [PATCH v12 09/14] mtd: spi-nor: sfdp: detect Soft Reset sequence support from BFPT
` [PATCH v12 10/14] mtd: spi-nor: core: perform a Soft Reset on shutdown
` [PATCH v12 11/14] mtd: spi-nor: core: disable Octal DTR mode on suspend
` [PATCH v12 12/14] mtd: spi-nor: core: expose spi_nor_default_setup() in core.h
` [PATCH v12 13/14] mtd: spi-nor: spansion: add support for Cypress Semper flash
` [PATCH v12 14/14] mtd: spi-nor: micron-st: allow using MT35XU512ABA in Octal DTR mode

[igt-dev] [PATCH i-g-t] Stripping rendercopy implementation to use Cairo for restoring test image
 2020-09-03 17:13 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "

[RFC net-next 0/2] net: phy: Support enabling clocks prior to bus probe
 2020-09-03 17:13 UTC  (7+ messages)
` [RFC net-next 2/2] net: phy: bcm7xxx: request and manage GPHY clock

[PATCH v20 00/23] LSM: Module stacking for AppArmor
 2020-09-03 17:00 UTC  (5+ messages)
` [PATCH v20 20/23] Audit: Add new record for multiple process LSM attributes

💥 PANICKED: Test report for kernel 5.9.0-rc3-020ad03.cki (block)
 2020-09-03 17:10 UTC  (2+ messages)

[PATCH v4 1/3] PCI/IOV: Mark VFs as not implementing MSE bit
 2020-09-03 17:10 UTC  (3+ messages)

SD_LOAD_BALANCE
 2020-09-03 17:10 UTC  (3+ messages)

[RFD PATCH] x86/mce: Make sure to send SIGBUS even after losing the race to poison a page
 2020-09-03 17:09 UTC  (3+ messages)

[GIT PULL] AFFS fix for 5.9
 2020-09-03 17:09 UTC  (2+ messages)

[GIT PULL for v5.9-rc4] media fixes
 2020-09-03 17:09 UTC  (2+ messages)

[GIT PULL] Fix min_low_pfn/max_low_pfn build errors on ia64 and microblaze
 2020-09-03 17:09 UTC  (2+ messages)

[RFC PATCH 00/16] 1GB THP support on x86_64
 2020-09-03 17:08 UTC  (14+ messages)

QEMU | Pipeline #185397298 has failed for master | 3dd23a4f
 2020-09-03 17:06 UTC 

[dpdk-dev] [PATCH 1/2] crypto/dpaa2_sec: increase supported anti replay win sz
 2020-09-03 17:07 UTC  (2+ messages)
` [dpdk-dev] [PATCH 2/2] crypto/dpaa2_sec: change descriptor sharing for ERA10

[RFC v8 0/5] memory: Delete assertion in memory_region_unregister_iommu_notifier
 2020-09-03 17:05 UTC  (6+ messages)
` [RFC v8 5/5] memory: Skip bad range assertion if notifier is DEVIOTLB type

[Intel-gfx] [PATCH] drm/i915/pll: Centralize PLL_ENABLE register lookup
 2020-09-03 17:04 UTC  (5+ messages)

[Intel-gfx] [PATCH 0/4] drm/i915: modeset probe cleanup
 2020-09-03 17:04 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[PATCH 5/5] media: atomisp: get rid of -Wsuggest-attribute=format warnings
 2020-09-03 17:02 UTC  (3+ messages)

linux-next: manual merge of the rcu tree with the jc_docs tree
 2020-09-03 17:02 UTC  (2+ messages)

[PATCH 0/2] dma-mapping: update default segment_boundary_mask
 2020-09-03 16:13 UTC  (6+ messages)
` [PATCH 1/2] dma-mapping: introduce dma_get_seg_boundary_nr_pages()

[PATCH 0/2] arm64/mm: Enable THP migration
 2020-09-03 16:58 UTC  (7+ messages)
` [PATCH 1/2] arm64/mm: Change THP helpers to comply with generic MM semantics
` [PATCH 2/2] arm64/mm: Enable THP migration

[dpdk-dev] DPDK techboard minutes of July 29
 2020-09-03 17:00 UTC 

[PATCH 00/16] drm/exynos: Convert driver to drm bridge
 2020-09-03 16:57 UTC  (33+ messages)
` [PATCH 01/16] drm/encoder: remove obsolete documentation of bridge
` [PATCH 02/16] drm/exynos: extract helper functions for probe
` [PATCH 03/16] drm/exynos: remove in_bridge_node from exynos_dsi
` [PATCH 04/16] drm/exynos: implement a drm bridge
` [PATCH 05/16] drm/exynos: convert encoder functions to bridge function
` [PATCH 06/16] drm/exynos: configure mode on drm bridge
` [PATCH 07/16] drm/exynos: get encoder from bridge whenever possible
` [PATCH 08/16] drm/exynos: use exynos_dsi as drvdata
` [PATCH 09/16] drm/exynos: call probe helper from bind
` [PATCH 10/16] drm/exynos: move dsi host registration to probe helper
` [PATCH 11/16] drm/exynos: shift register values to fields on write
` [PATCH 12/16] drm/exynos: use identifier instead of register offsets
` [PATCH 13/16] drm/exynos: add callback for tearing effect handler
` [PATCH 14/16] drm/exynos: add callback for enabling i80 mode
` [PATCH 15/16] drm/exynos: split out platform specific code
` [PATCH 16/16] drm/exynos: move bridge driver to bridges

[PATCH v6 0/8] block: improve error reporting for unsupported O_DIRECT
 2020-09-03 16:56 UTC  (17+ messages)
` [PATCH v6 1/8] monitor: simplify functions for getting a dup'd fdset entry
` [PATCH v6 2/8] util: split off a helper for dealing with O_CLOEXEC flag
` [PATCH v6 3/8] util: rename qemu_open() to qemu_open_old()
` [PATCH v6 4/8] util: refactor qemu_open_old to split off variadic args handling
` [PATCH v6 5/8] util: add Error object for qemu_open_internal error reporting
` [PATCH v6 6/8] util: introduce qemu_open and qemu_create with "
` [PATCH v6 7/8] util: give a specific error message when O_DIRECT doesn't work
` [PATCH v6 8/8] block/file: switch to use qemu_open/qemu_create for improved errors

[PATCH] drm/amdgpu: add ta firmware load in psp_v12_0 for renoir
 2020-09-03 16:56 UTC  (5+ messages)

[PATCH] iomap: Fix direct I/O write consistency check
 2020-09-03 16:56 UTC  (2+ messages)
` [Cluster-devel] "

[PATCH 00/63] qom: Rename macros for consistency
 2020-09-03 16:55 UTC  (23+ messages)
` [PATCH 14/63] i8254: Rename TYPE_I8254 to TYPE_PIT
` [PATCH 15/63] i8259: Rename TYPE_I8259 to TYPE_PIC
` [PATCH 20/63] pc87312: Rename TYPE_PC87312_SUPERIO to TYPE_PC87312
` [PATCH 24/63] scsi: Rename TYPE_AM53C974_DEVICE to TYPE_PCI_ESP
` [PATCH 28/63] tusb6010: Rename TYPE_TUSB6010 to TYPE_TUSB
` [PATCH 39/63] esp: Rename ESP_STATE to ESP

remove the last set_fs() in common code, and remove it for x86 and powerpc v3
 2020-09-03 16:03 UTC  (7+ messages)
` [PATCH 14/14] powerpc: remove address space overrides using set_fs()

[PATCH] media: em28xx: fix function pointer check
 2020-09-03 16:54 UTC  (2+ messages)

[PATCH net] net: phy: dp83867: Fix various styling and space issues
 2020-09-03 16:54 UTC  (5+ messages)

[PATCH v2] coresight: cti: write regsiters directly in cti_enable_hw()
 2020-09-03 16:53 UTC  (3+ messages)

usbtmc: stb race condition introduced by 4f3c8d6eddc272b386464524235440a418ed2029
 2020-09-03 16:54 UTC  (6+ messages)

[PATCH] fio: support io_size=N% (N <= 100)
 2020-09-03 16:54 UTC 

tpm:warn(2.0): out of memory for object contexts
 2020-09-03 16:53 UTC  (3+ messages)

[RFC] add io_uring support in scsi layer
 2020-09-03 16:51 UTC  (6+ messages)

[PATCH v3 1/3] perf dso: Use libbfd to read build_id and .gnu_debuglink section
 2020-09-03 16:51 UTC  (3+ messages)

[PATCH v3 00/21] KVM: arm64: Rewrite page-table code and fault handling
 2020-09-03 16:50 UTC  (13+ messages)
` [PATCH v3 08/21] KVM: arm64: Convert kvm_set_spte_hva() to generic page-table API
` [PATCH v3 10/21] KVM: arm64: Add support for stage-2 page-aging in generic page-table
` [PATCH v3 20/21] KVM: arm64: Remove unused 'pgd' field from 'struct kvm_s2_mmu'

[PATCH V4 0/4] Add wakeup support over UART RX
 2020-09-03 16:50 UTC  (3+ messages)
` [PATCH V4 4/4] tty: serial: qcom_geni_serial: Fix the UART wakeup issue

[PATCH net-next 0/5] sfc: TXQ refactor
 2020-09-03 16:48 UTC  (4+ messages)
` [PATCH net-next 1/5] sfc: add and use efx_tx_send_pending in tx.c

[PATCH 1/2] dt-bindings: sound: midas-audio: Correct parsing sound-dai phandles
 2020-09-03 16:47 UTC  (4+ messages)

[PATCH v3 0/7] arm64: dts: rockchip: Add Engicam PX30.Core
 2020-09-03 16:47 UTC  (6+ messages)
` [PATCH v3 5/7] dt-bindings: arm: rockchip: Add Engicam PX30.Core C.TOUCH 2.0

[PATCH 1/2] dt-bindings: mfd: google,cros-ec: Use unevaluatedProperties
 2020-09-03 16:48 UTC  (2+ messages)

[PATCH] hw/arm/mps2: New board model mps2-386
 2020-09-03 16:47 UTC  (2+ messages)

[PATCH] dt-bindings: gpu: samsung-rotator: Use unevaluatedProperties
 2020-09-03 16:47 UTC  (3+ messages)

[PATCH v1 00/12] Improvements for Tegra I2C driver
 2020-09-03 16:47 UTC  (4+ messages)

[RFC PATCH] btrfs: don't call btrfs_sync_file from iomap context
 2020-09-03 16:46 UTC  (4+ messages)

[PATCH v2 02/10] kvm: arm64: Partially link nVHE hyp code, simplify HYPCOPY
 2020-09-03 16:46 UTC  (2+ messages)

[PATCH 0/2] add support for Hisilicon SD5203 vector interrupt controller
 2020-09-03 16:46 UTC  (2+ messages)

[PATCH 01/10] dt-bindings: arm: samsung: pmu: Use unevaluatedProperties
 2020-09-03 16:45 UTC  (25+ messages)
` [PATCH 02/10] dt-bindings: gpu: arm, mali-midgard: "
  ` [PATCH 02/10] dt-bindings: gpu: arm,mali-midgard: "
` [PATCH 03/10] dt-bindings: timer: exynos4210-mct: "
` [PATCH 06/10] dt-bindings: sound: samsung-i2s: "

[PATCH 0/3] KT0913 FM/AM driver
 2020-09-03 16:45 UTC  (3+ messages)
` [PATCH 2/3] media: Add support for the AM/FM radio chip KT0913 from KT Micro

[Buildroot] More maintainers
 2020-09-03 16:44 UTC  (10+ messages)

[rt-tests 0/4] Fix signaltest output when quiet
 2020-09-03 16:43 UTC  (9+ messages)
` [rt-tests 1/4] rt-utils: Move timestamp calc helper to common header
` [rt-tests 2/4] rt-utils: Move time defininitions "
` [rt-tests 3/4] rt-utils: Move ARRAY_SIZE "
` [rt-tests 4/4] signaltest: Only print from the first thread stats when quiet

INFO: task can't die in io_uring_setup
 2020-09-03 16:43 UTC  (2+ messages)

[PATCH v11 6/9] x86/cet: Add PTRACE interface for CET
 2020-09-03 16:42 UTC  (9+ messages)

[PATCH 00/10] more miscellaneous Bloom filter improvements
 2020-09-03 16:42 UTC  (5+ messages)
` [PATCH v3 00/14] "
  ` [PATCH v3 14/14] builtin/commit-graph.c: introduce '--max-new-filters=<n>'

[PATCH 1/7] dt-bindings: clock: imx8m: Integrate duplicated i.MX 8M schemas
 2020-09-03 16:41 UTC  (10+ messages)
` [PATCH 3/7] dt-bindings: mailbox: fsl,mu: Use unevaluatedProperties
` [PATCH 4/7] dt-bindings: i2c: imx-lpi2c: "
` [PATCH 6/7] dt-bindings: i2c: imx: "

[PATCH v2] cpuidle-pseries: Fix CEDE latency conversion from tb to us
 2020-09-03 15:51 UTC  (2+ messages)

[PATCH v2 0/3] qcow2: Fix removal of list members from BDRVQcow2State.cluster_allocs
 2020-09-03 16:37 UTC  (4+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] qcow2: Don't check nb_clusters when removing l2meta from the list
` [PATCH v2 3/3] qcow2: Rewrite the documentation of qcow2_alloc_cluster_offset()

[PATCH v5 0/3] IMX274 fixes and power on and off implementation
 2020-09-03 16:40 UTC  (6+ messages)
` [PATCH v5 2/3] dt-bindings: media: imx274: Add optional input clock and supplies

[dpdk-dev] [PATCH V1] testpmd: add eeprom/module eeprom display
 2020-09-03 16:40 UTC  (3+ messages)

[PATCH] ARM: Distro boot: document the need for fdtfile variable to be set
 2020-09-03 16:40 UTC 

[PATCH] iommu/dma: Remove broken huge page handling
 2020-09-03 16:38 UTC  (3+ messages)

[PATCH v5 0/3] xen/balloon: fixes for memory hotplug
 2020-09-03 16:38 UTC  (4+ messages)
` [PATCH v5 3/3] xen: add helpers to allocate unpopulated memory

[Intel-gfx] [PATCH v2] drm/i915: Unlock the shared hwsp_gtt object after pinning
 2020-09-03 16:38 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Unlock the shared hwsp_gtt object after pinning (rev2)

[PATCH v3 0/4] arm64: Introduce new IPI as IPI_CALL_NMI_FUNC
 2020-09-03 16:36 UTC  (4+ messages)
` [PATCH v3 1/4] arm64: smp: Introduce a "

KASAN: use-after-free Read in dump_schedule
 2020-09-03 16:37 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.