messages from 2019-06-28 11:21:52 to 2019-06-28 12:13:27 UTC [more...]
RHEL8 package install or build fail
2019-06-28 12:07 UTC (4+ messages)
[PATCH v5 00/12] drm/virtio: switch from ttm to gem shmem helpers
2019-06-28 12:13 UTC (3+ messages)
` [PATCH v5 01/12] drm/virtio: pass gem reservation object to ttm init
[PATCH 0/9] Some doc fixes
2019-06-28 12:12 UTC (14+ messages)
` [PATCH 1/9] hrtimer: Use a bullet for the returns bullet list
` [PATCH 2/9] docs: trace: fix a broken label
` [PATCH 3/9] docs: signal: fix a kernel-doc markup
` [PATCH 4/9] dt: leds-lm36274.txt: fix a broken reference to ti-lmu.txt
` [PATCH 5/9] docs: fix some broken references due to txt->rst renames
` [PATCH 6/9] docs: virtual: there are two orphan docs there
` [PATCH 7/9] docs: gpu: add msm-crash-dump.rst to the index.rst file
` [PATCH 8/9] drm: fix a reference for a renamed file: fb/modedb.rst
` [PATCH 9/9] platform: x86: get rid of a non-existent document
[PATCH v4 0/2] handle vblank when disabling ctc with interrupt disabled
2019-06-28 12:13 UTC (6+ messages)
` [PATCH v4 1/2] drm/vblank: warn on sending stale event
` [PATCH v4 2/2] Revert "drm/vblank: Do not update vblank count if interrupts are already disabled."
[U-Boot] [PATCH v3 1/2] xilinx_xiic: Fix fill tx fifo loop
2019-06-28 12:13 UTC (3+ messages)
` [U-Boot] [PATCH v3 2/2] xilinx_xiic: Fix transfer initialisation
[PATCH v7 0/3] drm/i915: CTS fixes
2019-06-28 12:12 UTC (5+ messages)
` [PATCH v7 1/3] drm/i915: fix whitelist selftests with readonly registers
` [PATCH v7 2/3] drm/i915: whitelist PS_(DEPTH|INVOCATION)_COUNT
` [PATCH v7 3/3] drm/i915/icl: "
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: CTS fixes (rev7)
[igt-dev] [PATCH i-g-t] tests/amdpu: Build amd_bypass test with autotools
2019-06-28 12:11 UTC (4+ messages)
[igt-dev] [PATCH i-g-t] amdpgu/amd_bypass: Drop unneeded includes
2019-06-28 12:10 UTC (4+ messages)
[PATCH] dmaengine: qcom: bam_dma: Fix completed descriptors count
2019-06-28 12:09 UTC
[PATCH] dmaengine: rcar-dmac: Reject zero-length slave DMA requests
2019-06-28 12:10 UTC (3+ messages)
[PATCH 0/2] btrfs: Enhance btrfs handling compression and
2019-06-28 12:09 UTC (7+ messages)
` [PATCH 1/2] btrfs: inode: Don't compress if NODATASUM or NODATACOW set
[dm-crypt] Doubt on string
2019-06-28 12:08 UTC
[PATCH 0/1] update-documentation-conf: python2 -> python3
2019-06-28 12:32 UTC (2+ messages)
` [PATCH 1/1] "
[PATCH V5 00/18] SC7 entry and exit support for Tegra210
2019-06-28 12:05 UTC (4+ messages)
` [PATCH V5 02/18] pinctrl: tegra: Add suspend and resume support
[PATCH kvmtool] README: Add maintainers section
2019-06-28 12:04 UTC (2+ messages)
[PATCH 00/37] bcache patches for Linux v5.3
2019-06-28 12:00 UTC (38+ messages)
` [PATCH 01/37] bcache: don't set max writeback rate if gc is running
` [PATCH 02/37] bcache: check c->gc_thread by IS_ERR_OR_NULL in cache_set_flush()
` [PATCH 03/37] bcache: fix return value error in bch_journal_read()
` [PATCH 04/37] Revert "bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()"
` [PATCH 05/37] bcache: avoid flushing btree node in cache_set_flush() if io disabled
` [PATCH 06/37] bcache: ignore read-ahead request failure on backing device
` [PATCH 07/37] bcache: add io error counting in write_bdev_super_endio()
` [PATCH 08/37] bcache: remove unnecessary prefetch() in bset_search_tree()
` [PATCH 09/37] bcache: use sysfs_match_string() instead of __sysfs_match_string()
` [PATCH 10/37] bcache: add return value check to bch_cached_dev_run()
` [PATCH 11/37] bcache: remove unncessary code in bch_btree_keys_init()
` [PATCH 12/37] bcache: check CACHE_SET_IO_DISABLE in allocator code
` [PATCH 13/37] bcache: check CACHE_SET_IO_DISABLE bit in bch_journal()
` [PATCH 14/37] bcache: more detailed error message to bcache_device_link()
` [PATCH 15/37] bcache: add more error message in bch_cached_dev_attach()
` [PATCH 16/37] bcache: improve error message in bch_cached_dev_run()
` [PATCH 17/37] bcache: remove "XXX:" comment line from run_cache_set()
` [PATCH 18/37] bcache: make bset_search_tree() be more understandable
` [PATCH 19/37] bcache: add pendings_cleanup to stop pending bcache device
` [PATCH 20/37] bcache: fix mistaken sysfs entry for io_error counter
` [PATCH 21/37] bcache: destroy dc->writeback_write_wq if failed to create dc->writeback_thread
` [PATCH 22/37] bcache: stop writeback kthread and kworker when bch_cached_dev_run() failed
` [PATCH 23/37] bcache: avoid a deadlock in bcache_reboot()
` [PATCH 24/37] bcache: acquire bch_register_lock later in cached_dev_detach_finish()
` [PATCH 25/37] bcache: acquire bch_register_lock later in cached_dev_free()
` [PATCH 26/37] bcache: fix potential deadlock in cached_def_free()
` [PATCH 27/37] bcache: add code comments for journal_read_bucket()
` [PATCH 28/37] bcache: set largest seq to ja->seq[bucket_index] in journal_read_bucket()
` [PATCH 29/37] bcache: shrink btree node cache after bch_btree_check()
` [PATCH 30/37] bcache: Revert "bcache: free heap cache_set->flush_btree in bch_journal_free"
` [PATCH 31/37] bcache: Revert "bcache: fix high CPU occupancy during journal"
` [PATCH 32/37] bcache: only clear BTREE_NODE_dirty bit when it is set
` [PATCH 33/37] bcache: add comments for mutex_lock(&b->write_lock)
` [PATCH 34/37] bcache: remove retry_flush_write from struct cache_set
` [PATCH 35/37] bcache: fix race in btree_flush_write()
` [PATCH 36/37] bcache: performance improvement for btree_flush_write()
` [PATCH 37/37] bcache: add reclaimed_journal_buckets to struct cache_set
[PATCH 0/1] devupstream.bbclass: Disable devupstream when multilib is enabled
2019-06-28 12:15 UTC (3+ messages)
` [PATCH 1/1] "
[PATCH RFC v2] mtd: ubi: Add fastmap sysfs attribute
2019-06-28 12:06 UTC (2+ messages)
[PATCH 0/6] meta: Cleanup python2
2019-06-28 12:23 UTC (7+ messages)
` [PATCH 1/6] ksum.py: python -> python3
` [PATCH 2/6] wic: python2 "
` [PATCH 3/6] ext-sdk-prepare.py: "
` [PATCH 4/6] oeqa: Cleanup /usr/bin/env python
` [PATCH 5/6] package_rpm.bbclass: python2 -> python3
` [PATCH 6/6] waf: "
[PATCH v4 0/8] Rework V4L2 fwnode parsing; add defaults and avoid iteration
2019-06-28 12:00 UTC (9+ messages)
` [PATCH v4 1/8] davinci-vpif: Don't dereference endpoint after putting it, fix refcounting
` [PATCH v4 2/8] v4l2-async: Get fwnode reference when putting it to the notifier's list
` [PATCH v4 3/8] v4l2-async: Add v4l2_async_notifier_add_fwnode_remote_subdev
` [PATCH v4 4/8] omap3isp: Rework OF endpoint parsing
` [PATCH v4 5/8] v4l2-async: Safely clean up an uninitialised notifier
` [PATCH v4 6/8] ipu3-cio2: Clean up notifier's subdev list if parsing endpoints fails
` [PATCH v4 7/8] ipu3-cio2: Proceed with notifier init even if there are no subdevs
` [PATCH v4 8/8] ipu3-cio2: Parse information from firmware without using callbacks
[GIT PULL] pwm: Changes for v5.3-rc1
2019-06-28 12:00 UTC
[PATCH v2 0/3] mm: Cleanup & allow modules to hotplug memory
2019-06-28 11:58 UTC (13+ messages)
` [PATCH v2 1/3] mm: Trigger bug on if a section is not found in __section_nr
` [PATCH v2 2/3] mm: don't hide potentially null memmap pointer in sparse_remove_one_section
` [PATCH v2 3/3] mm: Don't manually decrement num_poisoned_pages
[PATCH v2] clk: Add clk_min/max_rate entries in debugfs
2019-06-28 11:58 UTC (3+ messages)
[PATCH V4 1/3] cpufreq: Move the IS_ENABLED(CPU_THERMAL) macro in a stub
2019-06-28 11:57 UTC (8+ messages)
` [PATCH V4 2/3] thermal/drivers/cpu_cooling: Unregister with the policy
[PATCH v2 0/9] Rework V4L2 fwnode parsing; add defaults and avoid iteration
2019-06-28 11:57 UTC (10+ messages)
` [PATCH v2 3/9] v4l2-async: Get fwnode reference when putting it to the notifier's list
` [PATCH v2 4/9] v4l2-async: Add v4l2_async_notifier_add_fwnode_remote_subdev
` [PATCH v2 9/9] ipu3-cio2: Parse information from firmware without using callbacks
hdpvr mutex deadlock on kernel 5.1.x
2019-06-28 11:57 UTC (8+ messages)
[dpdk-dev] [Bug 300] Intel i219 buffer overrun errata fix
2019-06-28 11:57 UTC
[PATCH] checkpatch: Added warnings in favor of strscpy()
2019-06-28 11:55 UTC
[PATCH 0/1] Update git-clone doc: refer to long option
2019-06-28 11:55 UTC (4+ messages)
` [PATCH 1/1] docs: update git-clone doc: refer to long options
[RESEND PATCH v3 0/7] Improve scheduler scalability for fast path
2019-06-28 11:54 UTC (3+ messages)
` [PATCH v3 3/7] sched: rotate the cpu search window for better spread
[dpdk-dev] [Bug 299] Intel i219 reset hang
2019-06-28 11:53 UTC
[PATCH net-next 00/12] net: hns3: some code optimizations & cleanups & bugfixes
2019-06-28 11:50 UTC (13+ messages)
` [PATCH net-next 01/12] net: hns3: fix __QUEUE_STATE_STACK_XOFF not cleared issue
` [PATCH net-next 02/12] net: hns3: enable DCB when TC num is one and pfc_en is non-zero
` [PATCH net-next 03/12] net: hns3: change SSU's buffer allocation according to UM
` [PATCH net-next 04/12] net: hns3: add some error checking in hclge_tm module
` [PATCH net-next 05/12] net: hns3: fix a -Wformat-nonliteral compile warning
` [PATCH net-next 06/12] net: hns3: add Asym Pause support to fix autoneg problem
` [PATCH net-next 07/12] net: hns3: re-schedule reset task while VF reset fail
` [PATCH net-next 08/12] net: hns3: handle empty unknown interrupt
` [PATCH net-next 09/12] net: hns3: fix a statistics issue about l3l4 checksum error
` [PATCH net-next 10/12] net: hns3: remove unused linkmode definition
` [PATCH net-next 11/12] net: hns3: remove RXD_VLD check in hns3_handle_bdinfo
` [PATCH net-next 12/12] net: hns3: optimize the CSQ cmd error handling
[PATCH v3 00/30] crypto: DES/3DES cleanup
2019-06-28 11:53 UTC (3+ messages)
` [PATCH v3 06/30] crypto: caam/des - switch to new verification routines
[PATCH 0/1] drm: panel-orientation-quirks: Add extra quirk table entry GPD MicroPC
2019-06-28 11:51 UTC (3+ messages)
[PATCH 0/2] serial: sh-sci: Fix .flush_buffer() issues
2019-06-28 11:51 UTC (3+ messages)
power9 NUMA crash while reading debugfs imc_cmd
2019-06-28 11:49 UTC (5+ messages)
[RFC V1 net-next 0/1] Introduce xdp to ena
2019-06-28 11:49 UTC (8+ messages)
` [RFC V1 net-next 1/1] net: ena: implement XDP drop support
` XDP multi-buffer incl. jumbo-frames (Was: [RFC V1 net-next 1/1] net: ena: implement XDP drop support)
if nfqnl_test utility (libnetfilter_queue) drops a packet the utility receives the packet again
2019-06-28 11:49 UTC (2+ messages)
[PATCH 0/1] Make rebase.reschedulefailedexec less overzealous
2019-06-28 11:49 UTC (4+ messages)
` [PATCH 1/1] Let rebase.reschedulefailedexec only affect interactive rebases
[PATCH v6 0/3] add support for rng-seed
2019-06-28 11:47 UTC (9+ messages)
` [PATCH v6 2/3] fdt: "
` [PATCH v6 3/3] arm64: kexec_file: add rng-seed support
Recursions problem with pre-built versioned libraries and oe_soinstall
2019-06-28 11:41 UTC (3+ messages)
[U-Boot] [GIT PULL] Pull request: u-boot-imx u -boot-imx-20190628
2019-06-28 11:46 UTC (3+ messages)
[PATCH] selftests: dma-buf: Adding kernel config fragment CONFIG_UDMABUF=y
2019-06-28 11:44 UTC (2+ messages)
[RFC PATCH 0/2] enable broadcom tagging for bcm531x5 switches
2019-06-28 11:44 UTC (5+ messages)
` [RFC PATCH 0/1] Document the configuration of b53
` [RFC PATCH 1/1] Documentation: net: dsa: b53: Describe b53 configuration
[Bug 111017] hai
2019-06-28 11:43 UTC
[RESEND] linux-firmware: rsi: add firmware image for redpine 9116 chipset
2019-06-28 11:42 UTC (2+ messages)
[RFC] longer netdev names proposal
2019-06-28 11:42 UTC (9+ messages)
[PATCH] ima: Update MAX_TEMPLATE_NAME_LEN to fit largest reasonable definition
2019-06-28 11:41 UTC (2+ messages)
UVC ioctl call is failing
2019-06-28 11:37 UTC
[dpdk-dev] [PATCH] vfio: fix expanding DMA area in ppc64le
2019-06-28 11:38 UTC (3+ messages)
[PATCH 0/2] Add protocol v3 support
2019-06-28 11:37 UTC (5+ messages)
` [PATCH 1/2] iio: common: cros_ec_sensors: determine protocol version
[PATCHv5 00/20] PCI: mobiveil: fixes for Mobiveil PCIe Host Bridge IP driver
2019-06-28 11:35 UTC (10+ messages)
` [PATCHv5 04/20] PCI: mobiveil: Remove the flag MSI_FLAG_MULTI_PCI_MSI
[PATCH v2 0/3] Send a hotplug when edid changes
2019-06-28 11:36 UTC (4+ messages)
` [PATCH v2 3/3] drm/i915: Send hotplug event if edid had changed
[Bug 110702] segfault in radeonsi HEVC hardware decoding
2019-06-28 11:35 UTC (2+ messages)
` [Bug 110702] segfault in radeonsi HEVC hardware decoding with yuv420p10le
[dpdk-dev] [PATCH 00/39] adding eventmode helper library
2019-06-28 11:34 UTC (5+ messages)
` [dpdk-dev] [EXT] "
Why is Thunderbolt 3 limited to 2.5 GT/s on Linux?
2019-06-28 11:34 UTC (4+ messages)
[PATCH 0/3] arm64: stacktrace: improve robustness
2019-06-28 11:32 UTC (7+ messages)
` [PATCH 2/3] arm64: stacktrace: Factor out backtrace initialisation
` [PATCH 3/3] arm64: stacktrace: better handle corrupted stacks
Clarify some questions about in-band firmware update
2019-06-28 11:30 UTC (3+ messages)
` 答复: [External] "
[PATCH 0/2] crypto: stm32/hash: Fix bug in hmac mode
2019-06-28 11:26 UTC (6+ messages)
` [PATCH 1/2] crypto: stm32/hash: Fix hmac issue more than 256 bytes
` [PATCH 2/2] crypto: stm32/hash: remove interruptible condition for dma
[U-Boot] [PATCH 1/5] ARM: socfpga: vining_fpga: Rename VINING|FPGA
2019-06-28 11:28 UTC (6+ messages)
` [U-Boot] [PATCH 3/5] ARM: socfpga: vining_fpga: Update generated headers
[PATCH libdrm] etnaviv: Use hash table to track BO indexes
2019-06-28 11:27 UTC (4+ messages)
[PATCH 1/1] crypto: stm32/crc32 - rename driver file
2019-06-28 11:26 UTC (2+ messages)
[PATCH] drm/i915/ehl: Add support for DPLL4 (v5)
2019-06-28 11:25 UTC (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/ehl: Add support for DPLL4 (v5) (rev4)
[PATCH] scsi: uapi: ufs: Fix SPDX license identifier
2019-06-28 11:25 UTC (2+ messages)
[U-Boot] [PATCH] usb: dwc3: Fix default dr_mode setting
2019-06-28 11:24 UTC (6+ messages)
[PATCH v2 0/2] x86/kvm/nVMX: fix Enlightened VMCLEAR
2019-06-28 11:23 UTC (3+ messages)
` [PATCH v2 1/2] x86/KVM/nVMX: don't use clean fields data on enlightened VMLAUNCH
` [PATCH v2 2/2] x86/kvm/nVMX: fix VMCLEAR when Enlightened VMCS is in use
[U-Boot] [PATCH v2 0/6] efi_loader: clean up runtime detaching
2019-06-28 11:22 UTC (7+ messages)
` [U-Boot] [PATCH v2 1/6] efi_loader: move efi_query_variable_info()
` [U-Boot] [PATCH v2 2/6] efi_loader: initialization of variable services
` [U-Boot] [PATCH v2 3/6] efi_loader: clean up runtime detaching
` [U-Boot] [PATCH v2 4/6] efi_loader: let the variable driver patch out the runtime
` [U-Boot] [PATCH v2 5/6] efi_loader: unimplemented runtime services
` [U-Boot] [PATCH v2 6/6] efi_selftest: test variable services at runtime
[patch V2 0/6] x86/irq: Cure various interrupt issues
2019-06-28 11:11 UTC (6+ messages)
` [patch V2 1/6] genirq: Delay deactivation in free_irq()
` [patch V2 3/6] genirq: Add optional hardware synchronization for shutdown
` [patch V2 4/6] x86/ioapic: Implement irq_get_irqchip_state() callback
` [patch V2 5/6] x86/irq: Handle spurious interrupt after shutdown gracefully
` [patch V2 6/6] x86/irq: Seperate unused system vectors from spurious entry again
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.