All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-06-24 08:51:45 to 2019-06-24 09:34:41 UTC [more...]

[PATCH v5 0/3] mtd: spi-nor: add support for is25wp256 spi-nor flash
 2019-06-24  9:34 UTC  (8+ messages)
` [PATCH v5 1/3] mtd: spi-nor: add support for is25wp256

[PATCH v10 00/11] drm/sun4i: dsi: Fixes/updates (A33 reworked!)
 2019-06-24  9:34 UTC  (11+ messages)
` [PATCH v10 02/11] drm/sun4i: dsi: Update start value in video start delay
` [PATCH v10 03/11] drm/sun4i: dsi: Fix video start delay computation
      ` [linux-sunxi] "

WARNING: ODEBUG bug in netdev_freemem (2)
 2019-06-24  9:33 UTC  (2+ messages)

[Qemu-riscv] [PATCH v1 9/9] target/riscv: Add Zifencei and Zicsr as command line options
 2019-06-24  9:31 UTC  (3+ messages)
` [Qemu-devel] "

[Qemu-riscv] [PATCH v1 3/9] target/riscv: Comment in the mcountinhibit CSR
 2019-06-24  9:31 UTC  (3+ messages)
` [Qemu-devel] "

[Qemu-riscv] [PATCH v1 0/9] Update the RISC-V specification versions
 2019-06-24  9:33 UTC  (2+ messages)

[PATCH v2] scripts/sphinx-pre-install: fix out-of-tree build
 2019-06-24  9:32 UTC  (2+ messages)

[PATCH 0/8] Add 'ls-files --json' to dump the index in json
 2019-06-24  9:33 UTC  (5+ messages)

[PATCH] drm/fourcc: Add Arm 16x16 block modifier
 2019-06-24  9:32 UTC  (4+ messages)

[U-Boot] [PATCH] ext4: add support for filesystems without JOURNAL
 2019-06-24  9:32 UTC  (2+ messages)

[RFC 0/5] livepatch: new API to track system state changes
 2019-06-24  9:32 UTC  (4+ messages)
` [RFC 2/5] livepatch: Basic "

[U-Boot] [PATCH] ext4: fix calculating inode blkcount for non-512 blocksize filesystems
 2019-06-24  9:32 UTC  (2+ messages)

2.22.0 repack -a duplicating pack contents
 2019-06-24  9:30 UTC  (6+ messages)

[Buildroot] [PATCH 00/27] Microblaze clean up
 2019-06-24  9:30 UTC  (4+ messages)
` [Buildroot] [PATCH 18/27] toolchain: introduce BR2_TOOLCHAIN_HAS_GCC_BUG_63261

[PATCH 1/6] cpufreq: Use existing stub functions instead of IS_ENABLED macro
 2019-06-24  9:30 UTC  (8+ messages)

[PATCH] scons: fix conflict during do_rootfs
 2019-06-24  9:29 UTC 

[PATCH -next] drm/amdgpu: remove set but not used variables 'ret'
 2019-06-24  9:29 UTC  (6+ messages)
` [PATCH -next v3] drm/amdgpu: return 'ret' immediately if failed in amdgpu_pmu_init

general protection fault in do_move_mount (2)
 2019-06-24  9:28 UTC  (3+ messages)

junk character issue on minicom and screen
 2019-06-24  9:27 UTC  (2+ messages)

[U-Boot] [PATCH] net: davinci_emac: convert to using the driver model
 2019-06-24  9:28 UTC  (7+ messages)

[PATCHv3 0/1] coresight: Do not default to CPU0 for missing CPU phandle
 2019-06-24  9:27 UTC  (5+ messages)
` [PATCHv3 1/1] "

[PATCH v2 00/30] multipath-tools: gcc9, VPD parsing, and get_uid fixes
 2019-06-24  9:27 UTC  (32+ messages)
` [PATCH v2 01/30] kpartx: dasd: fix -Waddress-of-packed-member warning from gcc9
` [PATCH v2 02/30] libmultipath: fix gcc -Wstringop-truncation warning in set_value()
` [PATCH v2 03/30] libmultipath: remove 'space' argument to merge_words()
` [PATCH v2 04/30] libmultipath: fix -Wstringop-overflow warning in merge_words()
` [PATCH v2 05/30] multipath-tools: fix more gcc 9 -Wstringop-truncation warnings
` [PATCH v2 06/30] multipath-tools: Fix more strncpy(X, Y, size - 1) calls
` [PATCH v2 07/30] libmpathcmd: use target length for unix socket sun_path
` [PATCH v2 07/30] libmultipath/libmpathcmd: "
` [PATCH v2 08/30] libmultipath: inline set_default()
` [PATCH v2 09/30] libmultipath: add size argument to dm_get_uuid()
` [PATCH v2 10/30] multipath-tools tests: omit timestamp in log messages
` [PATCH v2 11/30] tests/hwtable: decrease log verbosity
` [PATCH v2 12/30] multipath-tools tests: add strlcpy() tests
` [PATCH v2 13/30] multipath-tools tests: add test for VPD parsing
` [PATCH v2 14/30] libmultipath: fix parsing of VPD 83 type 1 (T10 vendor ID)
` [PATCH v2 15/30] libmultipath: Fix buffer overflow in parse_vpd_pg80()
` [PATCH v2 16/30] libmultipath: fix possible WWID overflow in parse_vpd_pg83()
` [PATCH v2 17/30] libmultipath: fix another "
` [PATCH v2 18/30] libmultipath: fix parsing of SCSI name string, iqn format
` [PATCH v2 19/30] libmultipath: add consistent WWID overflow logging in parse_vpd_pg83
` [PATCH v2 20/30] libmultipath: parse_vpd_pg83: common code for SCSI string parsing
` [PATCH v2 21/30] libmultipath: allow zero-padded SCSI names in parse_vpd_pg83()
` [PATCH v2 22/30] libmultipath: fix parsing of non-space-terminated T10 ID
` [PATCH v2 23/30] libmultipath: parse_vpd_pg80: fix overflow output
` [PATCH v2 24/30] libmultipath: parse_vpd_pg80: fix whitespace handling
` [PATCH v2 25/30] libmultipath: get_uid: straighten the fallback logic
` [PATCH v2 26/30] libmultipath: fix has_uid_fallback() logic
` [PATCH v2 27/30] libmultipath: fix memory leak with "uid_attrs" config option
` [PATCH v2 28/30] multipath-tools tests: add test for uid_attrs parsing
` [PATCH v2 29/30] libmultipath: more cautious blacklisting by missing property
` [PATCH v2 30/30] multipath.conf.5: Improve documentation of WWID determination

[dpdk-dev] Recall: [PATCH 2/2] net/qede: fix warnings from invalid assert
 2019-06-24  9:27 UTC 

[U-Boot] [v3, 0/5] Split fsl_esdhc driver for i.MX
 2019-06-24  9:26 UTC  (9+ messages)
` [U-Boot] [v3, 5/5] mmc: fsl_esdhc_imx: drop useless code

[dpdk-dev] [PATCH 1/2] net/bnx2x: fix warnings from invalid assert
 2019-06-24  9:25 UTC  (5+ messages)
` [dpdk-dev] [PATCH 2/2] net/qede: "

[PATCH 0/3] Propagate module notifier errors
 2019-06-24  9:18 UTC  (4+ messages)
` [PATCH 1/3] notifier: Fix broken error handling pattern
` [PATCH 2/3] module: Fix up module_notifier return values
` [PATCH 3/3] module: Properly propagate MODULE_STATE_COMING failure

[dpdk-dev] pktgen-dpdk send too big packet, and stop sending packets after few seconds
 2019-06-24  9:22 UTC  (3+ messages)

[PATCH] vga_switcheroo: Depend upon fbcon being built-in, if enabled
 2019-06-24  9:21 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/2] intel_iommu: Fix unexpected unmaps during global unmap
 2019-06-24  9:18 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 1/2] intel_iommu: Fix incorrect "end" for vtd_address_space_unmap
` [Qemu-devel] [PATCH v2 2/2] intel_iommu: Fix unexpected unmaps during global unmap

[PATCH v2] drm/i915/execlists: Always clear ring_pause if we do not submit
 2019-06-24  9:20 UTC 

[PATCH v2] Revert "ALSA: firewire-lib: fix inverted node IDs for amdtp_packet events"
 2019-06-24  9:20 UTC 

[PATCH V11 00/12] Add Tegra194 PCIe support
 2019-06-24  9:15 UTC  (39+ messages)
` [PATCH V11 01/12] PCI: Add #defines for some of PCIe spec r4.0 features
` [PATCH V11 02/12] PCI: Disable MSI for Tegra root ports
` [PATCH V11 03/12] PCI: dwc: Perform dbi regs write lock towards the end
` [PATCH V11 04/12] PCI: dwc: Move config space capability search API
` [PATCH V11 05/12] PCI: dwc: Add ext "
` [PATCH V11 06/12] dt-bindings: PCI: designware: Add binding for CDM register check
` [PATCH V11 07/12] PCI: dwc: Add support to enable "
` [PATCH V11 08/12] dt-bindings: Add PCIe supports-clkreq property
` [PATCH V11 09/12] dt-bindings: PCI: tegra: Add device tree support for Tegra194
` [PATCH V11 10/12] dt-bindings: PHY: P2U: Add Tegra194 P2U block
` [PATCH V11 11/12] phy: tegra: Add PCIe PIPE2UPHY support
` [PATCH V11 12/12] PCI: tegra: Add Tegra194 PCIe support

[PATCH 01/19] drm/i915/execlists: Always clear ring_pause if we do not submit
 2019-06-24  9:17 UTC  (5+ messages)
` ✗ Fi.CI.IGT: failure for series starting with [01/19] "

[Qemu-devel] [PATCH] Makefile: Rename the 'vm-test' target as 'vm-help'
 2019-06-24  9:15 UTC  (2+ messages)

[Qemu-devel] [Qemu-discuss] qemu-io-cmds does not compile on macOS
 2019-06-24  9:14 UTC  (2+ messages)

[PATCH v2] ALSA: firewire-motu: unify common tracepoints for both direction
 2019-06-24  9:16 UTC 

[PATCH v3 0/2] x86/vdso: CLOCK_MONOTONIC_RAW implementation
 2019-06-24  9:16 UTC  (4+ messages)
` [PATCH v3 1/2] x86/vdso: Move mult and shift into struct vgtod_ts

[PATCH] timekeeping: boot should be boottime for coarse ns accessor
 2019-06-24  9:15 UTC 

Question about call to pci_assign_unassigned_bus_resources in amdgpu
 2019-06-24  9:15 UTC  (7+ messages)

[Qemu-devel] [PATCH] docs: clarify multiqueue vs multiple virtqueues
 2019-06-24  9:13 UTC 

[PATCH] Revert "ALSA: firewire-lib: fix inverted node IDs for amdtp_packet events"
 2019-06-24  9:14 UTC  (3+ messages)

[Qemu-devel] [PATCH] block/null: Expose read-zeroes option in QAPI schema
 2019-06-24  9:11 UTC  (2+ messages)

[PATCH] ALSA: firewire-motu: unify common tracepoints for both direction
 2019-06-24  9:14 UTC  (3+ messages)

[nicholas.johnson-opensource@outlook.com.au: [PATCH v6 3/4] PCI: Fix bug resulting in double hpmemsize being assigned to MMIO window]
 2019-06-24  9:13 UTC  (5+ messages)
        ` Multitude of resource assignment functions

[Qemu-devel] [PATCH 0/2] intel_iommu: Fix unexpected unmaps during global unmap
 2019-06-24  9:09 UTC  (8+ messages)
` [Qemu-devel] [PATCH 2/2] "

[PATCH] drm/i915/execlists: Disable preemption under GVT
 2019-06-24  9:11 UTC  (3+ messages)

[PATCH] efibootmgr: Pass correct flags to compiler from pkg-config
 2019-06-24  9:10 UTC  (2+ messages)

[RFC] deadlock with flush_work() in UAS
 2019-06-24  8:56 UTC  (4+ messages)

[PATCH] MAINTAINERS: Update Maintainers and Reviewers of DRM Bridge Drivers
 2019-06-24  9:10 UTC  (2+ messages)

RX CRC errors on I219-V (6) 8086:15be
 2019-06-24  9:09 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH][next] clocksource: davinci-timer: fix memory leak of clockevent on error return
 2019-06-24  9:07 UTC  (8+ messages)

[Qemu-devel] [PATCH] pc: fix possible NULL pointer dereference in pc_machine_get_device_memory_region_size()
 2019-06-24  9:01 UTC  (4+ messages)

[Qemu-devel] [PATCH v3 0/5] tricore: adding new instructions and fixing
 2019-06-24  9:05 UTC  (2+ messages)

[PATCH] vfio-ccw: make convert_ccw0_to_ccw1 static
 2019-06-24  9:07 UTC 

[PATCH v3 0/4] Add Macronix MX25F0A MFD driver for raw nand and spi
 2019-06-24  9:05 UTC  (20+ messages)
` [PATCH v3 2/4] mtd: rawnand: Add Macronix MX25F0A NAND controller

[Qemu-devel] [PATCH RFC] checkpatch: do not warn for multiline parenthesized returned value
 2019-06-24  9:00 UTC  (2+ messages)

[PATCH v2 17/18] megaraid_sas: Introduce various Aero performance modes
 2019-06-24  9:05 UTC 

[Qemu-devel] [PATCH 1/2] monitor: Add dump-stack command
 2019-06-24  8:57 UTC  (3+ messages)

[PATCH -mm -V2] mm, swap: Fix THP swap out
 2019-06-24  9:04 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] pc: fix possible NULL pointer dereference in pc_machine_get_device_memory_region_size()
 2019-06-24  9:02 UTC 

✅ PASS: Stable queue: queue-4.19
 2019-06-24  9:03 UTC 

[Qemu-devel] [PATCH] deprecate -mem-path fallback to anonymous RAM
 2019-06-24  8:17 UTC  (2+ messages)

[PATCH] fbcon: Export fbcon_remap_all
 2019-06-24  9:00 UTC  (3+ messages)

[PATCH v3] drm/i915/execlists: Disable preemption under GVT
 2019-06-24  9:02 UTC 

[PATCH] Add SPDX identifiers
 2019-06-24  9:01 UTC  (2+ messages)

[PATCH V4] perf: event preserve and create across cpu hotplug
 2019-06-24  9:01 UTC  (3+ messages)
` [PATCH RESEND V4 0/1] perf: Add CPU hotplug support for events

[PATCH v2 1/4] ARM: dts: exynos: Disable unused buck10 regulator on Odroid HC1 board
 2019-06-24  9:01 UTC  (7+ messages)
` [PATCH v2 3/4] ARM: dts: exynos: Add regulator suspend configuration to Odroid XU3/XU4/HC1 family

[Bug 110956] List of 19.20-812932 release mistakes
 2019-06-24  8:59 UTC  (2+ messages)

[Bug 110958] Mentioning 32 bit OS support in Release page
 2019-06-24  8:59 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t v3] tests/kms_flip: improve logging when timing out
 2019-06-24  8:59 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_flip: improve logging when timing out (rev3)

[PATCH 1/3] include: linux: i2c: more helpers for declaring i2c drivers
 2019-06-24  8:59 UTC  (5+ messages)

[virtio-dev] [RFC] virtio-pmem: PMEM device spec
 2019-06-24  8:58 UTC  (3+ messages)

[RFC] rcu: Warn that rcu ktheads cannot be spawned
 2019-06-24  8:27 UTC 

[igt-dev] [PATCH i-g-t v2 0/9] Chamelium port mapping auto-discovery
 2019-06-24  8:58 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for Chamelium port mapping auto-discovery (rev2)

[PATCH v3 0/2] ceph: don't NULL terminate virtual xattr values
 2019-06-24  8:56 UTC  (2+ messages)

Help offering for AmLogic S905Y2 Mainline Effort
 2019-06-24  8:55 UTC  (4+ messages)

✅ PASS: Stable queue: queue-5.1
 2019-06-24  8:55 UTC 

[PATCH v4 0/5] KVM: LAPIC: Implement Exitless Timer
 2019-06-24  8:53 UTC  (8+ messages)
` [PATCH v4 2/5] KVM: LAPIC: inject lapic timer interrupt by posted interrupt

[PATCH 0/2] mm/vmscan: calculate reclaimed slab in all reclaim paths
 2019-06-24  8:53 UTC  (3+ messages)
` [PATCH 2/2] mm/vmscan: calculate reclaimed slab caches "

[LTP] [PATCH] syscalls/fanotify13: add test coverage for fsid cache bug
 2019-06-24  8:52 UTC 

[PATCH] parisc: asm: psw.h: missing header guard
 2019-06-24  8:51 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2 net-next 0/4] cxgb4: Reference count MPS TCAM entries within a PF
 2019-06-24  8:50 UTC  (2+ messages)
` [PATCH v2 net-next 4/4] cxgb4: Add MPS refcounting for alloc/free mac filters


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.